Skip to content
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

Open
virginiascarlett opened this issue Jul 3, 2024 · 5 comments
Open

Manually add preprint relations #29

virginiascarlett opened this issue Jul 3, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@virginiascarlett
Copy link
Collaborator

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:

  1. to have manually-added preprint relations show up on the dis responder interface and
  2. send them to Tiago et al. for the new Janelia.org.

I'll reach out to Tiago, Sulav and Ryan next week about how they want to handle preprint relations.

@robsv
Copy link
Contributor

robsv commented Jul 15, 2024

Started work on code to assign jrc_preprint based on user-specified primary DOI and its preprint.
I can apply a quick heuristic for a first cut at simple automation - aggregate duplicate titles and user first/last author names to validate.

@virginiascarlett
Copy link
Collaborator Author

virginiascarlett commented Aug 8, 2024

Here's an example of a preprint relation that wasn't picked up in our database:
https://doi.org/10.48550/arXiv.2404.04726
https://doi.org/10.1038/s41598-024-68918-2
Might be nice to have a convenience function to manually add these

@virginiascarlett
Copy link
Collaborator Author

I think this is covered by the keys to the kingdom function. I'll test that and then close this issue.

@virginiascarlett virginiascarlett removed their assignment Sep 5, 2024
@virginiascarlett
Copy link
Collaborator Author

Update: Rob will write a simple script to update preprints from the command line

@virginiascarlett
Copy link
Collaborator Author

virginiascarlett commented Sep 19, 2024

Fix: if one of the DOIs is not present in the database, add it to the database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants