Team:RHIT/Outreach

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
$('#rhit-sheet2').hide();   
$('#rhit-sheet2').hide();   
});
});
-
 
function page1() {
function page1() {
$('#rhit-blueSheet').show();
$('#rhit-blueSheet').show();
$('#rhit-redSheet').hide();
$('#rhit-redSheet').hide();
$('#rhit-grnSheet').hide();
$('#rhit-grnSheet').hide();
 +
$('#rhit-fourthSheet').hide();
}
}
function page2() {
function page2() {
$('#rhit-blueSheet').hide();
$('#rhit-blueSheet').hide();
-
$('#rhit-redSheet').hide();
 
$('#rhit-redSheet').show();
$('#rhit-redSheet').show();
 +
$('#rhit-grnSheet').hide();
 +
$('#rhit-fourthSheet').hide();
}
}
function page3() {
function page3() {
Line 31: Line 32:
$('#rhit-redSheet').hide();
$('#rhit-redSheet').hide();
$('#rhit-grnSheet').show();
$('#rhit-grnSheet').show();
 +
$('#rhit-fourthSheet').hide();
 +
}
 +
function page4() {
 +
$('#rhit-blueSheet').hide();
 +
$('#rhit-redSheet').hide();
 +
$('#rhit-grnSheet').hide();
 +
$('#rhit-fourthSheet').show();
}
}
function cursor_Link () {
function cursor_Link () {
Line 79: Line 87:
<a href="javascript:void(0)" onclick="page1()">
<a href="javascript:void(0)" onclick="page1()">
<div class="rhit-blueDivider">
<div class="rhit-blueDivider">
-
Human Practices
+
Museum Exhibit
</div>
</div>
</a>
</a>
<a href="javascript:void(0)" onclick="page2()">
<a href="javascript:void(0)" onclick="page2()">
<div class="rhit-redDivider">
<div class="rhit-redDivider">
-
NTNU Collaboration
+
tba
</div>
</div>
</a>
</a>
<a href="javascript:void(0)" onclick="page3()">
<a href="javascript:void(0)" onclick="page3()">
<div class="rhit-grnDivider">
<div class="rhit-grnDivider">
 +
NTNU Collaboration
 +
</div>
 +
</a>
 +
<a href="javascript:void(0)" onclick="page4()">
 +
<div class="rhit-fourthDivider">
Video
Video
</div>
</div>
Line 95: Line 108:
<div class="rhit-sheets">
<div class="rhit-sheets">
<div class="rhit-blueSheet" id="rhit-blueSheet">
<div class="rhit-blueSheet" id="rhit-blueSheet">
-
The Rose-Hulman iGEM team's approach to Human Practices is two-pronged. Two projects address two very different key audiences: young children and high-school students. Read on to learn about each of the projects.
 
-
<h2>Synthetic Biology Board Game: BioPioneer</h2>
 
-
text here
 
<h2>Terre Haute Children's Museum Synthetic Biology Exhibit</h2>
<h2>Terre Haute Children's Museum Synthetic Biology Exhibit</h2>
<h4>Origins of the Project</h4>
<h4>Origins of the Project</h4>
<div align="center"><img src="https://static.igem.org/mediawiki/igem.org/1/19/THCM_collab.png" width="90%"/></div><br />
<div align="center"><img src="https://static.igem.org/mediawiki/igem.org/1/19/THCM_collab.png" width="90%"/></div><br />
-
</p>The Terre Haute Children's Museum, founded in 1988, features many exhibits on topics ranging from archaeology to architecture. However, the Rose-Hulman team noticed that there are no exhibits on small-scale biology, specifically synthetic biology. Devon took on the project of creating an exhibit to introduce children to the concepts and methods of synthetic biology.</p>
+
</p>The Terre Haute Children's Museum, founded in 1988, features many exhibits on topics ranging from archaeology to architecture. However, the Rose-Hulman team noticed that there are no exhibits on small-scale biology, specifically synthetic biology. Devon took on the project of creating an exhibit to introduce children to the concepts and methods of synthetic biology.</p>
-
<h4>Exhibit Components</h4>
+
<h4>Exhibit Components</h4>
-
<p>The Design Table, pictured below, introduces children to the idea of putting together DNA sequences. The instructions on the table ask them to think of ways they would use synthetic biology if they could make cells "do anything." The team hopes that this will inspire them to use creativity to explore the possibilities of synthetic biology. Colored magnetic shapes are used to represent DNA. Children can select from different colors, each with a different purpose - the four DNA nucleotide bases, A, T, G, and C, as well as Promoters and Terminators - and align them on the board to create their sequence. They also have the option of putting together various sequences found on cards on the table or create the matching sequence to given DNA sequences. This gives more uncertain children the chance to understand the process. Examples of these cards are seen below.</p><br />
+
<p>The Design Table, pictured below, introduces children to the idea of putting together DNA sequences. The instructions on the table ask them to think of ways they would use synthetic biology if they could make cells "do anything." The team hopes that this will inspire them to use creativity to explore the possibilities of synthetic biology. Colored magnetic shapes are used to represent DNA. Children can select from different colors, each with a different purpose - the four DNA nucleotide bases, A, T, G, and C, as well as Promoters and Terminators - and align them on the board to create their sequence. They also have the option of putting together various sequences found on cards on the table or create the matching sequence to given DNA sequences. This gives more uncertain children the chance to understand the process. Examples of these cards are seen below.</p><br />
-
<img src="https://static.igem.org/mediawiki/igem.org/4/46/Card1ex.png" width="100%"/><br />
+
<img src="https://static.igem.org/mediawiki/igem.org/4/46/Card1ex.png" width="100%"/><br />
-
<p> After creating their sequence, the children move on to the Lab Bench, where they explore four different pieces of lab equipment.
+
<p> After creating their sequence, the children move on to the Lab Bench, where they explore four different pieces of lab equipment.
-
The four stations are:<br />
+
The four stations are:<br />
-
<li>Microscope</li>
+
<li>Microscope</li>
-
<li>Centrifuge</li>
+
<li>Centrifuge</li>
-
<li>Pipetting</li>
+
<li>Pipetting</li>
-
<li>Media Plates</li>
+
<li>Media Plates</li>
-
Each station provides a description of the equipment as well as a procedure for the children to follow in order to gain experience with and understanding of the technology. Questions guide the children along the way and encourage them to think about the purpose or design of each piece of equipment.
+
Each station provides a description of the equipment as well as a procedure for the children to follow in order to gain experience with and understanding of the technology. Questions guide the children along the way and encourage them to think about the purpose or design of each piece of equipment.
-
</p>
+
</p>
</div>
</div>
<div class="rhit-redSheet" id="rhit-redSheet">
<div class="rhit-redSheet" id="rhit-redSheet">
 +
<h2>tba</h2>
 +
</div>
 +
<div class="rhit-grnSheet" id="rhit-grnSheet">
<div align="center"><img src="https://static.igem.org/mediawiki/2012/8/86/Collab_logo.png" width="60%" /></div>
<div align="center"><img src="https://static.igem.org/mediawiki/2012/8/86/Collab_logo.png" width="60%" /></div>
<p>Throughout the summer, Rose-Hulman iGEM has been collaborating with NTNU Trondheim. The teams found each other by luck when a speaker came to Rose-Hulman to meet with students participating in a math REU and talk about network modeling. This speaker was Eivind Almaas, NTNU’s iGEM main advisor.
<p>Throughout the summer, Rose-Hulman iGEM has been collaborating with NTNU Trondheim. The teams found each other by luck when a speaker came to Rose-Hulman to meet with students participating in a math REU and talk about network modeling. This speaker was Eivind Almaas, NTNU’s iGEM main advisor.
Line 125: Line 138:
<h4>Rose-Hulman's Dr. Ric Anthony (left) with NTNU's Dr. Almaas at their June meeting on the Rose-Hulman campus.</h4>
<h4>Rose-Hulman's Dr. Ric Anthony (left) with NTNU's Dr. Almaas at their June meeting on the Rose-Hulman campus.</h4>
</div>
</div>
-
<div class="rhit-grnSheet" id="rhit-grnSheet">
+
<div class="rhit-fourthSheet" id="rhit-fourthSheet">
<iframe width="600" height="450" src="http://www.youtube.com/embed/i1yUjHN9Fyg" frameborder="0" allowfullscreen></iframe>
<iframe width="600" height="450" src="http://www.youtube.com/embed/i1yUjHN9Fyg" frameborder="0" allowfullscreen></iframe>
</div>
</div>

Revision as of 20:23, 29 September 2012

Home
Team
Project
BioBricks
Modeling
Notebook
Outreach
Museum Exhibit
tba
NTNU Collaboration
Video

Terre Haute Children's Museum Synthetic Biology Exhibit

Origins of the Project


The Terre Haute Children's Museum, founded in 1988, features many exhibits on topics ranging from archaeology to architecture. However, the Rose-Hulman team noticed that there are no exhibits on small-scale biology, specifically synthetic biology. Devon took on the project of creating an exhibit to introduce children to the concepts and methods of synthetic biology.

Exhibit Components

The Design Table, pictured below, introduces children to the idea of putting together DNA sequences. The instructions on the table ask them to think of ways they would use synthetic biology if they could make cells "do anything." The team hopes that this will inspire them to use creativity to explore the possibilities of synthetic biology. Colored magnetic shapes are used to represent DNA. Children can select from different colors, each with a different purpose - the four DNA nucleotide bases, A, T, G, and C, as well as Promoters and Terminators - and align them on the board to create their sequence. They also have the option of putting together various sequences found on cards on the table or create the matching sequence to given DNA sequences. This gives more uncertain children the chance to understand the process. Examples of these cards are seen below.



After creating their sequence, the children move on to the Lab Bench, where they explore four different pieces of lab equipment. The four stations are:

  • Microscope
  • Centrifuge
  • Pipetting
  • Media Plates
  • Each station provides a description of the equipment as well as a procedure for the children to follow in order to gain experience with and understanding of the technology. Questions guide the children along the way and encourage them to think about the purpose or design of each piece of equipment.

    tba

    Throughout the summer, Rose-Hulman iGEM has been collaborating with NTNU Trondheim. The teams found each other by luck when a speaker came to Rose-Hulman to meet with students participating in a math REU and talk about network modeling. This speaker was Eivind Almaas, NTNU’s iGEM main advisor. After touching base with our lead advisor, Dr. Anthony, Dr. Almaas provided us with great perspective about being a starting iGEM team because his team was in the same position last year. He suggested that we should video conference in the near future.


    On 7/23/2012, the two teams met via video conferencing to talk about their projects and to offer advice to the other team. In efforts to help each other out, RHIT agreed to help to characterize their lactate promote. In exchange, the NTNU team agreed to help critique our Mathematical Model and produce a stochastic model. We hope that this newly found friendship will continue throughout the years and that we will be lucky enough to meet the whole team in person this November.

    Rose-Hulman's Dr. Ric Anthony (left) with NTNU's Dr. Almaas at their June meeting on the Rose-Hulman campus.

    Retrieved from "http://2012.igem.org/Team:RHIT/Outreach"