Line 14: | Line 14: | ||
<script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/Javascript?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/Javascript?action=raw&ctype=text/javascript"></script> | ||
− | + | <!--- w3 Css ---> | |
+ | <link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/w3?action=raw&ctype=text/css"> | ||
<!--- Heatmap files ---> | <!--- Heatmap files ---> | ||
<script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/d3?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:Hebrewu/d3?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2018.igem.org/Template:HebrewU/cal?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/Template:HebrewU/cal?action=raw&ctype=text/javascript"></script> | ||
− | |||
− | |||
<style> | <style> | ||
Line 29: | Line 28: | ||
#body {background-color:#EDEADC; } | #body {background-color:#EDEADC; } | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | .w3-container { | ||
+ | overflow: auto; | ||
+ | } | ||
+ | |||
+ | * { | ||
+ | -webkit-box-sizing:content-box ; | ||
+ | -moz-box-sizing:content-box ; | ||
+ | box-sizing:content-box ; | ||
+ | } | ||
+ | |||
+ | |||
+ | .ahuji { | ||
+ | color:black | ||
+ | } | ||
+ | |||
+ | @media (max-width: 1000px) { | ||
+ | .fixed { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .ulogo { display:none; } | ||
+ | } | ||
li { | li { | ||
Line 34: | Line 56: | ||
text-align: -webkit-match-parent; | text-align: -webkit-match-parent; | ||
} | } | ||
− | |||
− | |||
+ | /* Cal-HeatMap CSS */ | ||
+ | .cal-heatmap-container { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .graph | ||
+ | { | ||
+ | font-family: Calibri; | ||
+ | |||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .graph-label | ||
+ | { | ||
+ | fill: #222; | ||
+ | font-size: 20px | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .graph, .cal-heatmap-container .graph-legend rect { | ||
+ | shape-rendering: crispedges | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .graph-rect | ||
+ | { | ||
+ | fill: #106375 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .graph-subdomain-group rect:hover | ||
+ | { | ||
+ | stroke: #FFFFFF; | ||
+ | stroke-width: 2px | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .subdomain-text { | ||
+ | font-size: 8px; | ||
+ | fill: #999; | ||
+ | pointer-events: none | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .hover_cursor:hover { | ||
+ | cursor: pointer | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .qi { | ||
+ | background-color: #999; | ||
+ | fill: #999 | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | Remove comment to apply this style to date with value equal to 0 | ||
+ | .q0 | ||
+ | { | ||
+ | background-color: #fff; | ||
+ | fill: #fff; | ||
+ | stroke: #ededed | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | .cal-heatmap-container .q1 | ||
+ | { | ||
+ | background-color: #dae289; | ||
+ | fill: #dae289 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .q2 | ||
+ | { | ||
+ | background-color: #cedb9c; | ||
+ | fill: #9cc069 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .q3 | ||
+ | { | ||
+ | background-color: #b5cf6b; | ||
+ | fill: #669d45 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .q4 | ||
+ | { | ||
+ | background-color: #637939; | ||
+ | fill: #637939 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .q5 | ||
+ | { | ||
+ | background-color: #3b6427; | ||
+ | fill: #3b6427 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container rect.highlight | ||
+ | { | ||
+ | stroke:#444; | ||
+ | stroke-width:1 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container text.highlight | ||
+ | { | ||
+ | fill: #444 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container rect.highlight-now | ||
+ | { | ||
+ | stroke: red | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container text.highlight-now | ||
+ | { | ||
+ | fill: red; | ||
+ | font-weight: 800 | ||
+ | } | ||
+ | |||
+ | .cal-heatmap-container .domain-background { | ||
+ | fill: none; | ||
+ | shape-rendering: crispedges | ||
+ | } | ||
+ | |||
+ | .ch-tooltip { | ||
+ | padding: 10px; | ||
+ | background: #222; | ||
+ | color: #bbb; | ||
+ | font-size: 12px; | ||
+ | line-height: 1.4; | ||
+ | width: 140px; | ||
+ | position: absolute; | ||
+ | z-index: 99999; | ||
+ | text-align: center; | ||
+ | border-radius: 2px; | ||
+ | box-shadow: 2px 2px 2px rgba(0,0,0,0.2); | ||
+ | display: none; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | .ch-tooltip::after{ | ||
+ | position: absolute; | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | border-color: transparent; | ||
+ | border-style: solid; | ||
+ | content: ""; | ||
+ | padding: 0; | ||
+ | display: block; | ||
+ | bottom: -6px; | ||
+ | left: 50%; | ||
+ | margin-left: -6px; | ||
+ | border-width: 6px 6px 0; | ||
+ | border-top-color: #222; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
− | |||
+ | <style class="cp-pen-styles"> | ||
/* Page Carousel */ | /* Page Carousel */ | ||
.carousel { | .carousel { | ||
Line 334: | Line 502: | ||
} | } | ||
</style> | </style> | ||
− | |||
<body> | <body> | ||
− | |||
<ul id="ddmenu_hebrewu"> | <ul id="ddmenu_hebrewu"> | ||
+ | <li style="float:left;margin-top:12px;padding-left:15px;"><br />Hebrew</li> | ||
− | + | <div class="huji_homebutton"> | |
− | + | ||
− | < | + | <a href="javascript:void(0);" class="icon" onClick="show_small_nav()"> |
− | + | <img src="https://static.igem.org/mediawiki/2018/d/dc/T--Hebrewu--huji_small_manu.png" width="20" height="20" padding:"2px"> | |
− | < | + | </a> |
− | + | ||
+ | <a href="https://2018.igem.org/Team:HebrewU"> | ||
+ | <img class="ulogo" src="https://static.igem.org/mediawiki/2018/d/d3/T--Hebrewu--huji_boiling_logo.png" width="60" height="60" style="margin-left:-27px;"> | ||
+ | </a> | ||
+ | </div> | ||
− | <li><a | + | <li><a>Project</a> |
<ul> | <ul> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li> | ||
− | |||
<li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li> | ||
− | |||
− | |||
<li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li> | ||
<li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Motivation">Moolti</a></li> | ||
+ | |||
</ul> | </ul> | ||
</li> | </li> | ||
− | + | <li><a>Lab</a> | |
− | + | ||
<ul> | <ul> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/Team"> | + | <li><a href="https://2018.igem.org/Team:HebrewU/Design">Yeast Design</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Plant">Plant Design</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Notebook">Notebook</a></li> |
+ | <li><a href="https://2018.igem.org/Team:HebrewU/InterLab">Inter-lab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Safety">Safety</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:HebrewU/Protocols">Protocols</a></li> | ||
+ | |||
</ul> | </ul> | ||
+ | |||
</li> | </li> | ||
+ | |||
<li><a href="https://2018.igem.org/Team:HebrewU/Human_Practices">Human Practices</a> | <li><a href="https://2018.igem.org/Team:HebrewU/Human_Practices">Human Practices</a> | ||
<ul> | <ul> | ||
− | |||
<li><a href="https://2018.igem.org/Team:HebrewU/Ethics">Ethics</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Ethics">Ethics</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Global_aspects">Global Aspects</a></li> |
<li><a href="https://2018.igem.org/Team:HebrewU/Public_engagment">Public Engagment</a></li> | <li><a href="https://2018.igem.org/Team:HebrewU/Public_engagment">Public Engagment</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Open_Source">Open Source</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
− | <li><a | + | <li><a>Team</a> |
<ul> | <ul> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU | + | <li><a href="https://2018.igem.org/Team:HebrewU/Team">Members</a></li> |
− | + | <li><a href="https://2018.igem.org/Team:HebrewU/Attributionss">Attributions</a></li> | |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Collaborations">Collaborations</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | <li><a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery">Photo Gallery</a></li> |
− | <li><a href="https://2018.igem.org/Team:HebrewU/ | + | |
</ul> | </ul> | ||
− | |||
</li> | </li> | ||
− | <li><a href="https://2018.igem.org/Team:HebrewU/Judging">Judging</a></li> | + | <li ><a href="https://2018.igem.org/Team:HebrewU/Judging">Judging</a></li> |
<div class="social_huji"> | <div class="social_huji"> | ||
− | <a href="https://twitter.com/GemHuji">< | + | <a href="https://twitter.com/GemHuji"> <img class="social_icons" src="https://static.igem.org/mediawiki/2018/3/39/T--Hebrewu--twitter_logo.png" width="25" height="25"></a> |
− | <a href="https://www.facebook.com/HUJiGEM">< | + | <a href="https://www.facebook.com/HUJiGEM"> <img class="social_icons" src="https://static.igem.org/mediawiki/2018/8/8a/T--Hebrewu--facebook_logo.png" width="25" height="25"></a> |
− | <a href="https://www.instagram.com/hujigem/">< | + | <a href="https://www.instagram.com/hujigem/"> <img class="social_icons" src="https://static.igem.org/mediawiki/2018/5/54/T--Hebrewu--insta_logo.png" width="25" height="25"></a> |
+ | <a href="https://www.igem.org/Main_Page"> <img class="social_icons" src="https://static.igem.org/mediawiki/2018/1/1a/T--Hebrewu--IGEM_logo.png" width="30"></a> | ||
+ | |||
</div> | </div> | ||
+ | |||
</ul> | </ul> | ||
Line 401: | Line 576: | ||
<button class="huji_small_navbar">Project</button> | <button class="huji_small_navbar">Project</button> | ||
<div class="huji_small_navbar_panel"> | <div class="huji_small_navbar_panel"> | ||
− | |||
<a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a> | ||
− | |||
<a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a> | ||
− | |||
− | |||
<a href="https://2018.igem.org/Team:HebrewU/Results"><button class="b_huji_small_subnav">Results</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Results"><button class="b_huji_small_subnav">Results</button></a> | ||
<a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">Moolti</button></a> | ||
</div> | </div> | ||
− | <button class="huji_small_navbar"> | + | <button class="huji_small_navbar">Lab</button> |
<div class="huji_small_navbar_panel"> | <div class="huji_small_navbar_panel"> | ||
− | <a href="https://2018.igem.org/Team:HebrewU/Team"><button class="b_huji_small_subnav">Team | + | <a href="https://2018.igem.org/Team:HebrewU/Design"><button class="b_huji_small_subnav">Yeast Design</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Plant"><button class="b_huji_small_subnav">Plant Design</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Notebook"><button class="b_huji_small_subnav">Notebook</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/InterLab"><button class="b_huji_small_subnav">InterLab</button></a> |
+ | <a href="https://2018.igem.org/Team:HebrewU/Safety"><button class="b_huji_small_subnav">Safety</button></a> | ||
+ | <a href="https://2018.igem.org/Team:HebrewU/Protocols"><button class="b_huji_small_subnav">Protocols</button></a> | ||
+ | |||
</div> | </div> | ||
<button class="huji_small_navbar">Human Practice</button> | <button class="huji_small_navbar">Human Practice</button> | ||
<div class="huji_small_navbar_panel"> | <div class="huji_small_navbar_panel"> | ||
− | <a href="https://2018.igem.org/Team:HebrewU/Human_Practices"><button class="b_huji_small_subnav">Human Practice | + | <a href="https://2018.igem.org/Team:HebrewU/Human_Practices"><button class="b_huji_small_subnav">Human Practice - Main Page</button></a> |
− | + | ||
<a href="https://2018.igem.org/Team:HebrewU/Ethics"><button class="b_huji_small_subnav">Ethics</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Ethics"><button class="b_huji_small_subnav">Ethics</button></a> | ||
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Global_aspects"><button class="b_huji_small_subnav">Global Aspects</button></a> |
<a href="https://2018.igem.org/Team:HebrewU/Public_Engagment"><button class="b_huji_small_subnav">Public Engagment</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Public_Engagment"><button class="b_huji_small_subnav">Public Engagment</button></a> | ||
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Open_Source"><button class="b_huji_small_subnav">Open Source</button></a> |
</div> | </div> | ||
− | + | ||
+ | |||
+ | <button class="huji_small_navbar">Team</button> | ||
<div class="huji_small_navbar_panel"> | <div class="huji_small_navbar_panel"> | ||
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Members"><button class="b_huji_small_subnav">Members</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Attributionsn"><button class="b_huji_small_subnav">Attributions</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Collaborations"><button class="b_huji_small_subnav">Collaborations</button></a> |
− | <a href="https://2018.igem.org/Team:HebrewU/ | + | <a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery"><button class="b_huji_small_subnav">Photo Gallery</button></a> |
− | + | ||
− | + | ||
− | + | ||
+ | </div> | ||
+ | |||
<a href="https://2018.igem.org/Team:HebrewU/Judging"><button class="huji_small_navbar">Judging</button></a> | <a href="https://2018.igem.org/Team:HebrewU/Judging"><button class="huji_small_navbar">Judging</button></a> | ||
</div> | </div> | ||
Line 471: | Line 646: | ||
} | } | ||
</script> | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <!--- Up button ---> | ||
+ | <div class="fixed"> | ||
+ | <a href="#ddmenu_hebrewu"> ^ </a> | ||
+ | </div> | ||
<!--- Page content start ---> | <!--- Page content start ---> | ||
<div class="columnhuji middle"> | <div class="columnhuji middle"> | ||
+ | |||
<h2 class="ahuji"> Notebook </h2> | <h2 class="ahuji"> Notebook </h2> | ||
Line 547: | Line 730: | ||
cellPadding: 3, | cellPadding: 3, | ||
domainGutter: 12, | domainGutter: 12, | ||
− | range: | + | range: 7, |
legend: [2, 4, 6, 8], | legend: [2, 4, 6, 8], | ||
legendColors: ["white", "black"], | legendColors: ["white", "black"], |
Revision as of 08:30, 7 October 2018
Notebook
7 Highlights
1#
2#
3#
4#
Day-by-Day Calander
Monday, June 2nd.
- Lab cleanup, 12:00.
- Everyone.