-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
66 lines (66 loc) · 2.29 KB
/
codemeta.json
File metadata and controls
66 lines (66 loc) · 2.29 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Software engineering",
"author": [
{
"id": "https://orcid.org/0000-0001-6755-0259",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Department of Psychology, Stanford University"
},
"email": "russpold@stanford.edu",
"familyName": "Poldrack",
"givenName": "Russell"
}
],
"codeRepository": "git+https://github.com/BetterCodeBetterScience/bettercode.git",
"contributor": [
{
"id": "https://orcid.org/0000-0003-3456-2493",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Dartmouth University"
},
"email": "debian@onerussian.com",
"familyName": "Halchenko",
"givenName": "Yaroslav"
},
{
"id": "https://orcid.org/0000-0001-6270-6883",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Padova"
},
"email": "giorgio.arcara@gmail.com",
"familyName": "Arcara",
"givenName": "Giorgio"
}
],
"dateCreated": "2025-05-13",
"dateModified": "2026-02-10",
"datePublished": "2026-02-10",
"description": "This software package supports the examples used in the Better Code, Better Science book (https://bettercodebetterscience.github.io/book/). ",
"downloadUrl": "https://github.com/BetterCodeBetterScience/bettercode/archive/refs/tags/v0.1.0.tar.gz",
"identifier": "10.5281/zenodo.18603014",
"keywords": [
"software engineering",
"AI",
"scientific software"
],
"license": "https://spdx.org/licenses/MIT",
"name": "Better Code, Better Science",
"programmingLanguage": [
"Python 3",
"Rust",
"R"
],
"relatedLink": "https://bettercodebetterscience.github.io/book/",
"schema:releaseNotes": "Initial release",
"version": "v0.1.0",
"developmentStatus": "active",
"issueTracker": "https://github.com/BetterCodeBetterScience/bettercode/issues"
}