@ca-plant-list/ca-plant-list 0.4.26 → 0.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/exceptions.json +0 -27
- package/data/genera.json +52 -28
- package/data/glossary/anther.md +3 -0
- package/data/glossary/filament.md +3 -0
- package/data/glossary/stamen.md +3 -0
- package/data/illustrations/inkscape/stamen.svg +132 -0
- package/data/inatobsphotos.csv +0 -5
- package/data/inattaxonphotos.csv +69 -64
- package/data/synonyms.csv +155 -164
- package/data/taxa.csv +38 -38
- package/data/text/Dichelostemma-congestum.md +1 -0
- package/data/text/Dipterostemon-capitatus-subsp-capitatus.md +1 -0
- package/generators/eleventy/layouts/h1.njk +6 -0
- package/generators/eleventy/layouts/html.njk +55 -0
- package/lib/basepagerenderer.js +35 -15
- package/lib/config.js +5 -3
- package/lib/ebook/ebookpage.js +1 -4
- package/lib/ebook/ebooksitegenerator.js +4 -12
- package/lib/ebook/glossarypages.js +1 -3
- package/lib/ebook/plantbook.js +1 -1
- package/lib/files.js +1 -0
- package/lib/htmltaxon.js +8 -19
- package/lib/index.d.ts +20 -8
- package/lib/index.js +4 -2
- package/lib/jekyll.js +40 -59
- package/lib/markdown.js +3 -5
- package/lib/sitegenerator.js +68 -12
- package/lib/taxonomy/taxon.js +5 -1
- package/lib/tools/cch2.js +37 -18
- package/lib/tools/jepsonfamilies.js +1 -1
- package/lib/types.js +4 -0
- package/lib/utils/eleventyGenerator.js +82 -0
- package/lib/utils/htmlFragments.js +19 -0
- package/lib/web/glossarypages.js +6 -10
- package/lib/web/pageFamily.js +14 -14
- package/lib/web/pageGeneric.js +78 -0
- package/lib/web/{pagetaxon.js → pageTaxon.js} +4 -4
- package/lib/web/pageTaxonList.js +53 -0
- package/lib/{pagerenderer.js → web/renderAllPages.js} +38 -80
- package/package.json +12 -10
- package/scripts/build-site.js +20 -52
- package/scripts/cpl-photos.js +61 -24
- package/scripts/cpl-tools.js +4 -1
- package/static/assets/js/nameSearchData.js +2 -0
- package/{jekyll → static}/assets/js/name_search.js +12 -14
- package/static/name_search.html +15 -0
- package/jekyll/_includes/glossary.html +0 -0
- package/jekyll/name_search.html +0 -17
- package/lib/genericpage.js +0 -88
- /package/{jekyll → generators}/_includes/analytics.html +0 -0
- /package/{jekyll → generators}/_includes/menu_extra.html +0 -0
- /package/{jekyll → generators/jekyll}/_config.yml +0 -0
- /package/{jekyll → generators/jekyll}/_layouts/default.html +0 -0
- /package/{jekyll → generators/jekyll}/_layouts/html.html +0 -0
- /package/{jekyll → static}/assets/css/main.css +0 -0
- /package/{jekyll → static}/assets/js/ui.js +0 -0
- /package/{jekyll → static}/assets/js/utils.js +0 -0
- /package/{jekyll → static}/index.md +0 -0
package/data/exceptions.json
CHANGED
@@ -1,14 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"Campanula exigua": {
|
3
|
-
"rpi": {
|
4
|
-
"translation-to-rpi": "Ravenella exigua"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"Campanula sharsmithiae": {
|
8
|
-
"rpi": {
|
9
|
-
"translation-to-rpi": "Ravenella sharsmithiae"
|
10
|
-
}
|
11
|
-
},
|
12
2
|
"Castilleja ambigua subsp. ambigua": {
|
13
3
|
"rpi": {
|
14
4
|
"translation-to-rpi": "Castilleja ambigua var. ambigua"
|
@@ -71,9 +61,6 @@
|
|
71
61
|
},
|
72
62
|
"Malacothamnus hallii": {
|
73
63
|
"comment": "in CNPS Rare Plant Inventory",
|
74
|
-
"calflora": {
|
75
|
-
"notintaxondata": true
|
76
|
-
},
|
77
64
|
"jepson": {
|
78
65
|
"notineflora": true
|
79
66
|
},
|
@@ -102,17 +89,6 @@
|
|
102
89
|
"Ranunculus sceleratus var. sceleratus": {
|
103
90
|
"calflora": { "native": false }
|
104
91
|
},
|
105
|
-
"Ravenella exigua": {
|
106
|
-
"comment": "in CNPS Rare Plant Inventory as Ravenella",
|
107
|
-
"rpi": {
|
108
|
-
"translation": "Campanula exigua"
|
109
|
-
}
|
110
|
-
},
|
111
|
-
"Ravenella sharsmithiae": {
|
112
|
-
"rpi": {
|
113
|
-
"translation": "Campanula sharsmithiae"
|
114
|
-
}
|
115
|
-
},
|
116
92
|
"Sagina procumbens": { "calflora": { "native": false } },
|
117
93
|
"Salvia apiana": { "calflora": { "notintaxondata": true } },
|
118
94
|
"Streptanthus albidus subsp. peramoenus": {
|
@@ -124,8 +100,5 @@
|
|
124
100
|
"notineflora": true
|
125
101
|
}
|
126
102
|
},
|
127
|
-
"Typha angustifolia": {
|
128
|
-
"calscape": { "notnative": true }
|
129
|
-
},
|
130
103
|
"Veronica catenata": { "calflora": { "native": true } }
|
131
104
|
}
|
package/data/genera.json
CHANGED
@@ -1087,6 +1087,10 @@
|
|
1087
1087
|
"family": "Asteraceae",
|
1088
1088
|
"id": "488"
|
1089
1089
|
},
|
1090
|
+
"Jacobaea": {
|
1091
|
+
"family": "Asteraceae",
|
1092
|
+
"id": "101163"
|
1093
|
+
},
|
1090
1094
|
"Jaumea": {
|
1091
1095
|
"family": "Asteraceae",
|
1092
1096
|
"id": "491"
|
@@ -1163,6 +1167,10 @@
|
|
1163
1167
|
"family": "Asteraceae",
|
1164
1168
|
"id": "514"
|
1165
1169
|
},
|
1170
|
+
"Lygodesmia": {
|
1171
|
+
"family": "Asteraceae",
|
1172
|
+
"id": "515"
|
1173
|
+
},
|
1166
1174
|
"Machaeranthera": {
|
1167
1175
|
"family": "Asteraceae",
|
1168
1176
|
"id": "516"
|
@@ -2027,10 +2035,6 @@
|
|
2027
2035
|
"family": "Cactaceae",
|
2028
2036
|
"id": "9221"
|
2029
2037
|
},
|
2030
|
-
"Asyneuma": {
|
2031
|
-
"family": "Campanulaceae",
|
2032
|
-
"id": "9225"
|
2033
|
-
},
|
2034
2038
|
"Campanula": {
|
2035
2039
|
"family": "Campanulaceae",
|
2036
2040
|
"id": "9227"
|
@@ -2039,6 +2043,10 @@
|
|
2039
2043
|
"family": "Campanulaceae",
|
2040
2044
|
"id": "9232"
|
2041
2045
|
},
|
2046
|
+
"Eastwoodiella": {
|
2047
|
+
"family": "Campanulaceae",
|
2048
|
+
"id": "76232"
|
2049
|
+
},
|
2042
2050
|
"Githopsis": {
|
2043
2051
|
"family": "Campanulaceae",
|
2044
2052
|
"id": "9234"
|
@@ -2067,10 +2075,22 @@
|
|
2067
2075
|
"family": "Campanulaceae",
|
2068
2076
|
"id": "10296"
|
2069
2077
|
},
|
2078
|
+
"Ravenella": {
|
2079
|
+
"family": "Campanulaceae",
|
2080
|
+
"id": "76233"
|
2081
|
+
},
|
2082
|
+
"Smithiastrum": {
|
2083
|
+
"family": "Campanulaceae",
|
2084
|
+
"id": "89311"
|
2085
|
+
},
|
2070
2086
|
"Triodanis": {
|
2071
2087
|
"family": "Campanulaceae",
|
2072
2088
|
"id": "10299"
|
2073
2089
|
},
|
2090
|
+
"Wahlenbergia": {
|
2091
|
+
"family": "Campanulaceae",
|
2092
|
+
"id": "10300"
|
2093
|
+
},
|
2074
2094
|
"Cannabis": {
|
2075
2095
|
"family": "Cannabaceae",
|
2076
2096
|
"id": "10303"
|
@@ -3303,6 +3323,10 @@
|
|
3303
3323
|
"family": "Molluginaceae",
|
3304
3324
|
"id": "10649"
|
3305
3325
|
},
|
3326
|
+
"Hypertelis": {
|
3327
|
+
"family": "Molluginaceae",
|
3328
|
+
"id": "84884"
|
3329
|
+
},
|
3306
3330
|
"Mollugo": {
|
3307
3331
|
"family": "Molluginaceae",
|
3308
3332
|
"id": "10650"
|
@@ -3331,6 +3355,10 @@
|
|
3331
3355
|
"family": "Montiaceae",
|
3332
3356
|
"id": "8895"
|
3333
3357
|
},
|
3358
|
+
"Thingia": {
|
3359
|
+
"family": "Montiaceae",
|
3360
|
+
"id": "8652"
|
3361
|
+
},
|
3334
3362
|
"Ficus": {
|
3335
3363
|
"family": "Moraceae",
|
3336
3364
|
"id": "9680"
|
@@ -4435,6 +4463,10 @@
|
|
4435
4463
|
"family": "Simmondsiaceae",
|
4436
4464
|
"id": "9903"
|
4437
4465
|
},
|
4466
|
+
"Calibrachoa": {
|
4467
|
+
"family": "Solanaceae",
|
4468
|
+
"id": "9694"
|
4469
|
+
},
|
4438
4470
|
"Cestrum": {
|
4439
4471
|
"family": "Solanaceae",
|
4440
4472
|
"id": "11442"
|
@@ -4447,13 +4479,17 @@
|
|
4447
4479
|
"family": "Solanaceae",
|
4448
4480
|
"id": "11444"
|
4449
4481
|
},
|
4450
|
-
"
|
4482
|
+
"Hyoscyamus": {
|
4451
4483
|
"family": "Solanaceae",
|
4452
|
-
"id": "
|
4484
|
+
"id": "11447"
|
4453
4485
|
},
|
4454
|
-
"
|
4486
|
+
"Leucophysalis": {
|
4487
|
+
"family": "Solanaceae",
|
4488
|
+
"id": "11450"
|
4489
|
+
},
|
4490
|
+
"Lycium": {
|
4455
4491
|
"family": "Solanaceae",
|
4456
|
-
"id": "
|
4492
|
+
"id": "11452"
|
4457
4493
|
},
|
4458
4494
|
"Nicandra": {
|
4459
4495
|
"family": "Solanaceae",
|
@@ -4467,14 +4503,14 @@
|
|
4467
4503
|
"family": "Solanaceae",
|
4468
4504
|
"id": "11460"
|
4469
4505
|
},
|
4470
|
-
"Petunia": {
|
4471
|
-
"family": "Solanaceae",
|
4472
|
-
"id": "11461"
|
4473
|
-
},
|
4474
4506
|
"Physalis": {
|
4475
4507
|
"family": "Solanaceae",
|
4476
4508
|
"id": "9696"
|
4477
4509
|
},
|
4510
|
+
"Quincula": {
|
4511
|
+
"family": "Solanaceae",
|
4512
|
+
"id": "9697"
|
4513
|
+
},
|
4478
4514
|
"Salpichroa": {
|
4479
4515
|
"family": "Solanaceae",
|
4480
4516
|
"id": "9698"
|
@@ -5155,10 +5191,6 @@
|
|
5155
5191
|
"family": "Poaceae",
|
5156
5192
|
"id": "11020"
|
5157
5193
|
},
|
5158
|
-
"Crypsis": {
|
5159
|
-
"family": "Poaceae",
|
5160
|
-
"id": "11023"
|
5161
|
-
},
|
5162
5194
|
"Cynodon": {
|
5163
5195
|
"family": "Poaceae",
|
5164
5196
|
"id": "11027"
|
@@ -5195,10 +5227,6 @@
|
|
5195
5227
|
"family": "Poaceae",
|
5196
5228
|
"id": "11041"
|
5197
5229
|
},
|
5198
|
-
"Dissanthelium": {
|
5199
|
-
"family": "Poaceae",
|
5200
|
-
"id": "11043"
|
5201
|
-
},
|
5202
5230
|
"Distichlis": {
|
5203
5231
|
"family": "Poaceae",
|
5204
5232
|
"id": "11045"
|
@@ -5395,10 +5423,6 @@
|
|
5395
5423
|
"family": "Poaceae",
|
5396
5424
|
"id": "11169"
|
5397
5425
|
},
|
5398
|
-
"Scribneria": {
|
5399
|
-
"family": "Poaceae",
|
5400
|
-
"id": "11171"
|
5401
|
-
},
|
5402
5426
|
"Secale": {
|
5403
5427
|
"family": "Poaceae",
|
5404
5428
|
"id": "11172"
|
@@ -5411,10 +5435,6 @@
|
|
5411
5435
|
"family": "Poaceae",
|
5412
5436
|
"id": "11176"
|
5413
5437
|
},
|
5414
|
-
"Spartina": {
|
5415
|
-
"family": "Poaceae",
|
5416
|
-
"id": "11177"
|
5417
|
-
},
|
5418
5438
|
"Sphenopholis": {
|
5419
5439
|
"family": "Poaceae",
|
5420
5440
|
"id": "11178"
|
@@ -5439,6 +5459,10 @@
|
|
5439
5459
|
"family": "Poaceae",
|
5440
5460
|
"id": "11188"
|
5441
5461
|
},
|
5462
|
+
"Tribolium": {
|
5463
|
+
"family": "Poaceae",
|
5464
|
+
"id": "81833"
|
5465
|
+
},
|
5442
5466
|
"Tridens": {
|
5443
5467
|
"family": "Poaceae",
|
5444
5468
|
"id": "11192"
|
@@ -0,0 +1,132 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="75.500008"
|
6
|
+
height="50.931641"
|
7
|
+
viewBox="0 0 75.500005 50.931641"
|
8
|
+
version="1.1"
|
9
|
+
id="svg1"
|
10
|
+
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
11
|
+
sodipodi:docname="stamen.svg"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
16
|
+
<sodipodi:namedview
|
17
|
+
id="namedview1"
|
18
|
+
pagecolor="#ffffff"
|
19
|
+
bordercolor="#000000"
|
20
|
+
borderopacity="0.25"
|
21
|
+
inkscape:showpageshadow="2"
|
22
|
+
inkscape:pageopacity="0.0"
|
23
|
+
inkscape:pagecheckerboard="0"
|
24
|
+
inkscape:deskcolor="#d1d1d1"
|
25
|
+
inkscape:document-units="px"
|
26
|
+
showgrid="true"
|
27
|
+
inkscape:zoom="2.5766667"
|
28
|
+
inkscape:cx="75.291074"
|
29
|
+
inkscape:cy="92.949547"
|
30
|
+
inkscape:window-width="1920"
|
31
|
+
inkscape:window-height="991"
|
32
|
+
inkscape:window-x="-9"
|
33
|
+
inkscape:window-y="-9"
|
34
|
+
inkscape:window-maximized="1"
|
35
|
+
inkscape:current-layer="g1">
|
36
|
+
<inkscape:grid
|
37
|
+
id="grid1"
|
38
|
+
units="px"
|
39
|
+
originx="-74.499997"
|
40
|
+
originy="-57"
|
41
|
+
spacingx="1"
|
42
|
+
spacingy="1"
|
43
|
+
empcolor="#0099e5"
|
44
|
+
empopacity="0.30196078"
|
45
|
+
color="#0099e5"
|
46
|
+
opacity="0.14901961"
|
47
|
+
empspacing="5"
|
48
|
+
dotted="false"
|
49
|
+
gridanglex="30"
|
50
|
+
gridanglez="30"
|
51
|
+
visible="true" />
|
52
|
+
</sodipodi:namedview>
|
53
|
+
<defs
|
54
|
+
id="defs1">
|
55
|
+
<marker
|
56
|
+
style="overflow:visible"
|
57
|
+
id="Triangle"
|
58
|
+
refX="0"
|
59
|
+
refY="0"
|
60
|
+
orient="auto-start-reverse"
|
61
|
+
inkscape:stockid="Triangle arrow"
|
62
|
+
markerWidth="1"
|
63
|
+
markerHeight="1"
|
64
|
+
viewBox="0 0 1 1"
|
65
|
+
inkscape:isstock="true"
|
66
|
+
inkscape:collect="always"
|
67
|
+
preserveAspectRatio="xMidYMid">
|
68
|
+
<path
|
69
|
+
transform="scale(0.5)"
|
70
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
|
71
|
+
d="M 5.77,0 -2.88,5 V -5 Z"
|
72
|
+
id="path135" />
|
73
|
+
</marker>
|
74
|
+
</defs>
|
75
|
+
<g
|
76
|
+
inkscape:label="Layer 1"
|
77
|
+
inkscape:groupmode="layer"
|
78
|
+
id="layer1"
|
79
|
+
transform="translate(-74.5,-57)">
|
80
|
+
<path
|
81
|
+
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
|
82
|
+
d="M 83.974225,107.93164 V 62.931641"
|
83
|
+
id="path2" />
|
84
|
+
<g
|
85
|
+
id="g1"
|
86
|
+
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1">
|
87
|
+
<path
|
88
|
+
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Triangle)"
|
89
|
+
d="M 88.974225,92.931641 H 113.97422"
|
90
|
+
id="path3" />
|
91
|
+
<path
|
92
|
+
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Triangle)"
|
93
|
+
d="m 103.97422,60.748185 h 10"
|
94
|
+
id="path4"
|
95
|
+
sodipodi:nodetypes="cc" />
|
96
|
+
<text
|
97
|
+
xml:space="preserve"
|
98
|
+
style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
|
99
|
+
x="118.49688"
|
100
|
+
y="95"
|
101
|
+
id="text3"><tspan
|
102
|
+
sodipodi:role="line"
|
103
|
+
id="tspan3"
|
104
|
+
x="118.49688"
|
105
|
+
y="95"
|
106
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1">filament</tspan><tspan
|
107
|
+
sodipodi:role="line"
|
108
|
+
x="118.49688"
|
109
|
+
y="105"
|
110
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
|
111
|
+
id="tspan1" /></text>
|
112
|
+
<text
|
113
|
+
xml:space="preserve"
|
114
|
+
style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
|
115
|
+
x="118.49297"
|
116
|
+
y="62.816406"
|
117
|
+
id="text4"><tspan
|
118
|
+
sodipodi:role="line"
|
119
|
+
id="tspan4"
|
120
|
+
x="118.49297"
|
121
|
+
y="62.816406"
|
122
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1">anther</tspan></text>
|
123
|
+
<ellipse
|
124
|
+
style="fill:#000000;fill-opacity:1;fill-rule:evenodd"
|
125
|
+
id="path5"
|
126
|
+
cx="85"
|
127
|
+
cy="60"
|
128
|
+
rx="10"
|
129
|
+
ry="2.5" />
|
130
|
+
</g>
|
131
|
+
</g>
|
132
|
+
</svg>
|
package/data/inatobsphotos.csv
CHANGED
@@ -2875,11 +2875,6 @@ Dipsacus sativus,62467631,jpeg,cc-by-nc,Makayla
|
|
2875
2875
|
Dipsacus sativus,368354752,jpeg,cc-by-nc,bluegrass
|
2876
2876
|
Dipsacus sativus,368354778,jpeg,cc-by-nc,bluegrass
|
2877
2877
|
Dipsacus sativus,368354803,jpeg,cc-by-nc,bluegrass
|
2878
|
-
Dipterostemon capitatus,184257534,jpeg,cc-by-nc,Rhonda Martin
|
2879
|
-
Dipterostemon capitatus,339162996,jpg,cc-by-nc,pleistocene
|
2880
|
-
Dipterostemon capitatus,339163007,jpg,cc-by-nc,pleistocene
|
2881
|
-
Dipterostemon capitatus,339167947,jpg,cc-by-nc,pleistocene
|
2882
|
-
Dipterostemon capitatus,339167963,jpg,cc-by-nc,pleistocene
|
2883
2878
|
Dirca occidentalis,254862194,jpeg,cc0,
|
2884
2879
|
Dirca occidentalis,6774150,jpg,cc-by-nc,Lee
|
2885
2880
|
Dirca occidentalis,6774091,jpg,cc-by-nc,Lee
|
package/data/inattaxonphotos.csv
CHANGED
@@ -873,6 +873,9 @@ Calendula officinalis,81638564,jpeg,cc-by-nc,Ryzhkov Oleg
|
|
873
873
|
Calendula officinalis,165755849,jpeg,cc-by-nc,Steven Hayward
|
874
874
|
Calendula officinalis,165755844,jpeg,cc-by-nc,Steven Hayward
|
875
875
|
Calendula officinalis,274433088,jpg,cc-by,Patrick Hacker
|
876
|
+
Calibrachoa parviflora,9655368,jpeg,cc-by-nc,James Bailey
|
877
|
+
Calibrachoa parviflora,18403173,jpg,cc-by-nc,Cat Chang
|
878
|
+
Calibrachoa parviflora,64354810,jpeg,cc-by-nc,Ron Vanderhoff
|
876
879
|
California macrophylla,120465324,jpg,cc-by-nc,Carlos Gonzalez
|
877
880
|
Callitriche heterophylla var. bolanderi,35167682,jpg,cc-by-nc,madge
|
878
881
|
Callitriche heterophylla var. bolanderi,35167677,jpg,cc-by-nc,madge
|
@@ -998,15 +1001,6 @@ Camissoniopsis intermedia,7662908,jpeg,cc-by-nc,James Bailey
|
|
998
1001
|
Camissoniopsis micrantha,3237873,JPG,cc-by-nc,James Bailey
|
999
1002
|
Camissoniopsis micrantha,6632025,jpeg,cc-by-nc,Amelia Ryan
|
1000
1003
|
Camissoniopsis micrantha,275718976,jpeg,cc-by-nc,Julia Markey
|
1001
|
-
Campanula exigua,196107792,jpg,cc-by-nc,Tony Iwane
|
1002
|
-
Campanula exigua,196106559,jpg,cc-by-nc,Tony Iwane
|
1003
|
-
Campanula exigua,123061438,jpeg,cc-by-nc,Morgan Stickrod
|
1004
|
-
Campanula exigua,78097800,jpg,cc-by-nc,kevinhintsa
|
1005
|
-
Campanula griffinii,198043811,jpg,cc-by,Ken-ichi Ueda
|
1006
|
-
Campanula griffinii,128540171,jpg,cc-by,Ken-ichi Ueda
|
1007
|
-
Campanula griffinii,128540192,jpg,cc-by,Ken-ichi Ueda
|
1008
|
-
Campanula griffinii,128540180,jpg,cc-by,Ken-ichi Ueda
|
1009
|
-
Campanula griffinii,128540153,jpg,cc-by,Ken-ichi Ueda
|
1010
1004
|
Capsella bursa-pastoris,326381699,jpeg,cc-by,Thomas Gyselinck
|
1011
1005
|
Capsella bursa-pastoris,141488680,jpeg,cc-by-nc,Mike Palmer
|
1012
1006
|
Capsella bursa-pastoris,326381703,jpeg,cc-by,Thomas Gyselinck
|
@@ -1297,6 +1291,9 @@ Chenopodium rubrum,164767211,jpeg,cc-by-nc,Султангареева Лилия
|
|
1297
1291
|
Chenopodium rubrum var. humile,125710048,jpeg,cc-by-nc,Ryan Sealy
|
1298
1292
|
Chenopodium rubrum var. humile,159171204,jpg,cc-by-nc,Michael John Oldham
|
1299
1293
|
Chenopodium rubrum var. rubrum,41636073,jpeg,cc-by-nc,Amber Litterer
|
1294
|
+
Chenopodium rubrum var. rubrum,257306984,jpg,cc-by-nc,Kelly Omand
|
1295
|
+
Chenopodium rubrum var. rubrum,255036599,jpg,cc-by-nc,Michael John Oldham
|
1296
|
+
Chenopodium rubrum var. rubrum,245979264,jpeg,cc-by-nc,Amber Litterer
|
1300
1297
|
Chenopodium vulvaria,61264940,jpeg,cc-by-nc,Javier Peralta de Andrés
|
1301
1298
|
Chenopodium vulvaria,42717463,jpeg,cc-by-nc,Erik Grijalva
|
1302
1299
|
Chlorogalum pomeridianum var. minus,2866172,jpg,cc-by-nc,Holland Gistelli
|
@@ -1592,17 +1589,14 @@ Croton setiger,20876331,jpeg,cc-by-nc,Kristin Sweeney
|
|
1592
1589
|
Croton setiger,416467017,jpeg,cc-by-nc,nathantay
|
1593
1590
|
Croton setiger,421474530,jpeg,cc-by-nc,nathantay
|
1594
1591
|
Croton setiger,416467042,jpeg,cc-by-nc,nathantay
|
1595
|
-
Crypsis schoenoides,325547867,jpg,cc-by-nc,Sebastian J. Dunkl
|
1596
|
-
Crypsis schoenoides,48332562,jpg,cc-by-nc,jrebman
|
1597
|
-
Crypsis schoenoides,325329755,jpg,cc-by-nc,Sebastian J. Dunkl
|
1598
|
-
Crypsis schoenoides,325329956,jpg,cc-by-nc,Sebastian J. Dunkl
|
1599
|
-
Crypsis schoenoides,325329719,jpg,cc-by-nc,Sebastian J. Dunkl
|
1600
|
-
Crypsis vaginiflora,194879992,jpg,cc-by-nc,jrebman
|
1601
1592
|
Cryptantha clevelandii var. florosa,66996825,jpg,cc-by-nc,jrebman
|
1602
1593
|
Cryptantha corollata,6694822,jpg,cc-by-nc,Steve Jones
|
1603
1594
|
Cryptantha corollata,6694854,jpg,cc-by-nc,Steve Jones
|
1604
1595
|
Cryptantha corollata,6694853,jpg,cc-by-nc,Steve Jones
|
1605
1596
|
Cryptantha flaccida,103049,jpg,cc-by,dloarie
|
1597
|
+
Cryptantha hispidula,388473789,jpg,cc-by,Chloe and Trevor Van Loon
|
1598
|
+
Cryptantha hispidula,388473898,jpg,cc-by,Chloe and Trevor Van Loon
|
1599
|
+
Cryptantha hispidula,388473798,jpg,cc-by,Chloe and Trevor Van Loon
|
1606
1600
|
Cryptantha intermedia var. intermedia,17323919,jpg,cc-by-nc,BJ Stacey
|
1607
1601
|
Cryptantha intermedia var. intermedia,5699495,jpg,cc-by-nc,Chris Evers
|
1608
1602
|
Cryptantha juniperensis,378730932,jpg,cc-by-nc,madge
|
@@ -1788,6 +1782,8 @@ Dendromecon rigida,63077387,jpeg,cc-by-nc,kubikub
|
|
1788
1782
|
Dendromecon rigida,1572763,jpg,cc-by-nc,cathychambers
|
1789
1783
|
Dendromecon rigida,62990650,jpg,cc-by-nc,barry_thomson
|
1790
1784
|
Dendromecon rigida,61698979,jpg,cc-by-nc,Jack Smith
|
1785
|
+
Deschampsia bolanderi,1101137,JPG,cc-by-nc,boschniakia
|
1786
|
+
Deschampsia bolanderi,384763608,jpg,cc-by,Chloe and Trevor Van Loon
|
1791
1787
|
Deschampsia cespitosa subsp. cespitosa,1125176,jpg,cc-by-nc,Amelia Ryan
|
1792
1788
|
Deschampsia cespitosa subsp. holciformis,12828014,jpg,cc-by-nc,Asa Spade
|
1793
1789
|
Deschampsia cespitosa subsp. holciformis,12827995,jpeg,cc-by-nc,Asa Spade
|
@@ -1868,11 +1864,11 @@ Dipsacus sativus,62072825,jpg,cc-by-nc,Chris Nelson
|
|
1868
1864
|
Dipsacus sativus,39268875,jpg,cc-by-nc,Jennifer Rycenga
|
1869
1865
|
Dipsacus sativus,68247291,jpeg,cc-by-nc,lilithohlson
|
1870
1866
|
Dipsacus sativus,83486917,jpeg,cc-by-nc,phillyphantailphan
|
1871
|
-
Dipterostemon capitatus,2641,jpg,cc-by,Tom Hilton
|
1872
|
-
Dipterostemon capitatus,275813,jpg,cc-by,Ken-ichi Ueda
|
1873
|
-
Dipterostemon capitatus,30605,jpg,cc-by,Ken-ichi Ueda
|
1874
|
-
Dipterostemon capitatus,67314051,jpeg,cc-by-nc,elizabercel
|
1875
|
-
Dipterostemon capitatus,6568749,jpg,cc-by-nc,Sylvia Haultain
|
1867
|
+
Dipterostemon capitatus subsp. capitatus,2641,jpg,cc-by,Tom Hilton
|
1868
|
+
Dipterostemon capitatus subsp. capitatus,275813,jpg,cc-by,Ken-ichi Ueda
|
1869
|
+
Dipterostemon capitatus subsp. capitatus,30605,jpg,cc-by,Ken-ichi Ueda
|
1870
|
+
Dipterostemon capitatus subsp. capitatus,67314051,jpeg,cc-by-nc,elizabercel
|
1871
|
+
Dipterostemon capitatus subsp. capitatus,6568749,jpg,cc-by-nc,Sylvia Haultain
|
1876
1872
|
Dirca occidentalis,60367115,jpg,cc-by,Ken-ichi Ueda
|
1877
1873
|
Dirca occidentalis,113472320,jpeg,cc-by-nc,jomance
|
1878
1874
|
Dirca occidentalis,7038245,jpg,cc-by-nc,Cat Chang
|
@@ -1887,6 +1883,8 @@ Dittrichia graveolens,56735227,jpeg,cc-by-nc,hikingsandiego
|
|
1887
1883
|
Downingia bella,38835172,jpeg,cc-by-nc,Peri Lee Pipkin
|
1888
1884
|
Downingia bella,184386771,jpg,cc-by-nc,Nancy Bruce
|
1889
1885
|
Downingia bella,43722904,jpg,cc-by-nc,Diane Etchison
|
1886
|
+
Downingia concolor var. concolor,2475437,jpg,cc-by-nc,Dee Warenycia
|
1887
|
+
Downingia concolor var. concolor,2475438,jpg,cc-by-nc,Dee Warenycia
|
1890
1888
|
Downingia cuspidata,190108017,jpg,cc-by-nc,Vince Scheidt
|
1891
1889
|
Downingia cuspidata,98653785,jpg,cc-by,Steve Matson
|
1892
1890
|
Downingia cuspidata,98653755,jpg,cc-by,Steve Matson
|
@@ -2021,6 +2019,9 @@ Elodea canadensis,57234967,jpeg,cc-by-nc,eugenezakharov
|
|
2021
2019
|
Elymus caput-medusae,24101478,jpeg,cc-by-nc,Rob Irwin
|
2022
2020
|
Elymus caput-medusae,13162675,jpg,cc-by-nc,Jennifer Rycenga
|
2023
2021
|
Elymus caput-medusae,59500648,jpg,cc-by-nc,Aleksandr Ebel
|
2022
|
+
Elymus condensatus,66056,jpg,cc-by,Charlie Inyo
|
2023
|
+
Elymus condensatus,123463,JPG,cc-by,Zack Abbey
|
2024
|
+
Elymus condensatus,26973681,jpeg,cc-by-nc,2008 Zoya Akulova
|
2024
2025
|
Elymus glaucus subsp. virescens,3807104,JPG,cc-by-nc,emwest
|
2025
2026
|
Elymus hispidus,140216323,jpg,cc-by-nc,Alexander Iosipenko
|
2026
2027
|
Elymus hispidus,50240849,jpeg,cc-by-nc,Bob Sweatt
|
@@ -3374,6 +3375,7 @@ Limosella australis,94254592,jpeg,cc-by-nc,Lily M
|
|
3374
3375
|
Limosella australis,109356597,jpg,cc-by-nc,Lorraine Phelan
|
3375
3376
|
Limosella australis,29619082,jpeg,cc-by,Arnim Littek
|
3376
3377
|
Limosella australis,29619638,jpeg,cc-by,Arnim Littek
|
3378
|
+
Limosella australis,6079048,jpeg,cc-by-nc,Alex Fergus
|
3377
3379
|
Linanthus dichotomus subsp. dichotomus,7405693,jpg,cc-by-nc,cloudya
|
3378
3380
|
Linanthus dichotomus subsp. dichotomus,13511863,jpg,cc-by-nc,Krissa Klein
|
3379
3381
|
Linanthus pungens subsp. pulchriflorus,212102195,jpg,cc-by-nc,epfodeb
|
@@ -3601,11 +3603,9 @@ Madia sativa,43384719,jpg,cc-by-nc,schizotypalvamp
|
|
3601
3603
|
Madia sativa,4112008,JPG,cc-by-nc,Cat Chang
|
3602
3604
|
Madia sativa,41381,jpg,cc-by-nc,Robert
|
3603
3605
|
Madia sativa,41380,jpg,cc-by-nc,Bill Bouton
|
3604
|
-
Maianthemum racemosum,
|
3605
|
-
Maianthemum racemosum,
|
3606
|
-
Maianthemum racemosum,
|
3607
|
-
Maianthemum racemosum,44398147,jpg,cc-by-nc,MVAlig
|
3608
|
-
Maianthemum racemosum,40322392,jpeg,cc-by-nc,Dave
|
3606
|
+
Maianthemum racemosum subsp. amplexicaule,11016026,jpg,cc-by-nc,Blake Weis
|
3607
|
+
Maianthemum racemosum subsp. amplexicaule,40656389,jpg,cc-by-nc,Christopher J. Earle
|
3608
|
+
Maianthemum racemosum subsp. amplexicaule,89918852,jpeg,cc-by-nc,Bridget Spencer
|
3609
3609
|
Maianthemum stellatum,5315,jpg,cc-by-nc,Anita
|
3610
3610
|
Maianthemum stellatum,97398505,jpeg,cc-by-nc,Lisa Bates
|
3611
3611
|
Malacothrix californica,189171326,jpeg,cc-by-nc,Damon Tighe
|
@@ -4195,9 +4195,6 @@ Petrorhagia dubia,189407890,jpeg,cc-by-nc,Errol Véla
|
|
4195
4195
|
Petrorhagia dubia,104531343,jpeg,cc-by-nc,Errol Véla
|
4196
4196
|
Petrorhagia dubia,189407876,jpeg,cc-by-nc,Errol Véla
|
4197
4197
|
Petrorhagia dubia,104531353,jpeg,cc-by-nc,Errol Véla
|
4198
|
-
Petunia parviflora,9655368,jpeg,cc-by-nc,James Bailey
|
4199
|
-
Petunia parviflora,18403173,jpg,cc-by-nc,Cat Chang
|
4200
|
-
Petunia parviflora,64354810,jpeg,cc-by-nc,Ron Vanderhoff
|
4201
4198
|
Phacelia breweri,3196,jpg,cc-by,Ken-ichi Ueda
|
4202
4199
|
Phacelia breweri,98280,jpg,cc-by,Ken-ichi Ueda
|
4203
4200
|
Phacelia californica,14315138,jpeg,cc-by-nc,Krissa Klein
|
@@ -4873,6 +4870,15 @@ Raphanus sativus,170545302,jpeg,cc0,Manis Lin
|
|
4873
4870
|
Raphanus sativus,28387810,jpeg,cc0,葉子
|
4874
4871
|
Raphanus sativus,28387815,jpeg,cc0,葉子
|
4875
4872
|
Raphanus sativus,28387822,jpeg,cc0,葉子
|
4873
|
+
Ravenella exigua,196107792,jpg,cc-by-nc,Tony Iwane
|
4874
|
+
Ravenella exigua,196106559,jpg,cc-by-nc,Tony Iwane
|
4875
|
+
Ravenella exigua,123061438,jpeg,cc-by-nc,Morgan Stickrod
|
4876
|
+
Ravenella exigua,78097800,jpg,cc-by-nc,kevinhintsa
|
4877
|
+
Ravenella griffinii,198043811,jpg,cc-by,Ken-ichi Ueda
|
4878
|
+
Ravenella griffinii,128540171,jpg,cc-by,Ken-ichi Ueda
|
4879
|
+
Ravenella griffinii,128540192,jpg,cc-by,Ken-ichi Ueda
|
4880
|
+
Ravenella griffinii,128540180,jpg,cc-by,Ken-ichi Ueda
|
4881
|
+
Ravenella griffinii,128540153,jpg,cc-by,Ken-ichi Ueda
|
4876
4882
|
Rhamnus alaternus,177250281,jpg,cc-by-nc,Anton Gjeldum
|
4877
4883
|
Rhamnus alaternus,1182864,jpg,cc-by,Jon Sullivan
|
4878
4884
|
Rhamnus alaternus,1184720,jpg,cc-by,Jon Sullivan
|
@@ -5241,8 +5247,6 @@ Scolymus hispanicus,72358111,jpeg,cc-by-nc,Сергей
|
|
5241
5247
|
Scolymus hispanicus,62126784,jpeg,cc-by-nc,Giuseppe Buscemi
|
5242
5248
|
Scolymus hispanicus,125868936,jpeg,cc-by,Eleftherios Katsillis
|
5243
5249
|
Scolymus hispanicus,137564423,jpeg,cc-by-nc,Platon Kleanthidis
|
5244
|
-
Scribneria bolanderi,1101137,JPG,cc-by-nc,boschniakia
|
5245
|
-
Scribneria bolanderi,384763608,jpg,cc-by,Chloe and Trevor Van Loon
|
5246
5250
|
Scrophularia californica,344239328,jpg,cc-by-nc,nathantay
|
5247
5251
|
Scrophularia californica,344239297,jpg,cc-by-nc,nathantay
|
5248
5252
|
Scrophularia californica,344239307,jpg,cc-by-nc,nathantay
|
@@ -5311,11 +5315,6 @@ Senecio hydrophilus,22037292,jpg,cc-by-nc,Cat Chang
|
|
5311
5315
|
Senecio hydrophilus,161570346,jpg,cc-by-nc,Tim Messick
|
5312
5316
|
Senecio hydrophilus,4418217,jpg,cc-by-nc,faerthen
|
5313
5317
|
Senecio hydrophilus,148207663,jpg,cc-by-nc,Bob Sweatt
|
5314
|
-
Senecio jacobaea,45878089,jpeg,cc-by-nc,Татьяна Губина
|
5315
|
-
Senecio jacobaea,1180049,jpg,cc-by,Jon Sullivan
|
5316
|
-
Senecio jacobaea,1179484,jpg,cc-by,Jon Sullivan
|
5317
|
-
Senecio jacobaea,1182703,jpg,cc-by,Jon Sullivan
|
5318
|
-
Senecio jacobaea,118239650,jpeg,cc-by-nc,Sergei Mosyakin
|
5319
5318
|
Senecio minimus,258446850,jpeg,cc-by-nc,Richie Southerton
|
5320
5319
|
Senecio minimus,9598395,jpg,cc-by,Don Loarie
|
5321
5320
|
Senecio minimus,60221840,jpg,cc-by-nc,Chris Ecroyd
|
@@ -5442,14 +5441,13 @@ Solanum nigrum,154368290,jpg,cc-by-nc,Misha Zitser
|
|
5442
5441
|
Solanum nigrum,231201115,jpg,cc-by-nc,pavlinkarozinka
|
5443
5442
|
Solanum nigrum,151245074,jpeg,cc-by-nc,Nadezhda Zelenova
|
5444
5443
|
Solanum nigrum,262547146,jpg,cc-by-nc,miro49n
|
5445
|
-
Solanum
|
5446
|
-
Solanum
|
5447
|
-
Solanum
|
5448
|
-
Solanum
|
5449
|
-
Solanum
|
5444
|
+
Solanum nitidibaccatum,31243161,jpg,cc-by-nc,Pat Enright
|
5445
|
+
Solanum nitidibaccatum,110642664,jpeg,cc-by,Joe Potter Butler
|
5446
|
+
Solanum nitidibaccatum,155793356,jpeg,cc-by-nc,Peter Zika
|
5447
|
+
Solanum nitidibaccatum,237463112,jpg,cc-by-nc,Karsten Mody
|
5448
|
+
Solanum nitidibaccatum,319237820,jpg,cc-by-nc,erinh
|
5450
5449
|
Solanum umbelliferum,38552026,jpg,cc-by,Ken-ichi Ueda
|
5451
5450
|
Solanum umbelliferum,120359650,jpg,cc-by-nc,Donna Pomeroy
|
5452
|
-
Solanum xanti,254054719,jpeg,cc-by-nc,Andrea Kreuzhage
|
5453
5451
|
Soleirolia soleirolii,51845525,jpeg,cc-by-nc,Dave Holland
|
5454
5452
|
Soleirolia soleirolii,168200772,jpg,cc-by,Carnat Joel
|
5455
5453
|
Solidago velutina subsp. californica,392768032,jpeg,cc-by-nc,Becky Escalante
|
@@ -5484,22 +5482,6 @@ Sparganium eurycarpum var. eurycarpum,293563082,jpg,cc-by,Ken-ichi Ueda
|
|
5484
5482
|
Sparganium eurycarpum var. eurycarpum,301728853,jpg,cc-by,Ryan Sorrells
|
5485
5483
|
Sparganium eurycarpum var. eurycarpum,176266634,jpeg,cc-by-nc,Andrey Zharkikh
|
5486
5484
|
Sparganium eurycarpum var. greenei,20986043,jpg,cc-by-nc,Cat Chang
|
5487
|
-
Spartina alterniflora,2751769,jpg,cc-by-nc,David Gardner
|
5488
|
-
Spartina alterniflora,100781477,jpg,cc-by-nc,Ally Martello
|
5489
|
-
Spartina alterniflora,56403602,jpeg,cc-by-nc,John C.
|
5490
|
-
Spartina alterniflora,5392048,jpeg,cc-by-nc,Tom Austin
|
5491
|
-
Spartina densiflora,60508300,jpeg,cc-by,Florencia Grattarola
|
5492
|
-
Spartina densiflora,45676298,jpg,cc-by-nc,victoriayef
|
5493
|
-
Spartina densiflora,60506968,jpeg,cc-by,Florencia Grattarola
|
5494
|
-
Spartina densiflora,60508299,jpeg,cc-by,Florencia Grattarola
|
5495
|
-
Spartina densiflora,60506977,jpeg,cc-by,Florencia Grattarola
|
5496
|
-
Spartina foliosa,49344182,jpg,cc-by-nc,lilredhen
|
5497
|
-
Spartina foliosa,49344127,jpg,cc-by-nc,lilredhen
|
5498
|
-
Spartina foliosa,754888,jpg,cc-by-nc,Lew Stringer
|
5499
|
-
Spartina patens,18821343,jpg,cc-by,David McCorquodale
|
5500
|
-
Spartina patens,49192970,jpeg,cc-by-nc,Julie-Lynn Zahavich
|
5501
|
-
Spartina patens,11302688,jpg,cc-by-nc,Janet Wright
|
5502
|
-
Spartina patens,31163303,jpeg,cc-by-nc,Wasyl Bakowsky
|
5503
5485
|
Spartium junceum,122896976,jpeg,cc-by-nc,lamprisdimitris
|
5504
5486
|
Spartium junceum,122896935,jpeg,cc-by-nc,lamprisdimitris
|
5505
5487
|
Spartium junceum,298186840,jpeg,cc-by-nc,Seprűs Péter
|
@@ -5542,11 +5524,34 @@ Sporobolus airoides,791899,jpg,cc-by,Jason Eckberg
|
|
5542
5524
|
Sporobolus airoides,33105427,jpeg,cc-by-nc,conabio-pj010
|
5543
5525
|
Sporobolus airoides,33557436,jpeg,cc-by-nc,conabio-pj010
|
5544
5526
|
Sporobolus airoides,34045367,jpeg,cc-by-nc,conabio-pj010
|
5527
|
+
Sporobolus alterniflorus,2751769,jpg,cc-by-nc,David Gardner
|
5528
|
+
Sporobolus alterniflorus,100781477,jpg,cc-by-nc,Ally Martello
|
5529
|
+
Sporobolus alterniflorus,56403602,jpeg,cc-by-nc,John C.
|
5530
|
+
Sporobolus alterniflorus,5392048,jpeg,cc-by-nc,Tom Austin
|
5531
|
+
Sporobolus densiflorus,191417297,jpg,cc-by-nc,jrebman
|
5532
|
+
Sporobolus densiflorus,101786088,jpeg,cc-by,Cleveland Powell
|
5533
|
+
Sporobolus foliosus,49344182,jpg,cc-by-nc,lilredhen
|
5534
|
+
Sporobolus foliosus,49344127,jpg,cc-by-nc,lilredhen
|
5535
|
+
Sporobolus foliosus,754888,jpg,cc-by-nc,Lew Stringer
|
5545
5536
|
Sporobolus indicus,114523082,jpeg,cc0,葉子
|
5546
5537
|
Sporobolus indicus,113872239,jpeg,cc0,葉子
|
5547
5538
|
Sporobolus indicus,113872221,jpeg,cc0,葉子
|
5548
5539
|
Sporobolus indicus,46513280,jpeg,cc-by-nc,紫狸子
|
5549
5540
|
Sporobolus indicus,113872215,jpeg,cc0,葉子
|
5541
|
+
Sporobolus niliacus,432169979,jpeg,cc-by,Gabriel Campbell
|
5542
|
+
Sporobolus niliacus,194879992,jpg,cc-by-nc,jrebman
|
5543
|
+
Sporobolus niliacus,432170026,jpeg,cc-by,Gabriel Campbell
|
5544
|
+
Sporobolus niliacus,432170017,jpeg,cc-by,Gabriel Campbell
|
5545
|
+
Sporobolus niliacus,432170005,jpeg,cc-by,Gabriel Campbell
|
5546
|
+
Sporobolus pumilus,18821343,jpg,cc-by,David McCorquodale
|
5547
|
+
Sporobolus pumilus,49192970,jpeg,cc-by-nc,Julie-Lynn Zahavich
|
5548
|
+
Sporobolus pumilus,11302688,jpg,cc-by-nc,Janet Wright
|
5549
|
+
Sporobolus pumilus,31163303,jpeg,cc-by-nc,Wasyl Bakowsky
|
5550
|
+
Sporobolus schoenoides,52083147,jpeg,cc-by-nc,Lauren Glevanik
|
5551
|
+
Sporobolus schoenoides,328825734,jpeg,cc-by-nc,Fred Melgert / Carla Hoegen
|
5552
|
+
Sporobolus schoenoides,60594241,jpg,cc-by-nc,Herbarium GARIN
|
5553
|
+
Sporobolus schoenoides,9509158,jpeg,cc-by-nc,James Bailey
|
5554
|
+
Sporobolus schoenoides,325547867,jpg,cc-by-nc,Sebastian J. Dunkl
|
5550
5555
|
Stachys ajugoides,19936874,jpeg,cc-by-nc,Asa Spade
|
5551
5556
|
Stachys ajugoides,298642504,jpg,cc-by-nc,Dan Antonaccio
|
5552
5557
|
Stachys ajugoides,19936877,jpeg,cc-by-nc,Asa Spade
|
@@ -5924,7 +5929,9 @@ Triglochin striata,309484558,jpeg,cc-by-nc,Barbara L. Wilson
|
|
5924
5929
|
Triglochin striata,428422672,jpeg,cc-by-nc,Barbara L. Wilson
|
5925
5930
|
Trillium chloropetalum,32837195,jpeg,cc0,Flower Hunter
|
5926
5931
|
Trillium chloropetalum,92485,jpg,cc-by,dloarie
|
5927
|
-
Trillium ovatum
|
5932
|
+
Trillium ovatum,47255897,jpg,cc-by-nc,Brian Starzomski
|
5933
|
+
Trillium ovatum,4183760,jpg,cc-by-nc,Mike Patterson
|
5934
|
+
Trillium ovatum,63102111,jpeg,cc-by,Karen and Mike
|
5928
5935
|
Triodanis biflora,3744672,jpg,cc-by,Melissa McMasters
|
5929
5936
|
Triodanis biflora,75974004,jpeg,cc-by-nc,A
|
5930
5937
|
Triodanis biflora,66728479,jpg,cc-by-nc,Rick Travis
|
@@ -5987,12 +5994,10 @@ Uropappus lindleyi,118012,jpg,cc-by,Don Loarie
|
|
5987
5994
|
Uropappus lindleyi,12640,jpg,cc-by,Tom Hilton
|
5988
5995
|
Urospermum picroides,51653768,jpeg,cc-by-nc,James Bailey
|
5989
5996
|
Urospermum picroides,40465137,jpg,cc-by-nc,Cat Chang
|
5990
|
-
Urtica
|
5991
|
-
Urtica
|
5992
|
-
Urtica
|
5993
|
-
Urtica
|
5994
|
-
Urtica dioica subsp. gracilis,10158433,jpg,cc-by-nc,Ian Bryson
|
5995
|
-
Urtica dioica subsp. holosericea,13605703,jpg,cc-by,Jim Morefield
|
5997
|
+
Urtica gracilis subsp. gracilis,100054561,jpeg,cc-by-nc,J. Richard Abbott
|
5998
|
+
Urtica gracilis subsp. gracilis,22639452,jpg,cc-by-nc,Pat Deacon
|
5999
|
+
Urtica gracilis subsp. gracilis,8782749,jpg,cc-by-nc,ColinDJones
|
6000
|
+
Urtica gracilis subsp. holosericea,13605703,jpg,cc-by,Jim Morefield
|
5996
6001
|
Urtica urens,120035804,jpg,cc-by-nc,lcnygard
|
5997
6002
|
Urtica urens,65907690,jpeg,cc-by-nc,Gennadiy Okatov
|
5998
6003
|
Urtica urens,2814607,jpg,cc-by-nc,Amy Jaecker-Jones
|