-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 844 Bytes
/
codemeta.json
File metadata and controls
23 lines (23 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-9542-5866",
"@type": "Person",
"email": "ilja.honkonen@fmi.fi",
"name": "Ilja Honkonen",
"affiliation": "Finnish Meteorological Institute"
}
],
"identifier": "http://dx.doi.org/",
"codeRepository": "https://github.com/iljah/hdintegrator",
"datePublished": "2017-10-04",
"dateModified": "2017-10-04",
"dateCreated": "2017-10-04",
"description": "Program for numerically calculating integrals with arbitrary number of dimensions in parallel using Message Passing Interface",
"keywords": "software, numerical integration, arbitrary number of dimensions",
"license": "GPL-3.0",
"title": "hdintegrator",
"version": "1.0.1"
}