Skip to content

Commit e5a481c

Browse files
rdhyeeclaude
andauthored
Unify Research & Resources into single page (#101)
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 <noreply@anthropic.com>
1 parent 0ffbd4c commit e5a481c

2 files changed

Lines changed: 23 additions & 6 deletions

File tree

_quarto.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ website:
6363
- text: Publications & Conferences
6464
href: pubs.qmd
6565
- text: Zenodo Community
66-
href: https://zenodo.org/communities/isamples
67-
- icon: github
68-
text: Github Repositories
69-
href: "https://github.com/isamplesorg/"
66+
href: "pubs.qmd#zenodo-community"
67+
- text: Github Repositories
68+
href: "pubs.qmd#github-repositories"
7069

7170
repo-url: https://github.com/isamplesorg/isamplesorg.github.io
7271
repo-actions: [edit, issue]

pubs.qmd

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Publications & Conferences"
3-
subtitle: Publications, presentations, and other project outcomes
2+
title: "Research & Resources"
3+
subtitle: Publications, presentations, datasets, and source code
44
bibliography: isamples-outcomes.bib
55
csl: cite-full-inline.csl
66
nocite: |
@@ -24,3 +24,21 @@ number-sections: false
2424

2525
::: {#refs}
2626
:::
27+
28+
## Zenodo Community {.unnumbered}
29+
30+
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.
31+
32+
- [iSamples Combined Dataset](https://zenodo.org/communities/isamples) — 6.7M samples from SESAR, OpenContext, GEOME, and Smithsonian
33+
- All data files are also served from [`data.isamples.org`](https://data.isamples.org) with HTTP range request support
34+
35+
## GitHub Repositories {.unnumbered}
36+
37+
All iSamples source code is available on [GitHub](https://github.com/isamplesorg/):
38+
39+
| Repository | Description |
40+
|------------|-------------|
41+
| [isamplesorg.github.io](https://github.com/isamplesorg/isamplesorg.github.io) | This website — Quarto, Observable JS, DuckDB-WASM |
42+
| [metadata](https://github.com/isamplesorg/metadata) | iSamples metadata model and schema documentation |
43+
| [isamples_inabox](https://github.com/isamplesorg/isamples_inabox) | iSamples-in-a-Box server infrastructure |
44+
| [iSamples vocabularies](https://github.com/isamplesorg/metadata/tree/develop/vocabulary) | SKOS vocabulary RDF files |

0 commit comments

Comments
 (0)