Team:RHIT/Sustainability

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
<head>
<style>
<style>
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
</style>
</style>
 +
 +
 +
<style type="text/css">
 +
.accordion {
 +
  font-family:Arial, Helvetica, sans-serif;
 +
  margin:0;
 +
  width: 100%;
 +
  background:#D8D8D8;
 +
}
 +
 +
.accordion ul {
 +
  list-style: none;
 +
  margin:0;
 +
  padding:0;
 +
}
 +
 +
.accordion li {
 +
  margin:0;
 +
  padding:0;
 +
}
 +
 +
.accordion [type=radio], .accordion [type=checkbox] {
 +
  display:none;
 +
}
 +
 +
.accordion label {
 +
  display:block;
 +
  font-size:18px;
 +
  line-height:18px;
 +
  background:#D8D8D8;
 +
  text-shadow:1px 1px 1px rgba(255,255,255,0.3);
 +
  font-weight:700;
 +
  cursor:pointer;
 +
  text-transform:none;
 +
  -webkit-transition: all .2s ease-out;
 +
  -moz-transition: all .2s ease-out;
 +
}
 +
 +
.accordion ul li label:hover, .accordion [type=radio]:checked ~label, .accordion [type=checkbox]:checked ~ label {
 +
  background:#5C067E;
 +
  color:#FFFFFF;
 +
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
 +
}
 +
 +
.accordion .content {
 +
  padding:0 10px;
 +
  overflow:hidden;
 +
  -webkit-transition: all .5s ease-out;
 +
  -moz-transition: all .5s ease-out;
 +
}
 +
 +
.accordion p {
 +
  color:#000000;
 +
  margin:0 0 10px;
 +
}
 +
 +
.accordion h3 {
 +
  color:#000000;
 +
  padding:0;
 +
  margin:10px 0;
 +
}
 +
 +
.vertical ul li {
 +
  overflow:hidden;
 +
  margin0 0 1px;
 +
}
 +
 +
.vertical ul li label {
 +
  padding:10px;
 +
}
 +
 +
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
 +
  border-bottom:0;
 +
}
 +
 +
.vertical ul lu label:hover {
 +
  border:0px;
 +
}
 +
 +
.vertical ul li .content {
 +
  height:0px;
 +
  border-top:0;
 +
}
 +
 +
.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
 +
  height:100%;
 +
}
 +
 +
</style>
 +
 +
</head>
<!--  here ends the section that changes the default wiki template to a white full width background -->
<!--  here ends the section that changes the default wiki template to a white full width background -->
 +
 +
 +
 +
 +
 +
Line 28: Line 126:
-
<!-- end navigation area -->
+
 
 +
 
 +
 
 +
<h3 style="font-size:18px">Protocols</h3>
 +
<div class="accordion-vertical">
 +
  <ul>
 +
 
 +
 
 +
<!-- Degradation Protocol -->
 +
      <li>
 +
        <input type="checkbox" id="checkbox-1" name="checkbox-accordion"/>
 +
        <label for="checkbox-1">Polymer Degradation</label>
 +
        <div class="content">
 +
            <p><p>To a 1 L Erlenmeyer flask add:<p/>
 +
              <ul>
 +
              <li>5.0 g shredded PLA</li>
 +
              <li>5.6 g NaOH pellets</li>
 +
              <li>50 mL DI water</li>
 +
              <li>Stir bar</li>
 +
              </ul>
 +
              <p>Stir reaction, heating to 50-60&#176;C, overnight or until all plastic has visibly dissolved.</p>
 +
              <br>
 +
              <p>Neutralize with HCl to a pH of 5-6.</p>
 +
              <p>Vacuum filter solution 2-3 times, dispose of any solid collected.</p>
 +
              <p>Using a sterile syringe, filter solution into a jar to store until needed.</p></p>
 +
        </div>
 +
      </li>
 +
 
 +
 
 +
 
 +
<!-- Characterization -->
 +
      <li>
 +
        <input type="checkbox" id="checkbox-2" name="checkbox-accordion"/>
 +
        <label for="checkbox-2">Characterization</label>
 +
        <div class="content">
 +
            <p><p>The filtered solution was measured in a polarimer. The optical rotation results are as follows.</p>
 +
              <table>
 +
              <tr style="background-color:#D8D8D8; border:1px solid black">
 +
              <th style="border:1px solid black">pH</th>
 +
              <th style="border:1px solid black">Optical Rotation</th>
 +
              </tr>
 +
              <tr style="background-color:#D8D8D8; border:1px solid black">
 +
              <td style="border:1px solid black">2.5</td>
 +
              <td style="border:1px solid black">.12</td>
 +
              </tr>
 +
              <tr style="background-color:#D8D8D8; border:1px solid black">
 +
              <td style="border:1px solid black">3.5</td>
 +
              <td style="border:1px solid black">-.13</td>
 +
              </tr>
 +
              <tr style="background-color:#D8D8D8; border:1px solid black">
 +
              <td style="border:1px solid black">4.21</td>
 +
              <td style="border:1px solid black">-.26</td>
 +
              </tr>
 +
              </table>
 +
              <p>This suggests that the solution did in fact contain lactate because a pH change made a significant difference in the optical rotation of the solution.</p></p>
 +
        </div>
 +
      </li>
 +
 
 +
 
 +
 
 +
<!-- LDH Assay -->
 +
      <li>
 +
        <input type="checkbox" id="checkbox-3" name="checkbox-accordion"/>
 +
        <label for="checkbox-3">LDH Assay</label>
 +
        <div class="content">
 +
            <p>
 +
            </p>
 +
        </div>
 +
      </li>
 +
  </ul>
 +
</div>
 +
 
 +
</html>

Revision as of 20:08, 6 August 2014

PLA Recycling


Protocols

  • To a 1 L Erlenmeyer flask add:

    • 5.0 g shredded PLA
    • 5.6 g NaOH pellets
    • 50 mL DI water
    • Stir bar

    Stir reaction, heating to 50-60°C, overnight or until all plastic has visibly dissolved.


    Neutralize with HCl to a pH of 5-6.

    Vacuum filter solution 2-3 times, dispose of any solid collected.

    Using a sterile syringe, filter solution into a jar to store until needed.

  • The filtered solution was measured in a polarimer. The optical rotation results are as follows.

    pH Optical Rotation
    2.5 .12
    3.5 -.13
    4.21 -.26

    This suggests that the solution did in fact contain lactate because a pH change made a significant difference in the optical rotation of the solution.