-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zenodo.json
31 lines (31 loc) · 938 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
{
"description": "PyPi Package of Self-Organizing Recurrent Neural Networks (SORN) and Neuro-robotics using OpenAI Gym",
"license": "MIT",
"title": "sorn: A Python package for Self Organizing Recurrent Neural Network",
"version": "v0.6.2-beta",
"upload_type": "software",
"publication_date": "2021-09-08",
"creators": [
{
"name": "Saranraj Nambusubramaniyan"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/Saran-nns/sorn/tree/v0.6.2-beta",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.5496017",
"relation": "isVersionOf"
},
{
"scheme": "doi",
"identifier": "10.21105/joss.03545",
"relation": "isDocumentedBy"
}
]
}