-
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
Manually add preprint relations #29
Comments
Started work on code to assign jrc_preprint based on user-specified primary DOI and its preprint. |
Here's an example of a preprint relation that wasn't picked up in our database: |
I think this is covered by the keys to the kingdom function. I'll test that and then close this issue. |
Update: Rob will write a simple script to update preprints from the command line |
Fix: if one of the DOIs is not present in the database, add it to the database |
This is a big one. Need to handle cases where the paper and the preprint are in the database, but there's nothing to indicate the relationship, because it wasn't recorded in crossref. Example:
paper: https://doi.org/10.1083/jcb.202311126
preprint: https://doi.org/10.1101/2023.11.29.569289
I'd like to be able to manually add preprint info if it isn't there already. For now, please start by assuming that I have already found the preprint on Google. (This discovery step is automatable, but I'd rather not automate it any time soon because it's extremely quick to discover preprints manually.)
End goals are:
I'll reach out to Tiago, Sulav and Ryan next week about how they want to handle preprint relations.
The text was updated successfully, but these errors were encountered: