-
Notifications
You must be signed in to change notification settings - Fork 623
/
codemeta.json
99 lines (99 loc) · 2.61 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Meep",
"description":
"Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method spanning a broad range of applications.",
"url": "https://github.com/NanoComp/meep",
"codeRepository": "https://github.com/NanoComp/meep",
"issueTracker": "https://github.com/NanoComp/issues",
"license": "https://spdx.org/licenses/GPL-2.0-or-later.html",
"citation": "http://dx.doi.org/10.1016/j.cpc.2009.11.008",
"author": [
{
"@type": "Person",
"givenName": "David",
"familyName": "Roundy",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Bermel",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0001-7140-0667"
},
{
"@type": "Person",
"givenName": "Mihai",
"familyName": "Ibanescu",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Steven G.",
"familyName": "Johnson",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0001-7327-4967"
},
{
"@type": "Person",
"givenName": "Ardavan",
"familyName": "Oskooi",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Alejandro",
"familyName": "Rodriguez",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Alexander",
"familyName": "McCauley",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "M. T. Homer",
"familyName": "Reid",
"email": "[email protected]",
"@id": "http://orcid.org/0000-0002-2466-0420"
},
{
"@type": "Person",
"givenName": "Christopher",
"familyName": "Hogan",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Alexander",
"familyName": "Cerjan",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Alec M.",
"familyName": "Hammond",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Yidong",
"familyName": "Chong",
"email": "[email protected]"
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/NanoComp/releases",
"version": "1.11",
"dateCreated": "2003-02-12",
"datePublished": "2006-04-01",
"programmingLanguage": [
"C++",
"Python",
"Scheme"
]
}