diff --git a/_config.yml b/_config.yml index 8c0e1bed..f29da0f2 100644 --- a/_config.yml +++ b/_config.yml @@ -63,6 +63,9 @@ collections: news: output: true permalink: /:collection/:path/ + teams: + output: true + permalink: /research/:collection/:path/ defaults: - scope: path: "" @@ -94,3 +97,8 @@ defaults: type: themes values: layout: theme + - scope: + path: "" + type: teams + values: + layout: team \ No newline at end of file diff --git a/_data/footer.yml b/_data/footer.yml index ff02824e..3a9c0868 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -17,9 +17,14 @@ contact: address: HIDIVE Lab / Department of Biomedical Informatics / - Blavatnik Institute / Harvard Medical School + accessibility: policy: - Harvard University / - Digital Accessibility Policy \ No newline at end of file +
\ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f4bbf18..c5f10f02 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -22,10 +22,13 @@ primary: links: - text: Themes href: /research/themes/ + # href: /research/teams/ - text: Projects href: /research/projects/ - text: Funding href: /research/funding/ + - text: Accessibility + href: /research/teams/accessibility/ - text: Publications href: /publications/ - text: Contact diff --git a/_data/teams.yml b/_data/teams.yml new file mode 100644 index 00000000..b4d648f3 --- /dev/null +++ b/_data/teams.yml @@ -0,0 +1,26 @@ +# this file defines the sidebars for each team microsite + +teams_base_url: /research/teams + +accessibility: + subpages: + - name: Research in Accessibility of Biomedical Resources + slug: research-in-biomedical-accessibility + - name: Accessibility of Genomics Visualizations + slug: accessibility-of-genomics-visualization + - name: Keyboard Accessibility of Data Visualization + slug: keyboard-accessibility-visualization + # - name: Mental Models of Visualization + # slug: mental-models-blv + - name: Our Accessibility Journey + slug: our-accessibility-journey + # - name: Community and Inclusion + # slug: community-and-inclusion + # - name: FAQs + # slug: faq + +another_team: + subpages: + - name: Another Team's Page + slug: another-teams-page + # Add more subpages... diff --git a/_includes/get-member-url.html b/_includes/get-member-url.html new file mode 100644 index 00000000..e305b8f5 --- /dev/null +++ b/_includes/get-member-url.html @@ -0,0 +1,6 @@ +{% comment %} + This file can be included where you want link someone's personal link from another page. + To use: {% include get-member-url.html title="Lawrence Weru" %}, where the title is the member "title" + + Do not add any newlines after the end of this comment since this file is included within inline content +{% endcomment %}{% assign member = site.members | where: "title", include.title | first %}{{ member.title }} \ No newline at end of file diff --git a/_layouts/member.html b/_layouts/member.html index 897a5d04..96a2cd9e 100644 --- a/_layouts/member.html +++ b/_layouts/member.html @@ -28,8 +28,8 @@+The following list is a list of the lab's research themes. +
+ + +