Skip to content

Commifreak/doi_url_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

doi_url_updater

This tool can update a set of DOI-URLs.

Example:

Your site moved and you want to update ALL your DataCite DOI's. If so: This tool is for you!

It uses DataCite API to update DOI's like this:

From: http://mysite/view/1234 To: http://myNEWsite/view/1234

How to use this tool?

  1. Copy the script to an server with PHP (tested: PHP 5.5/5.6)
  2. edit updateDOIs.php to your needs ($USER/$PASS are the DataCite account data, set $PROXY if you are behind a proxy)
  3. Run it: php updateDOIs.php
  4. If you are sure that everything works (verify output!) then set $prod = false to $prod = true!
  5. That's it!

If you have any questions: Create an issue.

About

This tool updates DOIs URLs at DataCite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages