Difference between revisions of "Team:MIT/Attributions"

 
(95 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
         p {
 
         p {
 
         font-size: 16px !important;
 
         font-size: 16px !important;
 +
        margin: 10px 10% 10px 10%;
 
         }
 
         }
  
/* Sidenav disabled for small screens */
+
  table#table1 {
@media(max-width:576px){
+
    width:80%;  
.pageName h1{
+
    margin-left:10%;  
font-size:2 rem;
+
    margin-right:10%;
}
+
    background-color: #E2E2E2
}
+
  }
@media (min-width: 992px) {
+
.sidenav {
+
-ms-flex: 0 0 20%;
+
flex: 0 0 20%;
+
max-width: 20%;
+
height: 100vh;
+
margin: 0;
+
padding-top: 2vh;
+
}
+
}
+
  
/*important sidenav stuff*/
+
th, td {
.sidenav ul {
+
    font-size: 12px;
font-family: 'Sansita', sans-serif;
+
    text-align: center;
list-style-type: none;
+
  }
position:fixed;
+
margin-left: -20px;
+
}
+
 
+
.sidenav a {
+
text-align: center;
+
font-size: 1.1 rem;
+
color: #767676;
+
}
+
 
+
.sidenav a.active {
+
color: white;
+
background-color: orange;
+
border-radius: 1rem;
+
}
+
 
+
/* Shifts the body to the right for purposes */
+
@media (min-width: 992px) {
+
 
+
main {
+
-ms-flex: 0 0 80%;
+
flex: 0 0 80%;
+
max-width: 80%;
+
}
+
main hr {
+
margin-right: 7 vw;
+
margin-left: 0 vw;
+
}
+
body {
+
width: 100%;
+
height: 100%;
+
margin: 0px;
+
padding: 0px;
+
position: relative;
+
top: 32px;
+
left: -24px;
+
}
+
 
+
.pageName {
+
padding-left: 0%;
+
margin-top:2vh;
+
}
+
main section {
+
padding: 0vh 1vw 1vh 0;
+
}
+
}
+
 
</style>
 
</style>
  
<body data-spy="scroll" data-target=".sidenav" data-offset="101">   
+
<body data-spy="scroll" data-target=".sidenav" data-offset="101" style="background-color: #EFE1E1">   
 
<div class="content container-fluid">
 
<div class="content container-fluid">
<div class="row">
+
<div class="row" style="background-color: #EFE1E1">
<!--Sidebar (Remember to change the subtitle context, but don't change the id)-->
+
<aside class="sidenav d-none d-lg-flex flex-column justify-content-start align-items-center col-2">
+
<ul class="nav flex-column">
+
<li class="nav-item">
+
<a class="nav-link" href="#Subtitle1">Bookmark 1</a>
+
</li>
+
<li class="nav-item">
+
<a class="nav-link" href="#Subtitle2">Bookmark 2</a>
+
</li>
+
<li class="nav-item">
+
<a class="nav-link" href="#Subtitle3">Bookmark 3</a>
+
</li>
+
<li class="nav-item">
+
<a class="nav-link" href="#Subtitle4">Bookmark 4</a>
+
</li>
+
<!-- You can write extra bookmarks here-->
+
</ul>
+
 
</aside>
 
</aside>
  
Line 101: Line 30:
 
<!--The Page Name-->
 
<!--The Page Name-->
 
<div class="pageName">
 
<div class="pageName">
 
+
<br/>
<h1 style="font-size: 48px;">Title</h1>
+
<h1 style="font-size: 48px; text-align: center">Attributions</h1>
  
 
<div class="divider"></div>
 
<div class="divider"></div>
 +
<table id=table1>
 +
  <tr style="background-color: #BFBFBF">
 +
    <th style="line-height: normal; background-color: #BFBFBF">Team Member</th>
 +
    <th style="line-height: normal; background-color: #BFBFBF">Part Design</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF"> Experimental Design</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Wet Lab Work</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Educational Outreach</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Organizing Meetup</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Human Practices</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Wiki and Graphic Design</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Modeling</th>
 +
    <th style="line-height: normal;background-color: #BFBFBF">Video Work</th>
 +
  </tr>
 +
  <tr>
 +
    <td style="font-weight:700">Alysse</td>
 +
    <td>  </td> <!-- Part Design -->
 +
    <td>  </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td> 🍁 </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td> 🍁 </td> <!-- Video Work -->
 +
 +
   
 +
  </tr>
 +
  <tr>
 +
    <td style="font-weight:700">Ellie</td>
 +
    <td> 🍁 </td> <!-- Part Design -->
 +
    <td> 🍁 </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td>  </td> <!-- Video Work -->
 +
   
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Angela</td>
 +
    <td> 🍁 </td> <!-- Part Design -->
 +
    <td> 🍁 </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td>  </td> <!-- Video Work -->
 +
   
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Emily</td>
 +
    <td> 🍁 </td> <!-- Part Design -->
 +
    <td>  </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td> 🍁 </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td>  </td> <!-- Video Work -->
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Sarah</td>
 +
    <td>  </td> <!-- Part Design -->
 +
    <td> 🍁 </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td> 🍁 </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td> 🍁 </td> <!-- Video Work -->
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Sabrina</td>
 +
    <td>  </td> <!-- Part Design -->
 +
    <td>  </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td> 🍁 </td> <!-- Wiki and Graphic Design--> 
 +
    <td> 🍁 </td> <!-- Modeling -->
 +
    <td>  </td> <!-- Video Work -->
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Zoe</td>
 +
    <td>  </td> <!-- Part Design -->
 +
    <td>  </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td> 🍁 </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td> 🍁 </td> <!-- Human Practices -->
 +
    <td> 🍁 </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td> 🍁 </td> <!-- Video Work -->
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Kenneth</td>
 +
    <td> 🍁 </td> <!-- Part Design -->
 +
    <td> 🍁 </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td>  </td> <!-- Wiki and Graphic Design--> 
 +
    <td>  </td> <!-- Modeling -->
 +
    <td>  </td> <!-- Video Work -->
 +
  </tr>
 +
 +
  <tr>
 +
    <td style="font-weight:700">Jared</td>
 +
    <td>  </td> <!-- Part Design -->
 +
    <td>  </td> <!-- Experimental Design -->
 +
    <td> 🍁 </td> <!-- Wet Lab -->
 +
    <td>  </td> <!-- Educational Outreach -->
 +
    <td>  </td> <!-- Organizing Meetup -->
 +
    <td>  </td> <!-- Human Practices -->
 +
    <td> 🍁 </td> <!-- Wiki and Graphic Design--> 
 +
    <td> 🍁 </td> <!-- Modeling -->
 +
    <td> 🍁 </td> <!-- Video Work -->
 +
  </tr>
 +
 
 +
 +
</table>
 +
 +
<div class="divider"></div>
 +
 +
<h1 style="font-size: 36px; text-align: center">Our Lovely and Beautiful Mentors</h1>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Justin Buck</h2>
 +
<p style="font-size: 12px; text-align: left">Justin Buck is the team's day-to-day lab supervisor. He taught the team wet lab techniques, provided advice on the direction of the project, and helped troubleshoot our experiments. </p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Ron Weiss</h2>
 +
<p style="font-size: 12px; text-align: left">Ron Weiss provided feedback on the direction of the project and its experimental design.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Gael Chambonnier</h2>
 +
<p style="font-size: 12px; text-align: left">Gael Chambonnier helped supervise the team, provided feedback on plasmid design, and assisted in designing and troubleshooting cloning experiments. He also helped the team brainstorm project ideas and taught techniques during the team's bootcamp sessions.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Justin Kaskow</h2>
 +
<p style="font-size: 12px; text-align: left">Justin Kaskow worked with the team develop initial project ideas and helped supervise wet lab work. He taught the team about techniques for protein characterization during the team’s bootcamp sessions.
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Pin-Kuang Lai</h2>
 +
<p style="font-size: 12px; text-align: left">Pin-Kuang Lai assisted in the brainstorming phase of the project and helped the team narrow down ideas.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Deepak Mishra</h2>
 +
<p style="font-size: 12px; text-align: left">Deepak Mishra, drawing on his experience from working with many previous iGEM teams, provided the team with resources such as plasmid sequences and reagents, as well as advice on cloning and the design of the our project.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Evan Qu</h2>
 +
<p style="font-size: 12px; text-align: left">Evan Qu led the team's initial bootcamp sessions, taught wet lab techniques, and helped brainstorm project ideas.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Andy Tu</h2>
 +
<p style="font-size: 12px; text-align: left">Ang (Andy) Tu advised the team on the project ideation process and supported development of the BCAA assay and general experimental design. </p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Erika Wirachman</h2>
 +
<p style="font-size: 12px; text-align: left">Erika Wirachman taught the team how to work with B. subtilis, assisted with planning experiments, and helped troubleshoot cloning and plasmid design.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Ellen Zhong</h2>
 +
<p style="font-size: 12px; text-align: left">Ellen taught the team techniques in computational biology and assisted in the brainstorming stage of the project.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Rachel Shen</h2>
 +
<p style="font-size: 12px; text-align: left">Rachel helped coordinate the formation of the team and supported the team in the Biomakerspace.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Melody Wu</h2>
 +
<p style="font-size: 12px; text-align: left">Melody Wu used her long experience with iGEM to support the team in navigating iGEM's requirements and the wiki. She also helped the team with wet lab techniques.</p>
 +
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Erin Kim</h2>
 +
<p style="font-size: 12px; text-align: left">Erin Kim coordinated communication between the team and the iGEM office.</p>
 +
 +
</p>
 +
</br>
 +
 
</div>
 
</div>
+
 
// remember to edit this according to page
+
<div class="divider"></div>
$( document ).ready(function() {
+
 
$("#breadtext").html('<a href="https://2019.igem.org/Team:NCKU_Tainan">Home</a> > <a>Results</a>')
+
<h1 style="font-size: 36px; text-align: center">Special Thanks</h1>
});
+
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">MIT iGEM 2020 Team</h2>
</script>
+
<p style="font-size: 12px; text-align: left">Thanks to MIT 2020 iGEM Team - navbar wiki code.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">NCKU Tainan 2019 iGEM Team</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to NCKU Tainan 2019 iGEM Team - wiki code for making section bookmarks on our wiki pages.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Grossman Lab at MIT</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to Grossman Lab at MIT - providing JMA222 <i>B. subtilis</i> strain.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Weiss Lab at MIT</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to Weiss Lab at MIT - providing reagents and plasmids.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">MIT B.E. CommLab</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to the MIT Communications Lab for helping us prepare our presentations and effectively communicate</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">IDT</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to IDT - providing free synthesized parts.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Twist</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to Twist - providing free synthesized parts.</p>
 +
 
 +
<h2 style="font-size: 16px; text-align: left; font-weight:700; margin: 10px 10% -10px 10%;">Sigma Aldrich</h2>
 +
<p style="font-size: 12px; text-align: left">Thanks to Sigma Aldrich - discounted BCAA assay kits</p>
 +
 
 +
</div>
 +
 
 +
 
 
</body>
 
</body>
 
</html>
 
</html>
{{Template:MIT/footer}}
 

Latest revision as of 02:53, 22 October 2021


Attributions

Team Member Part Design Experimental Design Wet Lab Work Educational Outreach Organizing Meetup Human Practices Wiki and Graphic Design Modeling Video Work
Alysse 🍁 🍁 🍁
Ellie 🍁 🍁 🍁
Angela 🍁 🍁 🍁
Emily 🍁 🍁 🍁
Sarah 🍁 🍁 🍁 🍁
Sabrina 🍁 🍁 🍁
Zoe 🍁 🍁 🍁 🍁 🍁
Kenneth 🍁 🍁 🍁
Jared 🍁 🍁 🍁 🍁

Our Lovely and Beautiful Mentors

Justin Buck

Justin Buck is the team's day-to-day lab supervisor. He taught the team wet lab techniques, provided advice on the direction of the project, and helped troubleshoot our experiments.

Ron Weiss

Ron Weiss provided feedback on the direction of the project and its experimental design.

Gael Chambonnier

Gael Chambonnier helped supervise the team, provided feedback on plasmid design, and assisted in designing and troubleshooting cloning experiments. He also helped the team brainstorm project ideas and taught techniques during the team's bootcamp sessions.

Justin Kaskow

Justin Kaskow worked with the team develop initial project ideas and helped supervise wet lab work. He taught the team about techniques for protein characterization during the team’s bootcamp sessions.

Pin-Kuang Lai

Pin-Kuang Lai assisted in the brainstorming phase of the project and helped the team narrow down ideas.

Deepak Mishra

Deepak Mishra, drawing on his experience from working with many previous iGEM teams, provided the team with resources such as plasmid sequences and reagents, as well as advice on cloning and the design of the our project.

Evan Qu

Evan Qu led the team's initial bootcamp sessions, taught wet lab techniques, and helped brainstorm project ideas.

Andy Tu

Ang (Andy) Tu advised the team on the project ideation process and supported development of the BCAA assay and general experimental design.

Erika Wirachman

Erika Wirachman taught the team how to work with B. subtilis, assisted with planning experiments, and helped troubleshoot cloning and plasmid design.

Ellen Zhong

Ellen taught the team techniques in computational biology and assisted in the brainstorming stage of the project.

Rachel Shen

Rachel helped coordinate the formation of the team and supported the team in the Biomakerspace.

Melody Wu

Melody Wu used her long experience with iGEM to support the team in navigating iGEM's requirements and the wiki. She also helped the team with wet lab techniques.

Erin Kim

Erin Kim coordinated communication between the team and the iGEM office.


Special Thanks

MIT iGEM 2020 Team

Thanks to MIT 2020 iGEM Team - navbar wiki code.

NCKU Tainan 2019 iGEM Team

Thanks to NCKU Tainan 2019 iGEM Team - wiki code for making section bookmarks on our wiki pages.

Grossman Lab at MIT

Thanks to Grossman Lab at MIT - providing JMA222 B. subtilis strain.

Weiss Lab at MIT

Thanks to Weiss Lab at MIT - providing reagents and plasmids.

MIT B.E. CommLab

Thanks to the MIT Communications Lab for helping us prepare our presentations and effectively communicate

IDT

Thanks to IDT - providing free synthesized parts.

Twist

Thanks to Twist - providing free synthesized parts.

Sigma Aldrich

Thanks to Sigma Aldrich - discounted BCAA assay kits