diff --git a/_data/CONTRIBUTORS.yml b/_data/CONTRIBUTORS.yml index 1dcf30c..0c6401e 100644 --- a/_data/CONTRIBUTORS.yml +++ b/_data/CONTRIBUTORS.yml @@ -173,4 +173,37 @@ Kristina Gagalova: Jennifer Fleming: affiliation: Protein Data Bank in Europe (PDBe) European Bioinformatics Institute (EMBL-EBI) - orcid: https://orcid.org/0000-0003-4016-8740 \ No newline at end of file + orcid: https://orcid.org/0000-0003-4016-8740 + +Peter Czabotar: + affiliation: Walter and Eliza Hall Institute of Medical Research (WEHI) + orcid: 0000-0002-2594-496X + +Matt Doyle: + affiliation: University of Sydney + +Bostjan Kobe: + affiliation: University of Queensland - IMB + orcid: 0000-0001-9413-9166 + +Emily Furlong: + affiliation: Australian National University + orcid: 0000-0002-9086-2979 + +Debnath Ghosal: + affiliation: Bio21 Institute of Molecular Science and Biotechnology (Bio21) + +Thomas Huber: + affiliation: Australian National University + orcid: 0000-0002-3680-8699 + +Mark Larance: + affiliation: University of Sydney + orcid: 0000-0002-8579-2267 + +Thomas Ve: + affiliation: Griffith University + orcid: 0000-0002-0113-1905 + +Nadia Zatsepin: + affiliation: Swinburne University of Technology diff --git a/_data/academic.yml b/_data/academic.yml new file mode 100644 index 0000000..a867a5f --- /dev/null +++ b/_data/academic.yml @@ -0,0 +1,59 @@ +intro: > + The Academic Advisory Panel brings together Australian researchers with expertise + in structural biology who generously volunteer their time to support and guide + the structural biology computing community. Meeting twice a year, the panel + provides expert advice, sector insight and a valuable connection to the needs + and priorities of researchers across Australia. Their contributions help ensure + the community remains informed, collaborative and responsive to developments in + structural biology and research computing. + +acknowledgement: > + We acknowledge the valuable contributions of past and present members of the + Academic Advisory Panel, including long-serving current members and those who + have completed their service. + +current_members: + - name: Charlie Bond + role: Prof + - name: Brett Collins + role: Prof + - name: Peter Czabotar + role: Prof + - name: Matt Doyle + role: Dr + - name: Rhys Grinter + role: Dr + - name: Johan Gustafsson + role: Dr + - name: Gavin Knott + role: Dr + - name: Bostjan Kobe + role: Prof + - name: Thomas Litfin + role: Dr + - name: Joel Mackay + role: Prof + - name: Katharine Michie + role: A/Prof + - name: Craig Morton + role: Dr + - name: Fiona Whelan + role: Dr + +former_members: + - name: Emily Furlong + role: Dr + - name: Debnath Ghosal + role: Dr + - name: BegoƱa Heras + role: Prof + - name: Thomas Huber + role: Prof + - name: Mark Larance + role: A/Prof + - name: Michael Parker + role: Prof + - name: Thomas Ve + role: A/Prof + - name: Nadia Zatsepin + role: A/Prof diff --git a/_data/sidebars/main.yml b/_data/sidebars/main.yml index 6cf6fb4..9d47b0d 100644 --- a/_data/sidebars/main.yml +++ b/_data/sidebars/main.yml @@ -8,7 +8,11 @@ subitems: - title: Activities url: /activities - title: Contributors - url: /contributors + subitems: + - title: Academic Panel + url: /academic_panel + - title: Community Contributors + url: /community_contributors - title: Community library subitems: - title: General resources @@ -30,4 +34,4 @@ subitems: - title: Events url: /events - title: News - url: /news \ No newline at end of file + url: /news diff --git a/_includes/academic-panel.html b/_includes/academic-panel.html new file mode 100644 index 0000000..c78e17b --- /dev/null +++ b/_includes/academic-panel.html @@ -0,0 +1,101 @@ +{%- assign academic = site.data.academic %} + +{%- if academic.intro %} +
{{ academic.intro }}
+{%- endif %} + +{%- if academic.acknowledgement %} +{{ academic.acknowledgement }}
+{%- endif %} + +{%- if academic.current_members %} +{{ contributor_name }}
+ {%- if contributor_data.affiliation %} +{{ contributor_data.affiliation }}
+ {%- endif %} +{{ contributor_name }}
+ {%- if contributor_data.affiliation %} +{{ contributor_data.affiliation }}
+ {%- endif %} +