-
Notifications
You must be signed in to change notification settings - Fork 25
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
Taxonomy Fixes #655
Taxonomy Fixes #655
Conversation
jwaspin
commented
Feb 21, 2024
•
edited
Loading
edited
- Code formatting
- app/services/itis.js added taxonAuthor and updateDate to itis response object
- app/pods/components/object/md-taxonomy/collection/template.hbs added Identification References and changes Voucher to Vouchers since it's an array and removed modifications from system list
- app/pods/components/object/md-taxonomy/collection/system/template.hbs wrapped citation in Classification Authority and reordered Modifications after Classification Authority
- app/pods/components/object/md-taxonomy/collection/system/preview/template.hbs removed Modifications from system list preview
- app/pods/components/control/md-itis/template.hbs added taxonAuthor and updateDate to the results description
Moving to v1.4.0
Add 'Classification Authority' wrapper. Reorder 'Modifications' to come after 'Classification Authority'.
Add taxonAuthor and updateDate to the response and display them as part of the results in the template.
@jwaspin I think we're going to have to do a bit of fine tuning before merging this in. @dwalt there were a few things that I saw as potentially being vague in the ITIS species information that is displayed by http://23.23.4.125:8001/. The two things I noticed with the displayed species information are:
And if we're going to make changes, I would also recommend that we update the placeholder text for the "modifications" box (see #528) to use the actual definition for the "Classification_System_Modifications" from the Content Standard for Digital Geospatial Metadata Part 1: Biological Data Profile which defines the attribute as "A description of any modifications or exceptions made to the classification system or authority used." (p. 1-22). |
@hmaier-fws Modifications: Technically it would be in better alignment with the standard that defined Taxonomy for metadata, I would concede. But, in the interest of clarity for authors, I find the FGDC usage unclear and limiting. In use I have seen an interest to cite an ornithology authority in addition to ITIS because it has identified a recent classification change that ITIS has not yet accepted due to their backlog. Another use case is a novel sub-species not yet accepted by an authority. The FGDC definition does not really cover these cases, and are judgements made by the observer. |