Natedeploys / reference-js

Reference conversion library for NodeJS. Import, Export and Convert between BibTex, EndNote, XML, JSON and more...

Home Page:https://www.npmjs.com/package/@devisle/reference-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Project logo

@devisle/reference-js

Status GitHub Issues GitHub Pull Requests License


For all the popular Reference Manager formats

πŸ“ Table of Contents

βŒ›οΈ Quick Start

See it on npm

npm install @devisle/reference-js

Use like below

const { bibtexToJSON } = require("@devisle/reference-js");

//Read your .bib and pass the content
bibtexToJSON(content);

See the documentation here

🧐 About

Reference JS is a collection of parsing functions for Node that allow you to import, export and convert between BibTeX, EndNote, XML, JSON files and more.

Reference Managers are software tools used to organise research work. We aim to tackle the vast Reference Manager format types that exist i.e. bibtex, f1000, XML.

By parsing all formats into JSON, we alleviate the need to for JSON based storage and point-to-point conversion i.e. Bibtex to JSON to XML.

🏁 Getting Started

These instructions will set reference-js up and running on your local machine for development and deployment purposes. See Usage for notes on how to use the API.

Prerequisites

You will need NodeJS and NPM. Not sure if you have node or npm? use in your terminal:

node -v

Installing

Install the package with

npm install @devisle/reference-js

πŸ”§ Contributors

See the To do for required features to work on.

Further information on how to contribute Here.

🎈 Usage

Formats from Reference managers can be converted into JSON and back. Using this approach, you are able to leverage the library to convert between other formats e.g. Bibtex to JSON to RIS behind the scenes.

See the documentation here

πŸš€ Deployment

We recommend storing your references in JSON format as it is highly compatible with NoSQL databases and Web Applications.

⛏️ Built Using

✍️ Authors

What is the Dev Isle?

It is a community focusing on Open Source projects for learning purposes.

πŸŽ‰ Acknowledgements

  • Dev Isle community members for feedback, ideas and code reviews.
  • ETH Zurich for Open Source encouragement

About

Reference conversion library for NodeJS. Import, Export and Convert between BibTex, EndNote, XML, JSON and more...

https://www.npmjs.com/package/@devisle/reference-js

License:MIT License


Languages

Language:JavaScript 100.0%