-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
116 lines (116 loc) · 4.1 KB
/
Copy pathcodemeta.json
File metadata and controls
116 lines (116 loc) · 4.1 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "poster-json-schema",
"@context": "https://w3id.org/codemeta/3.0",
"author": [
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "bpatel@calmi2.org",
"familyName": "Patel",
"id": "https://orcid.org/0000-0002-0307-262X",
"givenName": "Bhavesh",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "joneill@calmi2.org",
"familyName": "ONeill",
"id": "https://orcid.org/0009-0001-8532-8405",
"givenName": "James",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "sSoundarajan@calmi2.org",
"familyName": "Soundarajan",
"id": "https://orcid.org/0000-0003-2829-8032",
"givenName": "Sanjay",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "nZeinali@calmi2.org",
"familyName": "Zeinali",
"id": "https://orcid.org/0009-0009-1546-9972",
"givenName": "Nahid",
"type": "Person"
}
],
"contributor": [
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "sSoundarajan@calmi2.org",
"familyName": "Soundarajan",
"id": "https://0000-0003-2829-8032",
"givenName": "Sanjay",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "nZeinali@calmi2.org",
"familyName": "Zeinali",
"id": "https://0009-0009-1546-9972",
"givenName": "Nahid",
"type": "Person"
},
{
"affiliation": {
"name": "FAIR Data Innovations Hub, California Medical Innovations Institute",
"type": "Organization"
},
"email": "dportillo@calmi2.org",
"familyName": "Portillo",
"id": "https://orcid.org/0000-0002-4306-4464",
"givenName": "Dorian",
"type": "Person"
}
],
"codeRepository": "https://github.com/fairdataihub/poster-json-schema",
"dateCreated": "2025-10-01",
"dateModified": "2026-01-28",
"datePublished": "2026-01-28",
"description": "JSON schema for machine-actionable and FAIR posters",
"developmentStatus": "wip",
"downloadUrl": "https://github.com/fairdataihub/poster-json-schema/releases/tag/v0.1.0",
"funder": {
"name": "The Navigation Fund",
"type": "Organization"
},
"issueTracker": "https://github.com/fairdataihub/poster-json-schema/issues",
"keywords": [
"conference",
"datacite",
"discovery",
"AI Ready",
"fair",
"metadata",
"poster",
"reuse",
"science"
],
"license": "https://spdx.org/licenses/MIT",
"programmingLanguage": [
"JavaScript"
],
"schema:releaseNotes": "## What's Changed\r\n* feat: ✨ LICENSE file added by @codefair-io[bot] in https://github.com/fairdataihub/poster-json-schema/pull/6\r\n* feat: ✨ Add code metadata files by @codefair-io[bot] in https://github.com/fairdataihub/poster-json-schema/pull/7\r\n* Implement UC3 and DataCite schema feedback by @jimnoneill in https://github.com/fairdataihub/poster-json-schema/pull/8\r\n\r\n## New Contributors\r\n* @jimnoneill made their first contribution in https://github.com/fairdataihub/poster-json-schema/pull/2\r\n* @bvhpatel made their first contribution in https://github.com/fairdataihub/poster-json-schema/pull/5\r\n* @codefair-io[bot] made their first contribution in https://github.com/fairdataihub/poster-json-schema/pull/6\r\n\r\n**Full Changelog**: https://github.com/fairdataihub/poster-json-schema/commits/v0.1.0",
"version": "0.2.0",
"type": "SoftwareSourceCode",
"identifier": "10.5281/zenodo.20125306"
}