-
Notifications
You must be signed in to change notification settings - Fork 35
/
codemeta.json
30 lines (30 loc) · 1 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": "https://orcid.org/0000-0003-2460-5816",
"@type": "Person",
"email": "[email protected]",
"name": "Thomas Helfer",
"affiliation": "French Alternative Energies and Atomic Energy Commission"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Tero Frondelius",
"affiliation": "Wärtsilä"
}
],
"identifier": "",
"codeRepository": "https://github.com/thelfer/MFrontGenericInterfaceSupport",
"datePublished": "2019-08-02",
"dateModified": "2019-08-02",
"dateCreated": "2019-08-02",
"description": "This project aims at providing tools (functions, classes, bindings, etc...) to handle behaviours written using MFront generic interface.",
"keywords": "Mechanical solvers, mechanical behaviours, MFront",
"license": "LGPL v3.0",
"title": "MFrontGenericInterfaceSupport",
"version": "v1.0.1"
}