Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GrantView Attributes #39

Merged
merged 3 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion mc2.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,15 @@ Grant Name,Name of the grant,,,TRUE,,,,,
Grant Number,"Number of the grant (i.e. ""CA------"" format)",,,TRUE,,,,,regex search ^CA\d{6}$
Grant Abstract,Abstract for the grant,,,TRUE,,,,,
Grant Type,Type of grant,"R01, R21, R37, U01, U24, U54",,TRUE,,,,,
Grant View,The denormalized manifest for grant submission.,,"Component, GrantView_id, Grant Name, Grant Number, Grant Abstract, Grant Type, Grant Theme Name, Grant Institution Name, Grant Institution Alias, Grant Investigator, Grant Consortium Name, Grant Start Date, NIH RePORTER Link, Duration of Funding, Embargo End Date",FALSE,,,"Theme, Institution, Consortium, Grant",,
Grant View,The denormalized manifest for grant submission.,,"Component, GrantView_id, Grant Name, Grant Number, Grant Abstract, Grant Type, Grant Theme Name, Grant Institution Name, Grant Institution Alias, Grant Investigator, Grant Consortium Name, Grant Start Date, NIH RePORTER Link, Duration of Funding, Embargo End Date, Grant Synapse Team, Grant Synapse Project",FALSE,,,"Theme, Institution, Consortium, Grant",,
Grant Theme Name,Theme(s) associated with the grant. 1...*,"Computational Model Development, Computational Resource, Drug Resistance/Sensitivity, Epigenetics, Evolution, Experimental Model Development, Heterogeneity, Immunotherapy, Mechano-genetics, Mechano-resistance, Metabolism, Metastasis, Method/Assay Development, Microenvironment, Oncogenic Stress, Platform Development, Tumor Progression, Tumor-Immune",,TRUE,,,,,list like
Grant Institution Name,The full name of the institution(s) associated with the grant. (e.g. Harvard University). 1...*,"Arizona State University, Auburn University, Barrow Neurological Institute, Baylor College Of Medicine, Beth Israel Deaconess Hospital, Boston Medical Center, Boston University, Brigham and Womens Hospital, California Institute of Technology, Childrens Hospital of Philadelphia, City Of Hope, Cleveland Clinic, Cold Spring Harbor Laboratory, Columbia University, Cornell University, Dana-Farber Cancer Institute, Dartmouth College, Duke University, Emory University, Georgia Institute of Technology, Harvard Medical School, Harvard University, Hebrew University of Jerusalem, Houston Methodist, Indiana University, Indiana University - Purdue University Indianapolis, Institute for Systems Biology, Jackson Laboratory, Johns Hopkins University, Lurie Children's Hospital, Massachusetts General Hospital, Massachusetts Institute of Technology, Mayo Clinic, Memorial Sloan Kettering Cancer Center, Moffitt Cancer Center, New York University, Northwestern University, Oregon Health & Science University, Pacific Northwest National Laboratory, Rockefeller University, Sage Bionetworks, Salk Institute for Biological Studies, St. Jude Children's Research Hospital, Stanford University, Stony Brook University, The University of Texas Health Science Center at San Antonio, University of Alabama at Birmingham, University of Arizona, University of California; Berkeley, University of California; Irvine, University of California; Los Angeles, University of California; San Diego, University of California; San Francisco, University of Chicago, University of Chicago Medical Center, University of Colorado Denver, University of Delaware, University of Florida, University of Illinois, University of Illinois at Chicago, University of Massachusetts Medical School, University of Miami, University of Michigan, University of Nevada Reno, University of Minnesota, University of New South Wales, University of North Carolina at Chapel Hill, University of Pennsylvania, University of Pittsburgh, University of Southern California, University of Texas MD Anderson Cancer Center, University of Texas Southwestern Medical Center, University of Texas at Austin, University of Utah, University of Virginia, University of Washington, University of Wisconsin-Madison, Vanderbilt University, Washington University in St. Louis, Wake Forest, Weill Cornell Medicine, Wistar Institute, Yale University",,TRUE,,,,,list like
Grant Institution Alias,The alias of the institution(s) associated with the grant (e.g. UCSD). 1...*,"ASU, AU, BCM, BIDMC, BMC, BU, BWH, Barrow, CHOP, COH, CSHL, Caltech, Cleveland Clinic, Columbia, Cornell, DFCI, Dartmouth, Duke, Emory, GTech, HMS, HUJI, Harvard, Houston Methodist, ISB, IU, IUPUI, JHU, Jackson Laboratory, Lurie Children's Hospital, MGH, MIT, MSKCC, Mayo, Moffitt, NU, NYU, OHSU, PNNL, Pitt, Rockefeller University, SBU, Sage, Salk, StJude, Stanford, U Miami, UA, UAB, UCBerkeley, UCD, UCI, UCLA, UCMC, UCSD, UCSF, UChicago, UD, UFL, UIC, UMMS, UMichigan, UMinn, UNC, UNR, UNSW, UPenn, USC, UT Austin, UT Southwestern, UTHSCSA, UUtah, UVA, UW, UWM, University of Illinois, University of Texas MD Anderson Cancer Center, Vanderbilt, WUSTL, WCM, Wake Forest, Wistar, Yale",,TRUE,,,,,list like
Grant Investigator,Investigator(s) associated witht the grant. 1...*,,,TRUE,,,,,list like
Grant Consortium Name,Consortium(s) associated with the grant. 1...1,"CCBIR, CSBC, HTAN, ICBP, MetNet, NCI, NCI Clinical and Translational Exploratory/Developmental Studies, PDMC, PS-ON, Sage Bionetworks, TEC",,TRUE,,,,,
GrantView_id,A unique primary key that enables record updates using schematic.,,,TRUE,,,,,unique
Grant Synapse Team,"The Synapse team associated with the grant, created by the MC2 Center",,,FALSE,,,,,url
Grant Synapse Project,"The Synapse project associated with the grant, created by the MC2 Center",,,FALSE,,,,,url
Grant Start Date,The start date of the grant YYYY-MM-DD format,,,TRUE,,,,,date
NIH RePORTER Link,Link to the search results for this grant number on the NIH Reporter website,,,TRUE,,,,,url
Duration of Funding,"Duration of the funding period, in years",,,FALSE,,,,,int
Expand Down
44 changes: 44 additions & 0 deletions mc2.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -12534,6 +12534,12 @@
},
{
"@id": "bts:EmbargoEndDate"
},
{
"@id": "bts:GrantSynapseTeam"
},
{
"@id": "bts:GrantSynapseProject"
}
],
"sms:validationRules": []
Expand Down Expand Up @@ -13243,6 +13249,44 @@
"unique"
]
},
{
"@id": "bts:GrantSynapseTeam",
"@type": "rdfs:Class",
"rdfs:comment": "The Synapse team associated with the grant, created by the MC2 Center",
"rdfs:label": "GrantSynapseTeam",
"rdfs:subClassOf": [
{
"@id": "schema:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Grant Synapse Team",
"sms:required": "sms:false",
"sms:validationRules": [
"url"
]
},
{
"@id": "bts:GrantSynapseProject",
"@type": "rdfs:Class",
"rdfs:comment": "The Synapse project associated with the grant, created by the MC2 Center",
"rdfs:label": "GrantSynapseProject",
"rdfs:subClassOf": [
{
"@id": "schema:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Grant Synapse Project",
"sms:required": "sms:false",
"sms:validationRules": [
"url"
]
},
{
"@id": "bts:GrantStartDate",
"@type": "rdfs:Class",
Expand Down
Binary file modified modules/.DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion modules/grant/annotationProperty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Grant Name,Name of the grant,,,TRUE,,,,,
Grant Number,"Number of the grant (i.e. ""CA------"" format)",,,TRUE,,,,,regex search ^CA\d{6}$
Grant Abstract,Abstract for the grant,,,TRUE,,,,,
Grant Type,Type of grant,"R01, R21, R37, U01, U24, U54",,TRUE,,,,,
Grant View,The denormalized manifest for grant submission.,,"Component, GrantView_id, Grant Name, Grant Number, Grant Abstract, Grant Type, Grant Theme Name, Grant Institution Name, Grant Institution Alias, Grant Investigator, Grant Consortium Name, Grant Start Date, NIH RePORTER Link, Duration of Funding, Embargo End Date",FALSE,,,"Theme, Institution, Consortium, Grant",,
Grant View,The denormalized manifest for grant submission.,,"Component, GrantView_id, Grant Name, Grant Number, Grant Abstract, Grant Type, Grant Theme Name, Grant Institution Name, Grant Institution Alias, Grant Investigator, Grant Consortium Name, Grant Start Date, NIH RePORTER Link, Duration of Funding, Embargo End Date, Grant Synapse Team, Grant Synapse Project",FALSE,,,"Theme, Institution, Consortium, Grant",,
Grant Theme Name,Theme(s) associated with the grant. 1...*,"Computational Model Development, Computational Resource, Drug Resistance/Sensitivity, Epigenetics, Evolution, Experimental Model Development, Heterogeneity, Immunotherapy, Mechano-genetics, Mechano-resistance, Metabolism, Metastasis, Method/Assay Development, Microenvironment, Oncogenic Stress, Platform Development, Tumor Progression, Tumor-Immune",,TRUE,,,,,list like
Grant Institution Name,The full name of the institution(s) associated with the grant. (e.g. Harvard University). 1...*,"Arizona State University, Auburn University, Barrow Neurological Institute, Baylor College Of Medicine, Beth Israel Deaconess Hospital, Boston Medical Center, Boston University, Brigham and Womens Hospital, California Institute of Technology, Childrens Hospital of Philadelphia, City Of Hope, Cleveland Clinic, Cold Spring Harbor Laboratory, Columbia University, Cornell University, Dana-Farber Cancer Institute, Dartmouth College, Duke University, Emory University, Georgia Institute of Technology, Harvard Medical School, Harvard University, Hebrew University of Jerusalem, Houston Methodist, Indiana University, Indiana University - Purdue University Indianapolis, Institute for Systems Biology, Jackson Laboratory, Johns Hopkins University, Lurie Children's Hospital, Massachusetts General Hospital, Massachusetts Institute of Technology, Mayo Clinic, Memorial Sloan Kettering Cancer Center, Moffitt Cancer Center, New York University, Northwestern University, Oregon Health & Science University, Pacific Northwest National Laboratory, Rockefeller University, Sage Bionetworks, Salk Institute for Biological Studies, St. Jude Children's Research Hospital, Stanford University, Stony Brook University, The University of Texas Health Science Center at San Antonio, University of Alabama at Birmingham, University of Arizona, University of California; Berkeley, University of California; Irvine, University of California; Los Angeles, University of California; San Diego, University of California; San Francisco, University of Chicago, University of Chicago Medical Center, University of Colorado Denver, University of Delaware, University of Florida, University of Illinois, University of Illinois at Chicago, University of Massachusetts Medical School, University of Miami, University of Michigan, University of Nevada Reno, University of Minnesota, University of New South Wales, University of North Carolina at Chapel Hill, University of Pennsylvania, University of Pittsburgh, University of Southern California, University of Texas MD Anderson Cancer Center, University of Texas Southwestern Medical Center, University of Texas at Austin, University of Utah, University of Virginia, University of Washington, University of Wisconsin-Madison, Vanderbilt University, Washington University in St. Louis, Wake Forest, Weill Cornell Medicine, Wistar Institute, Yale University",,TRUE,,,,,list like
Grant Institution Alias,The alias of the institution(s) associated with the grant (e.g. UCSD). 1...*,"ASU, AU, BCM, BIDMC, BMC, BU, BWH, Barrow, CHOP, COH, CSHL, Caltech, Cleveland Clinic, Columbia, Cornell, DFCI, Dartmouth, Duke, Emory, GTech, HMS, HUJI, Harvard, Houston Methodist, ISB, IU, IUPUI, JHU, Jackson Laboratory, Lurie Children's Hospital, MGH, MIT, MSKCC, Mayo, Moffitt, NU, NYU, OHSU, PNNL, Pitt, Rockefeller University, SBU, Sage, Salk, StJude, Stanford, U Miami, UA, UAB, UCBerkeley, UCD, UCI, UCLA, UCMC, UCSD, UCSF, UChicago, UD, UFL, UIC, UMMS, UMichigan, UMinn, UNC, UNR, UNSW, UPenn, USC, UT Austin, UT Southwestern, UTHSCSA, UUtah, UVA, UW, UWM, University of Illinois, University of Texas MD Anderson Cancer Center, Vanderbilt, WUSTL, WCM, Wake Forest, Wistar, Yale",,TRUE,,,,,list like
Grant Investigator,Investigator(s) associated witht the grant. 1...*,,,TRUE,,,,,list like
Grant Consortium Name,Consortium(s) associated with the grant. 1...1,"CCBIR, CSBC, HTAN, ICBP, MetNet, NCI, NCI Clinical and Translational Exploratory/Developmental Studies, PDMC, PS-ON, Sage Bionetworks, TEC",,TRUE,,,,,
GrantView_id,A unique primary key that enables record updates using schematic.,,,TRUE,,,,,unique
Grant Synapse Team,"The Synapse team associated with the grant, created by the MC2 Center",,,FALSE,,,,,url
Grant Synapse Project,"The Synapse project associated with the grant, created by the MC2 Center",,,FALSE,,,,,url
Grant Start Date,The start date of the grant YYYY-MM-DD format,,,TRUE,,,,,date
NIH RePORTER Link,Link to the search results for this grant number on the NIH Reporter website,,,TRUE,,,,,url
Duration of Funding,"Duration of the funding period, in years",,,FALSE,,,,,int
Expand Down
2 changes: 1 addition & 1 deletion release_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

config="$1"
homedir="$2"
datatypes="Biospecimen PersonView PublicationView GrantView ToolView EducationalResource NanoStringGeoMxDSPLevel1 NanoStringGeoMxDSPLevel2 NanoStringGeoMxDSPLevel3 NanoStringGeoMxDSPImagingLevel2 NanoStringGeoMXROISegmentAnnotation"
datatypes="Biospecimen PersonView PublicationView GrantView ToolView EducationalResource NanoStringGeoMxDSPLevel1 NanoStringGeoMxDSPLevel2 NanoStringGeoMxDSPLevel3 NanoStringGeoMxDSPImagingLevel2 NanoStringGeoMXROISegmentAnnotation DatasetView ProjectView"

cd "$homedir"

Expand Down
Binary file added templates/.DS_Store
Binary file not shown.