From 377d38d071d8de62d17592c870e2e0a11bdb8915 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Wed, 8 Apr 2026 16:03:12 -0700 Subject: [PATCH] Restructure nav to match April wireframe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sidebar changes: - Rename "Information Architecture" → "Architecture and Vocabularies" (#73) - Merge "Published Research" + "Resources" → "Research & Resources" (#74) - About section: link to page anchors (Objectives, PIs/Contributors, Photo Gallery, Background & History) matching wireframe's 4 items - How to Use: rename "Getting Started" → "Overview" Publications page: - Rename to "Publications & Conferences" - Add Presentations section with conference talk links (moved from old "Published Research" sidebar section) Addresses #73, #74, #85 Co-Authored-By: Claude Opus 4.6 --- _quarto.yml | 28 +++++++++++++--------------- pubs.qmd | 11 ++++++----- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 378be43..9abf4b7 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -32,7 +32,7 @@ website: - section: "How to Use" contents: - href: how-to-use.qmd - text: Getting Started + text: Overview - text: "Deep-Dive Analysis" href: tutorials/zenodo_isamples_analysis.qmd - text: "3D Globe Visualization" @@ -44,30 +44,28 @@ website: - section: "About" contents: - href: about.qmd - text: About iSamples - - href: people.qmd - text: Contributors - - section: "Information Architecture" + text: Objectives + - text: "PIs and Contributors" + href: "about.qmd#team" + - text: "Photo Gallery" + href: "about.qmd#photo-gallery" + - text: "Background & History" + href: "about.qmd#background-history" + - section: "Architecture and Vocabularies" contents: - design/index.qmd - design/requirements.md - text: Metadata Model href: "https://isamplesorg.github.io/metadata/" - models/index.qmd - - section: "Published Research" + - section: "Research & Resources" contents: - - text: Publications + - text: Publications & Conferences href: pubs.qmd - - text: 2020 SPNHC conference talk (video) - href: https://youtu.be/eRUw5NMksFo?t=105 - - text: iSamples metadata model talk (slides, PDF) - href: assets/2022-11_iSamplesMetadata.pdf - - section: "Resources" - contents: - - text: Zenodo community + - text: Zenodo Community href: https://zenodo.org/communities/isamples - icon: github - text: Github repositories + text: Github Repositories href: "https://github.com/isamplesorg/" repo-url: https://github.com/isamplesorg/isamplesorg.github.io diff --git a/pubs.qmd b/pubs.qmd index fe82748..25d3845 100644 --- a/pubs.qmd +++ b/pubs.qmd @@ -1,18 +1,19 @@ --- -title: Publications +title: "Publications & Conferences" subtitle: Publications, presentations, and other project outcomes bibliography: isamples-outcomes.bib csl: cite-full-inline.csl nocite: | @* +number-sections: false --- -TODO: +## Presentations {.unnumbered} -- Figure out grouping by reference type -- Automate update of the .bib file -- Adjust the bib stlye +- [2020 SPNHC conference talk (video)](https://youtu.be/eRUw5NMksFo?t=105) +- [iSamples metadata model talk (slides, PDF)](assets/2022-11_iSamplesMetadata.pdf) +## Publications {.unnumbered} ::: {#refs} :::