Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
1c86e08
update text
supernord May 14, 2025
f30ea2c
update news.yml, topnav.yml, events.yml
supernord May 14, 2025
06d4da1
modify index.md
supernord May 14, 2025
0750a3b
add external_resources.md, guides.md
supernord May 14, 2025
7f6956f
add resource tiles to index.md
supernord May 14, 2025
766352e
update jekyll.yml
supernord May 14, 2025
50540e3
update jekyll.yml to match ETT
supernord May 14, 2025
36bdd6d
update jekyll.yml
supernord May 14, 2025
3e2a8cd
remove datatable from index.md
supernord May 14, 2025
58af3f6
update primary col and topnav.yml
supernord May 27, 2025
5d059ed
add events.md and activities
supernord May 27, 2025
74573d3
add tiles-simple.html
supernord May 27, 2025
a306337
update index.md
supernord May 27, 2025
be81bac
update _config.yml
supernord May 27, 2025
ed3232b
update main.yml
supernord May 27, 2025
d57732b
add contributors.md and subgroup placeholder
supernord Jun 4, 2025
8256efd
update index.md
supernord Jun 4, 2025
df557bf
add datatable to external_resources.md and update example_page.md
supernord Jun 4, 2025
046c90c
add first elements of news and events sidebar
supernord Jun 4, 2025
73d3a4f
fix news.yml and events.yml
supernord Jun 4, 2025
27ea6ab
fix sidebar-events.html
supernord Jun 4, 2025
e1fa33e
update _custom_classes.scss
supernord Jun 4, 2025
f132317
update link color
supernord Jun 4, 2025
9a2759a
update link color
supernord Jun 4, 2025
c731eb7
update link color
supernord Jun 4, 2025
64480a0
remove news from index.md
supernord Jun 4, 2025
9861d0f
add news.md
supernord Jun 4, 2025
b16b53e
update events.yml and topnav scss
supernord Jun 4, 2025
9a6edab
remove navbar variable
supernord Jun 4, 2025
f6c79af
modify navbar variable
supernord Jun 4, 2025
1adaef1
modify nav-link color
supernord Jun 4, 2025
92ba3f4
modify nav-link color
supernord Jun 4, 2025
511de6d
update activities.md
supernord Jun 4, 2025
222d509
update main.yml and _config.yml
supernord Jun 4, 2025
ca0aeb1
update workgroup for _config.yml, update scss
supernord Jun 5, 2025
a03f28e
update workgroup_index.md
supernord Jun 5, 2025
7386fb2
update page_ids and descriptions
supernord Jun 5, 2025
c3eef28
update topnav.yml
supernord Jun 5, 2025
33fe1f0
update index.md
supernord Jun 5, 2025
9acabd6
update nav cards scss
supernord Jun 5, 2025
2f6fe09
update index.md tiles
supernord Jun 5, 2025
7887d61
update index.md tiles
supernord Jun 5, 2025
10e5292
update index.md tiles
supernord Jun 5, 2025
3d755f5
update link color
supernord Jun 5, 2025
3c89f23
update index.md and add join_conversation.md
supernord Jun 6, 2025
16ee346
update index.md and add join_conversation.md
supernord Jun 6, 2025
66374c6
update join_conversation.md and add contributing.md
supernord Jun 6, 2025
8f84178
Update community activities
tlitfin Jun 17, 2025
24bf359
Add granularity to external resources
tlitfin Jun 17, 2025
9a4bd23
Show sidebar on landing page
tlitfin Jun 17, 2025
f5d4759
Update NCI contributors
tlitfin Jun 18, 2025
e9e624a
Add externel database category
tlitfin Jun 18, 2025
1ad9309
Update activity contributor lists
tlitfin Jun 19, 2025
6ac1693
Update BindCraft activity
tlitfin Jun 19, 2025
12a31cb
Add activity content suggestions and minor syntax fixes
tlitfin Jun 20, 2025
527e8c5
Update contributors using template format
tlitfin Jun 20, 2025
7802e2c
temporary contributor update
tlitfin Jun 23, 2025
f3e788b
Add protein design seminar details
tlitfin Jun 23, 2025
ae1dba3
Add protein design seminars
tlitfin Jun 25, 2025
9a96dff
Merge pull request #1 from tlitfin-unsw/add-activities
supernord Jun 25, 2025
df3c6fe
Update update_guides.yml
supernord Jun 25, 2025
51cde02
update page structure for batch_structure_prediction.md
supernord Jun 25, 2025
18a8bf1
update page structure for batch_structure_prediction.md
supernord Jun 25, 2025
9d72803
update index.md, events.yml, and activities.md, delete default.html
supernord Jun 25, 2025
abea16f
update main.yml
supernord Jun 25, 2025
604bc5c
update contributing.md
supernord Jun 25, 2025
248795b
update topnav.yml
supernord Jun 26, 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
13 changes: 7 additions & 6 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Jekyll site CI

on:
push:
branches: [ main, master, edits ]
pull_request:
branches: [ main, master, edits ]
workflow_dispatch:
Expand All @@ -13,7 +14,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

Expand All @@ -41,7 +42,7 @@ 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 }}
Expand All @@ -50,7 +51,7 @@ jobs:
uses: actions/upload-pages-artifact@v3

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

if: |
Expand All @@ -63,8 +64,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions .github/workflows/update_guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update_guides:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v2
Expand All @@ -35,4 +35,4 @@ jobs:
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: main
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## What this repository is for

Gathering information to get structural biologists oriented on beginninging their journey top adopt the most recent and accurate computational tools
Gathering information to get structural biologists oriented on beginning their journey top adopt the most recent and accurate computational tools

If you're seeing this you're on the coding-style backend. This provides a place to manage code versions, share data, store images, project manage etc with typical GitHub features
If you're seeing this you're on the coding-style backend. This provides a place to manage code versions, share data, store images, project manage etc, with typical GitHub features.

## Where is the *website* not just the raw source code?
## Where is the *website*, not just the raw source code?

Point your browser to https://australian-structural-biology-computing.github.io/website/
14 changes: 12 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: StructBio Computing
title: Australian Structural Biology Computing
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)

topnav_title: Australian Structural Biology Computing
# Optional: this appears on the top navigation bar next to the main_logo.svg icon

#description: "Example of ELIXIR toolkit theme as a remote jekyll theme"
description: "A website for the Australian Structural Biology Computing community."
# Metadata description of the website

# Following AusBioCommons minimal gh-pages with remote deploy - https://github.com/AustralianBioCommons/how-to-guides/blob/main/_config.yml
Expand All @@ -25,6 +25,16 @@ defaults:
permalink: /:basename
layout: "page"
sidebar: main
- scope:
path: "pages"
type: "pages"
values:
sidebar: main
- scope:
path: "workgroup_template_directory"
type: "pages"
values:
sidebar: workgroup_example

theme_variables:
# git_host: GitHub
Expand Down
74 changes: 68 additions & 6 deletions _data/CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,71 @@ Michael Healy:
orcid: 0000-0003-2924-9179
affiliation: Postdoctoral Research Fellow, University of Queensland

# Josh was listed as a contributor during testing - checked with him to remove -- KR
#Joshua Storm Caley:
#git: jscgh
#email: j.caley@unsw.edu.au
#orcid: 0000-0002-9374-0969
#affiliation: Computational Systems Officer, Structural Biology Facility UNSW
Joshua Storm Caley:
git: jscgh
email: j.caley@unsw.edu.au
orcid: 0000-0002-9374-0969
affiliation: Computational Systems Officer, Structural Biology Facility UNSW

Thomas Litfin:
git: tlitfin-unsw
email: t.litfin@unsw.edu.au
orcid: 0000-0002-4863-3865
affiliation: Senior Research Associate, Structural Biology Facility UNSW

Ziad Al-Bkhetan:
git: ziadbkh
orcid: 0000-0002-4032-5331
affiliation: Product Manager, Australian BioCommons

Sarah Beecroft:
git: SarahBeecroft
affiliation: Bioinformatics Applications Specialist, Pawsey Supercomputing Research Centre

Cameron Hyde:
git: neoformit
orcid: 0000-0002-5913-9766
affiliation: Bioinformatician, Queensland Cyber Infrastructure Foundation (QCIF)

Mitchell O'Brien:
git: Mitchob
affiliation: Senior Bioinformatics Engineer, Sydney Informatics Hub

Matthew Downton:
git: mattdton
orcid: 0000-0002-4693-1965
affiliation: Associate Director - Performance Optimisation, National Computational Infrastructure (NCI)

Kisaru Liyanage:
git: kisarur
affiliation: HPC specialist (Life and Health Sciences), National Computational Infrastructure (NCI)

Wenjing Xue:
affiliation: HPC Specialist (Life and Health Sciences), National Computational Infrastructure (NCI)

Gavin Knott:
affiliation: Group Leader, Monash Biomedicine Discovery Institute, Monash University
orcid: 0000-0002-9007-6273

Rhys Grinter:
affiliation: Lab head, University of Melbourne
git: RhysWG
orcid: 0000-0002-8195-5348

Josh Hardy:
affiliation: Senior Research Officer, Lucet Lab, WEHI
git: joshhardywehi
email: hardy.j@wehi.edu.au
orcid: 0000-0002-8014-8552

#Richard Birkinshaw:
# affiliation: Senior Research Scientist, Walter and Eliza Hall Institute of Medical Research
# orcid: 0000-0003-1825-0182

Melissa Burke:
affiliation: Training Manager, Australian BioCommons
orcid: 0000-0002-5571-8664

Cyntia Taveneau:
affiliation: Research Fellow, Knott Lab, Monash University
orcid: 0000-0002-3395-4957
22 changes: 14 additions & 8 deletions _data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@
# location: Cyberspace
- name: BioMolecular Horizons
startDate: 2024-09-22
description: Launch of the website at [BioMolecular Horizons 2024](https://www.bmh2024.com/)
description: "Launch of the website at [BioMolecular Horizons 2024](https://www.bmh2024.com/)"
- name: Computational Structural Biology Community Meeting
startDate: 2024-10-22
startTime: 13:30
endDate: 2024-10-22
endTime: 14:30
description: Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting.
description: "Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting."
location: Online
- name: Computational Structural Biology Community Meeting
startDate: 2025-04-09
startTime: 13:00
endDate: 2025-04-09
endTime: 14:30
description: Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting.
location: Online
description: "Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting."
location: Online
- name: Computational structural biology community meeting
startDate: 2025-06-18
endDate: 2025-06-18
description: "Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting."
location: Online
- name: Australian Structural Biology Computing community meeting
startDate: 2025-08-27
endDate: 2025-08-27
description: "Visit the [rolling agenda](https://docs.google.com/document/d/1miRyOOOW7HeDsCvzJwVEOhaAzPBve8od9WUvsAsFfcw/edit#heading=h.owmugrvs22hi) for details on how to join the next meeting."
location: Online
9 changes: 4 additions & 5 deletions _data/news.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- name: Script for Alphafold output validation metrics!
- name: "Script for Alphafold output validation metrics!"
date: 2024-11-01
description: Python Script and info about configuring AF2 to output pTM, ipTM and MSA depth. Many thanks to the Australian Galaxy team (special shout out to Cam!) for making this happen (https://github.com/usegalaxy-au/tools-au/tree/master/tools/alphafold#generating-additional-outputs)

- name: Script for updating Alphafold2 dependencies to stop 'template missing' failures (MMCIF patch)
description: "Python Script and info about configuring AF2 to output pTM, ipTM and MSA depth. Many thanks to the Australian Galaxy team (special shout out to Cam!) for making this happen (<https://github.com/usegalaxy-au/tools-au/tree/master/tools/alphafold#generating-additional-outputs>)"
- name: "Script for updating Alphafold2 dependencies to stop 'template missing' failures (MMCIF patch)"
date: 2024-11-01
description: MMCIF patch python script. Many thanks to the Australian Galaxy team (Cam again!) for making this happen (https://github.com/usegalaxy-au/tools-au/tree/master/tools/alphafold/scripts/db/patch_mmcif)
description: "MMCIF patch python script. Many thanks to the Australian Galaxy team (Cam again!) for making this happen (<https://github.com/usegalaxy-au/tools-au/tree/master/tools/alphafold/scripts/db/patch_mmcif>)"
50 changes: 25 additions & 25 deletions _data/sidebars/main.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
subitems:
- title: Home
url: /index
- title: Example page
url: /example_page
- title: Contributing
subitems:
- title: Provide us your document
url: /provide_documentation
- title: Write your own guides
url: /guide_template
- title: Visualisations
- title: Activities
url: /activities
- title: How-to Guides
url: /guides
- title: External resources
subitems:
- title: Pymol
url: /pymol
- title: Protein Structure Prediction
subitems:
- title: AlphaFold How To Guide
url: /AlphaFold2_how_to_guide
- title: Best practices AlphaFold models in a paper
url: /best-practices-alphafold
- title: AlphaFold Tutorial - European Bioinformatics Institute
url: /EBI-alphafold-guide
- title: Protein structure inference options
url: /protein_struct_inference
- title: Command Line Instructions
subitems:
- title: Basics
url: /basics
- title: Servers
url: /external_servers
- title: Databases
url: /external_databases
- title: Guides
url: /external_guides
- title: Visualization
url: /external_viz
- title: Videos
url: /external_videos
- title: Communities
url: /external_communities
- title: Contributing
url: /contributing
- title: Contributors
url: /contributors
- title: Events
url: /events
- title: News
url: /news
5 changes: 5 additions & 0 deletions _data/sidebars/workgroup_example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
subitems:
- title: Home
url: /index
- title: Working group index
url: /workgroup_index
9 changes: 5 additions & 4 deletions _data/topnav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
subitems:
- title: Home
url: /index

#subitems:
#- title: Home
# url: /index
#- title: Working group example
# url: /workgroup_index
56 changes: 56 additions & 0 deletions _includes/resource-table-communities.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{%- if include.tag %}
{%- assign tools = site.data.tool_and_resource_list | add_related_pages | where:"related_pages", include.tag | sort_natural: "name" %}
{%- else %}
{%- assign tools = site.data.tool_and_resource_list | add_related_pages | sort_natural: "name" %}
{%- endif %}
{%- assign country_pages = site.pages | where_exp: "item", "item.search_exclude != true" | where_exp:"item","item.national_resources != nil" %}
{%- unless tools.size == 0 or tools == nil %}
<a class="visually-hidden-focusable" href='#skip-tool-table'>Skip tool table</a>
<div class="table-responsive mt-4 mb-5">
<table class="tooltable table display">
<thead>
<tr class="text-nowrap">
<th>How-to Guide or resource {%- if include.tag -%}
<a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all tools or resources that exist for this topic are listed here. This is mainly because we do not intend to be a registry.">
<i class="fa-solid fa-info-circle"></i>
</a>{%- endif %}
</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{%- for tool in tools %}
{% assign found = false %}
{% for desc in tool.Type %}
{% if desc == "Online communities" %}
{% assign found = true %}
{% endif %}
{% endfor %}
{% if found %}
<tr>
{% if tool.URL %}
<td><a href="{{tool.URL}}">{{tool.Title}}</a></td>
{%- else %}
<td>{{tool.Title}}</td>
{%- endif %}
<td>{{tool.Description}}
{%- if tool.instance_of or tool.how_to_access or instances_tool != 0 and total_county_tools != 0 and include.tag != nil %}
{%- assign linked_tool = site.data.tool_and_resource_list | where:"id", tool.instance_of | first %}
<div class="d-block mt-1">
{%- if linked_tool %}
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="This resource is an instance of {{linked_tool.name}}"><span class="badge text-primary border border-primary">{{linked_tool.name}}</span></span>
{%- endif %}
{%- if tool.how_to_access %}
<span class="d-inline-block" tabindex="0" data-bs-toggle="tooltip" title="{{tool.how_to_access}}"><span class="badge text-primary border border-primary"> <i class="fa-solid fa-key"></i></span></span>
{%- endif %}
</div>
{%- endif %}
</td>
</tr>
{%- endif %}
{%- endfor %}
</tbody>
</table>
</div>
{%- endunless %}
<div id="skip-tool-table"></div>
Loading
Loading