-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for multiple curators to be recorded #59
Comments
In retrospect, this issue was overly complicated and also unnecessary -- authenticating with ORCID doesn't give us any additional benefits, but authenticating with Github would allow us to create and update files directly from the Curation Tool (as per #29). I updated this issue to reflect this. |
This allows each phyloreference to be in one of the states laid out in #25. Changes in state for each phyloreference are recorded along with a timestamp, allowing the previous history of the phyloreference to be documented. In the future, this could be extended to archive previous versions of the phyloreference or to identify who changed its state (#59). Since this pull request requires new prefixes in the PHYX file, I've also included a fix for #46 so that we include a copy of the context we need in this repository. I've incorporated Brochu 2003 as an example for demonstrating phyloreference statuses.
This allows each phyloreference to be in one of the states laid out in #25. Changes in state for each phyloreference are recorded along with a timestamp, allowing the previous history of the phyloreference to be documented. In the future, this could be extended to archive previous versions of the phyloreference or to identify who changed its state (#59). Since this pull request requires new prefixes in the PHYX file, I've also included a fix for #46 so that we include a copy of the context we need in this repository. I've incorporated Brochu 2003 as an example for demonstrating phyloreference statuses.
Klados currently records:
None of these fields are currently included in the Phyx specification, which instead provides a top-level Proposed changes
|
Since ORCIDs are the best way to track scholarly contributions, we should record the ORCIDs for curators.
This issue used to cover authenticating using ORCID's Public API. However, the main benefit for signing in using ORCID is just to confirm that contributor's ORCID, which seems unnecessary. Instead, we should:
The text was updated successfully, but these errors were encountered: