diff --git a/make_json_bib.sh b/make_json_bib.sh index 0dfb5279baadcf0077b47afe3d6162253b8c2f28..8ddbe0b8d3a086dfb9f2b3010bd72d380b42e20d 100644 --- a/make_json_bib.sh +++ b/make_json_bib.sh @@ -1,3 +1,3 @@ # Use citation-js to convert the bibtext bibliography into a JSON-CSL bibliography. # citation-js is a npm package -/Users/jlaura-pr/.npm-global/lib/node_modules/citation-js/bin/cmd.js -i ardbib.bib > ~/github/arddocs/content/bibliography.json +$NODE_PATH/citation-js/bin/cmd.js -i ardbib.bib > content/bibliography.json