Team:Columbia-Cooper-NYC

From 2012.igem.org

(Difference between revisions)
Line 211: Line 211:
-
<HTML>
+
<!DOCTYPE html PUBLIC "-//W3c//DTD XHTML 1.0 Strict//EN"
-
  <HEAD>
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict. dtd">
-
    <TITLE>Examples of margins, padding, and borders</TITLE>
+
<html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
-
    <STYLE type="text/css">
+
<head>
-
      UL {
+
    <meta http-equiv="content-type" content="text/xml; charset=utf-8" />
-
        background: green;
+
    <title>absPosition.html</title>
-
        margin: 12px 12px 12px 12px;
+
    <style type = "text/css">
-
        padding: 3px 3px 3px 3px;
+
-
                                    /* No borders set */
+
-
      }
+
-
      LI {
+
-
        color: gray;                /* text color is white */  
+
-
        background: blue;            /* Content, padding will be blue */
+
-
        margin: 12px 12px 12px 12px;
+
-
        padding: 12px 0px 12px 12px; /* Note 0px padding right */
+
-
        list-style: none            /* no glyphs before a list item */
+
-
                                    /* No borders set */
+
-
      }
+
-
      LI.withborder {
+
-
        border-style: dashed;
+
-
        border-width: medium;        /* sets border width on all sides */
+
-
        border-color: lime;
+
-
      }
+
-
    </STYLE>
+
-
  </HEAD>
+
-
  <BODY>
+
-
    <UL>
+
-
      <LI>First element of list
+
-
      <LI class="withborder">Second element of list is
+
-
          a bit longer to illustrate wrapping.
+
-
    </UL>
+
-
  </BODY>
+
-
</HTML>
+
 +
      #boxOne {
 +
          background-color: blue;
 +
          width: 100px;
 +
          height: 100px;
 +
          position: absolute;
 +
          left: 0px;
 +
          top: 0px;
 +
          margin: 0px;
 +
      }
 +
 +
      #boxTwo {
 +
          background-color: blue;
 +
          width: 100px;
 +
          height: 100px;
 +
          position: absolute;
 +
          left: 50px;
 +
          top: 50px;
 +
          margin: 0px;
 +
      }
 +
    </style>
 +
</head>
 +
 +
<body>
 +
    <p id = "boxOne"></p>
 +
    <p id = "boxTwo"></p>
 +
</body>
 +
</html>
<html lang="en">
<html lang="en">

Revision as of 19:53, 15 September 2012


Heading.png


<!DOCTYPE html PUBLIC "-//W3c//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict. dtd"> absPosition.html


Light Sensitive Spatially Controlled Micromachining of Copper Wafers Using Acidithiobacillus Ferrooxidans

The Columbia-Cooper iGEM team is working with Acidithiobacillus ferrooxidans to create a light-controlled printed circuit board manufacturing process. This bacteria’s metabolism relies on its ability to oxidize iron; the iron can then be used to oxidize, and in turn solubilize, copper. By genetically altering the bacteria, we intend to install a light sensitive mechanism which will enable us to etch copper in a desired pattern, leaving a finished circuit board. Once a blank printed circuit board is placed in a thin layer of solid media, the bacteria will be applied onto the surface of the media and light will be focused on it in a desired pattern. The light sensitive mechanism in ferrooxidans would activate and self-destruct in the pathway of the light. In the end, the circuit board will be "etched" by the bacteria everywhere but the illuminated spots, leaving the desired pattern behind on the circuit board.