Skip to content

Latest commit

 

History

History
141 lines (112 loc) · 6.87 KB

team.md

File metadata and controls

141 lines (112 loc) · 6.87 KB
layout title
page
Team

Organising contributors to this conference are the members of Turing Environment and Sustainability Grand Challege Operations team, and the Climate Informatics Community.

If you would like to support or engage with the delivery of this meeting, we'd live to hear from you! Please Contact Us!

MCs and Session Chairs

Local organising committee

Online participation

Reproducibility

Programme Committee

Communications

Steering Group



        <a style="display:block; color:#05323F">
        <aside class="speaker-card {% if speaker.column %} {{ speaker.column }}{% endif %}">
        <header>
            <img src="{{ site.baseurl }}{{ img_path }}" style="height:200px; border-radius:50%;">

            <h3>{{ person.Name }}</h3>

            <h6>{{ person.Affiliation }}</h6>

            <h4>
            {% if person.Twitter %} <a target="_blank" href="https://twitter.com/{{ person.Twitter }}"><i class="fa fa-twitter fa-2x" style="position: relative; top: 0px;text-indent:0px;  vertical-align: middle; margin-left:4px; margin-right:4px;"></i></a> {% endif %}
            {% if person.Github %} <a target="_blank" href="https://github.com/{{ person.Github }}"><i class="fa fa-github fa-2x" style="position: relative; top: 0px; text-indent:0px; vertical-align: middle; margin-left:4px; margin-right:4px;"></i></a>{% endif %}
            {% if person.Website %} <a target="_blank" href="{{ person.Website }}"><i class="fa fa-external-link-square fa-2x" style="position: relative; top: 0px;text-indent:0px;  vertical-align: middle; margin-left:4px; margin-right:4px;"></i></a>{% endif %}
            </h4>
            <br>
        </header>
        </aside>
        </a>
    {% endif %}
    </td>
{% endfor %}
</tr>

{% endfor %}

-->