Revision 5191
Added by Aaron Marcuse-Kubitza about 12 years ago
test.xml.ref | ||
---|---|---|
19 | 19 |
<1>$Name_matched</1> |
20 | 20 |
<2> |
21 | 21 |
<_join_words> |
22 |
<1>$Family_matched</1>
|
|
22 |
<1>$Name_matched_accepted_family</1>
|
|
23 | 23 |
<2>$Genus_matched</2> |
24 | 24 |
<3>$Specific_epithet_matched</3> |
25 | 25 |
<5> |
... | ... | |
42 | 42 |
</2> |
43 | 43 |
</_alt> |
44 | 44 |
</1> |
45 |
<2>$Author_matched</2>
|
|
45 |
<2>$Name_matched_author</2>
|
|
46 | 46 |
</_join_words> |
47 | 47 |
</2> |
48 | 48 |
</_alt> |
49 | 49 |
</identifyingtaxonomicname> |
50 |
<author>$Author_matched</author>
|
|
50 |
<author>$Name_matched_author</author>
|
|
51 | 51 |
<canon_taxonpath_id> |
52 | 52 |
<taxonpath> |
53 | 53 |
<canon_taxonpath_id>0</canon_taxonpath_id> |
... | ... | |
67 | 67 |
<taxonomicname>$Accepted_name</taxonomicname> |
68 | 68 |
</taxonpath> |
69 | 69 |
</canon_taxonpath_id> |
70 |
<family>$Family_matched</family>
|
|
70 |
<family>$Name_matched_accepted_family</family>
|
|
71 | 71 |
<genus>$Genus_matched</genus> |
72 | 72 |
<species>$Specific_epithet_matched</species> |
73 | 73 |
<subspecies> |
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.