index.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>Program</title>
  7. <meta name="author" content="Radical Networks">
  8. <!-- Enable responsive viewport -->
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <!-- Bootstrap styles -->
  11. <link href="/archives/2015/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  12. <!-- Optional theme -->
  13. <link href="/archives/2015/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
  14. <!-- Sticky Footer -->
  15. <link href="/archives/2015/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
  16. <!-- Custom styles and fonts -->
  17. <link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300,500,700' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  19. <link href="/archives/2015/assets/themes/bootstrap-3/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
  20. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  21. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  22. <!--[if lt IE 9]>
  23. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  24. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  25. <![endif]-->
  26. <!-- Fav and touch icons -->
  27. <!-- Update these with your own images
  28. <link rel="shortcut icon" href="/archives/2015/assets/themes/bootstrap-3/images/favicon.ico">
  29. <link rel="apple-touch-icon" href="/archives/2015/assets/themes/bootstrap-3/images/apple-touch-icon.png">
  30. <link rel="apple-touch-icon" sizes="72x72" href="/archives/2015/assets/themes/bootstrap-3/images/apple-touch-icon-72x72.png">
  31. <link rel="apple-touch-icon" sizes="114x114" href="/archives/2015/assets/themes/bootstrap-3/images/apple-touch-icon-114x114.png">
  32. -->
  33. </head>
  34. <body>
  35. <div id="wrap">
  36. <div class="container">
  37. <nav class="row navbar" role="navigation">
  38. <!-- Brand and toggle get grouped for better mobile display -->
  39. <div class="navbar-header">
  40. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
  41. <span class="sr-only">Toggle navigation</span>
  42. <span class="icon-bar"></span>
  43. <span class="icon-spacer"></span>
  44. <span class="icon-bar"></span>
  45. <span class="icon-spacer"></span>
  46. <span class="icon-bar"></span>
  47. <span class="icon-spacer"></span>
  48. <br/>
  49. </button>
  50. </div>
  51. <!-- Collect the nav links, forms, and other content for toggling -->
  52. <div class="collapse navbar-collapse" id="jb-navbar-collapse">
  53. <ul class="nav navbar-nav">
  54. <li><a href="/archives/2015/about/index.html">About</a></li>
  55. <li><a href="/archives/2015/speakers/index.html">Speakers</a></li>
  56. <li><a href="/archives/2015/program/index.html">Program</a></li>
  57. <li><a href="/archives/2015/team/index.html">Team</a></li>
  58. <li><a href="/archives/2015/policies/index.html">Policies</a></li>
  59. <li><a href="/archives/2015/location/index.html">Location</a></li>
  60. </ul>
  61. </div><!-- /.navbar-collapse -->
  62. </nav>
  63. <header>
  64. <div class="row">
  65. <a href="/archives/2015">
  66. <h1>Radical<span class="light">/Networks</span></h1>
  67. </a>
  68. <h2>October 24-25, 2015<br/>Integrated Digital Media<br/>MAGNET NYU Poly, Brooklyn, NY</h2>
  69. <div class="social">
  70. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/archives/2015/assets/themes/bootstrap-3/images/twitter.png"></a>
  71. <a href="mailto:info@radicalnetworks.org"><img src="/archives/2015/assets/themes/bootstrap-3/images/email.png"></a>
  72. </div>
  73. </div>
  74. </header>
  75. <div class="row">
  76. <div class="col-md-8 content">
  77. <div class="row">
  78. <div class="col-xs-12">
  79. <h2 class="program">Saturday 10/24</h2>
  80. <table>
  81. <thead>
  82. <tr>
  83. <th></th>
  84. <th>Lecture Hall</th>
  85. <th>East Town Hall</th>
  86. <th>Room 806</th>
  87. <th>Room 845</th>
  88. <th>Room 811</th>
  89. </tr>
  90. </thead>
  91. <tbody>
  92. <tr class="light">
  93. <td>9:00 - 10:00</td>
  94. <td>Registration + Breakfast</td>
  95. <td></td>
  96. <td></td>
  97. <td></td>
  98. <td></td>
  99. </tr>
  100. <tr>
  101. <td>10:00 - 10:15</td>
  102. <td>Opening Remarks</td>
  103. <td></td>
  104. <td></td>
  105. <td></td>
  106. <td></td>
  107. </tr>
  108. <tr>
  109. <td>10:30 - 11:15</td>
  110. <td>
  111. <a href="../speakers/rachel-odwyer">
  112. <span class="title">‘This band is your band, this band is my band...’</span></br>
  113. Rachel Dwyer
  114. </a>
  115. </td>
  116. <td>
  117. <a href="../speakers/benedetta-piantella">
  118. <span class="title">GSM For Good</span></br>
  119. Benedetta Piantella
  120. </a>
  121. </td>
  122. <td class="workshop" rowspan="2">
  123. <a href="../speakers/dawn-walker">
  124. <span class="title">Ways of Seeing: Visualizing Networks Workshop</span></br>
  125. Dawn Walker
  126. </a>
  127. </td>
  128. <td></td>
  129. <td></td>
  130. </tr>
  131. <tr>
  132. <td>11:30 - 12:00</td>
  133. <td>
  134. <a href="../speakers/surya-mattu">
  135. <span class="title">SDR-101 : The Hitchhiker's Guide to the RF Spectrum</span></br>
  136. Surya Mattu
  137. </a>
  138. </td>
  139. <td>
  140. <a href="../speakers/edward-vielmetti">
  141. <span class="title">Over the top networks, a history of building new systems on the wreckage of the old</span></br>
  142. Edward Vielmetti
  143. </a>
  144. </td>
  145. <td></td>
  146. <td></td>
  147. </tr>
  148. <tr class="light">
  149. <td>12:00 - 13:00</td>
  150. <td>Lunch Break</td>
  151. <td></td>
  152. <td></td>
  153. <td></td>
  154. <td></td>
  155. </tr>
  156. <tr>
  157. <td>13:00 - 13:30</td>
  158. <td>
  159. <a href="../speakers/tega-brain">
  160. <span class="title">Eccentric WiFi: Networks with others</span></br>
  161. Tega Brain
  162. </a>
  163. </td>
  164. <td>
  165. <a href="../speakers/chris-fussner">
  166. <span class="title">The Importance of Soft Infrastructure</span></br>
  167. Chris Fussner
  168. </a> + <a href="../speakers/noah-emrich">Noah Emrich</a>
  169. </td>
  170. <td class="workshop" rowspan="6">
  171. <a href="../speakers/carrie-kengle">
  172. <span class="title">How was your day? Ambient Networks Workshop</span></br>
  173. Carrie Kengle
  174. </a> + <a href="../speakers/bruno-kruse">Bruno Kruse</a>
  175. </td>
  176. <td class="workshop" rowspan="6">
  177. <a href="../speakers/dennis-de-bel">
  178. <span class="title">Packet Radio Networks Workshop</span></br>
  179. Dennis de Bel
  180. </a> + <a href="../speakers/roel-roscam-abbing">Roel Roscam Abbing</a>
  181. </td>
  182. <td></td>
  183. </tr>
  184. <tr>
  185. <td>13:40 - 14:40</td>
  186. <td>
  187. <a href="../speakers/david-huerta">
  188. <span class="title">I Will Follow You Into the Dark[net]</span></br>
  189. David Huerta
  190. </a> + <a href="../speakers/caroline-sinders">Caroline Sinders</a> + <a href="../speakers/stephanie-hyland">Stephanie Hyland</a>
  191. </td>
  192. <td>
  193. <a href="../speakers/adam-rothstein">
  194. <span class="title">A History of the Future of Solarpunk Ham Radio Club</span></br>
  195. Adam Rothstein
  196. </a> + <a href="../speakers/rob-ray">Rob Ray</a>
  197. </td>
  198. <td></td>
  199. </tr>
  200. <tr>
  201. <td>14:50 - 15:30</td>
  202. <td>
  203. <a href="../speakers/ingrid-burrington">
  204. <span class="title">Ghost Networks</span></br>
  205. Ingrid Burrington
  206. </a>
  207. </td>
  208. <td>
  209. <a href="../speakers/pedro-oliveria">
  210. <span class="title">Appropriating Technologies for Protests of Futures</span></br>
  211. Pedro Oliveria
  212. </a>
  213. </td>
  214. <td></td>
  215. </tr>
  216. <tr class="light">
  217. <td>15:30 - 16:00</td>
  218. <td>Coffee Break</td>
  219. <td></td>
  220. <td></td>
  221. </tr>
  222. <tr>
  223. <td>16:00 - 16:30</td>
  224. <td>
  225. <a href="../speakers/garry-ing">
  226. <span class="title">MAC as a Place and Landscape</span></br>
  227. Garry Ing
  228. </a>
  229. </td>
  230. <td>
  231. <!-- <a href="../speakers/joe-chasinga">
  232. <span class="title">Democracy Through Grassroot Local Networks</span></br>
  233. Joe Chasinga
  234. </a> -->
  235. </td>
  236. <td class="workshop" rowspan="5">
  237. <a href="../speakers/joshua-kopstein">
  238. <span class="title">Workshop: There Is No Cloud: Dumping Dropbox to Create a Personal Anti-Cloud For Cheap</span></br>
  239. Joshua Kopstein
  240. </a>
  241. </td>
  242. </tr>
  243. <tr>
  244. <td>16:40 - 17:00</td>
  245. <td>
  246. <a href="../speakers/dan-phiffer">
  247. <span class="title">Social Justice Warrior Network</span></br>
  248. Dan Phiffer
  249. </a>
  250. </td>
  251. <td>
  252. <a href="../speakers/epic-jefferson">
  253. <span class="title">Public transportation GPS Tracking</span></br>
  254. Epic Jefferson
  255. </a>
  256. </td>
  257. </tr>
  258. <tr>
  259. <td>17:10 - 17:40</td>
  260. <td rowspan="2">
  261. <a href="../speakers/brian-hall">
  262. <span class="title">NYC Mesh, a community owned Wi-Fi network</span></br>
  263. Brian Hall
  264. </a>, <a href="../speakers/julien-deswaef">Julien Deswaef</a>, <a href="../speakers/dan-grinkevich">Dan Grinkevich</a>
  265. </td>
  266. <td>
  267. <a href="../speakers/lucia-dossin/">
  268. <span class="title">Bibliotecha Demo</span></br>
  269. Lucia Dossin
  270. </a> + <a href="../speakers/michaela-lakova/">Michaela Lakova</a>
  271. </td>
  272. <td></td>
  273. <td></td>
  274. </tr>
  275. <tr>
  276. <td>17:40 - 18:00</td>
  277. <td rowspan="2">Lightning Sessions</td>
  278. <td></td>
  279. <td></td>
  280. </tr>
  281. <tr>
  282. <td>18:10 - 18:40</td>
  283. <td>
  284. <a href="../speakers/paige-peterson">
  285. <span class="title">Security &amp; Privacy in Mesh Networks</span></br>
  286. Paige Peterson
  287. </a>
  288. </td>
  289. <td></td>
  290. <td></td>
  291. </tr>
  292. <tr>
  293. <td>18:50</td>
  294. <td>Closing Remarks</td>
  295. <td></td>
  296. <td></td>
  297. <td></td>
  298. <td></td>
  299. </tr>
  300. </tbody>
  301. </table>
  302. <br/>
  303. <h2 class="program">Sunday 10/25</h2>
  304. <table>
  305. <thead>
  306. <tr>
  307. <th></th>
  308. <th>Lecture Hall</th>
  309. <th>East Town Hall</th>
  310. <th>Room 806</th>
  311. <th>Room 845</th>
  312. <th>Room 811</th>
  313. </tr>
  314. </thead>
  315. <tbody>
  316. <tr class="light">
  317. <td>9:00 - 10:00</td>
  318. <td>Registration + Breakfast</td>
  319. <td></td>
  320. <td></td>
  321. <td></td>
  322. <td></td>
  323. </tr>
  324. <tr>
  325. <td>10:00 - 10:15</td>
  326. <td>Opening Remarks</td>
  327. <td></td>
  328. <td></td>
  329. <td></td>
  330. <td></td>
  331. </tr>
  332. <tr>
  333. <td>10:30 - 10:50</td>
  334. <td rowspan="2">
  335. <a href="../speakers/keith-whyte/">
  336. <span class="title">On being the alternative in the absence of alternatives</span></br>
  337. Keith Whyte (Rhizomatica)
  338. </a>
  339. </td>
  340. <td>
  341. <a href="../speakers/andrew-davis/">
  342. <span class="title">MTOS, Federated, Public Key Secured, Social Communications Infrastructure</span><br/>
  343. Andrew Davis
  344. </a>
  345. <!-- <a href="../speakers/sebastien-pierre/">
  346. <span class="title">Invisible Islands</br>
  347. Locative New Media: Connecting the physical with the digital</span></br>
  348. Sébastien Pierre
  349. </a> -->
  350. </td>
  351. <td></td>
  352. <td class="workshop" rowspan="3">
  353. <a href="../speakers/surya-mattu/">
  354. <span class="title">Workshop: I Think Therefore ICANN: An RPG About TLDs</span></br>
  355. Surya Mattu
  356. </a> + <a href="../speakers/ingrid-burrington/">Ingrid Burrington</a>
  357. </td>
  358. <td class="workshop" rowspan="3">
  359. <a href="../speakers/erica-kermani/">
  360. <span class="title">Workshop: The Queer Red Phone: Designing Interfaces and Community Accountability Networks Through Mesh</span></br>
  361. Erica Kermani
  362. </a> + <a href="../speakers/miki-foster/">Miki Foster</a>
  363. </td>
  364. </tr>
  365. <tr>
  366. <td>11:00 - 11:30</td>
  367. <td>
  368. <a href="../speakers/ansh-patel/">
  369. <span class="title">The Pervasive Rhizome: Data Tracking Edition <strong>and</strong></br>Playful Mesh: Site-Specific Game to Visualize Network</span></br>
  370. Ansh Patel
  371. </a>
  372. </td>
  373. <td></td>
  374. </tr>
  375. <tr>
  376. <td>11:30 - 12:00</td>
  377. <td>
  378. <a href="../speakers/shuli-hallak/">
  379. <span class="title">Seeing the Internet</span></br>
  380. Shuli Hallak
  381. </a>
  382. </td>
  383. <td>
  384. <a href="../speakers/jesse-tweedle/">
  385. <span class="title">Ownership Incentives &amp; Network Evolution</span></br>
  386. Jesse Tweedle
  387. </a>
  388. </td>
  389. <td></td>
  390. </tr>
  391. <tr class="light">
  392. <td>12:00 - 13:00</td>
  393. <td>Lunch Break</td>
  394. <td></td>
  395. <td></td>
  396. <td></td>
  397. <td></td>
  398. </tr>
  399. <tr>
  400. <td>13:00 - 14:00</td>
  401. <td>
  402. <a href="../speakers/sarah-gold/">
  403. <span class="title">Alternet</span></br>
  404. Sarah T. Gold
  405. </a>
  406. </td>
  407. <td>Lightning Sessions</td>
  408. <td class="workshop" rowspan="5">
  409. <a href="../speakers/andre-castro/">
  410. <span class="title">Bibliotecha Workshop</span></br>
  411. Andre Castro
  412. </a> + <a href="../speakers/lucia-dossin/">Lucia Dossin</a>
  413. </td>
  414. <td class="workshop" rowspan="5">
  415. <a href="../speakers/josh-king/">
  416. <span class="title">Workshop: Raising a Commotion: How to build a Community Wireless Network</span></br>
  417. Josh King
  418. </a>
  419. </td>
  420. <td class="workshop" rowspan="5">
  421. <a href="../speakers/nathan-freitas/">
  422. <span class="title">Windfarms Workshop: People-Powered Nearby Networks</span></br>
  423. Nathan Freitas
  424. </a>
  425. </td>
  426. </tr>
  427. <tr>
  428. <td>14:10 - 14:40</td>
  429. <td>
  430. <a href="../speakers/lutfor-rahman/">
  431. <span class="title">Bringing Connectivity to Rural Areas in Bangladesh</span></br>
  432. Dr. Lutfor Rahman
  433. </a>
  434. </td>
  435. <td>
  436. <a href="../speakers/joe-chasinga">
  437. <span class="title">Democracy Through Grassroot Local Networks</span></br>
  438. Joe Chasinga
  439. </a>
  440. </td>
  441. </tr>
  442. <tr>
  443. <td>14:50 - 15:30</td>
  444. <td>
  445. <a href="../speakers/dennis-de-bel/">
  446. <span class="title">In The Final Days Of The WWW</span></br>
  447. Dennis de Bel
  448. </a> + <a href="../speakers/roel-roscam-abbing/">Roel Roscam Abbing</a>
  449. </td>
  450. <td>
  451. <span class="title">Decentralized Peer To Peer Social Networks</span></br>
  452. Oliver Fisher
  453. </td>
  454. </tr>
  455. <tr class="light">
  456. <td>15:30 - 16:00</td>
  457. <td>Coffee Break</td>
  458. <td></td>
  459. </tr>
  460. <tr>
  461. <td>16:00 - 17:00</td>
  462. <td>
  463. <a href="../speakers/sophie-toupin/">
  464. <span class="title">Anti-Colonial Hacking</span></br>
  465. Sophie Toupin
  466. </a>
  467. </td>
  468. <td>
  469. <a href="../speakers/israeli-pirates/">Israeli Pirates</a>
  470. </td>
  471. </tr>
  472. <tr>
  473. <td>17:10 - 17:30</td>
  474. <td rowspan="2">
  475. <a href="../speakers/sebastien-pierre/">
  476. <span class="title">Invisible Islands</br>
  477. Locative New Media: Connecting the physical with the digital</span></br>
  478. Sébastien Pierre
  479. </a>
  480. <!-- <a href="../speakers/jochen-maria-weber/">
  481. <span class="title">Stupid, Messy Networks</span></br>
  482. Jochen Maria Weber
  483. </a> -->
  484. </td>
  485. <td>
  486. <a href="../speakers/yifu-guo/">
  487. <span class="title">Be your own NSA: Regain IO control</span><br/>
  488. Yifu Guo
  489. </a>
  490. </td>
  491. <td></td>
  492. <td></td>
  493. <td></td>
  494. </tr>
  495. <tr>
  496. <td>17:30 - 18:00</td>
  497. <td>
  498. <a href="../speakers/nick-briz/">
  499. <span class="title">Probe Kit</span></br>
  500. Nick Briz
  501. </a> + <a href="../speakers/brannon-dorsey/">Brannon Dorsey</a>
  502. </td>
  503. <td></td>
  504. <td></td>
  505. <td></td>
  506. </tr>
  507. <tr>
  508. <td>18:10 - 18:30</td>
  509. <td rowspan="2">
  510. <a href="../speakers/derek-curry/">
  511. <span class="title">Crowd-Sourced Social Media Network Surveillance</span><br/>
  512. Derek Curry
  513. </a> + <a href="../speakers/jennifer-gradecki/">Jennifer Gradecki</a>
  514. </td>
  515. <td>
  516. <a href="../speakers/amelia-marzec/">
  517. <span class="title">Signal Strength + The Community Phonebooth</span></br>
  518. Amelia Marzec
  519. </a>
  520. <!-- <a href="../speakers/andrew-davis/">
  521. <span class="title">MTOS, Federated, Public Key Secured, Social Communications Infrastructure</span><br/>
  522. Andrew Davis
  523. </a> -->
  524. </td>
  525. <td></td>
  526. <td></td>
  527. <td></td>
  528. </tr>
  529. <tr>
  530. <td>18:30 - 19:00</td>
  531. <td><!--
  532. <a href="../speakers/amelia-marzec/">
  533. <span class="title">Signal Strength + The Community Phonebooth</span></br>
  534. Amelia Marzec
  535. </a> -->
  536. </td>
  537. <td></td>
  538. <td></td>
  539. <td></td>
  540. </tr>
  541. <tr>
  542. <td>19:00</td>
  543. <td>Closing Remarks</td>
  544. <td></td>
  545. <td></td>
  546. <td></td>
  547. <td></td>
  548. </tr>
  549. </tbody>
  550. </table>
  551. </div>
  552. </div>
  553. </div>
  554. <div class="col-md-4 sidebar">
  555. <div>
  556. <a href="http://www.eventbrite.com/e/radical-networks-conference-tickets-18786973343" target="_blank">SOLD OUT!</a>
  557. </div>
  558. <div class="social">
  559. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/archives/2015/assets/themes/bootstrap-3/images/twitter.png"></a>
  560. <a href="mailto:info@radicalnetworks.org"><img src="/archives/2015/assets/themes/bootstrap-3/images/email.png"></a>
  561. </div>
  562. <div>In Partnership with<br/>
  563. <a href="http://eyebeam.org/" target="_blank"><img src="/archives/2015/assets/themes/bootstrap-3/images/eyebeam_logo_150.png" /></a>
  564. </div>
  565. <div>Hosted by<br/>
  566. <a href="http://engineering.nyu.edu/" target="_blank">
  567. <span style="color:#fff;">Integrated Digital Media at</span><br/>
  568. <img src="/archives/2015/assets/themes/bootstrap-3/images/engineering_long_white_250.png" /></a>
  569. <p style="padding-top: 8px">8th Floor, MAGNET<br/>2 Metrotech Center<br/>Brooklyn, NY 11201</p>
  570. </div>
  571. <div>Catered by<br/>
  572. <a href="http://www.carminesnyc.com/" target="_blank"><img src="/archives/2015/assets/themes/bootstrap-3/images/carmines-logo-rgb-1.gif" /></a>
  573. </div>
  574. <div>Live stream provided by<br/>
  575. <a href="http://isoc-ny.org/" target="_blank"><img src="/archives/2015/assets/themes/bootstrap-3/images/Internet_Society_logo_and_wordmark.png" /></a>
  576. <a href="http://livestream.com/internetsociety/radicalnetworks" target="_blank">Live stream begins Saturday 10/24 at 10:00 AM EST</a>
  577. </div>
  578. </div>
  579. </div>
  580. </div>
  581. </div>
  582. <div id="footer">
  583. <div class="container">
  584. <p>
  585. &copy; 2016 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
  586. </p>
  587. </div>
  588. </div>
  589. <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
  590. <!-- Placed at the end of the document so the pages load faster -->
  591. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  592. <script src="/archives/2015/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
  593. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
  594. </body>
  595. </html>