-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta2.json
79 lines (79 loc) · 2.26 KB
/
codemeta2.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "simulations",
"author": [
{
"id": "https://orcid.org/0000-0002-5793-688",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "ISS UW, CSRA UW"
},
"email": "wborkowsk@gmail.com",
"familyName": "Borkowski",
"givenName": "Wojciech"
},
{
"type": "schema:Role",
"schema:author": "https://orcid.org/0000-0002-5793-688",
"schema:roleName": "Developer"
}
],
"codeRepository": "https://github.com/borkowsk/sym4processing",
"contributor": [
{
"id": "_:contributor_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "ISS UW"
},
"familyName": "Nowak",
"givenName": "Andrzej"
},
{
"type": "schema:Role",
"contributor": "_:contributor_1",
"schema:roleName": "Supervisor",
"schema:startDate": "2020-01-10"
}
],
"dateCreated": "2021-03-18",
"dateModified": "2024-09-26",
"datePublished": "2023-02-19",
"description": "Simulation 4 Processing - various simulation resources in processing",
"downloadUrl": "https://github.com/borkowsk/sym4processing/tags",
"funder": {
"type": "Organization",
"name": "UE, University of Warsaw"
},
"keywords": [
"ABM",
"CA",
"Complex Networks",
"Intranet Games"
],
"license": "https://spdx.org/licenses/AFL-3.0",
"name": "sym4processing",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "Processing",
"runtimePlatform": [
"Processing",
"JAVA"
],
"softwareRequirements": [
"hamoid video library,",
"ffmpeg"
],
"version": "1.1.0",
"developmentStatus": "active",
"funding": "HumanAI, GuestXR, Centre For Systemic Risk Analysis",
"codemeta:isSourceCodeOf": {
"id": "Template applications and source code optional modules"
}
}