Valerianella radiata

Valerianella radiata, synonyms Valerianella stenocarpa and Valerianella woodsiana, common name beaked cornsalad, is a plant native to the United States.[1]

Valerianella radiata
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Eudicots
Clade: Asterids
Order: Dipsacales
Family: Caprifoliaceae
Genus: Valerianella
Species:
V. radiata
Binomial name
Valerianella radiata
(L.) Dufr.

It is listed as a special concern and believed extirpated in Connecticut,[2] and listed as endangered in New Jersey. It is listed as a weed in other parts of the United States.[3]

gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.

References

  1. "Plants Profile for Valerianella radiata (beaked cornsalad)". plants.usda.gov. Retrieved 2 June 2018.
  2. "Connecticut's Endangered, Threatened and Special Concern Species 2015". State of Connecticut Department of Energy and Environmental Protection Bureau of Natural Resources. Retrieved 31 December 2017.(Note: This list is newer than the one used by plants.usda.gov and is more up-to-date.)
  3. "Plants Profile for Valerianella radiata (beaked cornsalad)". plants.usda.gov. Retrieved 2 June 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.