Datasets:
Add information about naming metadata
Browse files
README.md
CHANGED
|
@@ -65,6 +65,10 @@ English, Latin
|
|
| 65 |
species_level_taxonomy_chains.csv
|
| 66 |
taxon.tab
|
| 67 |
licenses.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
visuals/
|
| 69 |
kingodm_ToL_tree.html
|
| 70 |
kingdom_ToL_tree.pdf
|
|
@@ -135,6 +139,9 @@ Note that the `species` column occasionally has entries such as "sp. ___(get ex)
|
|
| 135 |
| Taxonomic | _Animalia Chordata Aves Passeriformes Corvidae Pica hudsonia_ |
|
| 136 |
|
| 137 |
|
|
|
|
|
|
|
|
|
|
| 138 |
`species_level_taxonomy_chains.csv`: CSV with the ITIS taxonomic hierarchy, indicated as follows:
|
| 139 |
- `hierarchy_string_tsn`: string of Taxonomic Serial Numbers (TSN)* for the names of the ranks provided from highest to lowest, connected by dashes (eg., `202422-846491-660046-846497-846508-846553-954935-5549-5550`).
|
| 140 |
- `hierarchy_string_names`: string of the names of the ranks provided from highest to lowest, connected by arrows (eg., `Plantae->Biliphyta->Rhodophyta->Cyanidiophytina->Cyanidiophyceae->Cyanidiales->Cyanidiaceae->Cyanidium->Cyanidium caldarium`).
|
|
|
|
| 65 |
species_level_taxonomy_chains.csv
|
| 66 |
taxon.tab
|
| 67 |
licenses.csv
|
| 68 |
+
naming/
|
| 69 |
+
bioscan_name_lookup.json
|
| 70 |
+
eol_name_lookup.json
|
| 71 |
+
inat21_name_lookup.json
|
| 72 |
visuals/
|
| 73 |
kingodm_ToL_tree.html
|
| 74 |
kingdom_ToL_tree.pdf
|
|
|
|
| 139 |
| Taxonomic | _Animalia Chordata Aves Passeriformes Corvidae Pica hudsonia_ |
|
| 140 |
|
| 141 |
|
| 142 |
+
`naming/`: these files provide the taxonomic name lookup for each data source in the reconstruction of the dataset.
|
| 143 |
+
|
| 144 |
+
|
| 145 |
`species_level_taxonomy_chains.csv`: CSV with the ITIS taxonomic hierarchy, indicated as follows:
|
| 146 |
- `hierarchy_string_tsn`: string of Taxonomic Serial Numbers (TSN)* for the names of the ranks provided from highest to lowest, connected by dashes (eg., `202422-846491-660046-846497-846508-846553-954935-5549-5550`).
|
| 147 |
- `hierarchy_string_names`: string of the names of the ranks provided from highest to lowest, connected by arrows (eg., `Plantae->Biliphyta->Rhodophyta->Cyanidiophytina->Cyanidiophyceae->Cyanidiales->Cyanidiaceae->Cyanidium->Cyanidium caldarium`).
|