-
Notifications
You must be signed in to change notification settings - Fork 4
/
codemeta.json
30 lines (30 loc) · 1.02 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "glw33",
"affiliation": "Department of Chemistry, University of Bath, Claverton Down, BA2 7AY, United Kingdom"
},
{
"@id": "http://orcid.org/0000-0002-3056-8233",
"@type": "Person",
"email": "[email protected]",
"name": "Benjamin Morgan",
"affiliation": "Department of Chemistry, University of Bath, Claverton Down, BA2 7AY, United Kingdom"
}
],
"identifier": "",
"codeRepository": "https://github.com/bjmorgan/pyscses",
"datePublished": "2019-20-03",
"dateModified": "2019-20-03",
"dateCreated": "2018-12-20",
"description": "pyscses: a PYthon Space-Charge Site-Explicit Solver",
"keywords": "space-charge, grain-boundaries, solid-electrolytes, interfaces, defects, poisson-boltzmann",
"license": "MIT",
"title": "pyscses",
"version": "1.0.0"
}