Skip to content

Latest commit

 

History

History
103 lines (80 loc) · 4.92 KB

agenda.md

File metadata and controls

103 lines (80 loc) · 4.92 KB
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 %}

Schedule

{% 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 %}

Now - Mar 27

Brainstorm, build, team up.

  1. Add the events to your calendar using the links from the Gather Town event page
  2. Join the Slack channel (if the link is expired, contact us so we can provide a new link). UPDATE: If you aren't able to join due to Slack Pro plan limitations, we can add you as a guest manually. Please send a request to [email protected] with subject line "Slack guest invite request". The message body can be blank.
  3. Brainstorm project ideas and form teams 3. Browse the existing project proposals
    1. 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
    2. 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
    3. Submit your project proposal (multiple allowed)
  4. For coding-related projects, complete the orientation modules

Day 1: Mar 27

Time Activity
09:00 Welcome
09:15 Speaker: Dr. Taylor Sparks, University of Utah. Title: TBD
09:30 Speaker: Dr. Martin Fitzner, Merck KGaA. Title: Industrial view on BO – a perfect match for the low- to no-data regime
09:45 Speaker: Max Balandat, Meta Adaptive Experimentation. Talk: TBD
10:00 Orientation
10:10 Breakout
13:00 End of Day 1

Day 2: Mar 28

Time Activity
09:00 Welcome
09:10 Breakout
12:00 Project showcase and judging
12:50 Closing remarks and takeaways
13:00 End of Day 2

Mar 29

Submissions due by {{ site.submissions_due }}.

Prizes to be announced March 29 at 1:00 PM Eastern Time (ET).

Post-hackathon

Preparation of scholarly article.[(?)][faq]{:title="What is required for me to participate in the scholarly article?"}

[faq]: {{ site.baseurl }}{% link faq.md %}