-
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.
- Loading branch information
Showing
1 changed file
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
Hey | ||
Integrity Tester | ||
----------------------------------- | ||
This script is a prototype to measure Datasets and metadata stored in a repository like Zenodo. | ||
|
||
The script loads config.py to get the following information: | ||
|
||
- ACCESS_TOKEN: Token to communicate with repository API. | ||
- API_URL: API endpoint for repository. | ||
- OAI-PMH: OAI-PMH protocol endpoint (from repository, if it is compatible). | ||
- OAI-PMH-ID-FORM : format defined to manage the object identifier via OAI-PMH. | ||
|
||
Prototype | ||
----------------------------------- | ||
The script is a proof-of-concept and it proves that it can potentially be applied combining datasets and metadata standards like EML. It also exploit REST APIs from repositories and OAI-PMH protocol |