-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
63 lines (63 loc) · 2.19 KB
/
codemeta.json
File metadata and controls
63 lines (63 loc) · 2.19 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0003-3283-829X",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
},
"familyName": "Sovacool",
"givenName": "Kelly"
},
{
"@id": "https://orcid.org/0000-0002-8968-6621",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
},
"familyName": "Cauley",
"givenName": "Ned"
},
{
"@id": "https://orcid.org/0000-0002-8734-9875",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
},
"familyName": "Sevilla",
"givenName": "Samantha"
},
{
"@id": "https://orcid.org/0000-0002-6446-5718",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
},
"familyName": "Mathur",
"givenName": "Samarth"
},
{
"@id": "https://orcid.org/0000-0001-8978-8495",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
},
"familyName": "Koparde",
"givenName": "Vishal"
}
],
"codeRepository": "https://github.com/CCBR/HowTos",
"datePublished": "2026-02-23",
"identifier": "https://doi.org/10.5281/zenodo.18038599",
"license": "https://spdx.org/licenses/MIT",
"name": "How-To Guides for the CCR Collaborative Bioinformatics Resource",
"url": "https://ccbr.github.io/HowTos/",
"version": "v1.1.0"
}