Calgary/software

From 2007.igem.org

< Calgary(Difference between revisions)
 
Line 1: Line 1:
<html>
<html>
 +
<!--
 +
  E.co Lisa Software Design
 +
  This page briefly describes the software required to implement our system
 +
  It also provides the user with a link to download and explore some of the code
 +
  The code and information were provided by Andrew Stagg
 +
-->
<head>
<head>
 +
<!--
 +
  Cascading Style Sheet (CSS) component
 +
  in plain html style sheets are completely independent of the HTML page but are included in this page to simplify design within a wiki script environment.
 +
  This section describes the layout, colors and images displayed on the page
 +
-->
<style>
<style>
Line 65: Line 76:
</head>
</head>
<body>
<body>
 +
<!--
 +
  E.coLisa Title
 +
  The title and and top level navigation links
 +
-->
<table class="header">
<table class="header">
   <tr>
   <tr>
Line 72: Line 87:
   </tr>
   </tr>
</table>
</table>
-
 
+
<!--
 +
  E.coLisa main menu
 +
  The navigation menu for the E.co Lisa section of the site
 +
-->
<table class="links" >
<table class="links" >
   <tr>
   <tr>
Line 78: Line 96:
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/design" title="designing our project - wetlab">Design: Wet Lab</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/design" title="designing our project - wetlab">Design: Wet Lab</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/constructing_printer" title="designing our project - printer" >Design: Printer</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/constructing_printer" title="designing our project - printer" >Design: Printer</a> </td>
-
    <td align="center" bgcolor="#006633" ><a class="mainLinks" href="https://2007.igem.org/Calgary/software" title="designing our project - printer" >Design: Software</a> </td>    
+
    <td align="center" bgcolor="#006633" ><a class="mainLinks" href="https://2007.igem.org/Calgary/software" title="designing our project - printer" >Design: Software</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/testing" title="testing our parts and primers" >Testing</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/testing" title="testing our parts and primers" >Testing</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/constructing_wetlab" title="constructing our project" >Construction: The Wetlab</a> </td>
     <td align="center" ><a class="mainLinks" href="https://2007.igem.org/Calgary/constructing_wetlab" title="constructing our project" >Construction: The Wetlab</a> </td>
Line 85: Line 103:
   </tr>
   </tr>
</table>
</table>
-
<p>
+
<p> Our project made use of a very unique piece of software known as PlotterPilot. This program was able to conver NS-Bezier paths into a series of objective C commands that could be translated into motion by a printer system. Our system uses VHDL code to handle the FXS chip of our control ciruct. </p>
-
Our project made use of a very unique piece of software known as PlotterPilot. This program was able to conver NS-Bezier paths into a series of objective C commands that could be translated into motion by a printer system. Our system uses VHDL code to handle the FXS chip of our control ciruct.
+
<p> Use the first of these two links to download a zip file with some of our project's source code<a href="https://2007.igem.org/Image:Igem_code.zip" title="iGEM Code"> Download some of our project's source code</a> </p>
-
</p>
+
-
<p>
+
-
Use the first of these two links to download a zip file with some of our project's source code<a href="https://2007.igem.org/Image:Igem_code.zip" title="iGEM Code"> Download some of our project's source code</a>
+
-
</p>
+
</body>
</body>
</html>
</html>

Latest revision as of 05:51, 19 December 2007

back to U of C Homepage Check out evoGEM

Our project made use of a very unique piece of software known as PlotterPilot. This program was able to conver NS-Bezier paths into a series of objective C commands that could be translated into motion by a printer system. Our system uses VHDL code to handle the FXS chip of our control ciruct.

Use the first of these two links to download a zip file with some of our project's source code Download some of our project's source code