-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validation to avoid duplicated reports
- Loading branch information
Showing
5 changed files
with
134 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"report-header": { | ||
"report-name": "dataset report", | ||
"report-id": "DSR", | ||
"release": "rd1", | ||
"created": "2128-04-13", | ||
"created-by": "dash", | ||
"reporting-period": { | ||
"begin-date": "2128-04-09", | ||
"end-date": "2128-04-13" | ||
}, | ||
"report-attributes": [], | ||
"report-filters": [ | ||
{ | ||
"name": "begin-date", | ||
"value": "2018-03-01" | ||
}, | ||
{ | ||
"name": "end-date", | ||
"value": "2018-03-31" | ||
} | ||
], | ||
"exceptions": [ | ||
{ | ||
"code": 3040, | ||
"severity": "warning", | ||
"message": "partial data returned", | ||
"help-url": "string", | ||
"data": "usage data has not been processed for the entire reporting period" | ||
} | ||
] | ||
}, | ||
"report-datasets": [ | ||
{ | ||
"dataset-title": "12345chemical shift-based methods in nmr structure determination", | ||
"dataset-id": [ | ||
{ | ||
"type": "doi", | ||
"value": "10.7291/d1q94r" | ||
} | ||
], | ||
"dataset-contributors": [ | ||
{ | ||
"type": "name", | ||
"value": "santrupti nerli" | ||
}, | ||
{ | ||
"type": "name", | ||
"value": "andrew c. mcshan" | ||
}, | ||
{ | ||
"type": "name", | ||
"value": "nikolaos g. sgourakis" | ||
} | ||
], | ||
"dataset-dates": [ | ||
{ | ||
"type": "pub-date", | ||
"value": "2018-05-01" | ||
} | ||
], | ||
"platform": "dash", | ||
"publisher": "uc santa cruz", | ||
"publisher-id": [ | ||
{ | ||
"type": "orcid", | ||
"value": "2059-4343-4343-4343" | ||
} | ||
], | ||
"data-type": "dataset", | ||
"yop": "2018", | ||
"uri": "https://dash.library.ucsc.edu/stash/dataset/doi:10.7291/d1q94r", | ||
"performance": [ | ||
{ | ||
"period": { | ||
"begin-date": "2018-03-01", | ||
"end-date": "2018-03-31" | ||
}, | ||
"instance": [ | ||
{ | ||
"access-method": "regular", | ||
"metric-type": "total-dataset-investigations", | ||
"count": 3 | ||
}, | ||
{ | ||
"access-method": "regular", | ||
"metric-type": "unique-dataset-investigations", | ||
"count": 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