diff --git a/_data/news.yml b/_data/news.yml
index 1101faa..f3a288a 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -5,4 +5,12 @@
- name: "NCI Data Collection now available!"
date: 2026-02-23
url: https://dx.doi.org/10.25914/q48c-9a86
- description: "This collection replicates key reference databases used for protein structure prediction and analysis. These resources enable NCI users to leverage deep learning models for molecular structure prediction. The datasets support AlphaFold3, AlphaFold2, Boltz, RoseTTaFold-All-Atom, ESMFold and HelixFold3 structure prediction tools."
\ No newline at end of file
+ description: "This collection replicates key reference databases used for protein structure prediction and analysis. These resources enable NCI users to leverage deep learning models for molecular structure prediction. The datasets support AlphaFold3, AlphaFold2, Boltz, RoseTTaFold-All-Atom, ESMFold and HelixFold3 structure prediction tools."
+- name: "ASBC @ the AI for Science Hackathon"
+ date: 2026-03-26
+ url: https://www.biocommons.org.au/news/ai-for-science-hackathon-2026
+ description: "Australian Structural Biology Computing (ASBC) community (UNSW Structural Biology Facility, WEHI, and the Monash AI Protein Design Program) contributed to the AI for Science Hackathon, bringing their expertise in optimising workflows for protein structure prediction and design."
+- name: "Foundations of protein structure training module now available!"
+ date: 2026-04-17
+ url: https://doi.org/10.6019/tol.foundations-protein-structure-t.2026.00001.1
+ description: "A module added to the training material made available by EMBL-EBI. Module development was a collaboration between the ASBC community, BioCommons, and EMBL-EBI Protein Data Bank in Europe (PDBe)."
\ No newline at end of file
diff --git a/_data/sidebars/main.yml b/_data/sidebars/main.yml
index 33c2e5f..6cf6fb4 100644
--- a/_data/sidebars/main.yml
+++ b/_data/sidebars/main.yml
@@ -15,19 +15,19 @@ subitems:
url: /community_resources
- title: How-to Guides
url: /guides
- - title: Workflows
- url: /workflows
- title: External resources
subitems:
- - title: Structure Prediction
+ - title: Structure prediction
url: /structure_prediction
- - title: Protein Design
+ - title: Protein design
url: /protein_design
- - title: Protein Search
+ - title: Protein search
url: /protein_search
- - title: Molecular Dynamics
+ - title: Molecular dynamics
url: /molecular_dynamics
- title: Infrastructure
url: /infrastructure
- title: Events
url: /events
+ - title: News
+ url: /news
\ No newline at end of file
diff --git a/_data/tool_and_resource_list.yml b/_data/tool_and_resource_list.yml
index 06fd6b0..85f1521 100644
--- a/_data/tool_and_resource_list.yml
+++ b/_data/tool_and_resource_list.yml
@@ -310,18 +310,22 @@
Type:
- Reference database
URL: https://cluster.foldseek.com/
-- Description: Reference data to support AI structural biology prediction models
+- Description: Reference data to support AI structural biology prediction models.
Tag: Community resource
Title: NCI Structural Biology AI Reference Collection
Type:
- Reference database
+ Roadmap:
+ - Roadmap deliverable 2
URL: https://dx.doi.org/10.25914/q48c-9a86
DOI: https://dx.doi.org/10.25914/q48c-9a86
-- Description: Online tutorial covering the principles of protein architecture and function
+- Description: Online tutorial covering the principles of protein architecture and function.
Tag: Community resource
Title: Foundations of protein structure tutorial
Type:
- Online tutorial
+ Roadmap:
+ - Roadmap deliverable 2 & 4
URL: https://www.ebi.ac.uk/training/online/courses/foundations-protein-structure/
DOI: https://doi.org/10.6019/tol.foundations-protein-structure-t.2026.00001.1
- Description: A limited series of webinars from 2025 that shared strategies to get the best outcomes from protein design projects.
@@ -329,5 +333,16 @@
Title: Protein design webinar series
Type:
- Webinar series
+ Roadmap:
+ - Roadmap deliverable 2
URL: protein_design_seminars
- DOI: https://doi.org/10.5281/zenodo.17626498
\ No newline at end of file
+ DOI: https://doi.org/10.5281/zenodo.17626498
+- Description: A nextflow pipeline with support for numerous structure prediction tools.
+ Tag: Community resource
+ Title: nf-core ProteinFold v2.0.0
+ Type:
+ - Workflow
+ Roadmap:
+ - Roadmap deliverable 3
+ URL: nfcore_proteinfold
+ DOI: https://doi.org/10.5281/zenodo.7437037
\ No newline at end of file
diff --git a/_includes/resource-table-category.html b/_includes/resource-table-category.html
index f07dbb3..2124af2 100644
--- a/_includes/resource-table-category.html
+++ b/_includes/resource-table-category.html
@@ -35,7 +35,16 @@
{%- else %}
{{tool.Title}}
{%- endif %}
-
{{tool.Description}}
+
+ {{tool.Description}}
+ {% if tool.Roadmap %}
+ {%- for type in tool.Roadmap %}
+
+ {%- endfor %}
+ {%- endif %}
+