-
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.
* Create file.md * Create study.md * Create valid values file.md * Add file and study to hooks * Add study and file markdown to nav * Create FileView.csv * Create Study.csv
- Loading branch information
Showing
7 changed files
with
79 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/FileView.csv) | ||
|
||
{{ read_csv('file/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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/Study.csv) | ||
|
||
{{ read_csv('study/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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
List of standard terms for the [Dataset Sharing Plan Model](../model/file.md). | ||
|
||
## Attribute: `File 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: `File 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: `File 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: `File 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> | ||
|
||
|
||
## Attribute: `File 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: `File Format` | ||
|
||
<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: `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> |
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 |
---|---|---|
|
@@ -5,9 +5,11 @@ | |
"dataset", | ||
"sharingPlans", | ||
"education", | ||
"file", | ||
"grant", | ||
"person", | ||
"publication", | ||
"study", | ||
"tool", | ||
] | ||
|
||
|
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,2 @@ | ||
Component,FileView_id,Biospecimen Key,Study Key,DatasetView Key,Filename,File Alias,File Description,File Design,File Level,File Assay,File Species,File Tumor Type,File Tissue,File Url,File Format,Data Use Codes | ||
FileView,,,,,,,,,,,,,,,, |
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,2 @@ | ||
Component,Study_id,GrantView Key,ProjectView Key,Study Name,Study Description,Study Investigator,PersonView Key,Study Reuse Statement | ||
Study,,,,,,,, |