Team:Queens Canada/Notebook/Week2

From 2012.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<head>
<head>
-
<style type="text/css">
 
-
#NotebookNav
 
-
{
 
-
display:block;
 
-
}
 
-
#NotebookNav .menu .primary-menu #w1 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 #w1 a:hover{
+
#NotebookNav .menu .primary-menu #w3 a:hover{
     background: none repeat scroll 0 0 #00438F;
     background: none repeat scroll 0 0 #00438F;
}
}
 +
#navtoggle
 +
{
 +
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
 +
{
 +
color: white;
 +
font-size: 1.1em;
 +
vertical-align: middle;
 +
}
 +
</style>
</head>
</head>
<body>
<body>
 +
 +
<div id="labcontent">
 +
<div id="NotebookTitle">
 +
<p>Notebook - Week 2</p>
 +
</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">
 +
  <ul class="kwicks">
 +
  <li id="kwick_1">
 +
  <a href="" id="notebook">Project Diary
 +
 
 +
    </a>
 +
  </li>
 +
  <li id="kwick_2">
 +
  <a href="" id="protocols">Lab Work
 +
      </a>
 +
  </li>
 +
 +
  </ul>
 +
</div>
 +
 +
</div>
 +
<script>
 +
gooeymenu.setup({id:'gooeymenu1', selectitem:0})
 +
</script>
 +
 +
        <div id="protocolcontent"><p style="font-size: 2em; text-align:middle'"> Given that we have not started lab work yet, we will not be posting anything until we get into the lab (week 3) </p></div>
 +
<div id="notebookcontent">
 +
 +
<h1> Monday May 7 </h1>
 +
<h2> <p> Today we delved deeper into our researching our project ideas. </p> </h2>
 +
 +
<h1> Tuesday May 8 </h1>
 +
<h2> <p> Today we decided that in addition to normal headshots, we must have gifs for our team page. We also learned about BioBrick assembly methods. </p> </h2>
 +
 +
<h1> Wednesday May 9 </h1>
 +
<h2> <p> Today we made a list of pros and cons for each project idea. </p> </h2>
 +
 +
<h1> Thursday May 10 </h1>
 +
<h2> <p> Today Faisal took our team photos for us.
 +
<p> Some QGEM humour: Daniel: “Is jamboree an actual word outside of iGEM?” Liam: “Yeah, it’s like a hoedown.” </p> </h2>
 +
 +
<h1> Friday May 11 </h>
 +
<h2> <p> Today we searched far and wide for potential proteins and pathways to express on our flagella, preferably under 250 aa. </p> </h2>
 +
</div>
 +
 +
     
 +
<script>
 +
        $("#notebook").click(function () {
 +
          $("#protocolcontent").fadeOut(400, function () {
 +
            $("#notebookcontent").fadeIn(400);
 +
});                 
 +
return false;
 +
        });
 +
 +
      </script>
 +
<script>
 +
        $("#protocols").click(function () {
 +
          $("#notebookcontent").fadeOut(400, function () {
 +
            $("#protocolcontent").fadeIn(400);
 +
});     
 +
                  return false;
 +
        });
 +
 +
      </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>
</body>
</body>

Latest revision as of 22:16, 26 October 2012

Control

Notebook - Week 2

Given that we have not started lab work yet, we will not be posting anything until we get into the lab (week 3)

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.