Explorar el Código

moved leonardo to saturday

chootka hace 7 años
padre
commit
fecebf81ec

+ 11 - 9
Gemfile.lock

@@ -13,6 +13,7 @@ GEM
       execjs
     coffee-script-source (1.11.1)
     colorator (1.1.0)
+    concurrent-ruby (1.0.5)
     ethon (0.10.1)
       ffi (>= 1.3.0)
     execjs (2.7.0)
@@ -21,10 +22,10 @@ GEM
     ffi (1.9.18)
     forwardable-extended (2.6.0)
     gemoji (3.0.0)
-    github-pages (163)
+    github-pages (164)
       activesupport (= 4.2.9)
       github-pages-health-check (= 1.3.5)
-      jekyll (= 3.5.2)
+      jekyll (= 3.6.0)
       jekyll-avatar (= 0.5.0)
       jekyll-coffeescript (= 1.0.2)
       jekyll-default-layout (= 0.1.4)
@@ -56,7 +57,7 @@ GEM
       jekyll-theme-time-machine (= 0.1.0)
       jekyll-titles-from-headings (= 0.4.0)
       jemoji (= 0.8.1)
-      kramdown (= 1.13.2)
+      kramdown (= 1.14.0)
       liquid (= 4.0.0)
       listen (= 3.0.6)
       mercenary (~> 0.3)
@@ -72,17 +73,18 @@ GEM
     html-pipeline (2.7.1)
       activesupport (>= 2)
       nokogiri (>= 1.4)
-    i18n (0.8.6)
-    jekyll (3.5.2)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
+    jekyll (3.6.0)
       addressable (~> 2.4)
       colorator (~> 1.0)
       jekyll-sass-converter (~> 1.0)
       jekyll-watch (~> 1.1)
-      kramdown (~> 1.3)
+      kramdown (~> 1.14)
       liquid (~> 4.0)
       mercenary (~> 0.3.3)
       pathutil (~> 0.9)
-      rouge (~> 1.7)
+      rouge (>= 1.7, < 3)
       safe_yaml (~> 1.0)
     jekyll-avatar (0.5.0)
       jekyll (~> 3.0)
@@ -168,7 +170,7 @@ GEM
       html-pipeline (~> 2.2)
       jekyll (>= 3.0)
     json (1.8.3)
-    kramdown (1.13.2)
+    kramdown (1.14.0)
     liquid (4.0.0)
     listen (3.0.6)
       rb-fsevent (>= 0.9.3)
@@ -213,7 +215,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  github-pages (= 163)
+  github-pages (= 164)
   json
 
 BUNDLED WITH

+ 11 - 9
_site/Gemfile.lock

@@ -13,6 +13,7 @@ GEM
       execjs
     coffee-script-source (1.11.1)
     colorator (1.1.0)
+    concurrent-ruby (1.0.5)
     ethon (0.10.1)
       ffi (>= 1.3.0)
     execjs (2.7.0)
@@ -21,10 +22,10 @@ GEM
     ffi (1.9.18)
     forwardable-extended (2.6.0)
     gemoji (3.0.0)
-    github-pages (163)
+    github-pages (164)
       activesupport (= 4.2.9)
       github-pages-health-check (= 1.3.5)
-      jekyll (= 3.5.2)
+      jekyll (= 3.6.0)
       jekyll-avatar (= 0.5.0)
       jekyll-coffeescript (= 1.0.2)
       jekyll-default-layout (= 0.1.4)
@@ -56,7 +57,7 @@ GEM
       jekyll-theme-time-machine (= 0.1.0)
       jekyll-titles-from-headings (= 0.4.0)
       jemoji (= 0.8.1)
-      kramdown (= 1.13.2)
+      kramdown (= 1.14.0)
       liquid (= 4.0.0)
       listen (= 3.0.6)
       mercenary (~> 0.3)
@@ -72,17 +73,18 @@ GEM
     html-pipeline (2.7.1)
       activesupport (>= 2)
       nokogiri (>= 1.4)
-    i18n (0.8.6)
-    jekyll (3.5.2)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
+    jekyll (3.6.0)
       addressable (~> 2.4)
       colorator (~> 1.0)
       jekyll-sass-converter (~> 1.0)
       jekyll-watch (~> 1.1)
-      kramdown (~> 1.3)
+      kramdown (~> 1.14)
       liquid (~> 4.0)
       mercenary (~> 0.3.3)
       pathutil (~> 0.9)
-      rouge (~> 1.7)
+      rouge (>= 1.7, < 3)
       safe_yaml (~> 1.0)
     jekyll-avatar (0.5.0)
       jekyll (~> 3.0)
@@ -168,7 +170,7 @@ GEM
       html-pipeline (~> 2.2)
       jekyll (>= 3.0)
     json (1.8.3)
-    kramdown (1.13.2)
+    kramdown (1.14.0)
     liquid (4.0.0)
     listen (3.0.6)
       rb-fsevent (>= 0.9.3)
@@ -213,7 +215,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  github-pages (= 163)
+  github-pages (= 164)
   json
 
 BUNDLED WITH

+ 7 - 0
_site/assets/themes/css/style.css

@@ -369,6 +369,7 @@ tr:nth-of-type(odd) {
 .sponsor-logos td {
   padding-left: 0;
   padding-right: 40px;
+  padding-bottom: 50px;
   vertical-align: middle;
 }
 tr.light {
@@ -538,6 +539,12 @@ a.tickets {
   .content .sponsor-logos img {
     max-width: 150px; 
   }
+  .content .sponsor-logos img.small {
+    max-width: 100px;
+  }
+  .content .sponsor-logos img.wide {
+    max-width: 250px;
+  }
   .content .sponsor-logos td {
       padding: 12px 24px 12px 0;
   }

+ 3 - 3
_site/participants/marcha-johnson.html

@@ -164,11 +164,11 @@
 
 <h2>Presenting with <a href="rory-solomon">Rory Solomon</a> and <a href="nicolas-pace">Nicolás Pace</a> and <a href="rodrigo-ferreira">Rodrigo Ferreira</a></h2>
 <h3>Network (Re)Openings</h3>
-<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[1, 2] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
+<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[<a href="http://www.wired.co.uk/article/tim-berners-lee-reclaim-the-web" target="_blank">1</a>, <a href="https://books.google.com/books/about/The_Master_Switch.html?id=nlnpJl7lNKUC" target="_blank">2</a>] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
 
-<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[3] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
+<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[<a href="http://cultureandcommunication.org/galloway/the-reticular-fallacy" target="_blank">3</a>] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
 
-<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[4] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
+<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[<a href="https://vimeo.com/16647697" target="_blank">4</a>] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
 
 <p>Marcha Johnson will talk about her work educating young people about technology and building a mesh network at POWRPLNT, a community lab in Bushwick. Nicolás Pace will speak about his experience developing the open source, open hardware router libreMesh and deploying this in communities around the world. And Rodrigo Ferreira will share findings from his doctoral dissertation on technology activism around Uber in Mexico.</p>
 

+ 3 - 3
_site/participants/nicolas-pace.html

@@ -168,11 +168,11 @@
 
 <h2>Presenting with <a href="marcha-johnson">Marcha M. Johnson </a> and <a href="rory-solomon">Rory Solomon</a> and <a href="rodrigo-ferreira">Rodrigo Ferreira</a></h2>
 <h3>Network (Re)Openings</h3>
-<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[1, 2] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
+<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[<a href="http://www.wired.co.uk/article/tim-berners-lee-reclaim-the-web" target="_blank">1</a>, <a href="https://books.google.com/books/about/The_Master_Switch.html?id=nlnpJl7lNKUC" target="_blank">2</a>] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
 
-<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[3] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
+<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[<a href="http://cultureandcommunication.org/galloway/the-reticular-fallacy" target="_blank">3</a>] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
 
-<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[4] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
+<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[<a href="https://vimeo.com/16647697" target="_blank">4</a>] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
 
 <p>Marcha Johnson will talk about her work educating young people about technology and building a mesh network at POWRPLNT, a community lab in Bushwick. Nicolás Pace will speak about his experience developing the open source, open hardware router libreMesh and deploying this in communities around the world. And Rodrigo Ferreira will share findings from his doctoral dissertation on technology activism around Uber in Mexico.</p>
 

+ 3 - 3
_site/participants/rodrigo-ferreira.html

@@ -163,11 +163,11 @@
 
 <h2>Presenting with <a href="marcha-johnson">Marcha M. Johnson </a> and <a href="nicolas-pace">Nicolás Pace</a> and <a href="rory-solomon">Rory Solomon</a></h2>
 <h3>Network (Re)Openings</h3>
-<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[1, 2] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
+<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[<a href="http://www.wired.co.uk/article/tim-berners-lee-reclaim-the-web" target="_blank">1</a>, <a href="https://books.google.com/books/about/The_Master_Switch.html?id=nlnpJl7lNKUC" target="_blank">2</a>] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
 
-<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[3] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
+<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[<a href="http://cultureandcommunication.org/galloway/the-reticular-fallacy" target="_blank">3</a>] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
 
-<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[4] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
+<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[<a href="https://vimeo.com/16647697" target="_blank">4</a>] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
 
 <p>Marcha Johnson will talk about her work educating young people about technology and building a mesh network at POWRPLNT, a community lab in Bushwick. Nicolás Pace will speak about his experience developing the open source, open hardware router libreMesh and deploying this in communities around the world. And Rodrigo Ferreira will share findings from his doctoral dissertation on technology activism around Uber in Mexico.</p>
 

+ 3 - 3
_site/participants/rory-solomon.html

@@ -164,11 +164,11 @@
 
 <h2>Presenting with <a href="marcha-johnson">Marcha M. Johnson</a> and <a href="nicolas-pace">Nicolás Pace</a> and <a href="rodrigo-ferreira">Rodrigo Ferreira</a></h2>
 <h3>Network (Re)Openings</h3>
-<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[1, 2] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
+<p>This panel will assemble a mix of theory and practical perspectives for a critical conversation about the commitment to open networks prevalent in activist, industry and academic circles (including the work of many people at this conference). Often this commitment is framed as re-opening or “redecentralization”: the idea that technology networks, once open, have now been lost to centralized actors and must be recovered through projects like community networks and democratization of tech expertise.[<a href="http://www.wired.co.uk/article/tim-berners-lee-reclaim-the-web" target="_blank">1</a>, <a href="https://books.google.com/books/about/The_Master_Switch.html?id=nlnpJl7lNKUC" target="_blank">2</a>] We will consider how this belief implicitly speaks for a certain kind of actor for whom the net was once open, and will ask: for whom has the internet never been open? Do processes of “re-opening” elide the experiences of populations for whom networking technologies have always been closed? What are some challenges to opening networks to different groups of users for the first time?</p>
 
-<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[3] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
+<p>At the same time, this panel will engage a scholarly concern about network theory as a field for radical thought. Many theorists of networks have given up on thinking with networks, abandoning Deleuzian ideas like the rhizome by conceding that they have been co-opted by global capital and are evacuated of any resistive potential.[<a href="http://cultureandcommunication.org/galloway/the-reticular-fallacy" target="_blank">3</a>] With this conversation, we will consider how the work of these panelists and others at the conference re-opens network theory as a place to think about radical politics.</p>
 
-<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[4] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
+<p>Scholars like Wendy Chun have worked extensively on what the concept of openness can mean in relation to technology networks.[<a href="https://vimeo.com/16647697" target="_blank">4</a>] In the spirit of this inquiry, we ask: Can we (re)open networks? And if so, how? Should networks be opened like a business, like software source code, open like minds, re-opened like a case file, re-opened like a wound?</p>
 
 <p>Marcha Johnson will talk about her work educating young people about technology and building a mesh network at POWRPLNT, a community lab in Bushwick. Nicolás Pace will speak about his experience developing the open source, open hardware router libreMesh and deploying this in communities around the world. And Rodrigo Ferreira will share findings from his doctoral dissertation on technology activism around Uber in Mexico.</p>
 

+ 13 - 15
_site/program/index.html

@@ -183,33 +183,33 @@
 	<tbody>
 		<tr class="light">
 			<td>10:00</td>
-			<td class="workshop" rowspan="6">
-				<a href="../participants/leonardo-aranda">
-					<span class="title">Workshop: SMSbot</span><br/>
-					Leonardo Aranda
-				</a>
-			</td>
 			<td class="workshop" rowspan="6">
 				<a href="../participants/thirdspace">
 					<span class="title">Workshop and Urban Intervention: Wifi Networks as Platform for Unauthorized Exhibitions in Public Space.</span><br/>
 					Third Space
 				</a>
 			</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>11:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>12:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>13:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>14:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>15:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>16:00</td>
@@ -381,7 +381,12 @@
 		<tr class="light">
 			<td>10:00</td>
 			<td>Registration + Breakfast</td>
-			<td></td>
+			<td class="workshop" rowspan="8">
+				<a href="../participants/leonardo-aranda">
+					<span class="title">Workshop: SMSbot</span><br/>
+					Leonardo Aranda
+				</a>
+			</td>
 		</tr>
 		<tr>
 			<td>10:30</td>
@@ -391,7 +396,6 @@
 					Muira McCammon
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>11:30</td>
@@ -401,12 +405,10 @@
 					Nick Briz
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr class="light">
 			<td>12:30</td>
 			<td>Lunch Break</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>13:30</td>
@@ -416,7 +418,6 @@
 					Brannon Dorsey
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>14:15</td>
@@ -424,11 +425,10 @@
 				<a href="../participants/rory-solomon">
 					<span class="title">Panel: Network (Re)Openings</span></br>
 					Rory Solomon
-				</a> with <a href="../participants/marcha-johnson">Marcha M. Johnson</a>
+				</a> + <a href="../participants/marcha-johnson">Marcha M. Johnson</a>
 					+ <a href="../participants/nicolas-pace">Nicolás Pace</a>
 					+ <a href="../participants/rodrigo-ferreira">Rodrigo Ferreira</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>15:00</td>
@@ -438,12 +438,10 @@
 					Julien Deswaef
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr class="light">
 			<td>15:30</td>
 			<td>Coffee Break</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>16:00</td>

+ 10 - 2
_site/sponsors/index.html

@@ -200,13 +200,21 @@
     <tr>
       <td>
         <!-- <a href="https://www.mozilla.org/en-US/" target="_blank"> -->
-          <img src="/assets/themes/images/parsons.gif" width="250" />
+          <img class="wide" src="/assets/themes/images/parsons.gif" width="250" />
         <!-- </a> -->
       </td>
+      <td>
+        <!-- <a href="http://money-positive.com/" target="_blank"> -->
+          <img class="wide" src="/assets/themes/images/nyu_idm.gif" width="250" />
+        <!-- </a> -->
+      </td>
+      <td></td>
+    </tr>
+    <tr>
       <td>
         <!-- Money Positive -->
         <a href="http://money-positive.com/" target="_blank">
-          <img src="/assets/themes/images/money_positive_white.png" width="100" />
+          <img class="small" src="/assets/themes/images/money_positive_white.png" width="75" />
         </a>
       </td>
     </tr>

+ 7 - 0
assets/themes/css/style.css

@@ -369,6 +369,7 @@ tr:nth-of-type(odd) {
 .sponsor-logos td {
   padding-left: 0;
   padding-right: 40px;
+  padding-bottom: 50px;
   vertical-align: middle;
 }
 tr.light {
@@ -538,6 +539,12 @@ a.tickets {
   .content .sponsor-logos img {
     max-width: 150px; 
   }
+  .content .sponsor-logos img.small {
+    max-width: 100px;
+  }
+  .content .sponsor-logos img.wide {
+    max-width: 250px;
+  }
   .content .sponsor-logos td {
       padding: 12px 24px 12px 0;
   }

+ 12 - 14
program/index.html

@@ -32,33 +32,33 @@ order: 2
 	<tbody>
 		<tr class="light">
 			<td>10:00</td>
-			<td class="workshop" rowspan="6">
-				<a href="../participants/leonardo-aranda">
-					<span class="title">Workshop: SMSbot</span><br/>
-					Leonardo Aranda
-				</a>
-			</td>
 			<td class="workshop" rowspan="6">
 				<a href="../participants/thirdspace">
 					<span class="title">Workshop and Urban Intervention: Wifi Networks as Platform for Unauthorized Exhibitions in Public Space.</span><br/>
 					Third Space
 				</a>
 			</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>11:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>12:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>13:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>14:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>15:00</td>
+			<td></td>
 		</tr>
 		<tr>
 			<td>16:00</td>
@@ -230,7 +230,12 @@ order: 2
 		<tr class="light">
 			<td>10:00</td>
 			<td>Registration + Breakfast</td>
-			<td></td>
+			<td class="workshop" rowspan="8">
+				<a href="../participants/leonardo-aranda">
+					<span class="title">Workshop: SMSbot</span><br/>
+					Leonardo Aranda
+				</a>
+			</td>
 		</tr>
 		<tr>
 			<td>10:30</td>
@@ -240,7 +245,6 @@ order: 2
 					Muira McCammon
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>11:30</td>
@@ -250,12 +254,10 @@ order: 2
 					Nick Briz
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr class="light">
 			<td>12:30</td>
 			<td>Lunch Break</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>13:30</td>
@@ -265,7 +267,6 @@ order: 2
 					Brannon Dorsey
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>14:15</td>
@@ -277,7 +278,6 @@ order: 2
 					+ <a href="../participants/nicolas-pace">Nicolás Pace</a>
 					+ <a href="../participants/rodrigo-ferreira">Rodrigo Ferreira</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>15:00</td>
@@ -287,12 +287,10 @@ order: 2
 					Julien Deswaef
 				</a>
 			</td>
-			<td></td>
 		</tr>
 		<tr class="light">
 			<td>15:30</td>
 			<td>Coffee Break</td>
-			<td></td>
 		</tr>
 		<tr>
 			<td>16:00</td>

+ 10 - 2
sponsors/index.html

@@ -49,13 +49,21 @@ order: 4
     <tr>
       <td>
         <!-- <a href="https://www.mozilla.org/en-US/" target="_blank"> -->
-          <img src="{{ ASSET_PATH }}images/parsons.gif" width="250" />
+          <img class="wide" src="{{ ASSET_PATH }}images/parsons.gif" width="250" />
         <!-- </a> -->
       </td>
+      <td>
+        <!-- <a href="http://money-positive.com/" target="_blank"> -->
+          <img class="wide" src="{{ ASSET_PATH }}images/nyu_idm.gif" width="250" />
+        <!-- </a> -->
+      </td>
+      <td></td>
+    </tr>
+    <tr>
       <td>
         <!-- Money Positive -->
         <a href="http://money-positive.com/" target="_blank">
-          <img src="{{ ASSET_PATH }}images/money_positive_white.png" width="100" />
+          <img class="small" src="{{ ASSET_PATH }}images/money_positive_white.png" width="75" />
         </a>
       </td>
     </tr>