Difference between revisions of "Team:BostonU/Modeling"
Line 3: | Line 3: | ||
<header> | <header> | ||
<title>Modeling</title> | <title>Modeling</title> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | .contentdiv | ||
+ | { | ||
+ | height: auto; | ||
+ | width:100%; | ||
+ | margin-top:80px; | ||
+ | |||
+ | } | ||
+ | .mainpage { | ||
+ | border: 1px solid #C0C0C0; | ||
+ | width: 90%; | ||
+ | box-shadow: 4px 0 2px #CCCCCC, -4px 0 2px #CCCCCC; | ||
+ | padding: 10px; | ||
+ | height: auto; | ||
+ | background-color: #F0F0F0; | ||
+ | font-family: 'Calibri Light'; | ||
+ | margin: 130px auto 0px auto; | ||
+ | } | ||
+ | .mainpage p { | ||
+ | line-height:22px; | ||
+ | margin:10px 0px 22px 0px; | ||
+ | } | ||
+ | .mainpage blockquote { | ||
+ | background:#efefef; | ||
+ | display:block; | ||
+ | margin:5px; | ||
+ | font:Georgia, "Times New Roman", Times, serif; | ||
+ | font-style:italic; | ||
+ | } | ||
+ | /*footer*/ | ||
+ | #footer { | ||
+ | margin: 0px auto 0 auto; | ||
+ | width: 98.2%; | ||
+ | height: 60px; | ||
+ | padding: 10px; | ||
+ | color: #FFFFFF; | ||
+ | text-align: center; | ||
+ | background: #333333; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | font-size: 11px; | ||
+ | clear: both; | ||
+ | } | ||
+ | .heading { | ||
+ | padding: 2px; | ||
+ | -moz-box-shadow: 0 0 5px #888; | ||
+ | -webkit-box-shadow: 0 0 5px#888; | ||
+ | box-shadow: 0 0 5px #888; | ||
+ | font-family: calibri; | ||
+ | line-height: normal; | ||
+ | font-weight: bold; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
</header> | </header> | ||
<body> | <body> | ||
− | <h2>Modeling</h2> | + | <div class="contentdiv"> |
+ | |||
+ | <div class="mainpage"> | ||
+ | <h2 style="padding: 5px; background-color: #990000; font-family: Calibri; color: #FFFFFF; font-size: 30px; text-align:left;">Modeling</h2> | ||
+ | <h3 style="padding: 5px; font-family: Calibri; font-size: 25px; text-align: left;">Background</h3> | ||
+ | |||
<p>The BU iGEM team has relied heavily on modeling as our method for determining where the ideal sites are on proteins for splitting. We focused on two major criteria when choosing split sites. We wanted to make sure that the protein would not be split inn the middle of any secondary structures (alpha helices or beta sheets), and also we tried to choose the most hydrophillic split sites possible. The reasoning for this is that we wanted to make sure that we didn't split at any of the proteins hydrophobic core sites. In order to make sure that we met our criteria for the split sites, we developed a model that takes the amino acid sequence of a protein as input and returns the hydrophobicity of each amino acid and the locations of secondary structures. By graphing the results, we were able to identify regions that we hypothesize are ideal for our protein splitting toolkit.</p> | <p>The BU iGEM team has relied heavily on modeling as our method for determining where the ideal sites are on proteins for splitting. We focused on two major criteria when choosing split sites. We wanted to make sure that the protein would not be split inn the middle of any secondary structures (alpha helices or beta sheets), and also we tried to choose the most hydrophillic split sites possible. The reasoning for this is that we wanted to make sure that we didn't split at any of the proteins hydrophobic core sites. In order to make sure that we met our criteria for the split sites, we developed a model that takes the amino acid sequence of a protein as input and returns the hydrophobicity of each amino acid and the locations of secondary structures. By graphing the results, we were able to identify regions that we hypothesize are ideal for our protein splitting toolkit.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="footer"> | ||
+ | <p>Copyright Boston Unversity IGEM © 2015 <a href="#"></a></p> | ||
+ | <div> | ||
+ | |||
+ | <div> | ||
+ | <a href="[full link to your Twitter]"> | ||
+ | <img title="Twitter" alt="Twitter" src="https://socialmediawidgets.files.wordpress.com/2014/03/twitter.png" width="35" height="35" /> | ||
+ | </a> | ||
+ | <a href="[full link to your Facebook page]"> | ||
+ | <img title="Facebook" alt="Facebook" src="https://socialmediawidgets.files.wordpress.com/2014/03/facebook.png" width="35" height="35" /> | ||
+ | </a> | ||
+ | <a href="mailto:[email address]"> | ||
+ | <img title="Email" alt="Email" src="https://socialmediawidgets.files.wordpress.com/2014/03/email.png" width="35" height="35" /> | ||
+ | </a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 07:13, 3 August 2015
Modeling
Background
The BU iGEM team has relied heavily on modeling as our method for determining where the ideal sites are on proteins for splitting. We focused on two major criteria when choosing split sites. We wanted to make sure that the protein would not be split inn the middle of any secondary structures (alpha helices or beta sheets), and also we tried to choose the most hydrophillic split sites possible. The reasoning for this is that we wanted to make sure that we didn't split at any of the proteins hydrophobic core sites. In order to make sure that we met our criteria for the split sites, we developed a model that takes the amino acid sequence of a protein as input and returns the hydrophobicity of each amino acid and the locations of secondary structures. By graphing the results, we were able to identify regions that we hypothesize are ideal for our protein splitting toolkit.