1.1.0 • Published 8 years ago

meta-doi v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

meta-doi

Return metadata from a DOI identifier

Usage

CSV file enrichment

meta-doi -f my_CSV_file_with_doi_field.csv > my_CSV_file_doi_enrich.csv

Request for a single DOI

meta-doi --doi "10.1134/S1607672911010121"

will return :

{ 'doi-publication-title': 
   [ 'Dokl Biochem Biophys',
     'Doklady Biochemistry and Biophysics' ],
  'doi-publication-date-year': 2011,
  'doi-publisher': 'Pleiades Publishing Ltd',
  'doi-type': 'journal-article',
  'doi-ISSN': [ '1607-6729', '1608-3091' ],
  'doi-subject': [ 'Chemistry(all)', 'Biochemistry', 'Biophysics' ] }
1.1.0

8 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

1.0.0

9 years ago