brainsteam.co.uk/brainsteam/content/posts/legacy/2015-11-22-freecite-python-...

831 B
Raw Blame History

author date post_meta tags title type url
James 2015-11-22 19:20:19+00:00
date
python
rcuk
phd
Freecite python wrapper posts /2015/11/22/freecite-python-wrapper/

Ive written a simple wrapper around the Brown University Citation parser FreeCite. Im planning to use the service to pull out author names from references in REF impact studies and try to link them back to investigators listed on RCUK funding applications.

The code is here and is MIT licensed. It provides a simple method which takes a string representing a reference and returns a dict with each field separated. There is also a parse_many function which takes an array of reference strings and returns an array of dicts.