Revision 5191
Added by Aaron Marcuse-Kubitza about 12 years ago
map.csv | ||
---|---|---|
5 | 5 |
Name_matched,scientificName,, |
6 | 6 |
Name_matched_rank,taxonRank,, |
7 | 7 |
Name_score,OMIT,, |
8 |
Name_matched_author,OMIT,,"Contains author based on matched name, not author in original string, so not strictly from the original name"
|
|
8 |
Name_matched_author,scientificNameAuthorship,,Contains author based on matched name
|
|
9 | 9 |
Name_matched_url,OMIT,, |
10 |
Author_matched,scientificNameAuthorship,,
|
|
10 |
Author_matched,OMIT,,Contains author in original string. Omitted because Name_matched_author provided more often.
|
|
11 | 11 |
Author_score,OMIT,, |
12 |
Family_matched,family,,Contains any family in original string (uncommon)
|
|
12 |
Family_matched,OMIT,,Contains family in original string (uncommon). Omitted because Name_matched_accepted_family provided more often.
|
|
13 | 13 |
Family_score,OMIT,, |
14 |
Name_matched_accepted_family,OMIT,,"Contains family based on matched name, not family in original string, so not strictly from the original name"
|
|
14 |
Name_matched_accepted_family,family,,Contains family based on matched name
|
|
15 | 15 |
Genus_matched,genus,, |
16 | 16 |
Genus_score,OMIT,, |
17 | 17 |
Specific_epithet_matched,specificEpithet,, |
Also available in: Unified diff
inputs/.TNRS/tnrs/map.csv: Use Name_matched_author/Name_matched_accepted_family instead of Author_matched/Family_matched because these fields are provided more often, due to being determined from the matched name itself rather than from the original string. This helps to fill in as many fields as possible. For accepted names (which scrub to themselves), this is especially important, because it adds the accepted name's family, which is not present in the input taxonomic name.