sbclter / sbclter-website-2019

finally, a new website.
GNU General Public License v3.0
3 stars 3 forks source link

metadata rendering - taxonomic coverage #76

Open mobb opened 4 years ago

mobb commented 4 years ago
  1. rendering is not quite right, see knb-lter-sbc.54 Macrocystis pyrifera is a species

knb-lter-sbc.54 these should be all on one line. the last one is the species. knb-lter-sbc.46

  1. We will want to support a new feature, taxonID example TBD
lkuiucsb commented 4 years ago

check out dataset knb-lter-sbc.47. There are more than 1 taxa in this package.

mobb commented 4 years ago

We need to include taxonId. Here is a dataset to test with: knb-lter-mcr.5033

Placement: lets put it directly under the taxonRankValue content, centered. So, for the XML below, it would be like this (if my character spacing came out ok)

        Acropora
https://itis.gov: 52860

XML Example:

<taxonomicClassification>
  <taxonRankName>Genus</taxonRankName>
  <taxonRankValue>Acropora</taxonRankValue>
  <taxonId provider="https://itis.gov">52860</taxonId>
</taxonomicClassification>
mobb commented 4 years ago

@lleeoochen we would like to add the taxon id, see comment above. Use knb-lter-mcr.5033 as a test dataset.