Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
50cb6ab
fix links
ziadbkh Jun 3, 2024
3b888cb
fix seqera docs version
ziadbkh Jun 3, 2024
9917d3c
add userg uide sub-menu
ziadbkh Jun 3, 2024
fff33d8
Update main.yml to remove user guide nav
PatCapon39 Jun 3, 2024
28ad1af
Update user-guide.yml
PatCapon39 Jun 3, 2024
5fc0b49
Update contact_us.md
PatCapon39 Jun 3, 2024
ee3863d
Update CONTRIBUTORS.yml with self
PatCapon39 Jun 3, 2024
9929200
Update access-models.md
PatCapon39 Jun 3, 2024
1195031
Merge pull request #3 from AustralianBioCommons/PatCapon39-user-guide…
ziadbkh Sep 2, 2024
ef264ea
fix links
ziadbkh Jun 3, 2024
8dee5c3
fix seqera docs version
ziadbkh Jun 3, 2024
53a0c78
add userg uide sub-menu
ziadbkh Jun 3, 2024
ec3e9c8
Update contact_us.md
PatCapon39 Jun 3, 2024
0648204
Update CONTRIBUTORS.yml with self
PatCapon39 Jun 3, 2024
a8d6ec3
Update access-models.md
PatCapon39 Jun 3, 2024
c57edfb
Update main.yml to remove user guide nav
PatCapon39 Jun 3, 2024
d3e217d
Update user-guide.yml
PatCapon39 Jun 3, 2024
66fab11
production-doc
ziadbkh Sep 3, 2024
c9d1c1d
production-doc
ziadbkh Sep 3, 2024
4424907
minor fixes
ziadbkh Sep 3, 2024
83029a7
Update README.md
PatCapon39 Sep 3, 2024
c029a3e
Update support.md minor edits
PatCapon39 Sep 9, 2024
35dc6f8
Edit service-terms.md
PatCapon39 Sep 9, 2024
7c78b9e
Update service-commitments.md
PatCapon39 Sep 9, 2024
01f6ffa
Edit privacy.md
PatCapon39 Sep 9, 2024
1f65e77
Update pilot-project.md to be in past tense
PatCapon39 Sep 9, 2024
dbc3adb
Update acknowledgement.md
PatCapon39 Sep 9, 2024
b9824c7
Edit access-models.md
PatCapon39 Sep 9, 2024
a53ede2
Update acceptable-use.md
PatCapon39 Sep 9, 2024
74a3892
Update README.md
PatCapon39 Sep 9, 2024
2cc3305
Edit compute-env.md
PatCapon39 Sep 9, 2024
edebc9c
Edit hpc-recommendations.md
PatCapon39 Sep 9, 2024
f06867d
Update access-models.md
PatCapon39 Sep 9, 2024
0c70c6a
Update service-access.md
PatCapon39 Sep 9, 2024
68ae916
Update access-models.md
PatCapon39 Sep 9, 2024
bc34b1a
Update service-access.md
PatCapon39 Sep 9, 2024
302cf8e
Update service-terms.md
PatCapon39 Sep 9, 2024
dade2a9
Update contact-us.md
PatCapon39 Sep 9, 2024
5510dec
Update CONTRIBUTORS.yml
PatCapon39 Sep 9, 2024
6b886a4
Update affiliations.yml
PatCapon39 Sep 9, 2024
e1e7f2c
Update pilot-project.md to include logos
PatCapon39 Sep 9, 2024
8e601fa
Add infrastructure logo to footer.yml
PatCapon39 Sep 9, 2024
8404dc7
Update service-terms.md fix help link
PatCapon39 Sep 9, 2024
86a662a
minor fixes
ziadbkh Sep 9, 2024
8900951
fix menues
ziadbkh Sep 9, 2024
13e37df
fix menues
ziadbkh Sep 9, 2024
f6e3335
Update index.md Add UoM hyperlink
PatCapon39 Sep 9, 2024
0421d37
Link fixes
PatCapon39 Sep 9, 2024
7ba45c4
Add get started text
PatCapon39 Sep 9, 2024
48db1d3
minor fixes
ziadbkh Sep 10, 2024
ba195b7
minor fixes
ziadbkh Sep 10, 2024
be19f6e
Update index.md
PatCapon39 Sep 11, 2024
7f85995
Update affiliations.yml
PatCapon39 Sep 11, 2024
b4531ee
Update index.md
PatCapon39 Sep 11, 2024
f1d7b7f
Update affiliations.yml
PatCapon39 Sep 11, 2024
5579c68
Add files via upload
PatCapon39 Sep 11, 2024
9e56320
Merge pull request #6 from PatCapon39/dev
ziadbkh Sep 11, 2024
f38767f
add service history
ziadbkh Sep 11, 2024
1085158
Fix typo
PatCapon39 Sep 11, 2024
f968edd
Update service-history.md with link to pilot project
PatCapon39 Sep 12, 2024
a3cbad1
Update access-models.md
PatCapon39 Sep 12, 2024
27b1b86
Update acceptable-use.md
PatCapon39 Sep 12, 2024
544a011
Fix contact us link
PatCapon39 Sep 12, 2024
43cfdee
Update index.md
PatCapon39 Sep 18, 2024
6dae592
Update service-access.md
ziadbkh Apr 7, 2025
23bac9a
Update jekyll.yml
ziadbkh Apr 7, 2025
abc3475
Update _config.yml
ziadbkh Apr 7, 2025
0bd8e53
Merge branch 'main' into dev
ziadbkh Apr 7, 2025
90e8dad
Create Gemfile
ziadbkh Apr 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 33 additions & 11 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

name: Jekyll site CI

on:
push:
branches: [ main, master ]
pull_request:
branches: [ master, main ]

branches: [ main, master ]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -13,24 +14,23 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest

runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5

- name: Install dependencies
run: |
Expand All @@ -42,8 +42,30 @@ jobs:
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
PAGES_REPO_NWO: ${{ github.repository }}
JEKYLL_ENV: ${{ steps.name.outputs.jekyll_env }}
JEKYLL_ENV: production
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JEKYLL_BUILD_BRANCH: ${{ github.ref_name }}
JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

deploy:
runs-on: ubuntu-24.04
needs: build

if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'push' && github.event.repository.default_branch == github.ref_name)
concurrency:
group: "pages"
cancel-in-progress: true

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
16 changes: 16 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
source "https://rubygems.org"

gem "elixir-toolkit-theme-plugins", "~> 0.1.10"
gem "webrick", "~> 1.8.1"
gem "jekyll", "~> 4.3.2"
gem "jemoji", "~> 0.13.0"
gem "kramdown-parser-gfm", "~> 1.1"

group :jekyll_plugins do
gem "jekyll-redirect-from", "~> 0.16.0"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-github-metadata", "~> 2.16.0"
gem "jekyll-relative-links", "~> 0.7.0"
gem "jekyll-seo-tag", "~> 2.8"
gem "jekyll-remote-theme", "~> 0.4.3"
end
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## Acknowledgements
To acknowledge your use of this service please follow [these instructions](/nextflow-seqera/main/acknowledgement)

This work is supported by the [Australian BioCommons](https://www.biocommons.org.au/) via funding from [Bioplatforms Australia](https://bioplatforms.com/) and the Queensland Government RICF programme. Bioplatforms Australia is funded by the National Collaborative Research Infrastructure Strategy (NCRIS).
This service forms part of the national [Australian BioCommons](https://www.biocommons.org.au/) infrastructure and is funded by Australian BioCommons and the Queensland Government RICF programme. Australian BioCommons is supported by [Bioplatforms Australia](https://bioplatforms.com/), which is funded by the National Collaborative Research Infrastructure Strategy (NCRIS).

This repository makes use of the ELIXIR toolkit theme: [![theme badge](https://img.shields.io/badge/ELIXIR%20toolkit%20theme-jekyll-blue?color=0d6efd)](https://github.com/ELIXIR-Belgium/elixir-toolkit-theme). `assets/img/` content sourced from https://github.com/AustralianBioCommons/how-to-guides/
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: "Aus Nextflow Seqera"
title: "Australian Nextflow Seqera Service"
description: A website for the Australian Nextflow Seqera service
remote_theme: ELIXIR-Belgium/jekyll-bootstrap-theme@2.4.0
topnav_title: Australian Nextflow Seqera Service
Expand All @@ -10,7 +10,6 @@ theme_variables:
brand_logo: assets/img/Australian-Biocommons-Logo-Horizontal-RGB.png
privacy_statement_url: https://www.biocommons.org.au/privacy


defaults:
-
scope:
Expand Down
14 changes: 13 additions & 1 deletion _data/CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ziad Al-Bkhetan:
git: ziadbkh
email: ziad@biocommons.org.au
orcid: 0000-0002-4032-5331
role: Service Owner
role: Product Manager
affiliation: Australian BioCommons / University of Melbourne

Johan Gustafsson:
Expand All @@ -26,4 +26,16 @@ Johan Gustafsson:
role: Business analyst
affiliation: Australian BioCommons / University of Melbourne

Patrick Capon:
git: PatCapon39
email: patrick@biocommons.org.au
orcid: 000-0002-7396-5757
role: Editorial review
affiliation: Australian BioCommons / University of Melbourne

Georgina Samaha:
git: georgiesamaha
email: georgina.samaha@sydney.edu.au
orcid: 0000-0003-0419-1476
role:
affiliation: Australian BioCommons / Sydney Informatics Hub at the University of Sydney
40 changes: 23 additions & 17 deletions _data/affiliations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### add new affiliations below as needed

- name: Australian BioCommons
image_url: /assets/img/main_logo.png
image_url: /assets/img/Australian-Biocommons-Logo-Tagline-Infrastructure-RGB.png
expose: true
type: infrastructure
url: https://www.biocommons.org.au/
Expand All @@ -33,6 +33,24 @@
type: support
url: https://www.biocommons.org.au/

- name: Pawsey
image_url: /assets/img/pawsey-logo-beige.png
expose: true
type: support
url: https://pawsey.org.au/

- name: NCI
image_url: /assets/img/NCI+Australia+logo+black+PNG+transparent.png
expose: true
type: support
url: https://nci.org.au/

- name: Seqera
image_url: /assets/img/seqera_logo_color.png
expose: true
type: support
url: https://seqera.io/

- name: Bioplatforms Australia
image_url: /assets/img/bioplatforms-australia-logo.png
expose: true
Expand All @@ -42,7 +60,7 @@
- name: Australian Research Data Commons
image_url: /assets/img/ARDC+logo+RGB.png
expose: true
type: support
type: pilot
url: https://ardc.edu.au/

- name: NCRIS
Expand All @@ -51,32 +69,20 @@
type: support
url: https://www.education.gov.au/ncris

- name: NCI
image_url: /assets/img/NCI+Australia+logo+black+PNG+transparent.png
expose: true
type: support
url: https://nci.org.au/

- name: Pawsey
image_url: /assets/img/pawsey-logo-beige.png
expose: true
type: support
url: https://pawsey.org.au/

- name: Queensland Cyber Infrastructure Foundation
image_url: /assets/img/QCIF_Logo.png
expose: true
type: support
type: pilot
url: https://www.qcif.edu.au/

- name: Melbourne Bioinformatics
image_url: /assets/img/7465070.png
expose: true
type: support
type: pilot
url: https://mdhs.unimelb.edu.au/melbournebioinformatics

- name: The University of Sydney
image_url: /assets/img/Uni-logo-transparent.png
expose: true
type: support
type: pilot
url: https://www.sydney.edu.au/
7 changes: 6 additions & 1 deletion _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
copyright: This site uses Cookies. We use cookies to help the website run effectively. To find out more, read our [Privacy](https://www.biocommons.org.au/privacy) and [Cookie](https://www.biocommons.org.au/cookies) statements.
extra_line:
columns:
- type: image
image_width: 320px
width: 3
src: 'assets/img/Australian-Biocommons-Logo-Tagline-Infrastructure-RGB.png'
alt: Australian BioCommons logo featuring the tagline this service forms part of the national Australian BioCommons infrastructure
- type: links
width: 3
children:
- url_text: Main
- url_text: Home
url: /
- url_text: Contributors
url: /main/contributors
35 changes: 20 additions & 15 deletions _data/sidebars/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
title: Main
title: Home
title_url: /
subitems:
- title: Join the pilot project
url: /main/join_us
- title: Service Information
subitems:
- title: Service Terms
url: /main/service-terms
- title: Access Models
url: /main/access-models
- title: Acceptable Use
url: /main/acceptable-use
- title: Service Commitments
url: /main/service-commitments
- title: Privacy
url: /main/privacy
- title: Service History
url: /main/service-history
- title: Service Support
url: /main/support
- title: Service Acknowledgement
url: /main/acknowledgement
- title: Contact us
url: /main/contact_us
url: /main/contact-us
- title: Contributors
url: /main/contributors
- title: User Guide
url: /user-guide/
subitems:
- title: Accessing the service
url: /user-guide/service-access
- title: Logging in
url: /user-guide/loggin
- title: Configure and use compute environments
url: /user-guide/compute-env
- title: Adding workflows
url: /user-guide/add-workflow
- title: Recommendations
url: /user-guide/hpc-recommendations
21 changes: 16 additions & 5 deletions _data/sidebars/user-guide.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
title: User Guide
title_url: /user-guide/
subitems:
- title: Main
url: /
- title: User guide contents
subitems:
- title: Accessing the service
url: /user-guide/service-access
- title: Logging in
url: /user-guide/loggin
- title: Configure and use compute environments
url: /user-guide/compute-env
- title: Adding workflows
url: /user-guide/add-workflow
- title: Recommendations
url: /user-guide/hpc-recommendations
- title: Contact us
url: /main/contact_us
url: /main/contact-us
- title: Contributors
url: /main/contributors

- title: Back to Home
url: /




Binary file modified assets/doc_img/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/doc_img/timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/seqera_logo_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading