(Created page with "ftab<html> <script> // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction...") |
|||
(29 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <html> | |
− | + | <link href='https://fonts.googleapis.com/css?family=Boogaloo' rel='stylesheet'> | |
<script> | <script> | ||
// When the user scrolls down 20px from the top of the document, show the button | // When the user scrolls down 20px from the top of the document, show the button | ||
Line 23: | Line 23: | ||
@import url(font-awesome.min.css); | @import url(font-awesome.min.css); | ||
@import url("http://fonts.googleapis.com/css?family=Lato:300,400"); | @import url("http://fonts.googleapis.com/css?family=Lato:300,400"); | ||
− | + | @import url ("'https://fonts.googleapis.com/css?family=Boogaloo"); | |
#myBtn { | #myBtn { | ||
Line 63: | Line 63: | ||
top:0px; | top:0px; | ||
left:0px; | left:0px; | ||
− | height: | + | height:28px; |
− | width:100% | + | width:100%; |
margin:0; | margin:0; | ||
− | padding: | + | padding:20px; |
z-index:999; | z-index:999; | ||
background-color: #333; | background-color: #333; | ||
Line 107: | Line 107: | ||
transition: 0.4s; | transition: 0.4s; | ||
border: 2px solid black; | border: 2px solid black; | ||
− | font-family: | + | font-family: 'Boogaloo'; |
+ | } | ||
+ | .h2font { | ||
+ | |||
+ | color: #444; | ||
+ | font-size: 50px; | ||
+ | |||
+ | font-family: 'Boogaloo'; | ||
+ | } | ||
+ | #pfont { | ||
+ | |||
+ | color: #444; | ||
+ | font-size: 30px; | ||
+ | |||
+ | font-family: 'Boogaloo'; | ||
} | } | ||
− | |||
− | |||
button.accordion.active, button.accordion:hover { | button.accordion.active, button.accordion:hover { | ||
background-color: #fff; | background-color: #fff; | ||
Line 137: | Line 149: | ||
body, input, select, textarea { | body, input, select, textarea { | ||
color: #444; | color: #444; | ||
− | font-family: | + | font-family: 'Boogaloo', Helvetica, sans-serif; |
font-size: 15pt; | font-size: 15pt; | ||
font-weight: 300; | font-weight: 300; | ||
Line 308: | Line 320: | ||
header.major p { | header.major p { | ||
− | border-top: | + | border-top: thick double rgba(144, 144, 144, 0.25); |
display: inline-block; | display: inline-block; | ||
padding: 2em 2em 0 2em; | padding: 2em 2em 0 2em; | ||
Line 376: | Line 388: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family: 'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 442: | Line 454: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family:'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 543: | Line 555: | ||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
− | font-family: | + | font-family: 'Boogaloo'; |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Line 770: | Line 782: | ||
table { | table { | ||
− | margin: 0 0 | + | margin: 0 0 0em 0; |
− | width: | + | width: 98.5%; |
} | } | ||
table tbody tr { | table tbody tr { | ||
− | border: solid | + | border: solid 0px #000; |
border-left: 0; | border-left: 0; | ||
border-right: 0; | border-right: 0; | ||
Line 785: | Line 797: | ||
.tr2{ | .tr2{ | ||
− | background-color: | + | background-color: rgba(82,82,82,0.99); |
} | } | ||
Line 805: | Line 817: | ||
table tfoot { | table tfoot { | ||
− | border-top: solid | + | border-top: solid 0.5px rgba(0,0,0, 0.25); |
} | } | ||
Line 813: | Line 825: | ||
table.alt tbody tr td { | table.alt tbody tr td { | ||
− | border: solid | + | border: solid 0.5px rgba(144, 144, 144, 0.25); |
border-left-width: 0; | border-left-width: 0; | ||
border-top-width: 0; | border-top-width: 0; | ||
Line 1,082: | Line 1,094: | ||
#banner { | #banner { | ||
− | background: url("https://static.igem.org/mediawiki/2017/8/ | + | background: url("https://static.igem.org/mediawiki/2017/8/80/T--IIT_Delhi--notebook.png") ; |
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-size: cover; | + | background-size: cover ; |
+ | padding-bottom: 150px; | ||
color: #ffffff; | color: #ffffff; | ||
− | padding: | + | padding: 27.5em 0em 1em; |
text-align: center; | text-align: center; | ||
Line 1,168: | Line 1,181: | ||
background: #202222; | background: #202222; | ||
color: #ddd; | color: #ddd; | ||
− | padding: 1em 0em | + | padding: 1em 0em; |
} | } | ||
Line 1,250: | Line 1,263: | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 1,308: | Line 1,310: | ||
outline: none; | outline: none; | ||
color: white; | color: white; | ||
− | padding: | + | padding: 15px 16px; |
background-color: inherit; | background-color: inherit; | ||
z-index: 101; | z-index: 101; | ||
} | } | ||
+ | |||
+ | .dropbtn1 { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 15px 16px; | ||
+ | background-color: inherit; | ||
+ | z-index: 101; | ||
+ | } | ||
+ | |||
+ | .dropbtn2 { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 15px 16px; | ||
+ | background-color: #000; | ||
+ | background-size: 100% 100%; | ||
+ | z-index: 101; | ||
+ | } | ||
+ | |||
.navbar a:hover, .dropdown:hover .dropbtn { | .navbar a:hover, .dropdown:hover .dropbtn { | ||
Line 1,317: | Line 1,341: | ||
z-index: 101; | z-index: 101; | ||
} | } | ||
+ | |||
.dropdown-content { | .dropdown-content { | ||
Line 1,388: | Line 1,413: | ||
margin-right: 60px; | margin-right: 60px; | ||
} | } | ||
+ | |||
+ | .right_menu1{ | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | width: auto; | ||
+ | margin-right: 60px; | ||
+ | } | ||
+ | |||
.backbody { | .backbody { | ||
background-image: url("1.png"); | background-image: url("1.png"); | ||
Line 1,519: | Line 1,552: | ||
<div class = "navbar "> | <div class = "navbar "> | ||
− | <a href=" | + | |
− | + | <button class="dropbtn2"><a href="https://2017.igem.org/Team:IIT_Delhi">iGEM IIT Delhi</a></button> | |
+ | <div class = "right_menu"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Project | <button class="dropbtn">Project | ||
Line 1,526: | Line 1,560: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Description">Overview</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Design">Squarewave Generator</a> |
− | + | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/InterLab">Interlab</a> |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="dropdown"> | |
− | <button class="dropbtn"> | + | <button class="dropbtn">Results |
<i class="fa fa-caret-down"></i> | <i class="fa fa-caret-down"></i> | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluorescence</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Photobleaching">Photobleaching</a> |
+ | <a href="/Team:IIT_Delhi/Promoter">Promoter strength</a> | ||
+ | <a href="/Team:IIT_Delhi/Oscillations">Oscillations</a> | ||
+ | |||
</div> | </div> | ||
− | </div> | + | </div> |
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Parts | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Basic_Part">Basic Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Composite_Part">Composite Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Improved_Part">Improved Parts</a> | ||
+ | <a href="/Team:IIT_Delhi/Part_Collection">Part Collection</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Modeling | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content-big"> | ||
+ | <a href="/Team:IIT_Delhi/Model">Overview</a> | ||
+ | <a href="/Team:IIT_Delhi/Write_Model">Writing a Model</a> | ||
+ | <a href="/Team:IIT_Delhi/Deterministic_Model">Deterministic Model </a> | ||
+ | <a href="/Team:IIT_Delhi/Stochastic_Model">Stochastic Model</a> | ||
+ | <a href="/Team:IIT_Delhi/Bifurcation">Bifurcation and Squareness</a> | ||
+ | <a href="/Team:IIT_Delhi/Resources">Resource sharing</a> | ||
+ | </div> | ||
+ | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Human Practices | <button class="dropbtn">Human Practices | ||
Line 1,548: | Line 1,611: | ||
</button> | </button> | ||
<div class="dropdown-content-big"> | <div class="dropdown-content-big"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/HP/Silver">Human Practices</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/HP/Gold_Integrated">Integrated Practices</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Engagement">Public Engagement</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/Collaborations">Collaborations</a> |
+ | <a href="/Team:IIT_Delhi/Safety">Safety</a> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Collaborations | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Collaborations">Overview</a> | ||
+ | <a href="/Team:IIT_Delhi/GMM_legislation">GMM Legislation</a> | ||
+ | <a href="/Team:IIT_Delhi/berlin">iGEM Berlin</a> | ||
+ | <a href="/Team:IIT_Delhi/mohali">Mentoring IISER Mohali</a> | ||
+ | <a href="/Team:IIT_Delhi/glasgow">iGEM Glasgow</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Notebook | <button class="dropbtn">Notebook | ||
Line 1,559: | Line 1,637: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Notebook">Lab Records</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/protocol">Protocols</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/recipe">Recipes</a> |
− | <a href=" | + | <a href="/Team:IIT_Delhi/medal">Medal Criteria</a> |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,571: | Line 1,649: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href=" | + | <a href="/Team:IIT_Delhi/Team">The Team</a> |
− | <a href=" | + | |
+ | <a href="/Team:IIT_Delhi/Attributions">Attributions</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,594: | Line 1,673: | ||
<center><div class=" panel_back bggg"> | <center><div class=" panel_back bggg"> | ||
<header class="major"> | <header class="major"> | ||
− | |||
− | |||
− | |||
− | <h2> | + | |
− | <p> | + | <h2 class="h2font">Recipes</h2> |
+ | |||
+ | <p> | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </p> | ||
+ | <h2 id="pfont">A pinch of salt makes all the difference !!</h2> | ||
</header> | </header> | ||
− | <button class="accordion back1"> | + | <button class="accordion back1" style="font-weight: bold;">Preparation of TAE buffer</button> |
− | <div class="panel "> | + | <div class="panel"> |
− | + | <div align="left" style="font-size:84%;"> | |
− | < | + | 20x TAE buffer |
− | < | + | <ul> |
+ | <li>80mL of 1M Tris solution | ||
+ | <li>0.7264g of EDTANa2+ salt | ||
+ | <li>2.284 mL glacial acetic acid | ||
+ | <li>distilled H2O 100mL | ||
+ | </ul> | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | + | <button class="accordion back2" style="font-weight: bold;">Preparation of Ethidium Bromide(EtBr)</button> | |
− | + | ||
− | + | ||
− | + | ||
− | <button class="accordion back2"> | + | |
<div class="panel"> | <div class="panel"> | ||
− | + | <div align="left" style="font-size:84%;"> | |
+ | <ul> | ||
+ | <li>For the preparation of ethidium bromide adds 1 g of ethidium bromide to 100 ml of H2O. | ||
+ | <li>Stir on a magnetic stirrer for several hours to ensure that the dye has dissolved. | ||
+ | <li> Wrap the container in aluminum foil or transfer the 10 mg/ml solution to a dark bottle and | ||
+ | store at room temperature. </ul> | ||
+ | <br> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | <button class="accordion | + | <button class="accordion back3" style="font-weight: bold;">Preparation of alkaline lysis solution I</button> |
<div class="panel"> | <div class="panel"> | ||
− | + | <div align="left" style="font-size:84%;"> | |
+ | <ul> | ||
+ | <li>50 mM glucose. | ||
+ | <li>25 mM Tris-Cl (pH 8.0). | ||
+ | <li>10 mM EDTA (pH 8.0). | ||
+ | </ul> | ||
+ | <ul>Prepare Solution I from standard stocks in batches of approx. 100 ml, sterilize by | ||
+ | autoclaving and store at 4°C.</ul> | ||
+ | <br> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | <button class="accordion | + | <button class="accordion back4" style="font-weight: bold;">Preparation of alkaline lysis solution II (freshly prepared at room temperature)</button> |
<div class="panel"> | <div class="panel"> | ||
− | + | <div align="left" style="font-size:84%;"> | |
+ | <ul> | ||
+ | <li>0.2 N NaOH (freshly diluted from a 10 N stock). | ||
+ | <li>(100ul SDS + 700ul mq + 200ul NaOH) | ||
+ | 1% (w/v) SDS.</ul> | ||
+ | <br> | ||
</div> | </div> | ||
− | <button class="accordion | + | </div> |
+ | <button class="accordion back1" style="font-weight: bold;">Preparation of alkaline lysis solution III</button> | ||
<div class="panel"> | <div class="panel"> | ||
− | + | <div align="left" style="font-size:84%;"> | |
+ | <ul> | ||
+ | <li>5 M potassium acetate, 60.0 ml | ||
+ | <li>Glacial acetic acid, 11.5 ml | ||
+ | <li>H2O, 28.5 ml | ||
+ | </ul> | ||
+ | <ul>The resulting solution is 3 M with respect to potassium and 5 M with respect to acetate. | ||
+ | Store the solution at 4°C and transfer it to an ice bucket just before use.</ul> | ||
+ | <br> | ||
</div> | </div> | ||
− | + | ||
− | + | </div> | |
− | + | ||
− | + | <br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <br> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<script> | <script> | ||
var acc = document.getElementsByClassName("accordion"); | var acc = document.getElementsByClassName("accordion"); | ||
Line 1,716: | Line 1,766: | ||
</script> | </script> | ||
− | + | </div> | |
<!-- Footer --> | <!-- Footer --> | ||
<footer id="footer"> | <footer id="footer"> | ||
− | <table | + | <table style="font-family:'Lato'; border: 0px solid black; "> |
− | <tr align="center | + | <tr align="center" > |
− | <td align="center" width="50%" colspan="2" class=" | + | <td align="center" width="50%" colspan="2" class="tr2"><b>Sponsored By</b></td></tr> |
− | <tr align="center | + | <tr align="center" > |
− | <td align="center" width="50%" colspan="2 | + | <td align="center" width="50%" colspan="2"><b><img src= "https://static.igem.org/mediawiki/2017/1/1e/T--IIT_DELHI--sponsotstrip.jpg" class="width-max"></b></td></tr> |
<tr align="right" > | <tr align="right" > | ||
− | <td align="center" width="50% | + | <td align="center" width="50%"><b>Contact Us</b></td> |
− | <td align="center | + | <td align="center" ><b>Address</b></td> |
</tr> | </tr> | ||
− | <tr align="center | + | <tr align="center" > |
− | <td align="center" style="padding-top: 5px;" class=" | + | <td align="center" style="padding-top: 5px;" class="tr2"> |
<br> | <br> | ||
− | <i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/f/f5/T--IIT_DELHI--foot_1.jpg" height="50px" width="50px"></i> | + | <a href="https://www.facebook.com/igemiitdelhi/"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/f/f5/T--IIT_DELHI--foot_1.jpg" height="50px" width="50px"></i></a> |
− | <i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/d/dd/T--IIT_DELHI--foot_4.jpg" height="50px" width="50px"></i> | + | <!--<i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/d/dd/T--IIT_DELHI--foot_4.jpg" height="50px" width="50px"></i>--> |
− | <i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/a/ac/T--IIT_DELHI--foot_3.jpg" height="50px" width="50px"></i> | + | <a href="https://www.linkedin.com/company/igemiitdelhi/"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/a/ac/T--IIT_DELHI--foot_3.jpg" height="50px" width="50px"></i></a> |
− | <i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/29/T--IIT_DELHI--foot_5.jpg" height="50px" width="50px"></i> | + | <!--<i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/29/T--IIT_DELHI--foot_5.jpg" height="50px" width="50px"></i>--> |
− | <i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/23/T--IIT_DELHI--foot_2.jpg" height="50px" width="50px"></i></td> | + | <a href="https://twitter.com/igem_iit_delhi?lang=en"><i class="fa igem_iitd-hover-opacity"><img src="https://static.igem.org/mediawiki/2017/2/23/T--IIT_DELHI--foot_2.jpg" height="50px" width="50px"></i></a> |
+ | </td> | ||
− | + | <td align = "center" style="padding-top: 0px;" class="tr2"> | |
− | <p ><b>E-mail:</b> iitd.igem@gmail.com<br>Undergraduate Laboratory<br>Department of Biotechnology and Biochemical Engineering, IIT Delhi</p></center> | + | <center> <p style="text-align: center; color:white; font-size: 80%;"><b>E-mail:</b> iitd.igem@gmail.com<br>Undergraduate Laboratory<br>Department of Biotechnology and Biochemical Engineering, IIT Delhi</p></center> |
</tr> | </tr> |
Latest revision as of 22:22, 1 November 2017
Recipes
A pinch of salt makes all the difference !!
20x TAE buffer
- 80mL of 1M Tris solution
- 0.7264g of EDTANa2+ salt
- 2.284 mL glacial acetic acid
- distilled H2O 100mL
- For the preparation of ethidium bromide adds 1 g of ethidium bromide to 100 ml of H2O.
- Stir on a magnetic stirrer for several hours to ensure that the dye has dissolved.
- Wrap the container in aluminum foil or transfer the 10 mg/ml solution to a dark bottle and store at room temperature.
- 50 mM glucose.
- 25 mM Tris-Cl (pH 8.0).
- 10 mM EDTA (pH 8.0).
- Prepare Solution I from standard stocks in batches of approx. 100 ml, sterilize by
autoclaving and store at 4°C.
- 0.2 N NaOH (freshly diluted from a 10 N stock).
- (100ul SDS + 700ul mq + 200ul NaOH) 1% (w/v) SDS.
- 5 M potassium acetate, 60.0 ml
- Glacial acetic acid, 11.5 ml
- H2O, 28.5 ml
- The resulting solution is 3 M with respect to potassium and 5 M with respect to acetate.
Store the solution at 4°C and transfer it to an ice bucket just before use.