Difference between revisions of "Team:BOKU-Vienna/Notebook"

Line 87: Line 87:
 
     transition: all .4s ease;
 
     transition: all .4s ease;
 
     }
 
     }
 +
 +
.modalDialog {
 +
      position: fixed;
 +
      font-family: Arial, Helvetica, sans-serif;
 +
      top: 0;
 +
      right: 0;
 +
      bottom: 0;
 +
      left: 0;
 +
      background: rgba(0, 0, 0, 0.8);
 +
      z-index: 99999;
 +
      opacity:0;
 +
      -webkit-transition: opacity 400ms ease-in;
 +
      -moz-transition: opacity 400ms ease-in;
 +
      transition: opacity 400ms ease-in;
 +
      pointer-events: none;
 +
    }
 +
    .modalDialog:target {
 +
      opacity:1;
 +
      pointer-events: auto;
 +
    }
 +
    .modalDialog > div { 
 +
      width: 60%;
 +
      position: relative;
 +
      margin: 5% auto;
 +
      padding: 0px 0px 0px 0px;
 +
      border-radius: 10px;
 +
      background: #fff;
 +
    }
 +
    .close {
 +
      background: white !important;
 +
      color: black !important;
 +
      opacity: 1 !important;
 +
      line-height: 25px;
 +
      position: absolute;
 +
      right: -13px;
 +
      text-align: center;
 +
      top: -10px;
 +
      width: 24px;
 +
      text-decoration: none;
 +
      font-weight: bold;
 +
      -webkit-border-radius: 12px;
 +
      -moz-border-radius: 12px;
 +
      border-radius: 12px;
 +
      -moz-box-shadow: 1px 1px 3px #000 !important;
 +
      -webkit-box-shadow: 1px 1px 3px #000 !important;
 +
      box-shadow: none;
 +
      text-shadow: none !important;
 +
 +
    }
 +
    .close:hover {
 +
      background: #6499cd !important;
 +
      box-shadow: none;
 +
      text-shadow: none !important;
 +
   
 +
    }
 +
    .columns {
 +
      -webkit-column-count: 4; /* Chrome, Safari, Opera */
 +
      -moz-column-count: 4; /* Firefox */
 +
      column-count: 4;
 +
    }
 +
  
 
</style>
 
</style>
Line 183: Line 244:
 
<br>  • Interlab Challenge 2017: for more information, please visit our <a href="https://2017.igem.org/Team:BOKU-Vienna/InterLab" target="_blank">Interlab</a> site. </br>
 
<br>  • Interlab Challenge 2017: for more information, please visit our <a href="https://2017.igem.org/Team:BOKU-Vienna/InterLab" target="_blank">Interlab</a> site. </br>
 
<br>  • <i>E. Coli</i> DH10B cells made chemically competent</br>
 
<br>  • <i>E. Coli</i> DH10B cells made chemically competent</br>
<br>  • Golden Gate Assembly of BB1_01, BB1_02, BB1_03, BB1_04, BB1_05, BB1_06, BB1_07, BB1_08 </br>   
+
<br>  • Golden Gate Assembly of  
 +
<a href="#BB1_01" class="bgscroll"> BB1_01</p></a>
 +
<div id="BB1_01" class="modalDialog modal-lg">
 +
<div><a href="#close" title="Close" class="close">X</a>
 +
<img src="https://static.igem.org/mediawiki/2017/5/5d/T--BOKU-Vienna--BB101.png" style="width:100%;height:auto;"/>
 +
</div>
 +
</div>
 +
, BB1_02, BB1_03, BB1_04, BB1_05, BB1_06, BB1_07, BB1_08 </br>   
 
   </p></div>
 
   </p></div>
  

Revision as of 14:38, 29 October 2017

Notebook

V

Notebook.


All protocols we used for the methods can be found here: Protocol

For further information regarding our Golden Gate Assembly products, please refer to our part collection site.

Week 1 (03/07-07/07)
 
Week 2 (10/07-14/07)
 
Week 3 (17/07-21/07)
 
Week 4 (24/07-28/07)
 
Week 5 (31/07-04/08)
 
Week 6 (07/08-11/08)
 
Week 7 (14/08-18/08)
 
Week 8 (21/08-25/08)
 
Week 9 (28/08-01/09)
 
Week 10 (04/09-08/09)
 
Week 11 (11/09-15/09)
 
Week 12 (18/09-22/09)
 
Week 13 (25/09-29/09)