Skip to content

Commit

Permalink
Twitch Paints update (#204)
Browse files Browse the repository at this point in the history
* updated desc

* exclude paints from block

* adding blocks
  • Loading branch information
garrying authored Sep 5, 2020
1 parent 6c65d4e commit 6584670
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _data/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion _includes/session-exhibited-works.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h5 class="session-title mb-1 mt-0">Exhibited works</h5>
<ul class="p-0 ls-none flex flex-wrap mb-0">
{% 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 -%}
<li class="mt-05 w-50 pr-1">
<h5 class="m-0"><a id="{{ session.title | truncatewords: 6, '' | downcase | replace: ':', '' | replace: ' ', '-' }}-schedule" href="#{{ session.title | truncatewords: 6, '' | downcase | replace: ':', '' | replace: ' ', '-' }}">{{ session.title }}</a></h5>
{% assign presenterCount = session.presenterID.size %}
Expand Down
22 changes: 17 additions & 5 deletions program.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,19 @@ fullWidth: true
</tr>
</thead>
<tbody>
<tr class="none">
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="text-left fw-bold fs-small lh-1" colspan="2">All day</td>
<td colspan="1" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
</tr>
<tr>
<td class="text-left fw-bold fs-small lh-1" colspan="2"></td>
<td rowspan="1" class="session-block session-exhibited-works session-id=20005 %}">{% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %}</td>
</tr>
<tr>
<td>18</td>
<td>:00</td>
Expand Down Expand Up @@ -71,7 +80,8 @@ fullWidth: true
<tbody>
<tr>
<td class="text-left lh-1 fw-bold fs-small" colspan="2">All day</td>
<td colspan="2" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td colspan="1" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td rowspan="1" class="session-block session-exhibited-works session-id=20005 %}">{% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %}</td>
</tr>
<tr>
<td>11</td>
Expand Down Expand Up @@ -165,7 +175,8 @@ fullWidth: true
<tbody>
<tr>
<td class="text-left lh-1 fw-bold fs-small" colspan="2">All day</td>
<td colspan="2" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td colspan="1" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td rowspan="1" class="session-block session-exhibited-works session-id=20005 %}">{% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %}</td>
</tr>
<tr>
<td>11</td>
Expand Down Expand Up @@ -273,7 +284,8 @@ fullWidth: true
<tbody>
<tr>
<td class="text-left lh-1 fw-bold fs-small" colspan="2">All day</td>
<td colspan="2" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td colspan="1" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td rowspan="1" class="session-block session-exhibited-works session-id=20005 %}">{% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %}</td>
</tr>
<tr>
<td>11</td>
Expand Down Expand Up @@ -387,8 +399,8 @@ fullWidth: true
<tr>
<td class="text-left lh-1 fw-bold fs-small" colspan="2">All day</td>
<td rowspan="1" class="session-block session-{% include session-type.html session-id=20039 %}">{% include session.html year=2020 session-id=20039 sessionCaption="All day Saturday<br>From 00:00 to 24:00 UTC-4" %}</td>
<td colspan="3" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
<td rowspan="1" class="session-block session-exhibited-works session-id=20005 %}">{% include session.html year=2020 session-id=20005 sessionCaption="From 11:00 to 17:00 UTC-4" %}</td>
<td colspan="2" class="session-block session-exhibited-works">{% include session-exhibited-works.html year=2020 %}</td>
</tr>
<tr>
<td>11</td>
Expand Down

0 comments on commit 6584670

Please sign in to comment.