forked from siconos/siconos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
93 lines (93 loc) · 3.17 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/siconos/siconos",
"contIntegration": "https://gricad-gitlab.univ-grenoble-alpes.fr/nonsmooth/siconos/-/pipelines",
"dateCreated": "2004-01-01",
"dateModified": "2021-09-08",
"issueTracker": "https://github.com/siconos/siconos/issues",
"name": "Siconos",
"version": "4.4.0",
"identifier": "swh:1:dir:d5467e98f2660aa7fe6c17572afe8a15c5c85952;origin=https://github.com/siconos/siconos;visit=swh:1:snp:e9134ebb67605f12ae98eae0d5ae722c8f460ebf;anchor=swh:1:rev:8314382a93edded48899b08a1e0ab462c1d03e96",
"description": "Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python",
"applicationCategory": "Mechanical systems, Control, Electrical Circuits",
"releaseNotes": "https://github.com/siconos/siconos/blob/4.4.x/Changelog",
"developmentStatus": "active",
"referencePublication": "https://hal.inria.fr/inria-00162911",
"keywords": [
"Nonsmooth systems",
"friction-contact",
"complemtarity"
],
"programmingLanguage": [
"Python",
"C++",
"Fortran",
"C"
],
"operatingSystem": [
"Linux",
"MacOs"
],
"softwareRequirements": [
"https://nonsmooth.gricad-pages.univ-grenoble-alpes.fr/siconos/install_guide/siconos_dep.html",
""
],
"relatedLink": [
"https://gricad-gitlab.univ-grenoble-alpes.fr/nonsmooth/siconos-tutorials",
"https://nonsmooth.gricad-pages.univ-grenoble-alpes.fr/siconos/"
],
"author": [
{
"@type": "Person",
"givenName": "Vincent",
"familyName": "Acary",
"email": "vincent.acary@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "INRIA"
}
},
{
"@type": "Person",
"givenName": "Maurice",
"familyName": "Bremond",
"email": "Maurice.Bremond@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "INRIA"
}
},
{
"@type": "Person",
"givenName": "Olivier",
"familyName": "Huber",
"email": "olivier.huber@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "Humboldt-Universität"
}
},
{
"@type": "Person",
"givenName": "Franck",
"familyName": "Perignon",
"email": "franck.perignon@imag.fr",
"affiliation": {
"@type": "Organization",
"name": "CNRS"
}
},
{
"@type": "Person",
"givenName": "Roger",
"familyName": "Pissard-Gibollet",
"email": "roger.pissard-gibollet@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "INRIA"
}
}
]
}