forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data Capture Module: add dataType to citation IQSS#3145
- Loading branch information
Showing
5 changed files
with
254 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ | |
originOfSources Origin of Sources For historical materials, information about the origin of the sources and the rules followed in establishing the sources should be specified. textbox 74 FALSE FALSE FALSE FALSE FALSE FALSE citation | ||
characteristicOfSources Characteristic of Sources Noted Assessment of characteristics and source material. textbox 75 FALSE FALSE FALSE FALSE FALSE FALSE citation | ||
accessToSources Documentation and Access to Sources Level of documentation of the original sources. textbox 76 FALSE FALSE FALSE FALSE FALSE FALSE citation | ||
dataType Data Type We currently support X-ray diffraction datasets. If you would like to deposit any other dataset type please contact us first at help@sbgrid.org. text 1 TRUE TRUE FALSE TRUE FALSE FALSE citation | ||
This comment has been minimized.
Sorry, something went wrong. |
||
#controlledVocabulary DatasetField Value identifier displayOrder | ||
subject Agricultural Sciences D01 0 | ||
subject Arts and Humanities D0 1 | ||
|
@@ -314,4 +315,8 @@ | |
language Yoruba 181 | ||
language Zhuang, Chuang 182 | ||
language Zulu 183 | ||
language Not applicable 184 | ||
language Not applicable 184 | ||
dataType X-Ray Diffraction xray 0 | ||
dataType Structural Model sm 1 | ||
This comment has been minimized.
Sorry, something went wrong.
pdurbin
Author
Owner
|
||
dataType Micro-Electron Diffraction me 2 | ||
dataType Lattice Light-Sheet Microscopy llsm 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
173 changes: 173 additions & 0 deletions
173
src/test/java/edu/harvard/iq/dataverse/api/x-ray-diffraction.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
{ | ||
"datasetVersion": { | ||
"metadataBlocks": { | ||
"citation": { | ||
"displayName": "Citation Metadata", | ||
"fields": [ | ||
{ | ||
"typeName": "title", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "X-Ray Diffraction data from Lin28A/let-7g microRNA complex, source of 3TS2 structure" | ||
}, | ||
{ | ||
"typeName": "dataType", | ||
"multiple": false, | ||
"typeClass": "controlledVocabulary", | ||
"value": "X-Ray Diffraction" | ||
}, | ||
{ | ||
"typeName": "author", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"authorName": { | ||
"typeName": "authorName", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Sliz, Piotr" | ||
}, | ||
"authorAffiliation": { | ||
"typeName": "authorAffiliation", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Harvard Medical School" | ||
}, | ||
"authorIdentifierScheme": { | ||
"typeName": "authorIdentifierScheme", | ||
"multiple": false, | ||
"typeClass": "controlledVocabulary", | ||
"value": "ORCID" | ||
}, | ||
"authorIdentifier": { | ||
"typeName": "authorIdentifier", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "0000-0002-6522-0835" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "datasetContact", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"datasetContactName": { | ||
"typeName": "datasetContactName", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Admin, Dataverse" | ||
}, | ||
"datasetContactAffiliation": { | ||
"typeName": "datasetContactAffiliation", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "sbgrid.org / SBDG" | ||
}, | ||
"datasetContactEmail": { | ||
"typeName": "datasetContactEmail", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "generic@mailinator.com" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "dsDescription", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"dsDescriptionValue": { | ||
"typeName": "dsDescriptionValue", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Native Dataset" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "subject", | ||
"multiple": true, | ||
"typeClass": "controlledVocabulary", | ||
"value": [ | ||
"Medicine, Health and Life Sciences" | ||
] | ||
}, | ||
{ | ||
"typeName": "publication", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"publicationCitation": { | ||
"typeName": "publicationCitation", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Nam Y, Chen C, Gregory RI, Chou JJ, Sliz P. Molecular Basis for Interaction of let-7 MicroRNAs with Lin28. Cell 2011; 147:1080–1091." | ||
}, | ||
"publicationIDType": { | ||
"typeName": "publicationIDType", | ||
"multiple": false, | ||
"typeClass": "controlledVocabulary", | ||
"value": "doi" | ||
}, | ||
"publicationIDNumber": { | ||
"typeName": "publicationIDNumber", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "10.1016/j.cell.2011.10.020" | ||
}, | ||
"publicationURL": { | ||
"typeName": "publicationURL", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "http://dx.doi.org/10.1016/j.cell.2011.10.020" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "contributor", | ||
"multiple": true, | ||
"typeClass": "compound", | ||
"value": [ | ||
{ | ||
"contributorType": { | ||
"typeName": "contributorType", | ||
"multiple": false, | ||
"typeClass": "controlledVocabulary", | ||
"value": "Data Collector" | ||
}, | ||
"contributorName": { | ||
"typeName": "contributorName", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Nam, Yunsun" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"typeName": "depositor", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "Sliz, Piotr" | ||
}, | ||
{ | ||
"typeName": "dateOfDeposit", | ||
"multiple": false, | ||
"typeClass": "primitive", | ||
"value": "2015-04-10T14:45:03Z" | ||
} | ||
] | ||
} | ||
}, | ||
"files": [] | ||
} | ||
} |
Whoops, we can't leave the SBGrid email address in here.