Difference between revisions of "Team:WLC-Milwaukee/Notebook"

 
(103 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
{{WLC-Milwaukee/Navbar}}
 
{{WLC-Milwaukee/Navbar}}
 
<html>
 
<html>
 +
<!-- Global site tag (gtag.js) - Google Analytics -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109989683-1"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
 +
 +
  gtag('config', 'UA-109989683-1');
 +
</script>
 +
<script>
 +
 +
$(document).ready(function() {
 +
  $('.month > h2').click(function(){
 +
    // show or hide the submenu
 +
    $(this).next('p').fadeToggle(1000);
 +
  });
 +
 
 +
  $('.month > h2').next('p').toggle();
 +
 +
 +
  $(function() {
 +
    $('carousel').carousel({
 +
      interval: 3000,
 +
      pause: false // pause slide when hovering
 +
 +
    });
 +
  });
 +
 +
 +
});
 +
 +
</script>
 
<style>
 
<style>
#main {
+
 
   max-width: 1200px;
+
#globalWrapper {
  margin: auto;
+
   margin-bottom: -15px;
 
}
 
}
 +
 +
 +
h2 {
 +
  background-color: #cae7f9;
 +
  text-align: center;
 +
  border-radius: 5px;
 +
  padding: 10px 0;
 +
  margin: 10px 0 15px 0;
 +
}
 +
 +
.month {
 +
  margin-bottom: 30px;
 +
}
 +
 +
 +
p {
 +
margin-top: 15px;
 +
}
 +
 +
.month > h2:hover {
 +
  cursor: pointer;
 +
}
 +
 +
 
</style>
 
</style>
 +
 
<div id="content_wrapper">
 
<div id="content_wrapper">
<div class="container-fluid">
 
  
<h1>Notebook</h1>
 
  
 +
 +
<div class="main">
 +
<h1 class="alt">Timeline</h1>
 +
 +
<!--Carousel-->
 +
<div class="carousel slide" id="myslider" data-ride="carousel">
 +
  <ol class="carousel-indicators">
 +
    <li data-target="#myslider" data-slide-to="0" class="active"></li>
 +
    <li data-target="#myslider" data-slide-to="1"></li>
 +
    <li data-target="#myslider" data-slide-to="2"></li>
 +
    <li data-target="#myslider" data-slide-to="3"></li>
 +
  </ol>
 +
  <div class="carousel-inner">
 +
    <div class="item active">
 +
      <img src="https://static.igem.org/mediawiki/2017/c/c1/T--WLC-Milwaukee--Timeline_Carousel_1_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/8/82/T--WLC-Milwaukee--Timeline_Carousel_2_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/a/a4/T--WLC-Milwaukee--Timeline_Carousel_3_Lg.jpg">
 +
    </div>
 +
    <div class="item">
 +
      <img src="https://static.igem.org/mediawiki/2017/0/00/T--WLC-Milwaukee--Timeline_Carousel_4_Lg.jpg">
 +
    </div>
 +
  </div>
 +
  <a class="left carousel-control" href="#myslider" data-slide="prev">
 +
    <i class="fa fa-chevron-left fa-2x" aria-hidden="true"></i>
 +
  </a>
 +
  <a class="right carousel-control" href="#myslider" data-slide="next">
 +
    <i class="fa fa-chevron-right fa-2x" aria-hidden="true"></i>
 +
  </a>
 
</div>
 
</div>
<div id="main">
 
  
 +
 +
 +
 +
 +
 +
<h3>Click on each month to see what we did!</h3>
 +
 +
<div class="month">
 +
<h2 id="january"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> January</h2>
 
<p>
 
<p>
January: We started brainstorming for our project and began training new iGEMers
+
We started brainstorming for our project and began training new iGEMers.
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="february"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> February</h2>
 
<p>
 
<p>
February: We decided on a project, came up with a potential plan of action and began investigating currently available safe water-testing methods.
+
We decided on a project, came up with a potential plan of action and began investigating currently available safe water-testing methods.
 
</p>
 
</p>
 +
</div>
 +
<div class="month">
 +
<h2 id="march"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> March</h2>
 
<p>
 
<p>
March: We tested current methods for E. coli detection in water and obtained the pETail4 vector for sub cloning and protein purification.  We verified this vector produced the protein of interest with an SDS-PAGE. Presented for Community leaders and Donors to our college before facilitating hands on lab activities with interested individuals.
+
We tested current methods for <i>E. coli</i> detection in water and obtained the pETail4 vector for sub cloning and protein purification.  We verified this vector produced the protein of interest with an SDS-PAGE. Presented for Community leaders and Donors to our college before facilitating hands on lab activities with interested individuals.
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="april"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> April</h2>
 
<p>
 
<p>
April: We presented our project for the Milwaukee Area Undergraduate Research Conference. Our team also presented on the importance of clean water and biotechnology at our college’s Biotechnology info night (hosted by our iGEM team).   
+
We presented our project for the Milwaukee Area Undergraduate Biological Research Conference. Our team also presented on the importance of clean water and biotechnology at our college’s Biotechnology info night (hosted by our iGEM team).   
 
Spoke with Dr. Sanjib Bhattacharyya of the Milwaukee Public Health Department on the practicality of our proposed system, and things we should consider when moving forward with our project.
 
Spoke with Dr. Sanjib Bhattacharyya of the Milwaukee Public Health Department on the practicality of our proposed system, and things we should consider when moving forward with our project.
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="may"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> May</h2>
 
<p>
 
<p>
May: We debated purification of the entire phage tail vs. using a HIS-tag and sub cloning small portions of the tail. Our team game-planned for the summer’s project goals.  
+
We debated purification of the entire phage tail vs. using a HIS-tag and sub cloning small portions of the tail. Our team game-planned for the summer’s project goals.  
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="june"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> June</h2>
 
<p>
 
<p>
June: We prepared for presenting our project at the Asia Pacific iGEM conference and designed primers for sub-cloning portions of the Lambda phage tail.  
+
We prepared for presenting our project at the Asia Pacific iGEM conference and designed primers for sub-cloning portions of the Lambda phage tail.  
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="july"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> July</h2>
 
<p>
 
<p>
July: A team member presented at the Asia Pacific iGEM conference and gained valuable advice from other iGEMers while becoming inspired and motivated by other teams’ projects.  
+
A team member presented at the Asia Pacific iGEM conference and gained valuable advice from other iGEMers while becoming inspired and motivated by other teams’ projects.  
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="august"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> August</h2>
 
<p>
 
<p>
August: We began constructing our BioBricks and reunited as a team after a long summer break! We participated in our college’s Organizational Outreach day welcoming freshmen and interacting with other campus organizations.
+
We began constructing our BioBricks and reunited as a team after a long summer break! We participated in our college’s Organizational Outreach day welcoming freshmen and interacting with other campus organizations.
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="september"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> September</h2>
 
<p>
 
<p>
September: We transformed our constructed plasmids and began purifying our phage tail protein with nickel-column purification. We began collaborations with our new connections from the Asia Pacific iGEM conference.  
+
We transformed our constructed plasmids and began purifying our phage tail protein with nickel-column purification. We began collaborations with our new connections from the Asia Pacific iGEM conference.  
 
</p>
 
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="october"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> October</h2>
 +
<p>
 +
We presented a talk on GMO’s and importance of water quality to our community at the local library. Our team visited a water treatment plant to investigate current methods for water quality testing. Hosted an event for high school students where we discussed genetic modification and iGEM before they toured various lab spaces on campus.
 +
</p>
 +
</div>
 +
 +
<div class="month">
 +
<h2 id="november"><i class="fa fa-calendar-check-o" aria-hidden="true"></i> November</h2>
 
<p>
 
<p>
October: We presented a talk on GMO’s and importance of water quality to our community at the local library. Our team visited a water treatment plant to investigate current methods for water quality testing. Hosted an event for high school students where we discussed genetic modification and iGEM before they toured various lab spaces on campus.
+
We fell extremely behind in all our classes and almost dropped out of college because of all the iGEM things we needed to do, but we survived! After the rush of the Wiki freeze deadline we got to work creating our presentation and building our poster.
 
</p>
 
</p>
 
</div>
 
</div>

Latest revision as of 00:08, 21 November 2017

Timeline

Click on each month to see what we did!

January

We started brainstorming for our project and began training new iGEMers.

February

We decided on a project, came up with a potential plan of action and began investigating currently available safe water-testing methods.

March

We tested current methods for E. coli detection in water and obtained the pETail4 vector for sub cloning and protein purification. We verified this vector produced the protein of interest with an SDS-PAGE. Presented for Community leaders and Donors to our college before facilitating hands on lab activities with interested individuals.

April

We presented our project for the Milwaukee Area Undergraduate Biological Research Conference. Our team also presented on the importance of clean water and biotechnology at our college’s Biotechnology info night (hosted by our iGEM team). Spoke with Dr. Sanjib Bhattacharyya of the Milwaukee Public Health Department on the practicality of our proposed system, and things we should consider when moving forward with our project.

May

We debated purification of the entire phage tail vs. using a HIS-tag and sub cloning small portions of the tail. Our team game-planned for the summer’s project goals.

June

We prepared for presenting our project at the Asia Pacific iGEM conference and designed primers for sub-cloning portions of the Lambda phage tail.

July

A team member presented at the Asia Pacific iGEM conference and gained valuable advice from other iGEMers while becoming inspired and motivated by other teams’ projects.

August

We began constructing our BioBricks and reunited as a team after a long summer break! We participated in our college’s Organizational Outreach day welcoming freshmen and interacting with other campus organizations.

September

We transformed our constructed plasmids and began purifying our phage tail protein with nickel-column purification. We began collaborations with our new connections from the Asia Pacific iGEM conference.

October

We presented a talk on GMO’s and importance of water quality to our community at the local library. Our team visited a water treatment plant to investigate current methods for water quality testing. Hosted an event for high school students where we discussed genetic modification and iGEM before they toured various lab spaces on campus.

November

We fell extremely behind in all our classes and almost dropped out of college because of all the iGEM things we needed to do, but we survived! After the rush of the Wiki freeze deadline we got to work creating our presentation and building our poster.