This repository contains the public website for the Physical Networks satellite series at NetSci.
The site is built with Quarto and serves two purposes:
- Host the current edition of the satellite.
- Preserve static archive pages for previous editions.
.
├── index.qmd # Current edition landing page
├── program.qmd # Current edition program
├── archive.qmd # Archive index
├── editions/ # Past edition pages
│ ├── 2023/
│ ├── 2024/
│ └── 2025/
├── assets/
│ ├── styles.scss # Site styling
│ └── img/ # Logos, speaker images, and visual assets
├── data/ # Structured edition data
└── sources/ # Notes on source material and archival updates