layout | title | permalink | author | contributors |
---|---|---|---|---|
page |
Team |
/team/ |
brucellino |
This event wouldn't have happened without the support of the organisers, facilitators and all those who participated. {% assign nOrganisers = site.data.team.organisers | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrows = nOrganisers | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrows}}) %}![{{ site.data.team.members[dude].name }}'s ORCID](/AAROC/hackfest-site/raw/master/{{ site.url }}/images/ID_symbol_B-W_16x16.png)
{% assign nFacilitators = site.data.team.facilitators | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrowsF = nFacilitators | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrowsF}}) %}![{{ site.data.team.members[dude].name }}'s ORCID](/AAROC/hackfest-site/raw/master/{{ site.url }}/images/ID_symbol_B-W_16x16.png)
{% assign nPresenters = site.data.team.presenters | size %} {% comment %} We need to calculate the number of rows for nOrgs and 3 cols - ceil(nOrgs/3){% endcomment %} {% assign nrowsF = nPresenters | divided_by: 3. | ceil %} {% assign row_offset = nrows | minus: 1 %}
{% for row in (1..{{nrowsF}}) %}![{{ site.data.team.members[dude].name }}'s ORCID](/AAROC/hackfest-site/raw/master/{{ site.url }}/images/ID_symbol_B-W_16x16.png)