diff --git a/_data/sessions.yml b/_data/sessions.yml
index 05fbfe15..2855949b 100644
--- a/_data/sessions.yml
+++ b/_data/sessions.yml
@@ -1064,7 +1064,7 @@
- jackson
- megan
description: >
- We would like to present our Painting Robot, P-air (Painting Audience Instructed Robot). This Robot is currently streamed live on Twitch and Controlled via Chat. The Audience types in commands like Up, Right, or Hard to control the brush. Over a few days we will make a painting created by dozens of people around the world. This would be ideally run for around 4-8 hours a day for a few days to give time for the painting to develop. We could do a quick introduction or interview at the end of the stream session when the painting is done explaining what we love about this project and a bit on how it works.
+ We would like to present our Painting Robot, P-air (Painting Audience Instructed Robot). This robot will be live on Twitch and controlled by the audience. You can control the robot by clicking the UI on the stream or type in commands like Up, Right, or Hard to move the robot. Over a few days we will make a painting created by dozens of people around the world. This will run several hours a day over the course of the conference. We will monitor the robot stream all day to answer questions via chat.
sessionType:
- exhibit
diff --git a/_includes/session-exhibited-works.html b/_includes/session-exhibited-works.html
index d6f77ec6..4055af47 100644
--- a/_includes/session-exhibited-works.html
+++ b/_includes/session-exhibited-works.html
@@ -6,7 +6,7 @@
Exhibited works
{% assign sortedSessions = site.data.sessions[include.year] | sort_natural: "title" %}
{%- for session in sortedSessions -%}
- {%- if session.sessionType contains "exhibit" -%}
+ {%- if session.sessionType contains "exhibit" and session.sessionID != 20005 -%}
-
{% assign presenterCount = session.presenterID.size %}
diff --git a/program.md b/program.md
index 1086b9c9..81c9cf53 100644
--- a/program.md
+++ b/program.md
@@ -20,10 +20,19 @@ fullWidth: true
+
+ |
+ |
+ |
+
All day |
{% include session-exhibited-works.html year=2020 %} |
+
+ |
+ {% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %} |
+
18 |
:00 |
@@ -71,7 +80,8 @@ fullWidth: true
All day |
- {% include session-exhibited-works.html year=2020 %} |
+ {% include session-exhibited-works.html year=2020 %} |
+ {% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %} |
11 |
@@ -165,7 +175,8 @@ fullWidth: true
All day |
- {% include session-exhibited-works.html year=2020 %} |
+ {% include session-exhibited-works.html year=2020 %} |
+ {% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %} |
11 |
@@ -273,7 +284,8 @@ fullWidth: true
All day |
- {% include session-exhibited-works.html year=2020 %} |
+ {% include session-exhibited-works.html year=2020 %} |
+ {% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %} |
11 |
@@ -387,8 +399,8 @@ fullWidth: true
All day |
{% include session.html year=2020 session-id=20039 sessionCaption="All day Saturday From 00:00 to 24:00 UTC-4" %} |
- {% include session-exhibited-works.html year=2020 %} |
-
+ {% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %} |
+ {% include session-exhibited-works.html year=2020 %} |
11 |