Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit e12ae35

Browse files
committed
add tiles for doc access on home page
1 parent fe3da4b commit e12ae35

3 files changed

Lines changed: 38 additions & 7 deletions

File tree

_data/sidebars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subitems:
2727
url: /interfaces
2828
- title: Sharing project outputs
2929
url: /sharing-outputs
30-
- title: BioShell participants
30+
- title: Participants & use cases
3131
url: /participants
3232
- title: Acknowledging BioShell
3333
url: /acknowledging

index.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,38 @@ contributors:
44
description: BioShell is a bioinformatics shell environment providing access to software, data, and compute resources for life sciences research.
55
affiliations:
66
sidebar: false
7+
sections:
8+
- title: Getting started
9+
description: Learn who is eligible and how to request access to BioShell.
10+
url: /eligibility
11+
fa_icon: fa-solid fa-door-open
12+
- title: Using BioShell
13+
description: Access software and data via CVMFS, SHPC, Bio-Shelley, and interactive interfaces.
14+
url: /cvmfs
15+
fa_icon: fa-solid fa-terminal
16+
- title: Software & data
17+
description: Browse available bioinformatics software and reference datasets.
18+
url: /available-software
19+
fa_icon: fa-solid fa-database
20+
- title: Participants & use cases
21+
description: Meet the researchers using BioShell and explore training examples.
22+
url: /participants
23+
fa_icon: fa-solid fa-users
24+
- title: Events & news
25+
description: Upcoming training sessions, workshops, and announcements.
26+
url: /events
27+
fa_icon: fa-solid fa-calendar
28+
- title: Help & FAQ
29+
description: Get support, find answers to common questions, and contact the team.
30+
url: /help
31+
fa_icon: fa-solid fa-circle-question
732
---
833

934
## Welcome to BioShell
1035

1136
> Add a short welcome paragraph describing what BioShell is and who it is for.
1237
13-
## Quick links
14-
15-
> Add navigation tiles or links to the most commonly visited sections.
38+
{% include grid.html sections=page.sections col=3 %}
1639

1740
## Acknowledgements
1841

pages/participants.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
2-
title: BioShell participants
2+
title: Participants & use cases
33
contributors:
4-
description: Current participants, projects, and institutions using BioShell.
4+
description: Researchers and institutions using BioShell, including training examples and real-world use cases.
55
affiliations:
66
sidebar: main
77
---
88

99
## Participants
1010

11-
> List or describe current BioShell participants, projects, and institutions.
11+
> List or describe current BioShell participants and the institutions they represent.
12+
13+
## Research use cases
14+
15+
> Describe real-world examples of how researchers are using BioShell for bioinformatics analysis.
16+
17+
## Training examples
18+
19+
> Provide example workflows and exercises used in BioShell training sessions.

0 commit comments

Comments
 (0)