<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>MRP</title>
    <link rel="stylesheet" href="/css/base.css" type="text/css" />
    <meta name="verify-v1" content="/tLUnaL9Ij7F3o2DER80ZWDumQaxdvIXlMzkEmsQb/8=" />
  </head>
  <body>
<!--begin header-->
    <div id="top">
      <div id="strapline">
        <h1>
          <a href="/">Bel EPA - 10 years advanced research and development on the WWW</a>
        </h1>
      </div>
      <div id="header">
        <div id="logo">
          <a href="/">
            <img src="/graphics/logo.jpg" height="35" width="360" alt="Logo image" />
          </a>
        </div>
        <div id="topnav">
          <ul>
            <li>
              <a href="/development/">Development</a>
            </li>
            <li>
              <a href="/websites/">Websites</a>
            </li>
            <li>
              <a href="/newmedia/">New Media</a>
            </li>
            <li>
              <a href="/contact/">Contact us</a>
            </li>
          </ul>
        </div>
      </div>
    </div>
<!--end header-->
    <div id="content">
      <h4>MRP</h4>
      <p> <img src="01.jpg" height="285" width="450" style="float:left;" class="imgleft" alt="Untitled image" />
     
This commission was for a fully-populated, complex website from the Bristol office of large architectural partnership Mason Richards Partnership. (MRP is now part of the RPS Group and the MRP website has been taken down.)
     </p>
      <p>
     The site was to have twelve separate main sections, several of which could
     have extensive subsections, depending on the enthusiasm of the department
     involved.
      </p>
      <p>     
     The usability of the website would depend crucially on 
     internal cross-links and references
     and ensuring consistency and validity of those links across major
     structural changes was of paramount importance.
      </p>
      <p>
      The institution-sized budgets which funded typical MRP projects
      (entire housing developments, roads, etc) meant a high profile amongst
      commissioning clients on the Net and correspondingly high production
      values in the website build. 
      </p>
      <p> <img src="02.jpg" height="285" width="460" style="float:right;" class="imgright" alt="Untitled image" />
      
     Page structure templates were agreed early
      on so that structure and content could be developed independently of
      styling.
      </p>
      <p>
      To facilitate easy and rapid change of the website structure during development,
      a mill was implemented in Python.
      </p>
      <p>      
      The existence of page structure templates enabled
      content to be regularised and handled programmatically, event to the extent of generating
      thumbnail graphics for the department-level index pages.
      </p>
      <p>
      Website tree structure was replicated in a Python list, the structure of which determined 
      the structure of the website, e.g. </p>
      <pre>
     [index:
       [planning_index:
         [ [project1, project2, project3] ]]
       [architecture_index: 
         [ [commercial_index: project1, project2]
           [housing_index: project1, project2]]
       [find_us_index:
           [bristol, birmingham, london]]
       ...
     ]
     </pre>
      <p>
     this list structure not only enabled a consistent, extensive yet easily changed navigation scheme to be introduced but also 
     enabled the automatic processing and inclusion of any content --- which could simply be dropped into the relevant
     "receipt" folder in order to add a few more illustrations or even another entire project, for example.
      </p>
      <p>
     </p>
    </div>
<!--begin footer-->
    <div class="clear"></div>
    <div id="footer"><a href="/">home</a> | 
			<a href="/etc/about.xml">about us</a> | 
			<a href="/etc/terms.xml">terms &amp; conditions</a><p class="cpyrt">Copyright 2006 G.J. Higgins and N.C. Macfarlane, except for original contributors. All rights reserved.</p></div>
<!--end footer-->
  </body>
</html>
