-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
32 lines (32 loc) · 894 Bytes
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/fchuffar/epimedtools",
"dateCreated": "2016-01-26",
"name": "epimedtools",
"description": "Useful Tools Allowing Multi-Omics Analysis",
"applicationCategory": "Biology",
"programmingLanguage": [
"R"
],
"author": [
{
"@type": "Person",
"givenName": "Florent",
"familyName": "Chuffart",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "INSERM"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Bernard",
"familyName": "Ycart"
}
]
}