Skip to content

Commit 39d8a8e

Browse files
committed
change role to a list of strings
1 parent 1f89141 commit 39d8a8e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

bia_ro_crate/model/example/S-BIAD843/ro-crate-version/ro-crate-metadata.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,10 @@
355355
"@type": "bia:Contributor",
356356
"display_name": "Giulia Paci",
357357
"@id": "https://orcid.org/0000-0003-0565-4356",
358-
"role": "data acquisition, data curator",
358+
"role": [
359+
"data acquisition",
360+
"data curator"
361+
],
359362
"contact_email": "g.paci@ucl.ac.uk",
360363
"affiliation":[
361364
{
@@ -366,7 +369,11 @@
366369
{
367370
"@type": "bia:Contributor",
368371
"display_name": "Ines Fernandez Mosquera",
369-
"role": "data acquisition, data annotator, data curator",
372+
"role": [
373+
"data acquisition",
374+
"data annotator",
375+
"data curator"
376+
],
370377
"affiliation":[
371378
{
372379
"@id": "https://ror.org/00fv61j67"
@@ -377,7 +384,9 @@
377384
"@type": "bia:Contributor",
378385
"display_name": "Pablo Vicente Munuera",
379386
"@id": "https://orcid.org/0000-0001-5402-7637",
380-
"role": "submitter",
387+
"role": [
388+
"submitter"
389+
],
381390
"contact_email": "p.munuera@ucl.ac.uk",
382391
"affiliation":[
383392
{
@@ -389,7 +398,10 @@
389398
"@type": "bia:Contributor",
390399
"display_name": "Yanlan Mao",
391400
"@id": "https://orcid.org/0000-0002-8722-4992",
392-
"role": "conceptualisation, corresponding author",
401+
"role": [
402+
"conceptualisation",
403+
"corresponding author"
404+
],
393405
"contact_email": "y.mao@ucl.ac.uk",
394406
"affiliation":[
395407
{

0 commit comments

Comments
 (0)