Team:Queens Canada/Notebook/Week2

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:Queens_Canada/Notebook}}
+
{{Template:Queens_Canada/Header}}
<html>
<html>
<head>
<head>
-
<style type="text/css">
 
-
#NotebookNav .menu .primary-menu #w2 a{
+
<style type="text/css">
 +
#NotebookNav .menu .primary-menu #w3 a{
     background: none repeat scroll 0 0 #00438F;
     background: none repeat scroll 0 0 #00438F;
}
}
-
#NotebookNav .menu .primary-menu #w2 a:hover{
+
#NotebookNav .menu .primary-menu #w3 a:hover{
     background: none repeat scroll 0 0 #00438F;
     background: none repeat scroll 0 0 #00438F;
}
}
-
#p fadelinknotebook
+
#navtoggle
-
#content2 .protocolcontent
+
{
 +
height:75px;
 +
width:75px;
 +
position:absolute;
 +
left:-75 px;
 +
margin-left: -75px;
 +
margin-bottom: -75px;
 +
margin-top: 35 px;
 +
text-align: center;
 +
background-color: maroon;
 +
border-radius: 5px 0px 0px 5px;
 +
}
 +
#navtoggle a
{
{
-
display:none;
+
color: white;
 +
font-size: 1.1em;
 +
vertical-align: middle;
}
}
</style>
</style>
 +
</head>
</head>
<body>
<body>
 +
<div id="labcontent">
<div id="labcontent">
<div id="NotebookTitle">
<div id="NotebookTitle">
-
<p>Notebook - Week 2</p>
+
<p>Notebook - Week 1</p>
</div>
</div>
 +
<div id="notebookmenu">
 +
<ul id="gooeymenu1" class="gelbuttonmenu" style="z-index:99;">
 +
Week
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week1">1</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week2">2</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week3">3</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week4">4</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week5">5</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week6">6</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week7">7</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week8">8</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week9">9</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week10">10</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week11">11</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week12">12</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week13">13</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week14">14</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week15">15</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week16">16</a> </li>
 +
<li> <a href="https://2012.igem.org/Team:Queens_Canada/Notebook/Week17">17+</a> </li>
 +
 +
</ul>
<div class="kwicks_container">
<div class="kwicks_container">
   <ul class="kwicks">
   <ul class="kwicks">
Line 36: Line 74:
   </ul>
   </ul>
</div>
</div>
 +
 +
</div>
 +
<script>
 +
gooeymenu.setup({id:'gooeymenu1', selectitem:0})
 +
</script>
 +
         <div id="protocolcontent">Protocol Content</div>
         <div id="protocolcontent">Protocol Content</div>
  <div id="notebookcontent">
  <div id="notebookcontent">
-
     
+
 
<h1> Monday May 7 </h1>
<h1> Monday May 7 </h1>
<h2> <p> Today we delved deeper into our researching our project ideas. </p> </h2>
<h2> <p> Today we delved deeper into our researching our project ideas. </p> </h2>
Line 59: Line 103:
<script>
<script>
         $("#notebook").click(function () {
         $("#notebook").click(function () {
-
           $("#protocolcontent").fadeOut(250, function () {
+
           $("#protocolcontent").fadeOut(400, function () {
-
             $("#notebookcontent").fadeIn(250);
+
             $("#notebookcontent").fadeIn(400);
});                   
});                   
return false;
return false;
Line 68: Line 112:
<script>
<script>
         $("#protocols").click(function () {
         $("#protocols").click(function () {
-
           $("#notebookcontent").fadeOut(250, function () {
+
           $("#notebookcontent").fadeOut(400, function () {
-
             $("#protocolcontent").fadeIn(250);
+
             $("#protocolcontent").fadeIn(400);
});       
});       
                   return false;
                   return false;
Line 75: Line 119:
       </script>
       </script>
-
 
+
<script>
 +
$('#navtoggle').click(function() {
 +
  $('#notebookmenu').toggle('slow', function() {
 +
    $(this).slideUp();
 +
  });
 +
});
 +
</script>
 +
<script>
 +
        $(function() {
 +
            var offset = $("#navtoggle").offset();
 +
            var topPadding = 15;
 +
            $(window).scroll(function() {
 +
                if ($(window).scrollTop() > offset.top) {
 +
                    $("#navtoggle").stop().animate({
 +
                        marginTop: $(window).scrollTop() - offset.top + topPadding
 +
                    });
 +
                } else {
 +
                    $("#navtoggle").stop().animate({
 +
                        marginTop: 0
 +
                    });
 +
                };
 +
            });
 +
        });
 +
</script>
  </div>
  </div>
-
 
</body>
</body>

Revision as of 02:57, 3 October 2012

Control

Notebook - Week 1

Protocol Content

Monday May 7

Today we delved deeper into our researching our project ideas.

Tuesday May 8

Today we decided that in addition to normal headshots, we must have gifs for our team page. We also learned about BioBrick assembly methods.

Wednesday May 9

Today we made a list of pros and cons for each project idea.

Thursday May 10

Today Faisal took our team photos for us.

Some QGEM humour: Daniel: “Is jamboree an actual word outside of iGEM?” Liam: “Yeah, it’s like a hoedown.”

Friday May 11

Today we searched far and wide for potential proteins and pathways to express on our flagella, preferably under 250 aa.