-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from michamos/acquisition_sources
schemas: promote acquisition_source to array
- Loading branch information
Showing
9 changed files
with
79 additions
and
40 deletions.
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
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
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 |
---|---|---|
|
@@ -24,15 +24,17 @@ | |
"value": "nulla com" | ||
} | ||
], | ||
"acquisition_source": { | ||
"datetime": "2234-06-08T05:46:05.263Z", | ||
"email": "[email protected]", | ||
"internal_uid": 76120453, | ||
"method": "submitter", | ||
"orcid": "8351-4483-7418-2367", | ||
"source": "voluptate qui fugiat nulla", | ||
"submission_number": "voluptate reprehenderit nisi nostrud elit" | ||
}, | ||
"acquisition_sources": [ | ||
{ | ||
"datetime": "2234-06-08T05:46:05.263Z", | ||
"email": "[email protected]", | ||
"internal_uid": 76120453, | ||
"method": "submitter", | ||
"orcid": "8351-4483-7418-2367", | ||
"source": "voluptate qui fugiat nulla", | ||
"submission_number": "voluptate reprehenderit nisi nostrud elit" | ||
} | ||
], | ||
"advisors": [ | ||
{ | ||
"curated_relation": false, | ||
|
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 |
---|---|---|
|
@@ -116,14 +116,21 @@ | |
"value":"7892" | ||
} | ||
], | ||
"acquisition_source":{ | ||
"email":"[email protected]", | ||
"source":"submitter", | ||
"internal_uid":1, | ||
"submission_number":"12", | ||
"orcid":"0000-0001-8528-2091", | ||
"method":"batchuploader" | ||
}, | ||
"acquisition_sources":[ | ||
{ | ||
"submission_number":"13", | ||
"source":"submitter", | ||
"method":"hepcrawl" | ||
}, | ||
{ | ||
"email":"[email protected]", | ||
"source":"submitter", | ||
"internal_uid":1, | ||
"submission_number":"12", | ||
"orcid":"0000-0001-8528-2091", | ||
"method":"batchuploader" | ||
} | ||
], | ||
"license":[ | ||
{ | ||
"url":"https://opensource.org/licenses/MIT", | ||
|
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 |
---|---|---|
|
@@ -142,15 +142,17 @@ | |
} | ||
} | ||
], | ||
"acquisition_source": { | ||
"datetime": "4655-08-10T13:24:39.377Z", | ||
"email": "[email protected]", | ||
"internal_uid": 33119180, | ||
"method": "submitter", | ||
"orcid": "7517-2459-3361-8685", | ||
"source": "do occaecat voluptate elit veniam", | ||
"submission_number": "Lorem ad reprehenderit sed esse" | ||
}, | ||
"acquisition_sources": [ | ||
{ | ||
"datetime": "4655-08-10T13:24:39.377Z", | ||
"email": "[email protected]", | ||
"internal_uid": 33119180, | ||
"method": "submitter", | ||
"orcid": "7517-2459-3361-8685", | ||
"source": "do occaecat voluptate elit veniam", | ||
"submission_number": "Lorem ad reprehenderit sed esse" | ||
} | ||
], | ||
"arxiv_eprints": [ | ||
{ | ||
"categories": [ | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,8 @@ | |
"internal_uid":1, | ||
"email":"[email protected]", | ||
"orcid":"0000-0001-8528-2091", | ||
"method2":"hepcrawl", | ||
"submission_number2":"13", | ||
"document_type":"report", | ||
"material":"visual production", | ||
"holder":"cern", | ||
|
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