Skip to content

Latest commit

 

History

History

Citation_Text_Converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Citation Text Converter

BACKGROUND:

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".


WHAT IF:

  • 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?

INTRODUCTION:

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.


GET STARTED:

Step 1: Clone this Repository/Folder

git clone <URL here>

Step 2: Spin up local Environment

cd <path to the cloned folder>

Step 3: Install the dependencies

npm install 

Step 4: Run the index.js file in the terminal (make sure you are in the right directory)

node index.js 

Step 5:

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!


REFERENCES:


Made with 😎 by Soham Shah (codeFlayer)