-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
67 lines (67 loc) · 2.26 KB
/
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
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
67
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/kuffmode/msa",
"dateCreated": "2021-10-28",
"datePublished": "2021-11-01",
"dateModified": "2023-11-23",
"downloadUrl": "https://github.com/kuffmode/msa/archive/refs/tags/v1.5.tar.gz",
"issueTracker": "https://github.com/kuffmode/msa/issues",
"name": "MSA",
"version": "1.5",
"description": "A compact and general-purpose Python package for Multi-perturbation Shapley value Analysis",
"applicationCategory": "Computational Neuroscience",
"releaseNotes": "Performance optimized. Works with Python 3.11",
"referencePublication": "https://doi.org/10.1371/journal.pcbi.1010250",
"funder": {
"@type": "Organization",
"name": "Institute of Computational Neuroscience, University Medical Center Hamburg"
},
"keywords": [
"Neuroscience",
"Artificial Intelligence",
"Causal Inference",
"Game-theory",
"Shapley value"
],
"programmingLanguage": [
"Python"
],
"operatingSystem": [
"Linux",
"Windows",
"MacOs"
],
"softwareRequirements": [
"Python 3.9",
"https://github.com/kuffmode/msa/blob/main/pyproject.toml"
],
"relatedLink": [
"https://kuffmode.github.io/msa/"
],
"author": [
{
"@type": "Person",
"@id": "https://kaysonfakhar.com",
"givenName": "Kayson",
"familyName": "Fakhar",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institute of Computational Neuroscience, University Medical Center Hamburg, Hamburg, Germany"
}
},
{
"@type": "Person",
"@id": "https://github.com/ShreyDixit",
"givenName": "Shrey",
"familyName": "Dixit",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institute of Computational Neuroscience, University Medical Center Hamburg, Hamburg, Germany"
}
}
]
}