-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
81 lines (81 loc) · 2.68 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0+",
"codeRepository": "https://github.com/cristal-smac/atom",
"dateCreated": "2008-03-16",
"datePublished": "2018-07-01",
"dateModified": "2023-12-14",
"name": "atom",
"version": "1.0",
"description": "Atom is an artificial financial market platform for defining and experimenting with trading behaviour and pricing mechanisms.",
"applicationCategory": "Research, Education",
"releaseNotes": "Bug Fixes",
"developmentStatus": "active",
"isPartOf": "https://github.com/cristal-smac",
"referencePublication": "https://hal.science/hal-00826408",
"keywords": [
"Agent-Based Computational Economics",
"Artificial market",
"Automatic trading"
],
"programmingLanguage": [
"Java"
],
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"softwareRequirements": [
"Java 1.7"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2786-1209",
"givenName": "Philippe",
"familyName": "MATHIEU",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0751-6945",
"givenName": "Olivier",
"familyName": "BRANDOUY",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Bordeaux, UMR 6060, F-33405 Talence, France"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2786-1209",
"givenName": "Philippe",
"familyName": "MATHIEU",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0751-6945",
"givenName": "Olivier",
"familyName": "BRANDOUY",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Bordeaux, UMR 6060, F-33405 Talence, France"
}
}
]
}