@ca-plant-list/ca-plant-list 0.2.6 → 0.2.8

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.
Files changed (50) hide show
  1. package/data/glossary/pappus.md +3 -0
  2. package/data/glossary/petiole.md +1 -0
  3. package/data/glossary/phyllary.md +1 -0
  4. package/data/glossary/stipule.md +1 -0
  5. package/data/illustrations/inkscape/asteraceae_floret.svg +157 -0
  6. package/data/illustrations/optimized/asteraceae_floret.svg +28 -0
  7. package/data/synonyms.csv +12 -0
  8. package/data/taxa.csv +149 -146
  9. package/data/text/Clematis-ligusticifolia.md +1 -0
  10. package/data/text/Erythranthe-arvensis.md +1 -0
  11. package/data/text/Erythranthe-grandis.md +1 -0
  12. package/data/text/Erythranthe-guttata.md +1 -0
  13. package/data/text/Grindelia-camporum.md +1 -1
  14. package/data/text/Grindelia-hirsutula.md +1 -1
  15. package/data/text/Lonicera-interrupta.md +1 -0
  16. package/data/text/Lonicera-subspicata-var-denudata.md +1 -0
  17. package/data/text/Taraxacum-officinale.md +1 -1
  18. package/data/text/Wyethia-angustifolia.md +1 -1
  19. package/data/text/Wyethia-glabra.md +1 -1
  20. package/data/text/Wyethia-helenioides.md +1 -1
  21. package/jekyll/_includes/glossary.html +0 -0
  22. package/jekyll/_layouts/html.html +3 -0
  23. package/jekyll/assets/css/main.css +9 -0
  24. package/jekyll/glossary.md +5 -0
  25. package/lib/basepagerenderer.js +5 -0
  26. package/lib/dateutils.js +24 -0
  27. package/lib/ebook/ebook.js +24 -0
  28. package/lib/ebook/ebookpage.js +4 -2
  29. package/lib/ebook/glossarypages.js +101 -0
  30. package/lib/ebook/images.js +86 -0
  31. package/lib/ebook/pages/taxonpage.js +2 -3
  32. package/lib/ebook/pages/tocpage.js +1 -0
  33. package/lib/ebook/plantbook.js +17 -67
  34. package/lib/genericpage.js +26 -8
  35. package/lib/html.js +1 -1
  36. package/lib/index.d.ts +24 -12
  37. package/lib/jekyll.js +11 -0
  38. package/lib/markdown.js +18 -0
  39. package/lib/pagerenderer.js +2 -3
  40. package/lib/plants/glossary.js +52 -0
  41. package/lib/taxon.js +14 -0
  42. package/lib/web/glossarypages.js +52 -0
  43. package/lib/{pagetaxon.js → web/pagetaxon.js} +34 -7
  44. package/package.json +1 -1
  45. /package/{ebook/i → data/illustrations/optimized}/f-blue.svg +0 -0
  46. /package/{ebook/i → data/illustrations/optimized}/f-orange.svg +0 -0
  47. /package/{ebook/i → data/illustrations/optimized}/f-pink.svg +0 -0
  48. /package/{ebook/i → data/illustrations/optimized}/f-red.svg +0 -0
  49. /package/{ebook/i → data/illustrations/optimized}/f-white.svg +0 -0
  50. /package/{ebook/i → data/illustrations/optimized}/f-yellow.svg +0 -0
@@ -0,0 +1,3 @@
1
+ In [Asteraceae](../Asteraceae.html), the structures in each ray or disc floret which arise from the top of the ovary or achene.
2
+
3
+ ![Asteraceae floret](../i/asteraceae_floret.svg)
@@ -0,0 +1 @@
1
+ The stalk that attaches the leaf blade to the stem.
@@ -0,0 +1 @@
1
+ In [Asteraceae](../Asteraceae.html), a bract surrounding the flower head.
@@ -0,0 +1 @@
1
+ An appendage at the base of a [petiole](./petiole.html). They are usually in pairs.
@@ -0,0 +1,157 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="82.437302mm"
6
+ height="84.504379mm"
7
+ viewBox="0 0 82.437302 84.504379"
8
+ version="1.1"
9
+ id="svg1"
10
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
11
+ sodipodi:docname="pappus.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns:xlink="http://www.w3.org/1999/xlink"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <sodipodi:namedview
18
+ id="namedview1"
19
+ pagecolor="#ffffff"
20
+ bordercolor="#000000"
21
+ borderopacity="0.25"
22
+ inkscape:showpageshadow="2"
23
+ inkscape:pageopacity="0.0"
24
+ inkscape:pagecheckerboard="0"
25
+ inkscape:deskcolor="#d1d1d1"
26
+ inkscape:document-units="mm"
27
+ inkscape:zoom="1"
28
+ inkscape:cx="215"
29
+ inkscape:cy="258.5"
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="layer1" />
36
+ <defs
37
+ id="defs1">
38
+ <marker
39
+ style="overflow:visible"
40
+ id="Triangle"
41
+ refX="0"
42
+ refY="0"
43
+ orient="auto-start-reverse"
44
+ inkscape:stockid="Triangle arrow"
45
+ markerWidth="1"
46
+ markerHeight="1"
47
+ viewBox="0 0 1 1"
48
+ inkscape:isstock="true"
49
+ inkscape:collect="always"
50
+ preserveAspectRatio="xMidYMid">
51
+ <path
52
+ transform="scale(0.5)"
53
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
54
+ d="M 5.77,0 -2.88,5 V -5 Z"
55
+ id="path135" />
56
+ </marker>
57
+ </defs>
58
+ <g
59
+ inkscape:label="Layer 1"
60
+ inkscape:groupmode="layer"
61
+ id="layer1"
62
+ transform="translate(-48.054274,-6.5122836)">
63
+ <path
64
+ style="fill:#959595;fill-opacity:1;stroke:none;stroke-width:2.065;stroke-dasharray:2.065, 2.065"
65
+ id="path1"
66
+ sodipodi:type="arc"
67
+ sodipodi:cx="73.289581"
68
+ sodipodi:cy="59.928123"
69
+ sodipodi:rx="8.4666662"
70
+ sodipodi:ry="31.088541"
71
+ sodipodi:start="5.4977871"
72
+ sodipodi:end="3.9269908"
73
+ sodipodi:arc-type="chord"
74
+ d="m 79.276418,37.945204 a 8.4666662,31.088541 0 0 1 1.835343,33.879988 8.4666662,31.088541 0 0 1 -7.82218,19.191473 8.4666662,31.088541 0 0 1 -7.822179,-19.191471 8.4666662,31.088541 0 0 1 1.835342,-33.879988 z"
75
+ sodipodi:open="true" />
76
+ <path
77
+ style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
78
+ d="m 48.252744,13.074373 19.05,24.870833"
79
+ id="path2" />
80
+ <path
81
+ style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
82
+ d="M 98.326427,13.074373 79.276418,37.945204"
83
+ id="path3" />
84
+ <use
85
+ x="0"
86
+ y="0"
87
+ xlink:href="#path3"
88
+ id="use3"
89
+ transform="rotate(-17.225801,77.256566,49.067977)"
90
+ inkscape:transform-center-x="-5.3061657"
91
+ inkscape:transform-center-y="-14.176349" />
92
+ <path
93
+ style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
94
+ d="M 55.685646,9.6812171 69.484073,37.807082"
95
+ id="path4"
96
+ inkscape:transform-center-x="7.1157592"
97
+ inkscape:transform-center-y="-13.630721" />
98
+ <path
99
+ style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
100
+ d="M 62.704903,7.5472606 70.994496,37.758907"
101
+ id="path5"
102
+ inkscape:transform-center-x="4.4384202"
103
+ inkscape:transform-center-y="-14.721786" />
104
+ <use
105
+ x="0"
106
+ y="0"
107
+ xlink:href="#path3"
108
+ id="use5"
109
+ transform="rotate(-5.8666313,77.04993,56.396766)"
110
+ inkscape:transform-center-x="-7.994383"
111
+ inkscape:transform-center-y="-12.853564" />
112
+ <use
113
+ x="0"
114
+ y="0"
115
+ xlink:href="#path3"
116
+ id="use7"
117
+ transform="rotate(-27.320113,76.390936,49.026984)"
118
+ inkscape:transform-center-x="-2.7393548"
119
+ inkscape:transform-center-y="-14.886914" />
120
+ <path
121
+ style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
122
+ d="M 69.880592,6.5375884 73.05161,37.704968"
123
+ id="path7"
124
+ inkscape:transform-center-x="1.9386867"
125
+ inkscape:transform-center-y="-15.253592" />
126
+ <text
127
+ xml:space="preserve"
128
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
129
+ x="114.47877"
130
+ y="66.073151"
131
+ id="text7"><tspan
132
+ sodipodi:role="line"
133
+ id="tspan7"
134
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
135
+ x="114.47877"
136
+ y="66.073151">achene</tspan></text>
137
+ <text
138
+ xml:space="preserve"
139
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
140
+ x="114.47877"
141
+ y="28.502281"
142
+ id="text9"><tspan
143
+ sodipodi:role="line"
144
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
145
+ x="114.47877"
146
+ y="28.502281"
147
+ id="tspan10">pappus</tspan></text>
148
+ <path
149
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.420432;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
150
+ d="m 88.996236,65.009182 20.886414,-0.125543 v 0"
151
+ id="path16" />
152
+ <path
153
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.420432;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
154
+ d="m 90.583737,27.967492 20.886423,-0.125543 v 0"
155
+ id="path17" />
156
+ </g>
157
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+ <svg width="82.437mm" height="84.504mm" version="1.1" viewBox="0 0 82.437 84.504" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+ <defs>
5
+ <marker id="Triangle" overflow="visible" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" viewBox="0 0 1 1">
6
+ <path transform="scale(.5)" d="m5.77 0-8.65 5v-10z" fill="context-stroke" fill-rule="evenodd" stroke="context-stroke" stroke-width="1pt"/>
7
+ </marker>
8
+ </defs>
9
+ <g transform="translate(-48.054 -6.5123)">
10
+ <g fill="#959595">
11
+ <path d="m79.276 37.945a8.4667 31.089 0 0 1 1.8353 33.88 8.4667 31.089 0 0 1-7.8222 19.191 8.4667 31.089 0 0 1-7.8222-19.191 8.4667 31.089 0 0 1 1.8353-33.88z"/>
12
+ <path d="m48.253 13.074 19.05 24.871" stroke="#888" stroke-width=".5"/>
13
+ <path id="path3" d="m98.326 13.074-19.05 24.871" fill="#959595" stroke="#888" stroke-width=".5"/>
14
+ </g>
15
+ <use transform="rotate(-17.226 77.257 49.068)" xlink:href="#path3"/>
16
+ <path d="m55.686 9.6812 13.798 28.126" fill="#959595" stroke="#888" stroke-width=".5"/>
17
+ <path d="m62.705 7.5473 8.2896 30.212" fill="#959595" stroke="#888" stroke-width=".5"/>
18
+ <use transform="rotate(-5.8666 77.05 56.397)" xlink:href="#path3"/>
19
+ <use transform="rotate(-27.32 76.391 49.027)" xlink:href="#path3"/>
20
+ <g>
21
+ <path d="m69.881 6.5376 3.171 31.167" fill="#959595" stroke="#888" stroke-width=".5"/>
22
+ <text x="114.47877" y="66.073151" fill="#050000" font-family="Arial" font-size="4.9389px" stroke="#020000" stroke-width="0" xml:space="preserve"><tspan x="114.47877" y="66.073151" fill="#050000" font-family="Arial" font-size="4.9389px" stroke="#020000" stroke-width="0">achene</tspan></text>
23
+ <text x="114.47877" y="28.502281" fill="#050000" font-family="Arial" font-size="4.9389px" stroke="#020000" stroke-width="0" xml:space="preserve"><tspan x="114.47877" y="28.502281" fill="#050000" font-family="Arial" font-size="4.9389px" stroke="#020000" stroke-width="0">pappus</tspan></text>
24
+ <path d="m88.996 65.009 20.886-0.12554" marker-start="url(#Triangle)" stroke="#000" stroke-width=".42043"/>
25
+ <path d="m90.584 27.967 20.886-0.12554" marker-start="url(#Triangle)" stroke="#000" stroke-width=".42043"/>
26
+ </g>
27
+ </g>
28
+ </svg>
package/data/synonyms.csv CHANGED
@@ -1146,6 +1146,7 @@ Milla laxa,Triteleia laxa
1146
1146
  Milla maritima,Muilla maritima
1147
1147
  Milla peduncularis,Triteleia peduncularis
1148
1148
  Mimulus androsaceus,Erythranthe androsacea
1149
+ Mimulus arvensis,Erythranthe arvensis
1149
1150
  Mimulus aurantiacus,Diplacus aurantiacus
1150
1151
  Mimulus bakeri,Erythranthe nasuta
1151
1152
  Mimulus bolanderi,Diplacus bolanderi
@@ -1164,9 +1165,15 @@ Mimulus glabratus var. adscendens,Erythranthe guttata
1164
1165
  Mimulus glareosus,Erythranthe microphylla
1165
1166
  Mimulus glutinosus,Diplacus aurantiacus
1166
1167
  Mimulus grandiflorus,Erythranthe guttata
1168
+ Mimulus grandis,Erythranthe grandis
1169
+ Mimulus guttatus subsp. arvensis,Erythranthe arvensis
1167
1170
  Mimulus guttatus subsp. haidensis,Erythranthe guttata
1171
+ Mimulus guttatus subsp. litoralis,Erythranthe grandis
1172
+ Mimulus guttatus subsp. micranthus,Erythranthe arvensis
1173
+ Mimulus guttatus var. arvensis,Erythranthe arvensis
1168
1174
  Mimulus guttatus var. depauperatus,Erythranthe microphylla
1169
1175
  Mimulus guttatus var. gracilis,Erythranthe nasuta
1176
+ Mimulus guttatus var. grandis,Erythranthe grandis
1170
1177
  Mimulus guttatus var. insignis,Erythranthe microphylla
1171
1178
  Mimulus guttatus var. microphyllus,Erythranthe microphylla
1172
1179
  Mimulus guttatus var. nasutus,Erythranthe nasuta
@@ -1178,7 +1185,9 @@ Mimulus inconspicuus,Erythranthe inconspicua
1178
1185
  Mimulus kelloggii,Diplacus kelloggii
1179
1186
  Mimulus laciniatus,Erythranthe laciniata
1180
1187
  Mimulus langsdorffii var. argutus,Erythranthe guttata
1188
+ Mimulus langsdorffii var. arvensis,Erythranthe arvensis
1181
1189
  Mimulus langsdorffii var. californicus,Erythranthe guttata
1190
+ Mimulus langsdorffii var. grandis,Erythranthe grandis
1182
1191
  Mimulus langsdorffii var. guttatus,Erythranthe guttata
1183
1192
  Mimulus langsdorffii var. insignis,Erythranthe microphylla
1184
1193
  Mimulus langsdorffii var. microphyllus,Erythranthe microphylla
@@ -1188,10 +1197,12 @@ Mimulus langsdorffii var. platyphyllus,Erythranthe guttata
1188
1197
  Mimulus langsdorffii,Erythranthe guttata
1189
1198
  Mimulus latidens,Erythranthe latidens
1190
1199
  Mimulus laxus,Erythranthe microphylla
1200
+ Mimulus longulus,Erythranthe arvensis
1191
1201
  Mimulus luteus var. depauperatus,Erythranthe microphylla
1192
1202
  Mimulus luteus var. gracilis,Erythranthe nasuta
1193
1203
  Mimulus lyratus,Erythranthe guttata
1194
1204
  Mimulus membranaceus,Erythranthe floribunda
1205
+ Mimulus micranthus,Erythranthe arvensis
1195
1206
  Mimulus microphyllus,Erythranthe microphylla
1196
1207
  Mimulus nasutus var. insignis,Erythranthe microphylla
1197
1208
  Mimulus nasutus,Erythranthe nasuta
@@ -1203,6 +1214,7 @@ Mimulus pilosus,Mimetanthe pilosa
1203
1214
  Mimulus platycalyx,Erythranthe microphylla
1204
1215
  Mimulus platylaemus,Diplacus bolanderi
1205
1216
  Mimulus prionophyllus,Erythranthe guttata
1217
+ Mimulus procerus,Erythranthe grandis
1206
1218
  Mimulus puberulus,Erythranthe guttata
1207
1219
  Mimulus puncticalyx,Erythranthe nasuta
1208
1220
  Mimulus rattanii subsp. decurtatus,Diplacus rattanii