Skip to content

Commit 490dec7

Browse files
authored
add zenodo metadata (#52)
1 parent 79842c0 commit 490dec7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.zenodo.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"access_right": "open",
3+
"license": "MIT",
4+
"title": "palday/BoxCox.jl: Box-Cox transformation in Julia",
5+
"description": "A Julia package providing the Box-Cox transformation and generalizations thereof for marginal and conditional distributions.",
6+
"upload_type": "software",
7+
"creators": [
8+
{
9+
"name": "Alday, Phillip M.",
10+
"orcid": "0000-0002-9984-5745"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)