Difference between revisions of "Team:Missouri Rolla/Team"

(Prototype team page)
 
m
Line 1: Line 1:
 
{{Missouri_Rolla}}
 
{{Missouri_Rolla}}
 
<html>
 
<html>
 +
<link href="https://fonts.googleapis.com/css?family=Inder|Nosifer|Open+Sans&amp;subset=latin-ext" rel="stylesheet">
 +
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/base/jquery-ui.css">
 +
<script src="https://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
 +
<script>
 +
  $( function() {
 +
    $( "#nb-accordion > div" ).accordion({
 +
      collapsible: true,
 +
      active: false
 +
    });
 +
  } );
 +
</script>
 +
<style>
 +
html, body {
 +
  height: auto;
 +
}
 +
html, body, #globalWrapper, #content, #bodyContent, #mw-content-text, .content_wrapper {
 +
  padding: 0;
 +
  margin: 0;
 +
}
 +
.content_wrapper {
 +
  top: -5.08px;
 +
}
 +
.content_wrapper {
 +
  width: 100%;
 +
  background-color: transparent;
 +
}
 +
#firstHeading, div.visualClear {
 +
  display: none;
 +
}
 +
#content {
 +
  margin: 0;
 +
  border-left: 0;
 +
  border-right: 0;
 +
  background-color: transparent;
 +
  width: 100%;
 +
}
 +
body {
 +
  background-color: black;
 +
  margin-bottom: 0;
 +
}
 +
#menu {
 +
  font-family: 'Nosifer', cursive;
 +
  display: inline-block;
 +
  position: relative;
 +
  width: 50vw;
 +
  left: 7vw;
 +
  top: 1.6vw;
 +
  text-align: center;
 +
  margin-bottom: 2.75vw;
 +
}
 +
#menu a {
 +
  color: #D8D8D8;
 +
  text-decoration: none;
 +
  display: inline-block;
 +
  padding: 0.5vw;
 +
  padding-left: 0.7vw;
 +
  padding-right: 0.7vw;
 +
  font-size: 20pt;
 +
  -o-transition: .3s;
 +
  -ms-transition: .3s;
 +
  -moz-transition: .3s;
 +
  -webkit-transition: .3s;
 +
  transition: .3s;
 +
}
 +
#menu a:hover {
 +
  color: #A50000;
 +
  -o-transform: scale(1.05,1.05);
 +
  -ms-transform: scale(1.05,1.05);
 +
  -moz-transform: scale(1.05,1.05);
 +
  -webkit-transform: scale(1.05,1.05);
 +
  transform: scale(1.05,1.05);
 +
}
 +
.mstigem {
 +
  background-color: white;
 +
  width: 100%;
 +
  padding-bottom: 1vw;
 +
}
 +
.mstigem a {
 +
  color: #d7b351;
 +
  text-decoration: none;
 +
}
 +
.mstigem p {
 +
  width: 1000px;
 +
  margin: 0;
 +
  padding-top: 1em;
 +
  padding-bottom: 1em;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  background-color: white;
 +
  font-family: 'Open Sans', sans-serif;
 +
  font-size: 14pt;
 +
  line-height: 160%;
 +
}
 +
.mstigem h1 {
 +
  width: 1000px;
 +
  margin: 0;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  padding-top: 1vw;
 +
  padding-bottom: 6px;
 +
  background-color: white;
 +
  font-family: 'Inder', sans-serif;
 +
  color: black;
 +
  font-size: 32pt;
 +
  line-height: 110%;
 +
}
 +
.mstigem h3 {
 +
  width: 970px;
 +
  margin: 0;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  padding-top: 1vw;
 +
  padding-bottom: 1vw;
 +
  background-color: #D0D0D0;
 +
  font-family: 'Inder', sans-serif;
 +
  color: black;
 +
  border: 1px solid;
 +
  border-color: black;
 +
  font-size: 26pt;
 +
}
 +
.ui-accordion-content {
 +
  border: 1px solid;
 +
  border-color: black;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  width: 970px;
 +
  padding-left: 15px;
 +
  padding-right: 15px;
 +
  font-family: 'Open Sans', sans-serif;
 +
  font-size: 13pt;
 +
  line-height: 160%;
 +
}
 +
.ui-accordion-content h4, h5 {
 +
  font-family: 'Inder', sans-serif;
 +
  padding: 5px 0;
 +
}
 +
.ui-accordion-content h4 {
 +
  font-size: 15pt;
 +
  margin-top: 15px;
 +
  margin-bottom: 5px;
 +
}
 +
.ui-accordion-content h5 {
 +
  font-size: 14pt;
 +
  text-decoration: underline;
 +
  margin-top: 15px;
 +
  margin-bottom: 5px;
 +
  text-align: center;
 +
}
 +
.ui-accordion-content table {
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  width: initial;
 +
}
 +
.centerp {
 +
  text-align: center;
 +
}
 +
.h4left {
 +
  float: left;
 +
}
  
 +
.h4right {
 +
  right: 985px;
 +
  text-align: right;
 +
}
 +
.within-accordion {
 +
  margin-bottom: 1vw;
 +
}
 +
.mstigem hr {
 +
  width: 1000px;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
  margin-top: 0;
 +
  margin-bottom: 0;
 +
  border-color: black;
 +
}
 +
.menu_wrapper, #team_name, #page_name {
 +
  display: none;
 +
}
 +
#logo1 {
 +
  width: 18%;
 +
  min-width: 160px;
 +
  margin-left: -18%;
 +
  margin-top: 5px;
 +
  margin-bottom: 10px;
 +
  vertical-align: top;
 +
  background-color: black;
 +
  -webkit-transition: opacity 0.3s ease-in-out;
 +
  -moz-transition: opacity 0.3s ease-in-out;
 +
  -o-transition: opacity 0.3s ease-in-out;
 +
  transition: opacity 0.3s ease-in-out;
 +
}
 +
#logo2 {
 +
  width: 18%;
 +
  min-width: 160px;
 +
  margin-left: 0.5vw;
 +
  margin-top: 5px;
 +
  margin-bottom: 10px;
 +
  vertical-align: top;
 +
  background-color: black;
 +
}
 +
#logo1:hover {
 +
  opacity: 0;
 +
}
 +
.content_wrapper p {
 +
  display: block;
 +
}
 +
.fullimg {
 +
  width: 100%;
 +
}
 +
#flashlight {
 +
  position: absolute;
 +
  width: 110px;
 +
  opacity: 0.5;
 +
  pointer-events: none;
 +
}
 +
</style>
 +
<a href="https://2016.igem.org/Team:Missouri_Rolla"><img id="logo2" src="https://static.igem.org/mediawiki/2016/d/d0/T--Missouri_Rolla--Logo_2016_red.png" /><img id="logo1" src="https://static.igem.org/mediawiki/2016/e/ea/T--Missouri_Rolla--Logo_2016.png" /></a>
 +
<div id="menu">
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Home</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Project</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Human Practices</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Parts</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Notebook</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla/Team">Team</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Safety</a>
 +
  <a href="https://2016.igem.org/Team:Missouri_Rolla">Attributions</a>
 +
</div>
 +
<div class="mstigem">
 +
  <p>Missouri S&T iGEM began in 2007 with a handful of members, but has grown rapidly in recent years. We are a proud member of the Student Design and Experiential Learning Center, and participation in student-led design teams is a respected tradition on campus. Members from all majors are welcome with any level of experience. Our team is almost entirely student-directed with our advisors using a hands-off approach. Projects are designed, selected, and performed by undergraduates with advice from our wonderful mentors. An extensive lab training program ensures safety and productivity from all lab workers while allowing new members to learn the necessary skills and concepts for work in synthetic biology. Members also have opportunities to contribute to vital fundraising, public relations, and publication functions.</p>
 +
</div>
 +
<div class="mstigem>
 +
  <h2>Eboard Members</h2>
 +
<pre>
 +
Meyyemmai Palaniappan                            President
 +
<i>Chemical Engineer</i>
  
 +
Jessica Hamlett                                          Vice President
 +
<i>Chemical Engineer</i>
  
<div class="column full_size" >
+
Kaelyn Yarbrough                                      Secretary
 +
<i>Chemical Engineer</i>
  
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
Jerry Wei                                                    Treasurer
 +
<i>Biochemical Engineer</i>
  
 +
Erin Nischwitz                                            Public Relations Officer
 +
<i>Chemistry</i>
  
</div>
+
Kent Gorday                                                Web Master
 +
<i>Physics</i>
  
<div class="column half_size" >
+
Kira Buckowing                                          Lab Manager
<h5>Inspiration</h5>
+
<i>Biochemical Engineer</i>
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
+
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
+
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
+
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
+
</ul>
+
  
</div>
+
Isabella Bowling                                          Safety and Socials Manager
 +
<i>Biology</i>
 +
</pre>
 +
<hr>
  
<div class="column half_size" >
+
<h2>Team</h2>
<h5>What should this page contain?</h5>
+
<pre>
<ul>
+
Alex Raster                                                  Lab and PR
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
<i>Biochemical Engineer</i>
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
Maya Hanson                                              PR
 +
<i>Biochemical Engigneer</i>
  
 +
Lucas Dyer                                                  PR
 +
<i>Biochemistry</i>
  
 +
Matthew Vishy                                            Lab and PR
 +
<i>Nucelar Engineer</i>
  
 +
Jordan Sanders
 +
<i>Chemical Engineer</i>
 +
 +
Lucas Harper                                              Web
 +
<i>Biological Sciences</i>
 +
 +
Kurt Studer                                                  Lab and Web
 +
<i>Biochemical Engineer</i>
 +
 +
Carter Lloyd                                                Web
 +
<i>Biochemical Engineer</i>
 +
 +
Austin Roberts                                            Web
 +
<i>Chemical Engineer</i>
 +
 +
Natalia Legion                                            Lab
 +
<i>Chemical Engineer</i>
 +
 +
Matt Napoli                                                Lab and Web
 +
<i>Biological Sciences</i>
 +
 +
Bryan Tracy                                                Lab
 +
<i>Electrical Engineer</i>
 +
 +
Peyton Robertson                                        PR
 +
<i>Chemistry</i>
 +
 +
Jasmine Monroe                                          PR
 +
<i>Chemical Engineer</i>
 +
 +
Marylyn Phan                                            Lab and PR
 +
<i>Biological Sciences</i>
 +
 +
Ari Ginsparg                                              Fundraising
 +
<i>Biology and Chemical</i>
 +
 +
Jesus Ali Ramos                                        CP
 +
<i>Biochemical Engineer</i>
 +
 +
Victoria Kramer                                          PR
 +
<i>Chemical Engineer</i>
 +
 +
Ryan Baumann                                          Lab and PR           
 +
<i>Biology</i>
 +
 +
Lilly Germeroth                                          PR
 +
<i>Biological Sciences</i>
 +
 +
Samantha Greaney                           
 +
<i>Biology</i>
 +
 +
Ben Bleitz                                                  Lab and Fundraising
 +
<i>Biology</i>
 +
 +
Duc Le                                                        Lab
 +
<i>Biochemical Engineer</i>
 +
 +
Macie Brahm                                              PR
 +
<i>Biological Sciences</i>
 +
 +
Mikayla Tessmer                                        Lab and Web
 +
<i>Biochemical Engineer</i>
 +
 +
Renae Rogge                                              Fundraising
 +
<i>Chemical Engineer</i>
 +
 +
Hannah Cannady                                        PR
 +
<i>Biological Sciences</i>
 +
 +
Courtney Lynn                                          CP
 +
<i>Biological Sciences</i>
 +
 +
Claire Wilmore                                          Web
 +
<i>Chemical Engineer</i>
 +
 +
Paige Dierkes                                            Lab and Web
 +
<i></i>
 +
 +
</pre>
 +
</div>
 +
<img id="flashlight" src="https://static.igem.org/mediawiki/2016/d/d4/T--Missouri_Rolla--flashlight.png">
 +
<script>
 +
  $(document).on('mousemove', function(a) {
 +
    $('#flashlight').css({
 +
      left: (a.pageX - 55),
 +
      top: (a.pageY - 78)
 +
    });
 +
  });
 +
</script>
 
</html>
 
</html>

Revision as of 03:53, 17 October 2016

Missouri S&T iGEM began in 2007 with a handful of members, but has grown rapidly in recent years. We are a proud member of the Student Design and Experiential Learning Center, and participation in student-led design teams is a respected tradition on campus. Members from all majors are welcome with any level of experience. Our team is almost entirely student-directed with our advisors using a hands-off approach. Projects are designed, selected, and performed by undergraduates with advice from our wonderful mentors. An extensive lab training program ensures safety and productivity from all lab workers while allowing new members to learn the necessary skills and concepts for work in synthetic biology. Members also have opportunities to contribute to vital fundraising, public relations, and publication functions.