diff --git a/_data/navigation.yml b/_data/navigation.yml index 0f99adf8..6a3cf43b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,11 +1,9 @@ --- main: - - title: Data Science Lab + - title: Data Science url: /datascience/ds_index/ - title: Scientific Computing url: /scicomputing/comp_index/ - - title: HDC - url: /hdc/hdc_index/ - title: About url: /about/ frontpage: @@ -27,18 +25,16 @@ frontpage: generic: - title: Our Site children: - - title: Data Science Lab + - title: Data Science url: /datascience/ds_index/ - title: Scientific Computing url: /scicomputing/comp_index/ - - title: HDC - url: /hdc/hdc_index/ - title: Pathways url: /pathways/ - title: About url: /about/ datascience: - - title: Data Science Lab + - title: Data Science children: - title: Resource Library url: /dasldemos/ @@ -50,7 +46,7 @@ datascience: children: - title: Tech Hiring for Science url: /datascience/tech_hiring/ - - title: Tools and Platforms + - title: Tools and Applications children: - title: PROOF url: /datascience/proof/ diff --git a/index.md b/index.md index e7fbab5a..b9386e11 100644 --- a/index.md +++ b/index.md @@ -7,22 +7,18 @@ header: overlay_filter: "0.5" overlay_image: /images/multiwell-web.png excerpt: "The Biomedical Data Science Wiki aims to create a community curated knowledgebase for biomedical data science and research computing including guidance on policies, resources and tools supporting data intensive research by researchers at the Fred Hutch and beyond." -feature_row: +data_science: - title: "Data Science" excerpt: "This domain contains documentation supporting researchers using biomedical data at the Hutch and beyond curated by the Fred Hutch Data Science Lab." url: /datascience/ds_index/ btn_label: "Read More" btn_class: "btn--info" +scientific_computing: - title: "Scientific Computing" excerpt: "This domain houses researcher-oriented documentation for high performance computing and data management tools supported by Fred Hutch Center IT as provided by the Scientific Computing group (SciComp). " url: /scicomputing/comp_index/ btn_label: "Read More" btn_class: "btn--info" - - title: "Hutch Data Core" - excerpt: "This domain describes resources provided by the Hutch Data Core, a group within Shared Resources supporting the bioinformatics and data-intensive research at Fred Hutch downstream of our Shared Resources." - url: /hdc/hdc_index/ - btn_label: "Read More" - btn_class: "btn--info" fhDaSL: - image_path: /images/Cherrytrees-web.png alt: "placeholder image dasl" @@ -39,27 +35,30 @@ TDSirc: url: "https://www.fredhutch.org/en/research/institutes-networks-ircs/translational-data-science-integrated-research-center.html" btn_label: "Learn More" btn_class: "btn--primary" -feature_row2: +contribute: - title: "How to Contribute" excerpt: "This project relies upon the Fred Hutch research community itself to improve, review, expand and evolve over time. The content spans a wide range of research realms and thus we welcome contributions from a similarly wide range of researchers and staff. Find more information on how to contribute here." url: https://github.com/FredHutch/wiki/blob/main/README.md btn_label: "Read More" btn_class: "btn--info" + +contributors: - title: "Our Contributors" excerpt: "The content of this Wiki is generated through the work of researcher and staff content providers, novice and expert reviews, and valuable editing input. Find out more about who has made this site what it is here." url: /contributors/ btn_label: "Read More" btn_class: "btn--info" - - title: "Data Generation" - excerpt: "This domain is being deprecated but contains information that ranges from important IRB and human subjects privacy matters to human specimen banking and processing, to large scale molecular profiling." - url: /generation/gen_index/ - btn_label: "Read More" - btn_class: "btn--info" --- -{% include feature_row %} + + +{% include feature_row id="data_science" type="left" %} + +{% include feature_row id="scientific_computing" type="right" %} {% include feature_row id="fhDaSL" type="left" %} {% include feature_row id="TDSirc" type="right" %} -{% include feature_row id="feature_row2"%} +{% include feature_row id="contribute" type="left" %} + +{% include feature_row id="contributors" type="right" %}