mfenner / DataCite-ORCID

Claim DataCite records to ORCID Registry

Home Page:http://datacite.labs.orcid-eu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataCite-ORCID metadata search and claim

An online tool for searching for works in the DataCite metadata catalogue and adding them to an ORCID profile.

This is a project by ORCID EU labs and ODIN - ORCID and DataCite Interoperability Network

Try out our live running instance at http://datacite.labs.orcid-eu.org

Background

The application is a fork of the Sinatra-based CrossRef Metadata Search tool by by CrossRef Labs

Installation

Requirements

Installation

git clone https://github.com/ORCID-EU-Labs/DataCite-ORCID.git
cd DataCite-ORCID
gem install librarian-chef
librarian-chef install
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-aws
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
cp config/settings.yml.example config/settings.yml 
vagrant up

Note: You'll seed to populate the client secret and client id in settings.yml.

If you don't see any errors from the last command, you now have a properly configured Ubuntu virtual machine running DataCite-ORCID. You can point your browser to http://localhost:8080.

Vagrant Pluggins

  • vagrant-aws (0.4.1)
  • vagrant-login (1.0.1, system)
  • vagrant-omnibus (1.3.1)
  • vagrant-share (1.0.1, system)
  • vagrant-vbguest (0.10.0)

Environment Variables

Variable Notes
AWS_ACCESS_KEY Used for production
AWS_SECRET Used for production
AWS_TAGS_NAME Used for production
SSH_KEY_PATH Used for production

Testing

We use Rspec for unit testing and Cucumber for acceptance testing:

  • rake spec

  • rake features

License

The MIT License (OSI approved, see more at http://www.opensource.org/licenses/mit-license.php)

=============================================================================

Copyright (C) 2013 by ORCID EU

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=============================================================================

Open Source Initiative Approved License

About

Claim DataCite records to ORCID Registry

http://datacite.labs.orcid-eu.org

License:MIT License


Languages

Language:Ruby 47.4%Language:HTML 25.2%Language:JavaScript 21.0%Language:CSS 5.5%Language:Gherkin 1.0%