<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Portfolio Blog</title>
    <link>/</link>
    <description>Recent content on Portfolio Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 29 Sep 2019 13:26:49 -0400</lastBuildDate>
    
	<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Tower Initial Layout</title>
      <link>/pb/tower-initial-layout/</link>
      <pubDate>Sun, 29 Sep 2019 13:26:49 -0400</pubDate>
      
      <guid>/pb/tower-initial-layout/</guid>
      <description>Completed &amp;lsquo;default&amp;rsquo; tower modelling and added to layout.</description>
    </item>
    
    <item>
      <title>Mobile Home Small Container</title>
      <link>/pb/mobile-home-small-container/</link>
      <pubDate>Sun, 29 Sep 2019 13:25:11 -0400</pubDate>
      
      <guid>/pb/mobile-home-small-container/</guid>
      <description>Added small container for reference to exploded axon.</description>
    </item>
    
    <item>
      <title>Mobile Home First Floorplan</title>
      <link>/pb/mobile-home-first-floorplan/</link>
      <pubDate>Sat, 28 Sep 2019 13:23:37 -0400</pubDate>
      
      <guid>/pb/mobile-home-first-floorplan/</guid>
      <description>Starting to work on one of the first floorplans for winter house.</description>
    </item>
    
    <item>
      <title>Mobile Home Labelled Container</title>
      <link>/pb/mobile-home-labelled-container/</link>
      <pubDate>Thu, 26 Sep 2019 13:21:44 -0400</pubDate>
      
      <guid>/pb/mobile-home-labelled-container/</guid>
      <description>Adding labels to container view.</description>
    </item>
    
    <item>
      <title>Mobile Home Container Import</title>
      <link>/pb/mobile-home-container-import/</link>
      <pubDate>Mon, 23 Sep 2019 16:43:08 -0400</pubDate>
      
      <guid>/pb/mobile-home-container-import/</guid>
      <description>Adding in first view of container</description>
    </item>
    
    <item>
      <title>Mobile Home Layout Start</title>
      <link>/pb/mobile-home-layout-start/</link>
      <pubDate>Sat, 21 Sep 2019 17:03:51 -0400</pubDate>
      
      <guid>/pb/mobile-home-layout-start/</guid>
      <description>Starting to work on initial layout for mobile home section. Adding potential context graphs showing problem trying to be solved</description>
    </item>
    
    <item>
      <title>Bus Stop More Layout</title>
      <link>/pb/bus-stop-more-layout/</link>
      <pubDate>Sun, 15 Sep 2019 16:54:00 -0400</pubDate>
      
      <guid>/pb/bus-stop-more-layout/</guid>
      <description>Working on layout showing progression for a single route.</description>
    </item>
    
    <item>
      <title>Bus Stop New Design</title>
      <link>/pb/bus-stop-new-design/</link>
      <pubDate>Sun, 15 Sep 2019 09:09:26 -0400</pubDate>
      
      <guid>/pb/bus-stop-new-design/</guid>
      <description>Switching up design implementation for bus stops.</description>
    </item>
    
    <item>
      <title>Bus Stop Layout Start</title>
      <link>/pb/bus-stop-layout-start/</link>
      <pubDate>Sat, 14 Sep 2019 19:11:07 -0400</pubDate>
      
      <guid>/pb/bus-stop-layout-start/</guid>
      <description>Starting layout for bus stops spread. Still need to figure out actual copy and context images.</description>
    </item>
    
    <item>
      <title>Bus Stop Line Colors</title>
      <link>/pb/bus-stop-line-colors/</link>
      <pubDate>Sat, 14 Sep 2019 19:08:03 -0400</pubDate>
      
      <guid>/pb/bus-stop-line-colors/</guid>
      <description>More work to generate a unique color per-route, as well as displaying the route at the top of the sign</description>
    </item>
    
    <item>
      <title>Bus Route Unique Color</title>
      <link>/pb/bus-route-unique-color/</link>
      <pubDate>Thu, 12 Sep 2019 21:14:53 -0400</pubDate>
      
      <guid>/pb/bus-route-unique-color/</guid>
      <description>Able to generate a unique color per-route, using a combo of borough and route number
let route = random(stop.routes) let hue = boroughToBaseHue[route.split(/\d+/)[0]] let routeNumber = parseInt(route.match(/\d+/)[0]) let lineColor = color(hue + ((routeNumber % 3) * 2) , (50 + routeNumber) % 80, 60)  </description>
    </item>
    
    <item>
      <title>Bus Url Param</title>
      <link>/pb/bus-url-param/</link>
      <pubDate>Wed, 11 Sep 2019 20:10:38 -0400</pubDate>
      
      <guid>/pb/bus-url-param/</guid>
      <description>Script Updated to use URL param to load specific stop information, should give basic tool for automation.</description>
    </item>
    
    <item>
      <title>Bus Stop Information Parsing</title>
      <link>/pb/bus-stop-parsing/</link>
      <pubDate>Tue, 10 Sep 2019 18:42:52 -0400</pubDate>
      
      <guid>/pb/bus-stop-parsing/</guid>
      <description>Parsing through MTA bus stop files to reach form that&amp;rsquo;s easy to use down the the line.</description>
    </item>
    
    <item>
      <title>Bus Stop Start</title>
      <link>/pb/bus-stop-start/</link>
      <pubDate>Tue, 03 Sep 2019 20:24:11 -0400</pubDate>
      
      <guid>/pb/bus-stop-start/</guid>
      <description>Start generative logo project for NYC bus stops.
Need to write up general idea as well</description>
    </item>
    
    <item>
      <title>More Base Work</title>
      <link>/pb/more-base-work/</link>
      <pubDate>Sun, 18 Aug 2019 17:37:05 -0400</pubDate>
      
      <guid>/pb/more-base-work/</guid>
      <description>Slight additional work on base layer, still need to figure out how to differentiate utilities, get level of detail right.</description>
    </item>
    
    <item>
      <title>Continued Axon</title>
      <link>/pb/continued-axon/</link>
      <pubDate>Wed, 14 Aug 2019 20:28:47 -0400</pubDate>
      
      <guid>/pb/continued-axon/</guid>
      <description>Continuing to work on exploded axon view of core home (fitting into footprint of shipping container). Need to figure out how to differentiate visually all of the different types of &amp;lsquo;utility&amp;rsquo; items inside of it.</description>
    </item>
    
    <item>
      <title>Mobile Home First Views</title>
      <link>/pb/mobile-home-first-views/</link>
      <pubDate>Mon, 12 Aug 2019 20:38:45 -0400</pubDate>
      
      <guid>/pb/mobile-home-first-views/</guid>
      <description>Here&amp;rsquo;s the initial look at the &amp;lsquo;core&amp;rsquo; of the mobile home, all of the contents are designed to fit inside of a 20 x 8 shipping container, to allow it to be easily moved.
While still in modelling, something closer to the likely finished view</description>
    </item>
    
    <item>
      <title>Mobile Home Intro</title>
      <link>/pb/mobile-home-intro/</link>
      <pubDate>Sun, 11 Aug 2019 19:56:30 -0400</pubDate>
      
      <guid>/pb/mobile-home-intro/</guid>
      <description></description>
    </item>
    
    <item>
      <title>First Post</title>
      <link>/pb/first-post/</link>
      <pubDate>Sat, 10 Aug 2019 16:16:45 -0400</pubDate>
      
      <guid>/pb/first-post/</guid>
      <description>This is the start of a micro-blog documenting my process of creating a portfolio to apply to graduate programs in architecture. There&amp;rsquo;s two primary goals for this blog, one, to provide an external look into the process of creating a portfolio to apply to school, and two, to provide an accountability mechanism to make sure that I&amp;rsquo;m making enough progress towards completing it.
My plan is to post at least once a day over the next 4~5 months (ideally more).</description>
    </item>
    
  </channel>
</rss>