File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,27 +177,33 @@ Jennifer Fleming:
177177
178178Peter Czabotar :
179179 affiliation : Walter and Eliza Hall Institute of Medical Research (WEHI)
180+ orcid : 0000-0002-2594-496X
180181
181182Matt Doyle :
182183 affiliation : University of Sydney
183184
184185Bostjan Kobe :
185186 affiliation : University of Queensland - IMB
187+ orcid : 0000-0001-9413-9166
186188
187189Emily Furlong :
188190 affiliation : Australian National University
191+ orcid : 0000-0002-9086-2979
189192
190193Debnath Ghosal :
191194 affiliation : Bio21 Institute of Molecular Science and Biotechnology (Bio21)
192195
193196Thomas Huber :
194197 affiliation : Australian National University
198+ orcid : 0000-0002-3680-8699
195199
196200Mark Larance :
197201 affiliation : University of Sydney
202+ orcid : 0000-0002-8579-2267
198203
199204Thomas Ve :
200205 affiliation : Griffith University
206+ orcid : 0000-0002-0113-1905
201207
202208Nadia Zatsepin :
203209 affiliation : Swinburne University of Technology
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2>Current 2026 Members</h2>
1919 {%- assign id = contributor_data.git | default: 'no_github' %}
2020 < div class ="position-relative ">
2121 {%- if contributor_data.image_url %}
22- < img src ="{{ contributor_data.image_url }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
22+ < img src ="{{ contributor_data.image_url | relative_url }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
2323 {%- else %}
2424 < img src ="https://avatars.githubusercontent.com/{{ id }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
2525 {%- endif %}
@@ -65,7 +65,7 @@ <h2>Former Panel Members</h2>
6565 {%- assign id = contributor_data.git | default: 'no_github' %}
6666 < div class ="position-relative ">
6767 {%- if contributor_data.image_url %}
68- < img src ="{{ contributor_data.image_url }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
68+ < img src ="{{ contributor_data.image_url | relative_url }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
6969 {%- else %}
7070 < img src ="https://avatars.githubusercontent.com/{{ id }} " class ="card-img-top p-3 rounded-circle " alt ="{{ contributor_name }} ">
7171 {%- endif %}
You can’t perform that action at this time.
0 commit comments