Skip to content

Commit 3d0ae46

Browse files
Add demo pages to website
1 parent 1d88113 commit 3d0ae46

8 files changed

Lines changed: 32 additions & 3 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: Upload
3131
working-directory: packages/website
3232
run: |
33-
aws s3 sync --exclude "demo/*" --delete build/ s3://apollo.jbrowse.org/
33+
aws s3 sync --exclude "demo/*" --exclude "paper_2026/*" --delete build/ s3://apollo.jbrowse.org/
3434
aws cloudfront create-invalidation --distribution-id EL84YTOVCGNJZ --paths '/*'

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"clear": "docusaurus clear",
77
"deploy": "docusaurus deploy",
88
"serve": "docusaurus serve",
9-
"start": "docusaurus start --port 3131",
9+
"start": "docusaurus start --port 3113",
1010
"swizzle": "docusaurus swizzle",
1111
"typecheck": "tsc",
1212
"write-heading-ids": "docusaurus write-heading-ids",

packages/website/src/pages/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ https://github.com/GMOD/Apollo3/issues/new/choose
1717

1818
## Email
1919

20-
Coming soon
20+
team@apollo.jbrowse.org
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Apollo 3 Demos
2+
3+
- [2026 in-submission Apollo 3 paper](../demos/paper_2026)
285 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 2026 paper
2+
3+
The demos linked here are based on the use cases presented in our 2026
4+
in-submission paper on Apollo 3. These demos are set up for Apollo to use local
5+
editing. This means the Apollo track (labeled "Annotations") will be empty when
6+
you first open the link. To try out the Apollo track, right-click on a gene in
7+
the gene track and select "Create Apollo annotation". It will then copy the gene
8+
to the Apollo track, where it can be edited.
9+
10+
## Multi-genome curation project
11+
12+
![Three-level pairwise synteny](multi_way_synteny_screenshot.png)
13+
14+
[Session link](https://apollo.jbrowse.org/paper_2026/?session=share-O4MEYslLhE&password=czp9i)
15+
16+
## Single genome with deep evidence
17+
18+
![Many evidence tracks](evidence_tracks_screenshot.png)
19+
20+
[Session link](https://apollo.jbrowse.org/paper_2026/?session=share-JyLH0CjvFb&password=VaUG7)
21+
22+
## Single local genome
23+
24+
![Standard and six-frame views](six_frame_screenshot.png)
25+
26+
[Session link](https://apollo.jbrowse.org/paper_2026/?session=share-Wgf5q9Wclz&password=MDqqg)
139 KB
Loading
219 KB
Loading

0 commit comments

Comments
 (0)