Orcid Album Cover

Via the command line, generate an album cover for your favorite ORCiD.

Don't just talk about your life's work, show it!

PNG Version

Example Image of Album Cover with much Rock and Roll

HTML Version

Example Album Cover with much Rock and Roll and more Links

Installation

$ gem install orcid_album_cover

Running (OS X only?)

$ orcid_album_cover <an_orcid>
$ orcid_album_cover -h
    Usage: orcid_album_cover DDDD-DDDD-DDDD-DDDD [options]
            --format [FORMAT]            With format: html, png

Examples

Generate the HTML version and open the output file.

$ orcid_album_cover 0000-0002-9952-7800 -f html > other_file.html && open other_file.html

Non-Ruby Dependencies

Install ImageMagick. On OS X, you can use Homebrew: $ brew install imagemagick.

Contributing

  1. Fork it ( http://github.com//orcid_spray_bottle/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request