Difference between revisions of "Team:British Columbia/Notebook"

m
Line 34: Line 34:
  
 
     </style>
 
     </style>
    <script>
 
 
        $(document).ready(function() {
 
            $('.sidebar-nav').affix({
 
                offset: { top: $('#breadcrumbs').offset().top }
 
            });
 
 
            /*set appropriate width on page load */
 
            if ($(window).width() >= 768) {
 
                $('.sidebar-nav').css('width', $('.col-sm-3').width());
 
            } else {
 
                $('.sidebar-nav').css('width', 'auto');
 
            }
 
 
        });
 
 
        /* adjust width on window resize */
 
        $(window).resize(function() {
 
            if ($(window).width() >= 768) {
 
                $('.sidebar-nav ').css('width', $('.col-sm-3').width());
 
            } else {
 
                $('.sidebar-nav ').css('width', 'auto');
 
            }
 
        });
 
 
    </script>
 
 
</head>
 
</head>
  

Revision as of 10:27, 19 October 2016

Main CSS Navbar CSS

Sidebar CSS

Notebook

Notebook

Beta Carotene Extraction

Caulobacter Electroporation Transformation

Chemically Competent E. coli Transformation

DNA Agarose Gel Electrophoresis

PCR Master Mix

PCR Amplification

Colony PCR DNA Amplification

Protocol for Restriction Enzyme Digest, Ligation, and Transformation

Western Blot

Check out other parts of our project below!