Skip to content

Commit 82c8ddf

Browse files
rdhyeeclaude
andauthored
Add iSamples navbar and update footer to match main site (#203)
- Add top navbar with all main site navigation items, logo, and favicon - "Metadata Model" in Architecture dropdown links to this site's index - All other navbar links point back to isamples.org main site pages - Update footer to match main site (copyright 2020-2026, split layout) - Remove stale hyde.cyverse.org link from sidebar tools Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bd2e5dc commit 82c8ddf

1 file changed

Lines changed: 43 additions & 19 deletions

File tree

quarto/_quarto.yml

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,53 @@ format:
99
- styles.scss
1010

1111
website:
12-
title: "iSamples Model"
13-
page-footer:
14-
left: >
15-
© Copyright 2020, iSamples Project.
16-
17-
This material is based upon work supported by the National Science Foundation under Grant Numbers
18-
[2004839](https://nsf.gov/awardsearch/showAward?AWD_ID=2004839),
19-
[2004562](https://nsf.gov/awardsearch/showAward?AWD_ID=2004562),
20-
[2004642](https://nsf.gov/awardsearch/showAward?AWD_ID=2004642),
21-
and [2004815](https://nsf.gov/awardsearch/showAward?AWD_ID=2004815).
22-
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the [National Science Foundation](https://nsf.gov/).
23-
repo-url: "https://github.com/isamplesorg/metadata"
24-
repo-actions: [edit, issue]
25-
sidebar:
26-
style: "docked"
27-
search: true
28-
tools:
29-
- icon: table
30-
href: https://hyde.cyverse.org/isamples_central/ui/
12+
title: "iSamples"
13+
favicon: https://isamples.org/assets/isamplesfavicon.ico
14+
navbar:
15+
logo: https://isamples.org/assets/isampleslogopetal.png
16+
left:
17+
- href: https://isamples.org/
18+
text: Home
19+
- href: https://isamples.org/tutorials/progressive_globe.html
20+
text: Interactive Explorer
21+
- text: How to Use
22+
href: https://isamples.org/how-to-use.html
23+
- text: About
24+
href: https://isamples.org/about.html
25+
- text: "Architecture & Vocabularies"
26+
menu:
27+
- text: Overview
28+
href: https://isamples.org/design/index.html
29+
- text: Requirements
30+
href: https://isamples.org/design/requirements.html
31+
- text: Metadata Model
32+
href: index.html
33+
- text: Vocabularies
34+
href: https://isamples.org/models/index.html
35+
- text: "Research & Resources"
36+
href: https://isamples.org/pubs.html
37+
right:
3138
- icon: github
3239
href: https://github.com/isamplesorg
3340
- icon: slack
3441
href: https://isamples.slack.com/
42+
sidebar:
43+
style: "docked"
44+
search: true
45+
repo-url: "https://github.com/isamplesorg/metadata"
46+
repo-actions: [edit, issue]
47+
page-footer:
48+
left: >
49+
© Copyright 2020-2026, iSamples Project. Based on work
50+
under National Science Foundation (NSF) Grant Numbers
51+
[2004839](https://nsf.gov/awardsearch/showAward?AWD_ID=2004839),
52+
[2004562](https://nsf.gov/awardsearch/showAward?AWD_ID=2004562),
53+
[2004642](https://nsf.gov/awardsearch/showAward?AWD_ID=2004642), and
54+
[2004815](https://nsf.gov/awardsearch/showAward?AWD_ID=2004815).
55+
right: >
56+
Opinions, findings, and conclusions or recommendations expressed in
57+
this material are those of the authors and do not necessarily reflect
58+
the views of the [NSF](https://nsf.gov/).
3559
3660
metadata-files:
3761
- _model.yml

0 commit comments

Comments
 (0)