Skip to content

Commit ed6365c

Browse files
rdhyeeclaude
andauthored
Restructure nav to match April wireframe (#89)
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 <noreply@anthropic.com>
1 parent 7e273c9 commit ed6365c

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

_quarto.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ website:
3232
- section: "How to Use"
3333
contents:
3434
- href: how-to-use.qmd
35-
text: Getting Started
35+
text: Overview
3636
- text: "Deep-Dive Analysis"
3737
href: tutorials/zenodo_isamples_analysis.qmd
3838
- text: "3D Globe Visualization"
@@ -44,30 +44,28 @@ website:
4444
- section: "About"
4545
contents:
4646
- href: about.qmd
47-
text: About iSamples
48-
- href: people.qmd
49-
text: Contributors
50-
- section: "Information Architecture"
47+
text: Objectives
48+
- text: "PIs and Contributors"
49+
href: "about.qmd#team"
50+
- text: "Photo Gallery"
51+
href: "about.qmd#photo-gallery"
52+
- text: "Background & History"
53+
href: "about.qmd#background-history"
54+
- section: "Architecture and Vocabularies"
5155
contents:
5256
- design/index.qmd
5357
- design/requirements.md
5458
- text: Metadata Model
5559
href: "https://isamplesorg.github.io/metadata/"
5660
- models/index.qmd
57-
- section: "Published Research"
61+
- section: "Research & Resources"
5862
contents:
59-
- text: Publications
63+
- text: Publications & Conferences
6064
href: pubs.qmd
61-
- text: 2020 SPNHC conference talk (video)
62-
href: https://youtu.be/eRUw5NMksFo?t=105
63-
- text: iSamples metadata model talk (slides, PDF)
64-
href: assets/2022-11_iSamplesMetadata.pdf
65-
- section: "Resources"
66-
contents:
67-
- text: Zenodo community
65+
- text: Zenodo Community
6866
href: https://zenodo.org/communities/isamples
6967
- icon: github
70-
text: Github repositories
68+
text: Github Repositories
7169
href: "https://github.com/isamplesorg/"
7270

7371
repo-url: https://github.com/isamplesorg/isamplesorg.github.io

pubs.qmd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
2-
title: Publications
2+
title: "Publications & Conferences"
33
subtitle: Publications, presentations, and other project outcomes
44
bibliography: isamples-outcomes.bib
55
csl: cite-full-inline.csl
66
nocite: |
77
@*
8+
number-sections: false
89
---
910

10-
TODO:
11+
## Presentations {.unnumbered}
1112

12-
- Figure out grouping by reference type
13-
- Automate update of the .bib file
14-
- Adjust the bib stlye
13+
- [2020 SPNHC conference talk (video)](https://youtu.be/eRUw5NMksFo?t=105)
14+
- [iSamples metadata model talk (slides, PDF)](assets/2022-11_iSamplesMetadata.pdf)
1515

16+
## Publications {.unnumbered}
1617

1718
::: {#refs}
1819
:::

0 commit comments

Comments
 (0)