No commit activity in last 3 years
No release in over 3 years
ORCID Album Cover - This is Your Life
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

Orcid Album Cover

Version APACHE 2 License DOI 10.5281/zenodo.10048

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

Generated via: $ orcid_album_cover 0000-0002-9952-7800

HTML Version

Example Album Cover with much Rock and Roll and more Links

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

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/jeremyf/orcid_album_cover/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

Versioning

Orcid Album Cover uses Semantic Versioning 2.0.0