-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcodemeta.json
81 lines (81 loc) · 2.79 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/ipd",
"dateCreated": "2018-03-16",
"datePublished": "2018-07-01",
"dateModified": "2023-12-14",
"name": "ipd",
"version": "1.0",
"description": "This software offers a number of tools for designing and evaluating the behaviour of iterated prisoner's dilemma strategies and other 2-player stereotyped games.",
"applicationCategory": "Research, Education",
"releaseNotes": "Bug Fixes",
"developmentStatus": "active",
"isPartOf": "https://github.com/cristal-smac",
"referencePublication": "https://doi.org/10.1016/j.simpat.2019.101946",
"keywords": [
"Game theory",
"Social dilemma",
"Prisoner's dilemma"
],
"programmingLanguage": [
"Python"
],
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"softwareRequirements": [
"Python 3"
],
"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-8758-9908",
"givenName": "Jean-Paul",
"familyName": "DELAHAYE",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, 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-8758-9908",
"givenName": "Jean-Paul",
"familyName": "DELAHAYE",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France"
}
}
]
}