<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.stress-free.co.nz"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>stressfree - diagram</title>
 <link>https://www.stress-free.co.nz/tech/diagram</link>
 <description></description>
 <language>en</language>
<item>
 <title>Old diagram recorded for posterity</title>
 <link>https://www.stress-free.co.nz/old_diagram_recorded_for_posterity</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;A while back (like two months ago) Mike and I were discussing what the project was about. Initially I talked about a &#039;time capsule for project thinking&#039; but then it moved on to &#039;stream of conscious&#039; and from there to the metaphor of a river and navigating against the current (sometimes without a paddle). This metaphor crystalised into a fairly tidy little diagram that describes a number of the ideas at play.&lt;/p&gt;    &lt;div style=&quot;border: 1px solid #cccccc; margin: 20px; text-align: center&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/decision_graph.png&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;  &lt;p&gt;Essentially the diagram maps the quantity of decisions against time. The majority of design and development decisions occur in the first half of a project. Once construction begins onsite  decisions must be made but for the most part the impact of these are not as significant as what has gone before. The diagram takes a simplistic view of the design/construction process, breaking it into four stages for clarity. In actual fact its very rare to find such distinctions along a timeline but for clarity&#039;s sake it has been shown this way to illustrate the different transition periods. As the project shifts between phases a &#039;firewall&#039; is erected that typically filters the quantity of information passed through to the next phase. This filter manifests itself as a project milestone that is typically clearly defined and used as a yardstick for assessing payment, progress and success. For example, the briefing phase generates a concise brief, from conceptual design comes a proposal and the outcome of design development is construction documentation and formal consents. Most (if not all) of the background work related to these final documents are archived, lost or deleted. Also as a project shifts phases the participants and &#039;key figures&#039; change (even internally within an architecture practice), resulting in further knowledge leakage. The emphasis of this research is to provide a digital means of moving back through project time, peering through the internal firewalls to examine past decisions and conversations in order to better understand the project&#039;s evolution and resolve its present issues.&lt;/p&gt;    &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/thesis&quot;&gt;thesis&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/diagram&quot;&gt;diagram&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/concept&quot;&gt;concept&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 19 Dec 2005 10:43:51 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">189 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Application Diagrams</title>
 <link>https://www.stress-free.co.nz/application_diagrams</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;div style=&quot;border: 1px solid #cccccc; margin: 5px; padding: 5px; text-align: center; float: right&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/workflow_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/workflow_sm.png&quot; alt=&quot;Workflow Outline&quot; /&gt;&lt;/a&gt;    &lt;br /&gt; Click to enlarge&lt;/div&gt;  &lt;p&gt;Ignoring front-end clients which could come in a multitude of formats (from web browser to CAD plugin) the backend application would be divided into three major backend pieces.  These pieces of functionality are divided in order to maximize deployment flexibility in a multitude of environments. The system uses two accepted methods of data transfer on the Internet: email and file transfer via a server (FTP/HTTP). By using a standard, non-proprietary means of data submission a multitude of clients can be supported or built using existing technologies. The three back-end components to the application are:    &lt;br /&gt;&lt;/p&gt;  &lt;h4&gt;Getter Application&lt;/h4&gt;  &lt;p&gt;The Getter retrieves messages from a number of identified email accounts, web services and file servers and consolidates the information to at a single location with separate RSS feeds for the various information sources. The Getter could be acting for a single project or setup to serve a practice with numerous projects &#039;on the go&#039; at one time. The principle behind the Getter is that storage and bandwidth are relatively cheap compared to the time required to dynamically harvest resources from around the web. Deployment wise the Getter could be setup to operate on each PC (in order to create local versions of the data-store) or centrally at a single location in order to create a single location where all project data is stored.    &lt;br /&gt;&lt;/p&gt;  &lt;h4&gt;Receiver/Indexer Application&lt;/h4&gt;  &lt;p&gt;The Receiver monitors the file repositories created by the various Getters for each organisation (or person/group within). The Receiver reads the RSS feeds generated by the Getter and on submission of new information the Receiver pulls down the corresponding files and meta data for parsing and submission into the search index by the Index. The creation of the concise search index is required in order to quickly perform rich, sophisticated searches of the project data. The Indexer would create its index using the meta data supplied by the RSS feeds coupled with a full-text index of the submitted file attachments, work-logs and emails.     &lt;br /&gt;&lt;/p&gt;  &lt;h4&gt;RSS Search Engine&lt;/h4&gt;  &lt;p&gt;The RSS enabled Search Engine would interface the search index created by the Receiver/Indexer and provide RSS feeds to any search queries submitted. The use of RSS style search feeds would enable the creation of sophisticated, time sensitive searches by a multitude of clients (from web-based tools to plugins and desktop helper applications). The search results would provide hyperlinks to the information stored in the central repository created by the Getter application. In this sense the original content can be transient but still be referenced over long periods of time. In most deployment situations the three applications would be deployed on a single office server but they could also be deployed on a laptop or spread across three hosted servers located anywhere on the Internet.    &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;  &lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; align=&quot;center&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/advanced_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/advanced_sm.png&quot; alt=&quot;Advanced Search&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; Advanced search (Click to enlarge)&lt;/td&gt;        &lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/search_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/search_sm.png&quot; alt=&quot;Search Results&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; Search results (Click to enlarge)&lt;/td&gt;      &lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/conversation_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/conversation_sm.png&quot; alt=&quot;Conversation View&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; Conversational view (Click to enlarge)&lt;/td&gt;        &lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/conversation2_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/conversation2_sm.png&quot; alt=&quot;Conversation Expanded&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; Expanding view (Click to enlarge)&lt;/td&gt;      &lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/schedule_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/schedule_sm.png&quot; alt=&quot;Schedule View&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; Schedule view (Click to enlarge)&lt;/td&gt;        &lt;td style=&quot;text-align: center&quot;&gt; &lt;a style=&quot;border: medium none &quot; href=&quot;/sites/default/files/images/thesis/outline/resource_lg.png&quot; title=&quot;Click to enlarge&quot;&gt; &lt;img src=&quot;/sites/default/files/images/thesis/outline/resource_sm.png&quot; alt=&quot;Resource View&quot; /&gt;&lt;/a&gt;          &lt;br /&gt; View of related resources (Click to enlarge)&lt;/td&gt;      &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;h2&gt; Example User Interface&lt;/h2&gt;  &lt;p&gt; The focus of this example user interface is to retain a lot of the familiarity of contemporary search engines whilst emphasizing the chronological and conversational nature of architectural design evolution. In the given example as the designer submits daily work-log entries (along with file attachments of their working drawings) and discusses design changes via email a time sensitive model is created that allows the user to browse through the evolution of the project. The user is free to expand out different conversational threads or switch the search view into a gantt chart style view where email and work-logs are tracked against project schedules. As working files are submitted to the system as work-logs are created the user can browse and download a versioned history of files in order to examine the state of design during a particular phase of the project.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/thesis&quot;&gt;thesis&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/diagram&quot;&gt;diagram&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/concept&quot;&gt;concept&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Sun, 13 Nov 2005 22:26:02 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">168 at https://www.stress-free.co.nz</guid>
</item>
</channel>
</rss>
