forked from justinbois/bebi103
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
executable file
·29 lines (29 loc) · 940 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Python utilities for the Caltech course BE/Bi 103: Data Analysis in the Biological Sciences.",
"name": "bebi103",
"codeRepository": "https://github.com/justinbois/bebi103",
"issueTracker": "https://github.com/justinbois/bebi103/issues",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"version": "0.1.13",
"author": [
{
"@type": "Person",
"givenName": "Justin",
"familyName": "Bois",
"affiliation": "Caltech",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-7137-8746"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/justinbois/bebi103/releases",
"keywords": [
"GitHub",
"Python",
"Instruction",
"Biology"
],
"maintainer": "https://orcid.org/0000-0001-7137-8746",
"programmingLanguage": "Python"
}