index.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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>Max Fowler</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. <meta property="og:url" content="http://radicalnetworks.org" />
  11. <meta property="og:title" content="Radical Networks 2016" />
  12. <meta property="og:description" content="November 4-6, 2016 at Chemistry Creative, 315 Ten Eyck Street, Brooklyn NY" />
  13. <meta property="og:image" content="http://radicalnetworks.org/archives/2016/assets/themes/images/banner_fb2.jpg" />
  14. <!-- Bootstrap styles -->
  15. <link href="/archives/2016/assets/themes/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  16. <!-- Optional theme -->
  17. <link href="/archives/2016/assets/themes/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
  18. <!-- Sticky Footer -->
  19. <link href="/archives/2016/assets/themes/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
  20. <!-- Custom styles and fonts -->
  21. <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
  22. <link href="/archives/2016/assets/themes/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
  23. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  24. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  25. <!--[if lt IE 9]>
  26. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  27. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  28. <![endif]-->
  29. </head>
  30. <body>
  31. <div id="wrap">
  32. <div class="container">
  33. <nav class="row navbar" role="navigation">
  34. <!-- Brand and toggle get grouped for better mobile display -->
  35. <div class="navbar-header">
  36. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
  37. <span class="sr-only">Toggle navigation</span>
  38. <span class="icon-bar"></span>
  39. <span class="icon-spacer"></span>
  40. <span class="icon-bar"></span>
  41. <span class="icon-spacer"></span>
  42. <span class="icon-bar"></span>
  43. <span class="icon-spacer"></span>
  44. <br/>
  45. </button>
  46. </div>
  47. <!-- Collect the nav links, forms, and other content for toggling -->
  48. <div class="collapse navbar-collapse" id="jb-navbar-collapse">
  49. <ul class="nav navbar-nav">
  50. <li><a href="/archives/2016/about/">About</a></li>
  51. <li><a href="/archives/2016/participants/">Participants</a></li>
  52. <li><a href="/archives/2016/program/">Program</a></li>
  53. <li><a href="/archives/2016/sponsorship/">Sponsorship</a></li>
  54. <li><a href="/archives/2016/location/">Location</a></li>
  55. <li><a href="/archives/2016/team/">Team</a></li>
  56. <li><a href="/archives/2016/policies/">Policies</a></li>
  57. </ul>
  58. </div><!-- /.navbar-collapse -->
  59. </nav>
  60. <header>
  61. <div class="row">
  62. <a href="/archives/2016/">
  63. <img class="logo" src="/archives/2016/assets/themes/images/radnets_logo.png" width="500" height="76" />
  64. </a>
  65. <h2>November 4-6, 2016<br/>Chemistry Creative, 315 Ten Eyck Street, Brooklyn NY</h2>
  66. <div class="social">
  67. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/archives/2016/assets/themes//images/twitter_logo.png" width="37" height="37" /></a>
  68. <a href="mailto:info@radicalnetworks.org"><img src="/archives/2016/assets/themes//images/email.png" width="37" height="37" /></a>
  69. <a class="press" href="/archives/2016/assets/themes//pdf/radical_networks_2016_press_kit.pdf">2016 Press Kit</a>
  70. </div>
  71. </div>
  72. </header>
  73. <div class="row">
  74. <div class="col-md-8 content">
  75. <div class="row">
  76. <div class="col-xs-12">
  77. <div class="profile">
  78. <h3>Max Fowler</h3>
  79. <img src="xF9iOjj.png" width="256px" />
  80. <p><a href="http://mfowler.info/" target="_blank">Website</a> | <a href="http://twitter.com/notplants" target="_blank">Twitter</a></p>
  81. <p>I am a programmer, artist and vaporware enthusiast currently based in New York. Some of my recent projects have explored the ways that we conceptualize space, expressive analysis of text message history and how to use a twitter bot to take out the trash. I'm interested in using data visualization to explore subjectivity, generative poetry, and the ways we use technology to decide what to read. I recently participated in <a href="http://sfpc.io" target="_blank">SFPC</a>'s 10 week summer session this past summer and am currently living in New York and working as a freelance developer.</p>
  82. </div>
  83. <hr />
  84. <h2>Exhibiting</h2>
  85. <h3>Oasis</h3>
  86. <p>Oasis is a virtual gallery for terminal and textual works contained within a raspberry pi only accessible by SSH. The pi uses the file tree as a spatial metaphor to create a virtual world where users can communicate (through ytalk), leave files, and explore. My intention is to explore the possibilities of an autonomous network created with the minimal possible components (contrasting with traditional websites and forms of networked interaction). Visit <a href="http://oasisvr.info" target="_blank">http://oasisvr.info</a> for instructions on how to SSH into this autonomous network.</p>
  87. <p><img src="oasis.jpg" width="800px" /></p>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="col-md-4 sidebar">
  92. <div>
  93. <a class="tickets" href="https://www.eventbrite.com/e/radical-networks-tickets-28325258611" target="_blank">Tickets Available!</a>
  94. </div>
  95. <div>In Partnership with<br/>
  96. <a href="http://eyebeam.org/" target="_blank"><img src="/archives/2016/assets/themes//images/eyebeam_logo.png" width="150" height="94" /></a>
  97. </div>
  98. <div>Hosted by<br/>
  99. <a href="http://chemcreative.com/" target="_blank">
  100. <img src="/archives/2016/assets/themes//images/chem.png" width="167" />
  101. </a>
  102. <p style="padding-top: 8px">315 Ten Eyck St<br/>Brooklyn, NY 11206</p>
  103. <!-- <a href="http://www.elsewherebrooklyn.com" target="_blank">
  104. <img src="/assets/themes//images/elsewhere.png" width="120" height="135" />
  105. </a> -->
  106. </div>
  107. <!-- <div>Catered by<br/>
  108. <a href="http://www.carminesnyc.com/" target="_blank"><img src="/assets/themes//images/carmines-logo-rgb-1.gif" /></a>
  109. </div> -->
  110. <div class="bigger">Live stream provided by<br/>
  111. <a href="http://isoc-ny.org/" target="_blank"><img src="/archives/2016/assets/themes//images/isoclogo.png" width="300" /></a><br/>
  112. <!--a href="http://livestream.com/internetsociety/radicalnetworks" target="_blank"-->Live stream begins Friday 11/4 at 10:00 AM EST<!--/a-->
  113. </div>
  114. <div class="social">Contact<br/>
  115. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="/archives/2016/assets/themes//images/twitter_logo.png" width="37" height="37" /></a>
  116. <a href="mailto:info@radicalnetworks.org"><img src="/archives/2016/assets/themes//images/email.png" width="37" height="37" /></a><br/>
  117. Download our <a href="/archives/2016/assets/themes//pdf/radical_networks_2016_press_kit.pdf">2016 Press Kit</a>
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. <div id="footer">
  124. <div class="container">
  125. <p>
  126. &copy; 2016 Radical Networks &bull; Maintained by <a href="https://github.com/chootka">chootka</a>
  127. </p>
  128. </div>
  129. </div>
  130. <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
  131. <!-- Placed at the end of the document so the pages load faster -->
  132. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  133. <script src="/archives/2016/assets/themes//bootstrap/js/bootstrap.min.js"></script>
  134. <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>
  135. </body>
  136. </html>