Skip to content

Commit 3b22e61

Browse files
committed
🥭 w/ citation cff
1 parent b721370 commit 3b22e61

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CITATION.cff

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Sahu
5+
given-names: Subhajit
6+
orcid: https://orcid.org/0000-0001-5140-6578
7+
title: "nodef/extra-function: A collection of ways for transforming functions"
8+
version: 1.0.0
9+
doi: 10.5281/zenodo.6813272
10+
date-released: 2022-07-09

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ funcxion.parameters((x, y) => x+y);
173173

174174

175175
[![](https://img.youtube.com/vi/vzfy4EKwG_Y/maxresdefault.jpg)](https://www.youtube.com/watch?v=vzfy4EKwG_Y)<br>
176+
[![DOI](https://zenodo.org/badge/249692645.svg)](https://zenodo.org/badge/latestdoi/249692645)
176177

177178

178179
[ARGUMENTS]: https://nodef.github.io/extra-function/modules.html#ARGUMENTS

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extra-function",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A collection of ways for transforming functions.",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)