Code Monkey home page Code Monkey logo

publications_from_orcid's Introduction

Publications from ORCID

Read your bibliographic data from orcid.org and transform it to a Markdown or reStructuredText file.

Prerequesites

You need following things:

Persons on the orcid-profile must be marked as follows to be recognised / distinguished by publications.py.

Make sure that the authors are marked at least with one of the following:

  • 'author'
  • 'Writing - original draft'
  • 'Writing - review & editing'

Editors may be marked as 'editor'.

Usage

Quickstart

To parse the data of an orcid.org-profile, you must pass the corresponding ID to publications.py as an argument.

$ python publications.py [ORCID]

Using my ORCID: 0009-0008-8267-272X this looks as follows.

$ python publications.py '0009-0008-8267-272X'

This creates a publications.txt-file in the directory, where you called publications.py. In the publications.txt-file all works from the given ORCID-profile are listed and sorted by year starting with your latest publication.

Choosing the format

In case you like reStructuredText over Markdown pass -format='rst' to publications.py as follows. Markdown ('md') is the default configuration.

$ python publications.py [ORCID] -format='rst'

Output in other directory

To output the publications.txt-file in another directory pass -path='[other/directory/]' to publications.py. The default is the directory where the file is called ('./').

$ python publications.py [ORCID] -path='../my/other/directory/'

Background

For my homepage I wanted to list my publications on one site. This project is inspired by this blogpost by Chris Holdgraf.

publications_from_orcid's People

Contributors

johannesschorr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.