-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixing unexpected merge (#109) * build jsonld * Revert "build jsonld" This reverts commit 3365dfe. * Revert "Address typing_extensions issue with ipython" This reverts commit ce22e3f. * Revert "Bump schematic to version 24.5.1" This reverts commit d4e1daa. * Revert "Collate model CSV and convert to JSON-LD" This reverts commit 0111969. * Revert "Update valid values" This reverts commit 2830a66. * Revert "Remove unnecessary double quotes" This reverts commit f791a93. * Revert "Update annotationProperty.csv" This reverts commit c0c5409. * Revert "Removed misspelled Project attribute" This reverts commit 3122359. * Revert "Update shared attributes" This reverts commit 47b324f. * Revert "Remove Project dependency loop" This reverts commit 29c6090. * Revert "Create processLevel.csv" This reverts commit 22846e7. * Revert "Change folder reference for DSP" This reverts commit b755a98. * Revert "Update and add valid value mappings" This reverts commit 824437d. * Revert "Add shared attribute Data Use Codes" This reverts commit cc73994. * Revert "Move dataset valid values to shared" This reverts commit c3e0807. * Revert "Add DUO terms to model as valid values" This reverts commit 5a032df. * Revert "Add initial version of Dataset Sharing Plan model" This reverts commit 3749b3b. --------- Co-authored-by: mc2center-bot[bot] <[email protected]> * Add initial version of Dataset Sharing Plan model * Add DUO terms to model as valid values * Move dataset valid values to shared * Add shared attribute Data Use Codes * Update and add valid value mappings - update dataset mappings - add DSP mappings - add Data Use Code mapping * Change folder reference for DSP * Create processLevel.csv * Remove Project dependency loop Project Type dependency on Project is not necessary and is flagged by schematic as circular. Removing produces a true directed acyclic graph (DAG) * Update shared attributes * Removed misspelled Project attribute * Update annotationProperty.csv * Remove unnecessary double quotes * Update valid values * Collate model CSV and convert to JSON-LD Schematic 24.5.1 * Bump schematic to version 24.5.1 * Address typing_extensions issue with ipython * build jsonld * Add DataDSP to template generator * Replace XLSX templates with CSV * Update DSP attribute names * Doc updates issue 106 (#111) * Update template refs from xlsx --> csv * Update dataset cv refs to new 'shared' path * Create DataDSP.md * Add valid values md for DSP * Add DSP content to nav config * Rename Dataset Type to Assay For consistency with DatasetView model * Add sharingPlans folder to hooks * Update Dataset Type to Assay in CV mapping * Add DSP Url and update schema definition * Update DataDSP.csv * Add DSP Data Use Codes as attribute Instead of using a single Data Use Codes attribute, differentiate for DSP model. This allows it to show up in our documentation * Update mapping to use DSP Data Use Codes * Add DSP Data Use Codes to vocab section --------- Co-authored-by: mc2center-bot[bot] <[email protected]>
- Loading branch information
Showing
51 changed files
with
6,762 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/DataDSP.csv) | ||
|
||
{{ read_csv('sharingPlans/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/DatasetView.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/DatasetView.csv) | ||
|
||
{{ read_csv('dataset/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/EducationalResource.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/EducationalResource.csv) | ||
|
||
{{ read_csv('education/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/GrantView.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/GrantView.csv) | ||
|
||
{{ read_csv('grant/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/PersonView.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/PersonView.csv) | ||
|
||
{{ read_csv('person/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/PublicationView.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/PublicationView.csv) | ||
|
||
{{ read_csv('publication/template.csv') }} |
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,3 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/ToolView.xlsx) | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/ToolView.csv) | ||
|
||
{{ read_csv('tool/template.csv') }} |
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,71 @@ | ||
List of standard terms for the [Dataset Sharing Plan Model](../model/DataDSP.md). | ||
|
||
## Attribute: `DSP Data Use Codes` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/duo.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `DSP Dataset Assay` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/assay.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `DSP Dataset File Formats` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/dataset_file_format.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `DSP Dataset Grant Number` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('grant/grant_number.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
## Attribute: `DSP Dataset Level` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/processLevel.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
## Attribute: `DSP Dataset Species` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/dataset_species.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `DSP Dataset Tissue` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/tissue.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
|
||
## Attribute: `DSP Dataset Tumor Type` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/tumorType.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> |
Oops, something went wrong.