-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show type material on taxon & names page #466
Comments
Not all type information seems to be shown. This IPNI type Only shows as Holotype but lacks information on date, collector, locality & remarks |
It would be nice to follow the EJT material_citations_formatting_guide recommendation on how to present material citations.
We don't have all fields yet in our model, but we will extend it in the near future: |
The UI shows only the |
I guess I could built it - preferrably not with any html. Makes sense, it's similar to references and taxon labels I suppose. |
I will produce it on the fly when missing |
Also, for e.g. the Index Fungorum data I found that it was quite difficult to structure the data, so it ends up in just the |
I have tried to parse the coordinates into decimal values - would it make sense to render to tiny map thumbnail or the globe like we do on gbif events? |
That would be great |
deployed to prod, seems to work fine |
Type Material now exists as an entity on its own. Please show it on the taxon and name details pages:
Taxon
The TaxonInfo object now has a map
typeMaterial
of typenameID --> List<TypeMaterial>
. It is keyed on the nameID so the UI can quickly lookup the types for a given name (taxon.name or any of the synonyms).Show a types material icon next to each name if any data exists, similar to references.
Discuss how to best present the types. As homotypic names are based on the same types and we recommend only to link types to original names, types should ideally only be shown for original names.
Name
The API has a new method
/name/{KEY}/types
to list all types for a given name.The ColDP examples dataset contains 3 types to test with.
The text was updated successfully, but these errors were encountered: