From c30ad15725a4af8b013ada3cf135a79fc33ae39f Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 9 Apr 2026 16:28:36 -0700 Subject: [PATCH] Unify Research & Resources into single page Added Zenodo Community and GitHub Repositories sections to pubs.qmd, matching Hana's wireframe which shows all research outputs on one page. Sidebar links now point to anchor sections instead of external URLs, so users get context before clicking through. Closes #96 Co-Authored-By: Claude Opus 4.6 --- _quarto.yml | 7 +++---- pubs.qmd | 22 ++++++++++++++++++++-- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 9abf4b7..99842e1 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -63,10 +63,9 @@ website: - text: Publications & Conferences href: pubs.qmd - text: Zenodo Community - href: https://zenodo.org/communities/isamples - - icon: github - text: Github Repositories - href: "https://github.com/isamplesorg/" + href: "pubs.qmd#zenodo-community" + - text: Github Repositories + href: "pubs.qmd#github-repositories" repo-url: https://github.com/isamplesorg/isamplesorg.github.io repo-actions: [edit, issue] diff --git a/pubs.qmd b/pubs.qmd index 92530a9..698d538 100644 --- a/pubs.qmd +++ b/pubs.qmd @@ -1,6 +1,6 @@ --- -title: "Publications & Conferences" -subtitle: Publications, presentations, and other project outcomes +title: "Research & Resources" +subtitle: Publications, presentations, datasets, and source code bibliography: isamples-outcomes.bib csl: cite-full-inline.csl nocite: | @@ -24,3 +24,21 @@ number-sections: false ::: {#refs} ::: + +## Zenodo Community {.unnumbered} + +The [iSamples Zenodo Community](https://zenodo.org/communities/isamples) archives datasets for reproducible research, including the geoparquet files powering this site's tutorials and Interactive Explorer. + +- [iSamples Combined Dataset](https://zenodo.org/communities/isamples) — 6.7M samples from SESAR, OpenContext, GEOME, and Smithsonian +- All data files are also served from [`data.isamples.org`](https://data.isamples.org) with HTTP range request support + +## GitHub Repositories {.unnumbered} + +All iSamples source code is available on [GitHub](https://github.com/isamplesorg/): + +| Repository | Description | +|------------|-------------| +| [isamplesorg.github.io](https://github.com/isamplesorg/isamplesorg.github.io) | This website — Quarto, Observable JS, DuckDB-WASM | +| [metadata](https://github.com/isamplesorg/metadata) | iSamples metadata model and schema documentation | +| [isamples_inabox](https://github.com/isamplesorg/isamples_inabox) | iSamples-in-a-Box server infrastructure | +| [iSamples vocabularies](https://github.com/isamplesorg/metadata/tree/develop/vocabulary) | SKOS vocabulary RDF files |