title | menu_title | menu_icon |
---|---|---|
Hackathon agenda 🗓️ |
Agenda |
clock |
{% 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 anticipated schedule is as follows, with all times listed in Eastern Time (ET). Be sure to add the events to your calendar using the Gather links. {% else %} The schedule for the event was as follows, with all times listed in Eastern Time (ET): {% endif %}
Brainstorm, build, team up.
- Add the events to your calendar using the "Add to Calendar" link from the Gather Town event page (for Outlook calendars, you will need to login to Outlook online)
- Enter your email into this form or send an email to sterling.baird@utoronto.ca with subject line "Slack guest invite request" so that we can manually add you as a guest to the
#ac-bo-hackathon
slack channel, or if your workspace has Slack Pro, join the Slack channel directly. These are the preferred options over starting a Slack Pro free trial, since you will lose access to the channel once the trial has expired. The free trial route (e.g., in a personal workspace) is a fallback if you need immediate access to the slack channel. - Brainstorm project ideas and form teams
- Browse the existing project proposals
- If you'd like to solicit team members or get feedback, post your project idea in the slack channel with the
#team
hashtag to make it easier to search for these posts. You may also consider using social media - If you would like to join a team, use the slack channel to express your interest and describe your background, again using the
#team
hashtag - Submit your project proposal (multiple allowed)
- For coding-related projects, complete the orientation modules
A map of the foyer in the Gather Town space is shown below. You will enter the foyer from the south, and you can access the various rooms by walking through the corresponding doorways.
Time | Activity |
---|---|
09:00 | Welcome (Talk Room) |
09:05 | Speakers (Talk Room): - Dr. Taylor Sparks (University of Utah) | Discovering materials twice as fast at a fraction of the cost through Bayesian optimization - Dr. Martin Fitzner (Merck KGaA) | Industrial view on BO – a perfect match for the low- to no-data regime - Dr. Max Balandat (Meta Adaptive Experimentation) | Bayesian Optimization for Sustainable Concrete 🔗 Link to recordings |
10:00 | Orientation (Talk Room) |
10:10 | Breakout (Breakout Rooms A-G) / Team-building (Talk Room) |
13:00 | End of Day 1 |
Time | Activity |
---|---|
09:00 | Welcome |
09:10 | Breakout (Breakout Rooms A-G) |
12:00 | Project showcase and judging (Poster Rooms A-B) |
12:55 | Closing remarks and takeaways |
13:00 | End of Day 2 |
Submissions due by {{ site.submissions_due }}.
Prizes to be announced March 29 at 1:00 PM Eastern Time (ET).
Preparation of scholarly article.[(?)][faq]{:title="What is required for me to participate in the scholarly article?"}
[faq]: {{ site.baseurl }}{% link faq.md %}