From 2e082d22bbed3007018de820c476833b81975030 Mon Sep 17 00:00:00 2001 From: Subhajit Sahu Date: Sat, 17 Sep 2022 15:12:16 +0530 Subject: [PATCH] :mango: w/ citation cff --- CITATION.cff | 10 ++++++++++ README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..6030c33 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Sahu + given-names: Subhajit + orcid: https://orcid.org/0000-0001-5140-6578 +title: "ifct2017/compositions: Detailed nutrient composition of 528 key foods in India" +version: 2.0.5 +doi: 10.5281/zenodo.7088590 +date-released: 2022-09-17 diff --git a/README.md b/README.md index a912c75..b9476c8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ compositions.csv() // → path of csv file [![](https://i.imgur.com/D5UYmbD.jpg)](http://ifct2017.com/)
[![ORG](https://img.shields.io/badge/org-ifct2017-green?logo=Org)](https://ifct2017.github.io) +[![DOI](https://zenodo.org/badge/134217841.svg)](https://zenodo.org/badge/latestdoi/134217841) > Data was obtained from the book [Indian Food Composition Tables 2017].
> Food composition values were measured by [National Institute of Nutrition, Hyderabad].
diff --git a/package-lock.json b/package-lock.json index 1129e09..a302b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ifct2017/compositions", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ifct2017/compositions", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "dependencies": { "csv-parse": "^5.3.0", diff --git a/package.json b/package.json index 77a2da7..fe7088b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifct2017/compositions", - "version": "2.0.7", + "version": "2.0.8", "description": "Detailed nutrient composition of 528 key foods in India.", "main": "index.js", "scripts": {