Probably the most boring yet important task for any researcher, reviewer, manuscript writer is to provide references/citations to the prior art or the referenced work of other research papers, articles or bibliography which is often referred as "Citation Text".
- By just the DOI (unique Id) of a Research Paper, one can get the desired Citation Text?
- By just the BibTeX format (usually available easily) one can generate the Citation Text?
- Customized format templates are also supported?
- Comes with well-known inbuilt language options, format styles etc.?
- With just few lines of easily integrable code?
Citation Text converter can easily convert your DOI, BibTeX and other well known formats to the Citation Text, just by integrating this script. And not just only Citation Text, but this also supports other conversions such as DOI to BibTeX, BibTeX to DOI etc.
git clone <URL here>
cd <path to the cloned folder>
npm install
node index.js
Copy and Reuse this Script in your Project OR To use: See the test cases in index.js file! Provide the BibTeX/DOI to the functions to get your Citation Text in seconds!
- Official Documentation
- Download the npm package: citation-js
Made with 😎 by Soham Shah (codeFlayer)