Difference between revisions of "Team:Rice/Software"

(Prototype team page)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Rice}}
 
{{Rice}}
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
h1 {
 +
  font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial;
 +
  font-size: 30px;
 +
  font-style: normal;
 +
  font-variant: normal;
 +
  font-weight: bold;
 +
  line-height: 26.4px;
 +
}
  
 +
h3 {
 +
  font-family: "DIN Alternate", Helvetica, Arial;
 +
  font-size: 18pt;
 +
  font-style: normal;
 +
  font-color: white;
 +
  font-variant: normal;
 +
  font-weight: bold;
 +
  line-height: 20.4px;
  
<div class="column full_size judges-will-not-evaluate">
+
}
<h3>★  ALERT! </h3>
+
h2 {
<p>This page is used by the judges to evaluate your team for the<a href="https://2016.igem.org/Judging/Awards"> Best Software Tool award</a>. </p>
+
  font-family: "DIN Alternate", Helvetica, Arial;
 +
  font-size: 18px;
 +
  font-style: normal;
 +
  font-color: black;
 +
  font-variant: normal;
 +
  font-weight: bold;
 +
  line-height: 20.4px;
 +
  background-color: #f2f2f2;
 +
  padding: 5px 15px 5px 15px;
 +
}
  
 +
.pagediv {
 +
padding-left: 20%;
 +
padding-right: 20%; 
 +
/* height:100vh; */
 +
text-align: center;
 +
}
 +
.fixed_flyer {
 +
  background-color: #551A8B;
 +
  padding:20px;
 +
  padding-top:60px;
 +
  text-align:center;
 +
  height:100px;
 +
  line-height:100px
 +
}
 +
table{
 +
  color:white;
 +
  background-color:black;
 +
}
 +
a{
 +
  color:#9975b9;
 +
}
 +
</style>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 +
</head>
 +
<div class="pagediv" >
 +
<div class="h3"style="text-align:center;color:purple">
 +
Software: Zap-It
 +
</div>
 +
<br>
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
<div class="para" style="text-align:left">The “Zap-It” is an educational game about photoacoustic imaging. The player has a gun that can focus in one direction and shoot a particle only at certain wavelengths to make the particle explode. Then the player must collect the emissions of the particle to gain points. This simulates real photoacoustic imaging in which particles excited by the right wavelength of light will emit another light wave that can read by an ultrasound machine. These particles can be contrast agents used in imaging blood vessels because heme is a natural contrast agent. Our team specifically uses the technology to image gut inflammation.
 
</div>
 
</div>
  
 
+
<br>
 
+
<!--
 
+
<h3> Inspiration </h3>
 
+
 
+
<div class="column full_size">
+
<p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.</p>
+
 
+
 
+
<h5> Inspiration </h5>
+
 
<p>
 
<p>
 
Here are a few examples from previous teams:
 
Here are a few examples from previous teams:
Line 29: Line 78:
 
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li>
 
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li>
 
</ul>
 
</ul>
 
+
-->
 +
<video width="400" controls>
 +
  <source src="https://static.igem.org/mediawiki/2016/b/b1/IGEM_Software_Demonstration.mp4" type="video/mp4">
 +
  Your browser does not support the video tag.
 +
</video>
 
</div>
 
</div>
  
 
</html>
 
</html>

Latest revision as of 01:39, 20 October 2016

Software: Zap-It

The “Zap-It” is an educational game about photoacoustic imaging. The player has a gun that can focus in one direction and shoot a particle only at certain wavelengths to make the particle explode. Then the player must collect the emissions of the particle to gain points. This simulates real photoacoustic imaging in which particles excited by the right wavelength of light will emit another light wave that can read by an ultrasound machine. These particles can be contrast agents used in imaging blood vessels because heme is a natural contrast agent. Our team specifically uses the technology to image gut inflammation.