forked from galaxyproject/training-material
-
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 pull request galaxyproject#4166 from ResearchObject/ro-crate
Add FAIR data and RO-Crate module
- Loading branch information
Showing
19 changed files
with
36,961 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1258,6 +1258,11 @@ pravs3683: | |
email: [email protected] | ||
joined: 2019-04 | ||
|
||
ptsefton: | ||
name: Peter Sefton | ||
orcid: 0000-0002-3545-944X | ||
joined: 2023-04 | ||
|
||
pvanheus: | ||
name: Peter van Heusden | ||
twitter: pvanheus | ||
|
@@ -1414,9 +1419,16 @@ sophia120199: | |
|
||
stain: | ||
name: Stian Soiland-Reyes | ||
joined: 2023-04 | ||
email: [email protected] | ||
twitter: soilandreyes | ||
orcid: 0000-0001-9842-9718 | ||
joined: 2023-04 | ||
elixir_node: uk | ||
location: | ||
country: UK | ||
lat: 53.46724379071192 | ||
lon: -2.233631283105614 | ||
fediverse: https://scholar.social/@soilandreyes | ||
|
||
stephanierobin: | ||
name: Stéphanie Robin | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,498 changes: 1,498 additions & 0 deletions
1,498
topics/fair/images/ro-crate-intro/introduction-figure-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 @@ | ||
"Date","Minimum temperature (°C)","Maximum temperature (°C)","Rainfall (mm)" | ||
2022-02-01,16.0,28.4,0.6 | ||
2022-02-02,16.3,17.2,12.4 |
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 @@ | ||
ro-crate-preview.html |
76 changes: 76 additions & 0 deletions
76
topics/fair/tutorials/ro-crate-intro/rainfall-1.2.1/ro-crate-metadata.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,76 @@ | ||
{ | ||
"@context": "https://w3id.org/ro/crate/1.1/context", | ||
"@graph": [ | ||
{ | ||
"@id": "ro-crate-metadata.json", | ||
"@type": "CreativeWork", | ||
"conformsTo": { | ||
"@id": "https://w3id.org/ro/crate/1.1" | ||
}, | ||
"about": { | ||
"@id": "./" | ||
} | ||
}, | ||
{ | ||
"@id": "./", | ||
"@type": [ | ||
"Dataset", | ||
"LearningResource" | ||
], | ||
"hasPart": [ | ||
{ | ||
"@id": "data.csv" | ||
} | ||
], | ||
"name": "Example dataset for RO-Crate specification", | ||
"description": "Official rainfall readings for Katoomba, NSW 2022, Australia", | ||
"datePublished": "2023-05-22T12:03:00+0100", | ||
"license": { | ||
"@id": "http://spdx.org/licenses/CC0-1.0" | ||
}, | ||
"author": { | ||
"@id": "https://orcid.org/0000-0002-1825-0097" | ||
}, | ||
"publisher": { | ||
"@id": "https://ror.org/05gq02987" | ||
} | ||
}, | ||
{ | ||
"@id": "data.csv", | ||
"@type": "File", | ||
"name": "Rainfall Katoomba 2022-02", | ||
"description": "Rainfall data for Katoomba, NSW Australia February 2022", | ||
"encodingFormat": "text/csv", | ||
"license": { | ||
"@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/" | ||
} | ||
}, | ||
{ | ||
"@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/", | ||
"@type": "CreativeWork", | ||
"name": "CC BY-NC-SA 4.0 International", | ||
"description": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" | ||
}, | ||
{ | ||
"@id": "http://spdx.org/licenses/CC0-1.0", | ||
"@type": "CreativeWork", | ||
"name": "CC0-1.0", | ||
"description": "Creative Commons Zero v1.0 Universal", | ||
"url": "https://creativecommons.org/publicdomain/zero/1.0/" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-1825-0097", | ||
"@type": "Person", | ||
"name": "Josiah Carberry", | ||
"affiliation": { | ||
"@id": "https://ror.org/05gq02987" | ||
} | ||
}, | ||
{ | ||
"@id": "https://ror.org/05gq02987", | ||
"@type": "Organization", | ||
"name": "Brown University", | ||
"url": "http://www.brown.edu/" | ||
} | ||
] | ||
} |
Oops, something went wrong.