title | menu_title | menu_icon |
---|---|---|
About the Hackathon |
About |
globe2 |
{% assign current_date = 'now' | date: "%Y-%m-%d" %} {% assign event_start_date = site.event_start_date | date: "%Y-%m-%d" %} {% assign event_close_date = site.event_close_date | date: "%Y-%m-%d" %} {% assign registration_opens_date = site.registration_opens_date | date: "%Y-%m-%d" %} {% assign registration_closes_date = site.registration_closes_date | date: "%Y-%m-%d" %}
{% if current_date < registration_opens_date %} {% assign registration_status = 'soon' %} {% elsif current_date >= registration_opens_date and current_date <= registration_closes_date %} {% assign registration_status = 'open' %} {% else %} {% assign registration_status = 'closed' %} {% endif %}
{% if current_date < event_start_date %} {% assign event_status = 'soon' %} {% elsif current_date >= event_start_date and current_date <= event_close_date %} {% assign event_status = 'now' %} {% else %} {% assign event_status = 'over' %} {% endif %}
{% if event_status != "over" %} The AC BO Hackathon is a 2-day virtual hackathon event on {{ site.event_date }}, co-organised by the Acceleration Consortium @ University of Toronto and Merck KGaA. The event is open to researchers at all levels who are interested in applying Bayesian optimization for accelerated discovery in chemistry and materials science. {% else %} The AC BO Hackathon was a 2-day virtual hackathon event hosted on {{ site.event_date }}, organised by the Acceleration Consortium @ University of Toronto and Merck KGaA. The event included researchers at all levels who worked on projects applying Bayesian optimization for accelerated discovery in chemistry and materials science. {% endif %}
Sterling Baird
Acceleration Consortium, University of Toronto Director of Training and Programs |
We thank Ben Blaiszik, Kevin Jablonka, and the rest of the organizing team for the LLMs in Materials and Chemistry '23 Hackathon, for which this event is heavily templated off of.