-
Notifications
You must be signed in to change notification settings - Fork 4
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
Track dataset DOIs and their references #100
Comments
from ioos_metrics import ioos_metrics
#| code-summary: fetch the latest mbon data
stats_df = ioos_metrics.mbon_stats()
stats_df['doi'].unique().tolist()
|
Tylar, what are you using to do this? Any existing library or something you create? |
OpenCitations is doing all the fancy stuff [stack overflow overview]. All I've done is parse the json response [R code here]. |
What should we add?
@7yl4r started some great work trying to track DOI citation counts. To get a sense of how IOOS data are used and referenced, it would be interesting to see if this process works for dataset DOIs.
Through OBIS (https://obis.org/institute/23070) we can get dataset DOI's from GBIF in an automated way. That would probably be a good start for now.
Other dataset DOIs would probably be a manually curated list from NCEI as I don't think the RAs are minting dataset DOIs.
Reference
The text was updated successfully, but these errors were encountered: