An online tool for searching for works in the CrossRef or DataCite metadata catalogue. Also allows users to find their works and add them to their ORCID profile.
This project was started as CrossRef Metadata Search tool by CrossRef, the original code repository is here. Later the code was extended to also work with the DataCite Metadata Search in a project by ORCID EU labs and the ODIN - ORCID and DataCite Interoperability Network.
DOI Metadata Search combines these activities into a single codebase that works with both CrossRef and DataCite DOIs.
- Ruby (2.1 or higher)
- git
- Virtualbox: https://www.virtualbox.org
- Vagrant: http://www.vagrantup.com
- Vagrant omnibus plugin:
vagrant plugin install vagrant-omnibus
Using Virtualbox.
git clone https://github.com/crosscite/doi-metadata-search.git
cd doi-metadata-search
cp .env.example .env
vagrant up --provider=virtualbox
If you don't see any errors from the last command, you now have a properly
configured Ubuntu virtual machine running doi-metadata-search
. You can point your
browser to http://10.2.2.12
.
We use Rspec for unit and acceptance testing:
bundle exec rspec
Follow along via Github Issues.
- Fork the project
- Write tests for your new feature or a test that reproduces a bug
- Implement your feature or make a bug fix
- Do not mess with Rakefile, version or history
- Commit, push and make a pull request. Bonus points for topical branches.
doi-metadata-search is released under the MIT License.