Skip to content

Commit 64bc24e

Browse files
chore: Merge branch 'ci-pytest' of github.com:CCBR/SINCLAIR into ci-pytest
2 parents 03c8010 + 67ad47f commit 64bc24e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

codemeta.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"author": [
5+
{
6+
"@id": "https://orcid.org/0000-0002-8734-9875",
7+
"@type": "Person",
8+
"affiliation": {
9+
"@type": "Organization",
10+
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
11+
},
12+
"familyName": "Sevilla",
13+
"givenName": "Samantha"
14+
},
15+
{
16+
"@id": "https://orcid.org/0000-0002-8882-3401",
17+
"@type": "Person",
18+
"affiliation": {
19+
"@type": "Organization",
20+
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
21+
},
22+
"familyName": "Wong",
23+
"givenName": "Nathan"
24+
},
25+
{
26+
"@id": "https://orcid.org/0000-0003-3283-829X",
27+
"@type": "Person",
28+
"affiliation": {
29+
"@type": "Organization",
30+
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
31+
},
32+
"familyName": "Sovacool",
33+
"givenName": "Kelly"
34+
},
35+
{
36+
"@id": "https://orcid.org/0000-0002-2968-6179",
37+
"@type": "Person",
38+
"affiliation": {
39+
"@type": "Organization",
40+
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
41+
},
42+
"familyName": "Pehrsson",
43+
"givenName": "Erica"
44+
},
45+
{
46+
"@type": "Person",
47+
"familyName": "Abdelmaksoud",
48+
"givenName": "Abdalla"
49+
},
50+
{
51+
"@id": "https://orcid.org/0000-0001-8978-8495",
52+
"@type": "Person",
53+
"affiliation": {
54+
"@type": "Organization",
55+
"legalName": "Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA"
56+
},
57+
"familyName": "Koparde",
58+
"givenName": "Vishal"
59+
}
60+
],
61+
"codeRepository": "https://github.com/CCBR/SINCLAIR",
62+
"datePublished": "2025-09-19",
63+
"identifier": "https://doi.org/10.5281/zenodo.15283503",
64+
"license": "https://spdx.org/licenses/MIT",
65+
"name": "SINCLAIR: SINgle CelL AnalysIs Resource",
66+
"url": "https://ccbr.github.io/SINCLAIR",
67+
"version": "v0.3.5"
68+
}

0 commit comments

Comments
 (0)