-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.zenodo.json
33 lines (33 loc) · 877 Bytes
/
.zenodo.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
{
"title": "Interactive Bin Packing Application",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"creators": [
{
"orcid": "0000-0003-1072-8559",
"affiliation": "Stockton University",
"name": "Vincent A. Cicirello"
}
],
"keywords": [
"bin packing",
"combinatorial optimization",
"constructive heuristics",
"courseware",
"discrete optimization",
"interactive problem solving",
"java",
"self-directed learning",
"self-guided tutorial",
"tutorial",
"visual problem solving"
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.21105/jose.00140",
"relation": "isDocumentedBy",
"resource_type": "publication"
}
]
}