-
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.
Merge dev into main for documenation release v1.0.0 See merge request hmc/hmc-public/unhide/documentation!5
- Loading branch information
Showing
85 changed files
with
9,186 additions
and
46 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Institutions | ||
|
||
Metadata template for institutions. This is just schema.org organizations. | ||
UnHIDE extracts these from individual records and it tries to uplifted this data with metadata provided | ||
with ROR as well as orcid. | ||
|
||
```{literalinclude} ./graphs/institutionTemplate.json | ||
:linenos: | ||
``` |
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,7 @@ | ||
# Instruments | ||
|
||
Metadata template for Instruments: | ||
|
||
```{literalinclude} ./graphs/instrumentTemplate.json | ||
:linenos: | ||
``` |
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,5 @@ | ||
# Dataset | ||
|
||
```{literalinclude} ./graphs/datasetTemplate.json | ||
:linenos: | ||
``` |
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,15 @@ | ||
# Documents | ||
|
||
|
||
Metadata template for Documents, which is a combined category from the schema.org terms: | ||
[CreativeWork](https://schema.org/CreativeWork), [DigitalDocument](https://schema.org/DigitalDocument), [Thesis](https://schema.org/Thesis), [Report](https://schema.org/Report), [Article](https://schema.org/Article), ... | ||
|
||
So this all entries of these types will end up in the 'Document' search bucket. | ||
|
||
|
||
Be aware that this category may contain also entries which are in reality no documents but typed in the metadata | ||
by the high level schema.org class 'CreateWork'. | ||
|
||
```{literalinclude} ./graphs/documentTemplate.json | ||
:linenos: | ||
``` |
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,8 @@ | ||
# Experts | ||
|
||
The expert category contains Persons and and Institutions combined, which are extracted from individual records. | ||
|
||
|
||
```{literalinclude} ./graphs/expertTemplate.json | ||
:linenos: | ||
``` |
Oops, something went wrong.