Revision 7040
Added by Aaron Marcuse-Kubitza almost 12 years ago
mappings/VegCore.csv | ||
---|---|---|
1 |
VegCore-data-dictionary |
|
2 |
Examples |
|
3 |
Example-specimen-data |
|
4 |
Index |
|
5 |
Tables |
|
6 |
Terms |
|
7 |
Namespaces |
|
8 |
DwC |
|
1 |
VegCore |
|
9 | 2 |
TCS |
10 |
VegX |
|
11 |
VegBank |
|
12 | 3 |
SALVIAS |
13 | 4 |
CTFS |
14 |
BIEN2 |
|
15 |
VegBIEN |
|
16 |
VegCore |
|
17 | 5 |
type |
18 | 6 |
modified |
19 | 7 |
language |
... | ... | |
389 | 377 |
OMIT |
390 | 378 |
PRIVATE |
391 | 379 |
UNUSED |
392 |
See-also |
mappings/Makefile | ||
---|---|---|
23 | 23 |
VegCore.htm: |
24 | 24 |
php -r 'fpassthru(fopen("https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore", "r"));' >$@ |
25 | 25 |
|
26 |
VegCore.csv: VegCore.htm VegCore.tables.csv
|
|
27 |
<$< $(sed) -n 's/^.*<a name="([^"]+)">.*$$/\1/p'\
|
|
28 |
|$(bin)/filter_out_cs 0 VegCore.tables.csv >$@
|
|
26 |
VegCore.csv: VegCore.htm |
|
27 |
(echo VegCore; $(sed) -n 's/^.*<a name="([a-z][^"]*|[A-Z]+)">.*$$/\1/p')\
|
|
28 |
<$< >$@
|
|
29 | 29 |
|
30 | 30 |
VegCore.tables.csv: VegCore.htm |
31 | 31 |
<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p'\ |
Also available in: Unified diff
mappings/Makefile: VegCore.csv: Include only terms that start with a lowercase letter or are all caps. This also avoids the need to filter out VegCore.tables.csv.