Skip to content

Commit c922ffa

Browse files
committed
update tables
1 parent d8fea57 commit c922ffa

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

_data/tool_and_resource_list.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,24 +310,39 @@
310310
Type:
311311
- Reference database
312312
URL: https://cluster.foldseek.com/
313-
- Description: Reference data to support AI structural biology prediction models
313+
- Description: Reference data to support AI structural biology prediction models.
314314
Tag: Community resource
315315
Title: NCI Structural Biology AI Reference Collection
316316
Type:
317317
- Reference database
318+
Roadmap:
319+
- Roadmap deliverable 2
318320
URL: https://dx.doi.org/10.25914/q48c-9a86
319321
DOI: https://dx.doi.org/10.25914/q48c-9a86
320-
- Description: Online tutorial covering the principles of protein architecture and function
322+
- Description: Online tutorial covering the principles of protein architecture and function.
321323
Tag: Community resource
322324
Title: Foundations of protein structure tutorial
323325
Type:
324326
- Online tutorial
327+
Roadmap:
328+
- Roadmap deliverable 2 & 4
325329
URL: https://www.ebi.ac.uk/training/online/courses/foundations-protein-structure/
326330
DOI: https://doi.org/10.6019/tol.foundations-protein-structure-t.2026.00001.1
327331
- Description: A limited series of webinars from 2025 that shared strategies to get the best outcomes from protein design projects.
328332
Tag: Community resource
329333
Title: Protein design webinar series
330334
Type:
331335
- Webinar series
336+
Roadmap:
337+
- Roadmap deliverable 2
332338
URL: protein_design_seminars
333-
DOI: https://doi.org/10.5281/zenodo.17626498
339+
DOI: https://doi.org/10.5281/zenodo.17626498
340+
- Description: A nextflow pipeline with support for numerous structure prediction tools.
341+
Tag: Community resource
342+
Title: nf-core ProteinFold v2.0.0
343+
Type:
344+
- Workflow
345+
Roadmap:
346+
- Roadmap deliverable 3
347+
URL: nfcore_proteinfold
348+
DOI: https://doi.org/10.5281/zenodo.7437037

_includes/resource-table-category.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@
3535
{%- else %}
3636
<td>{{tool.Title}}</td>
3737
{%- endif %}
38-
<td>{{tool.Description}}</td>
38+
<td>
39+
{{tool.Description}}
40+
{% if tool.Roadmap %}
41+
{%- for type in tool.Roadmap %}
42+
<button class="btn btn-light badge border border-dark text-dark mb-2 text-wrap text-center topic-badge">
43+
{{type}}
44+
</button>
45+
{%- endfor %}
46+
{%- endif %}
47+
</td>
3948
{% if tool.DOI%}
4049
<td><a href="{{tool.DOI}}">DOI</a></td>
4150
{%- else %}

0 commit comments

Comments
 (0)