-
Notifications
You must be signed in to change notification settings - Fork 3
Home
mshd edited this page Sep 19, 2018
·
8 revisions
Welcome to the CitationDataset wiki!
This script aims to read the citeproc dump convert it to citeproc JSON and then create ciations strings in all 1700 CSL styles to a nice CSV file
- Joeran Beel
- Andrew Collins
- Dominika Tkaczyk
nodejs Linux Terminal
Install node
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Install depedancies with npm init
- fs for reading files
- citeproc-js-node - a wrapper for citeproc-js
- xmldom for parsing and modifying the CSL files to support tags
M. Schibel mshd94 (@) gmail.com