Revision 6851
Added by Aaron Marcuse-Kubitza about 12 years ago
mappings/VegCore.tables.redmine | ||
---|---|---|
1 |
[[VegCore#Record|Record]] |
|
2 |
[[VegCore#Occurrence|Occurrence]] |
|
3 |
[[VegCore#Event|Event]] |
|
4 |
[[VegCore#Location|Location]] |
|
5 |
[[VegCore#GeologicalContext|GeologicalContext]] |
|
6 |
[[VegCore#Identification|Identification]] |
|
7 |
[[VegCore#Taxon|Taxon]] |
|
8 |
[[VegCore#ResourceRelationship|ResourceRelationship]] |
|
9 |
[[VegCore#MeasurementOrFact|MeasurementOrFact]] |
|
10 |
[[VegCore#Uncategorized|Uncategorized]] |
mappings/Makefile | ||
---|---|---|
11 | 11 |
|
12 | 12 |
##### General targets |
13 | 13 |
|
14 |
all: _always VegCore.csv VegCore.tables.csv $(inputCoreMaps) ;
|
|
14 |
all: _always VegCore.csv VegCore.tables.redmine $(inputCoreMaps) ;
|
|
15 | 15 |
|
16 | 16 |
clean: _always |
17 | 17 |
$(RM) $(all) |
... | ... | |
30 | 30 |
<$< $(sed) -n 's/^.*<h1 *><a href="#[^>]+>([^<]+).*$$/\1/p'\ |
31 | 31 |
|grep -vE '^Namespaces$$' >$@ |
32 | 32 |
|
33 |
VegCore.tables.redmine: VegCore.tables.csv |
|
34 |
$(sed) -n 's/^.*$$/[[VegCore#&|&]]/p' <$< >$@ |
|
35 |
|
|
33 | 36 |
# This tracks VegCore terms that are mapped to VegBIEN but not documented in |
34 | 37 |
# VegCore.csv. This file is *not* svn:ignored, so it will show up with a ? when |
35 | 38 |
# the user runs `svn st` if there are any unsourced terms. |
Also available in: Unified diff
mappings/Makefile: Added VegCore.tables.redmine, which contains the Redmine-formatted list of VegCore tables to paste into <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore#Tables>