Skip to content

Code to check the DOIs of your own authored research outputs (not just articles!)

License

Notifications You must be signed in to change notification settings

rossmounce/checkmydois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkmydois: Check the HTTP status of your DOIs

R code to check that the DOIs of your own authored research outputs (not just articles!) aren't 404'ing. This leverages your ORCID profile and your list of public works. (Public works only)

Usage

Run the script from this directory using either of the following two methods:

  1. Pass your ORCID as an argument to the R script:
Rscript checkmydois.R "0000-0002-3520-2046"
  1. Set your ORCID as an environment variable
export ORCID_ID="0000-0002-3520-2046"
Rscript checkmydois.R

Dependencies

See the Imports section of DESCRIPTION for a list of required packages.

Future

To be implemented:

  • check that your research outputs that should be openly accessible, actually are openly accessible, i.e. for a research article that not only does the DOI resolve to the correct landing page, but that the fulltext of the article is available from that landing page.

  • Email you if a DOI returns a 404

  • Scheduled / automated execution

Thanks to Scott Chamberlain for helping me get the output I wanted from rorcid

About

Code to check the DOIs of your own authored research outputs (not just articles!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages