Skip to content

Commit 18a4399

Browse files
committed
Add codemeta.json
1 parent 23d700d commit 18a4399

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

codemeta.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": [
5+
{
6+
"@id": "https://orcid.org/0000-0001-9948-7119",
7+
"@type": "Person",
8+
"email": "j.janssen@mpi-susmat.de",
9+
"name": "Jan Janssen",
10+
"affiliation": "Max Planck Institute for Sustainable Materials, Düsseldorf, Germany"
11+
},
12+
{
13+
"@id": "https://orcid.org/0000-0003-4327-2746",
14+
"@type": "Person",
15+
"email": "mgt16@lanl.gov",
16+
"name": "Michael Gilbert Taylor",
17+
"affiliation": "Los Alamos National Laboratory, Los Alamos, NM, United States of America"
18+
},
19+
{
20+
"@id": "https://orcid.org/0000-0003-4726-2860",
21+
"@type": "Person",
22+
"email": "pyang@lanl.gov",
23+
"name": "Ping Yang",
24+
"affiliation": "Los Alamos National Laboratory, Los Alamos, NM, United States of America"
25+
},
26+
{
27+
"@id": "https://orcid.org/0000-0002-7903-2472",
28+
"@type": "Person",
29+
"email": "j.neugebauer@mpi-susmat.de",
30+
"name": "Joerg Neugebauer",
31+
"affiliation": "Max Planck Institute for Sustainable Materials, Düsseldorf, Germany"
32+
},
33+
{
34+
"@id": "https://orcid.org/0000-0003-3028-5249",
35+
"@type": "Person",
36+
"email": "danny_perez@lanl.gov",
37+
"name": "Danny Perez",
38+
"affiliation": "Los Alamos National Laboratory, Los Alamos, NM, United States of America"
39+
}
40+
],
41+
"identifier": "",
42+
"codeRepository": "https://github.com/pyiron/executorlib",
43+
"datePublished": "2025-02-14",
44+
"dateModified": "2025-02-14",
45+
"dateCreated": "2025-02-14",
46+
"description": "Up-scale python functions for high performance computing (HPC) with executorlib.",
47+
"keywords": "Python, High Performance Computing, Task Scheduling",
48+
"license": "BSD",
49+
"title": "executorlib",
50+
"version": "0.3.0"
51+
}

0 commit comments

Comments
 (0)