0.14.3 • Published 5 years ago

sabius-manager-publications v0.14.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Governify Module Sabius Manager Publications

A library for managing in a developer-friendly way publications data

Installation

npm install sabius-manager-publications

Usage

First, you need to import the module in your code by

const PublicationsManager = require('sabius-manager-publications')

And create a new PublicationManager object with your author and publication data.

const publicationsManager = new PublicationManager(authorData, publicationData)

Then you can invoke all the class methods an get the results

publicationsManager.getPublicationsPerYear(2000, 2006)

publicationsManager.getCitesPerYear(2016, 2018)

publicationsManager.getPublicationsInRange(2000, 2015)

You can read the full documentation here

Tests

All tests are developed using mocha framework and chai. To run all tests you just need to do:

yarn install
yarn test
0.14.3

5 years ago

0.14.2

5 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.1

6 years ago

0.13.0

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago