|
|
(157 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
− | <html> | + | <!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]--> |
− | | + | <!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]--> |
− | <head> | + | <!--[if (gte IE 8)|!(IE)]><!--> |
− | <style>
| + | <html class="no-js" lang="en"> |
− | #home_logo, #sideMenu { | + | <!--<![endif]--> |
− | display: none; | + | <head> |
| + | <!--- Basic Page Needs========================================================================= --> |
| + | <meta charset="utf-8"/> |
| + | <title></title> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" /> |
| + | <meta name="description" content="Wiki of Peking iGEM 2018" /> |
| + | <meta name="author" content="Peking iGEM"/> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| + | <!-- Mobile Specific Metas===================================================================== --> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> |
| + | <!-- Fix Overwrite the original iGEM style=================================================== --> |
| + | <link href="https://2018.igem.org/Template:Peking/css/fix?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <!-- CSS======================================================================================= --> |
| + | <link href="https://2018.igem.org/Template:Peking/css/bootstrap_min?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <link href="https://2018.igem.org/Template:Peking/css/style?action=raw&ctype=text/css" rel="stylesheet" /> |
| + | <!-- CSS======================================================================================= --> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/default?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/layout?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/media-queries?action=raw&ctype=text/css"/> |
| + | <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/notebook_panel?action=raw&ctype=text/css"/> |
| + | <style> |
| + | body { background: #D2D8D8 url(https://static.igem.org/mediawiki/2018/7/78/T--Peking--images_bodyBackground.jpeg); background-attachment:fixed;} |
| + | .texttitle{ |
| + | color:#6495ED; |
| + | font-size: 32px; |
| + | line-height: 48px; |
| + | margin-bottom: 12px; |
| + | font-family: raleway-bold, sans-serif !important; |
| + | background: transparent; |
| + | letter-spacing: 3px; |
| + | text-transform: uppercase; |
| + | font-weight: 350; |
| + | text-align: center; |
| + | padding-top:40px; |
| + | } |
| + | sup{font-size:11px;} |
| + | .references{margin-top:150px;margin-bottom:40px;} |
| + | .references p{font-size:14px !important; color:#666161 !important;} |
| + | .classic-title {font-weight: 300;padding-top:30px;} |
| + | .classic-title span { |
| + | padding-bottom: 8px; |
| + | border-bottom: 1px solid #383232; |
| + | font-weight: 400; |
| } | | } |
− | | + | figure{margin-top:40px;margin-bottom:40px;height:auto;} |
− | #sideMenu, #top_title, .patrollink { | + | .anchor{padding-top:100px;margin-top:-100px;} |
− | display: none; | + | </style> |
| + | |
| + | </head> |
| + | <body> |
| + | <!--sidebar 引用==============================================================================--> |
| + | <style> |
| + | #primary span{ |
| + | display:block; |
| + | word-break:break-all |
| + | } |
| + | |
| + | #page-wrap { |
| + | width: 25%; |
| + | margin: 0px; |
| + | position: relative; |
| } | | } |
− | | + | #page-wrap a:hover {color:#6495ED;} |
− | #content { | + | |
− | width: 100%;
| + | #sidebar { |
− | padding: 0px;
| + | width: 25%; |
− | margin-top: 0px; | + | |
| margin-left: 0px; | | margin-left: 0px; |
− | margin-right: 0px;
| |
| } | | } |
− | | + | @media (min-width:1024px){ |
− | body { | + | #sidebar{position:relative;top:120px;max-width:200px;}} |
− | background-color: #FAFAFA; | + | @media (max-width: 1023px){ |
− | !important; | + | #sidebar{display:none; |
| + | } |
| + | #page-wrap{display:none;} |
| } | | } |
− | | + | </style> |
− | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | + | |
− | margin-bottom: 0px; | + | |
| + | <script type="text/javascript"> |
| + | function menuFixed(id){ |
| + | var obj = document.getElementById(id); |
| + | var _getHeight = obj.offsetTop; |
| + | |
| + | window.onscroll = function(){ |
| + | changePos(id,_getHeight); |
| + | } |
| + | } |
| + | function changePos(id,height){ |
| + | var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight(); |
| + | if(w>=1024){ |
| + | if($(window).scrollTop() + $(window).height() > $(document).height() - 230){ |
| + | $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");} |
| + | } |
| + | var scrollTop = document.documentElement.scrollTop || document.body.scrollTop -230; |
| + | var windowBottom = $(window).scrollTop() + $(window).innerHeight(); |
| + | var w = window.innerWidth; |
| + | |
| + | if(scrollTop < height){ obj.style.position = 'relative'; |
| + | }else{ |
| + | obj.style.position = 'fixed'; |
| + | } |
| + | } |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | window.onload = function(){ |
| + | menuFixed('sidebar'); |
| + | } |
| + | </script> |
| + | <script> |
| + | function naver(id){ |
| + | var obj=document.getElementById(id); |
| + | var oPos=obj.offsetTop; |
| + | return window.scrollTo(0,oPos+250); |
| + | } |
| + | </script> |
| + | <!--sidebar 引用 end ==============================================================================--> |
| + | <!--panel 引用==================================================================================--> |
| + | <style type="text/css"> |
| + | .panel-default .panel-heading a{ |
| + | text-decoration: none; |
| + | display:block; |
| + | padding:10px; |
| + | } |
| + | .panel-heading.panel-title{ |
| + | text-decoration: none; |
| + | padding-top:0px; |
| + | padding-bottom:0px; |
| + | padding-left:0px; |
| + | padding-right:0px; |
| + | text-align:center; |
| + | font-size:19px; |
| + | |
| + | } |
| + | a[aria-expanded="true"] { |
| + | background-color:rgba(70, 73, 76, 0.95); |
| + | text-decoration: none; |
| + | color:white; |
| + | } |
| + | |
| + | .panel-default .panel-heading a[aria-expanded="false"]{ |
| + | -o-transition: background-color 1s linear; |
| + | -moz-transition: background-color 1s linear; |
| + | -khtml-transition: background-color 1s linear; |
| + | -webkit-transition: background-color 1s linear; |
| + | -ms-transition: background-color 1s linear; |
| + | transition: background-color 1s linear; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="false"]:hover{ |
| + | background-color:rgba(70, 73, 76, 0.95); |
| + | text-decoration: none; |
| + | color:white; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="true"]{ |
| + | -o-transition: opacity 1s linear; |
| + | -moz-transition: opacity 1s linear; |
| + | -khtml-transition: opacity 1s linear; |
| + | -webkit-transition: opacity 1s linear; |
| + | -ms-transition: opacity 1s linear; |
| + | transition: opacity 0.7s linear; |
| + | } |
| + | .panel-default .panel-heading a[aria-expanded="true"]:hover{ |
| + | opacity:0.7; |
| + | } |
| + | |
| + | .coll p a{ |
| + | color:#6495ED !important; |
| + | } |
| + | .coll p a:hover{ |
| + | color:#6495ED!important; |
| + | } |
| + | .coll { |
| + | width:100%; |
| + | float:left; |
| + | } |
| + | .coll .info { |
| + | width:6%; |
| + | font-size:11px; |
| + | color:#a4a4a4; |
| + | margin-top:0px; |
| + | float:left; |
| + | |
| + | } |
| + | .coll .content { |
| + | width:94%; |
| + | float:left; |
| + | margin-left:40px; |
| + | margin-top:-3px; |
| + | } |
| + | .coll .ordi { |
| + | width;100%; |
| + | margin:0px 0px 0px 0px; |
| + | font-size:35px; |
| + | font-style:italic; |
| + | float:left; |
| + | color:#1E90FF; |
| + | opacity:0.8; |
| } | | } |
− | a:link {
| + | |
− | text-decoration: none;
| + | </style> |
− | }
| + | |
| + | <script type="text/javascript"> |
| + | $(document).ready(function(){ |
| + | $("#button1").click(function(){ |
| + | $(".panel-collapse").collapse("show"); |
| + | }); |
| + | }); |
| + | $(document).ready(function(){ |
| + | $("#button2").click(function(){ |
| + | $(".panel-collapse").collapse("hide"); |
| + | }); |
| + | }); |
| + | $("#notebook").addClass("navbar-active"); |
| + | </script> |
| + | <!--panel 引用 end ==================--> |
| + | |
| + | <!-- Navigation --> |
| + | <div id="navigation" class="navbar navbar-fixed-top"> |
| + | <div class="navbar-inner "> |
| + | <div class="container no-padding"> |
| + | <a class="show-menu" data-toggle="collapse" data-target=".nav-collapse"><span class="show-menu-bar"></span> |
| + | </a> |
| + | <div id="logo" style="max-width:0px"><a class="" href="https://2018.igem.org/Team:Peking"><img |
| + | src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--Logo.png"></a></div> |
| + | |
| + | <div class="nav-collapse collapse"> |
| + | <ul class="nav"> |
| | | |
− | a:visited {
| + | <li class="menu-1"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking">Home</a> |
− | text-decoration: none;
| + | </li> |
− | }
| + | |
| | | |
− | a:active {
| + | <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a> |
− | text-decoration: none;
| + | <ul class="dropdown-menu"> |
− | }
| + | <li><a href="https://2018.igem.org/Team:Peking/Project" class="barfont1">Description</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Perspective" class="barfont1">Perspective</a></li> |
| + | </ul> |
| + | </li> |
| + | <li class="menu-3"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Model">Modeling</a> |
| + | </li> |
| + | <li class="menu-4"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Software">Software</a> |
| + | </li> |
| | | |
− | a:hover {
| |
− | }
| |
− | .dropbtn {
| |
− | background-color: #4CAF50;
| |
− | color: white;
| |
− | padding: 16px;
| |
− | font-size: 16px;
| |
− | border: none;
| |
− | cursor: pointer;
| |
− | }
| |
| | | |
− | .dropdown { | + | <li class="menu-6"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a> |
− | position: relative;
| + | </li> |
− | display: inline-block;
| + | <li class="dropdown menu-7"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Achievement</a> |
− | }
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Judging_Form" class="barfont1">Judging Form</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Parts" class="barfont1">Parts</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Improve" class="barfont1">Improvement</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a></li> |
| | | |
− | .dropdown-content {
| + | </ul> |
− | display: none;
| + | </li> |
− | position: absolute;
| + | <li class="dropdown menu-8"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Lab</a> |
− | background-color: #f9f9f9;
| + | <ul class="dropdown-menu"> |
− | min-width: 140px;
| + | <li><a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a></li> |
− | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
| + | <li><a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a></li> |
− | }
| + | <li><a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a></li> |
| + | <li><a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a></li> |
| + | |
| + | </ul> |
| + | </li> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <!--/Navigation --> |
| + | |
| + | |
| + | <!-- Page Title======================================================================== --> |
| + | <div id="page-title"> |
| + | <div class="row"> |
| + | <div class="twelve columns centered text-center"> |
| + | <h1>Software </h1> |
| + | |
| + | </div> |
| + | </div> |
| + | </div><!-- Page Title End--> |
| + | |
| + | |
| + | <div id="page-content" class="row page"> |
| + | <div id="primary" class="twelve columns"> |
| + | <section> |
| + | <div class="row"> |
| + | |
| + | |
| + | |
| + | <div class="row"> |
| + | |
| + | |
| + | |
| + | <div class="three columns"> |
| + | <div id="page-wrap"> |
| + | <div id="sidebar" style="color:#000000"> |
| + | <h4><a href="javascript:void(0);" onclick="naver('A')">•Overview</a></h4> |
| + | <h4><a href="javascript:void(0);" onclick="naver('B')">•Naming Rules Management</a></h4> |
| + | <h4><a href="javascript:void(0);" onclick="naver('C')">•Grayscale & Merge</a></h4> |
| + | |
| + | <h4><a href="javascript:void(0);" onclick="naver('D')">•Video & Z Stacks</a></h4> |
| + | <h4><a href="javascript:void(0);" onclick="naver('E')">•Cropping</a></h4> |
| + | <h4><a href="javascript:void(0);" onclick="naver('F')"> •Fixing Drift & Rotation</a></h4> |
| + | <h4><a href="javascript:void(0);" onclick="naver('G')"> |
| + | •Time Scale & Scale Plate</a></h4> |
| + | </div> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="nine columns"> |
| + | <div class="coll"> |
| + | <div class="texttitle"> Overview |
| + | <a id="A"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | .dropdown-content a { | + | |
− | color: black;
| + | |
− | padding: 12px 16px;
| + | <div class="content"> |
− | text-decoration: none;
| + | <p>We produce abundant fluorescence images in our experiments. However, there are many challenges in the processing of such data, which can be extremely large. Even in the case of 1 hour of imaging for 25 positions at 3 channels every minute, the microscope will yield 4500 high-resolution images. To help with the image processing in such a high throughput, we developed software for microscope image batching(Fig. 1). |
− | display: block;
| + | <br/><a href="https://github.com/igemsoftware2018/Team_Peking">(Github: https://github.com/igemsoftware2018/Team_Peking)</a><br/> |
− | }
| + | <p style="text-align:justify; text-justify:inter-ideograph">This software was written specifically for the problems we encountered. </p><br/> |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/5/52/T--Peking--Software.png" width="300 px" height="300 px"></div> |
| + | <p><div align="center">Figure. 1 The GUI of the software</div></p> |
| + | <br/><br/> |
| | | |
− | .dropdown-content a:hover {background-color: #f1f1f1}
| |
| | | |
− | .dropdown:hover .dropdown-content {
| |
− | display: block;
| |
− | }
| |
| | | |
− | .dropdown:hover .dropbtn {
| + | </div> |
− | background-color: #3e8e41;
| + | </div> |
− | }
| + | <div class="coll"> |
− | u{ text-decoration:none}
| + | <div class="texttitle">Naming Rules management |
− | a{ text-decoration:none} | + | <a id="B"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
| + | |
| + | |
| + | <div class="content"> |
| + | <p>The first problem we met is that the file names of the exported images are generated according to <b>fuzzy rules</b>. Confusingly, the rules for the number of the positions, channels and times vary among files. To address the diversity of file names of images derived from different microscopes, we managed to build a <b>naming rule manager</b> (Fig. 2), which can create and modify the naming rule. The rules that can be made are <b>flexible</b>, and can contain up to 4 variables and 4 customized strings. Every variable has a customized zero filling function that can solve annoying problems such as the numbers 01 to 99. The users can also <b>share</b> their rules in the form of a file, which may benefit group projects.<a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a> |
| + | <br/><br/> |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/d/dd/T--Peking--Namerule.png"><br/> |
| + | <p><div align="center">Figure. 2 The GUI of naming rules manager</div></p> |
| + | </div> |
| + | <br/><br/> |
| | | |
| | | |
| + | </div> |
| + | </div> |
| + | <div class="coll"> |
| + | <div class="texttitle">Grayscale and Channels Merge |
| + | <a id="C"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | /*Major body*/
| + | |
− | #MajorBody{position:absolute; top:24px; left:0px; width:1200px; height:1200px; background-color:#ffffff;}
| + | |
− | #LeftNavigation{position:fixed; top:80px; float:left; width:200px; height:100%; background-color:#313131; z-index:1050;}
| + | <div class="content"> |
− | #Content{position:absolute; left:0px;}
| + | <p>After solving the problem of obtaining the files, we can now address their processing.The most important difference between fluorescence microscope images and ordinary photographs is the channel function. We needed to contrast different fluorescence channels to assess the result. However, exporting a great number of large images can be exceedingly time-consuming. Thus, if we can merge the channels or convert the images to grayscale after cropping, we will save much time. Thus, we added the functions of <b>merging</b>(Fig. 3) and <b>grayscale conversion</b> (Fig. 4)to our software first.<a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a> </p> |
− | #ProjectList{position:absolute; top:40px; left:0px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif;}
| + | <br/><br/> |
− | #ProjectList > li {display:block; list-style-type:none; width:180px; height:30px; font-size:20px; text-align:left; background-color:transparent;}
| + | |
− | .Left>a {color:#ffffff; text-decoration:none;} | + | |
− | .Left:hover >a{color:#999999;}
| + | |
| | | |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/e/ee/T--Peking--MergeG.png" width="150 px" heigth="150 px"> |
| + | <img src="https://static.igem.org/mediawiki/2018/e/ef/T--Peking--MergeR.png" width="150 px" heigth="150 px"> |
| + | <img src="https://static.igem.org/mediawiki/2018/2/27/T--Peking--MergeM.png" width="150 px" heigth="150 px"> |
| + | </div> |
| + | <p><div align="center">Figure. 3 The images before and after channels merging</div></p> |
| | | |
− | /*end of Major body*/
| |
− | #AcknowledgementBox{ position:absolute; left:0px; top:590px; width:1200px;display:none;}
| |
| | | |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/e/eb/T--Peking--GrayS.png" width="150 px" heigth="150 px"> |
| + | <img src="https://static.igem.org/mediawiki/2018/4/49/T--Peking--GrayG.png"width="150 px" heigth="150 px"> |
| + | </div> |
| + | <p><div align="center">Figure. 4 The images before and after grayscale conversion</div></p> |
| | | |
| + | <br/><br/> |
| | | |
| + | </div> |
| + | </div> |
| + | <div class="coll"> |
| + | <div class="texttitle">Video and Z Stacks |
| + | <a id="D"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
| + | |
| + | <div class="content"> |
| + | <p>In living organisms, if we want to show dynamic processes using video recordings, we will need to fuse the images in the correct order to make a video. We therefore wrote functions to <b>export video</b> by time or by z axis.(Fig. 5) <a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a> </p> |
| + | <br/><br/> |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/7/77/T--Peking--video.png"><br/> |
| + | <img src="https://static.igem.org/mediawiki/2018/0/09/T--Peking--driftE.gif"></div> |
| + | <p><div align="center">Figure. 5 The GUI of the video functions and the video exported</div></p> |
| + | <br/><br/> |
| | | |
| + | </div> |
| + | </div> |
| + | <div class="coll"> |
| + | <div class="texttitle">Cropping |
| + | <a id="E"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
− | </style>
| + | |
| + | <div class="content"> |
| + | <p>In scientific research, cropping is widely used to beautify the images and emphasize the target. To meet the need for flexible cropping, we provided two cropping methods. <b>Drawing cropping</b> can draw the range to be cropped while <b>position cropping</b> crops the given position.(Fig. 6) Please refer to the user manuals for more details. <a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a></p> |
| + | <br/><br/> |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/9/96/T--Peking--cropping.png" width="600px" height="300 px"></div> |
| + | <p><div align="center">Figure. 6 The cropping process</div></p> |
| | | |
− | <link rel="stylesheet" type="text/css"
| + | <br/><br/> |
− | href="https://2018.igem.org/Template:Peking/css/menubar?action=raw&ctype=text/css">
| + | |
− | <link rel="stylesheet" type="text/css"
| + | |
− | href="https://2018.igem.org/Template:Peking/css/main?action=raw&ctype=text/css">
| + | |
| | | |
| + | </div> |
| + | </div> |
| + | <div class="coll"> |
| + | <div class="texttitle">Fixing Drift and Rotation |
| + | <a id="F"></a></div> |
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
| | | |
| + | <div class="coll"> |
| + | |
| + | <div class="content"> |
| + | <p>What’s more, sometime the cells float during the process of photographing, which results in the cells drifting or even rotating in the video. We will have to make a larger cropping to ensure that the cell will not move out of the field of view. To solve this problem, we wrote a function that can move the cropping frame with the cell linearly, which can <b>fix the drifting</b> of cells to some extent(Fig. 7). Also, we can rotate the image using the setting before cropping, by which we may also <b>fix the rotation</b> of the cells(Fig. 8). Please refer to the user manuals for more details. <a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a> </p> |
| + | <br/><br/> |
| + | <div align="center"> |
| + | <img src="https://static.igem.org/mediawiki/2018/7/79/T--Peking--driftN.gif"> |
| + | <img src="https://static.igem.org/mediawiki/2018/0/09/T--Peking--driftE.gif"><br/> |
| + | <p><div align="center">Figure. 7 The videos before and after drift fixing. The yeast are less locomotive after fixing.</div></p> |
| + | </div> |
| + | <br/> |
| + | <div align="center"><img src="https://static.igem.org/mediawiki/2018/e/e3/T--Peking--RotationN.gif" width=" 250 px" height="250 px"> |
| + | <img src="https://static.igem.org/mediawiki/2018/e/e9/T--Peking--RotationF.gif" width=" 250 px" height="250 px"></div> |
| + | <p><div align="center">Figure. 8 The videos before and after rotation and drift fixing, The yeast are less rotational after fixing.</div></p> |
| | | |
− | </head> | + | <br/><br/> |
| | | |
− | <body> | + | </div> |
| + | </div> |
| | | |
− | <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> | + | <div class="coll"> |
− | <header class="mdl-layout__header" style="position:fixed; margin-top: -9px; !important;">
| + | <div class="texttitle">Time Scale and Scale Plate |
− | <div class="mdl-layout__header-row">
| + | <a id="G"></a></div> |
− | <!-- Title -->
| + | <hr style="border:2px dashed; height:2px" color="#666666"> |
− | <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
| + | |
− | style="color: #000000; font-size: x-large"><strong>Peking iGEM 2018</strong></a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking"><img
| + | |
− | src="https://static.igem.org/mediawiki/2018/e/e2/T--Peking--_toolbar.jpeg" height="50"></a>
| + | |
− | <!-- Add spacer, to align navigation to the right -->
| + | |
− | <div class="mdl-layout-spacer"></div>
| + | |
− | <!-- Navigation. We hide it in small screens. -->
| + | |
− | <nav class="mdl-navigation mdl-layout--large-screen-only">
| + | |
| | | |
− | <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
| + | |
− | style="color: #000; font-weight: 500;"><b>Home</b></a>
| + | <div class="content"> |
− | <div class="dropdown">
| + | <p>Eventually, the micrographs in science need information attached to them before they can be shown to the public. The time scale of every frame and the scale of the cells are the most common features.(Fig. 9) We can add the <b>time scale</b> information to the image by the given position, start time, interval and unit. Furthermore, <b>the scale bar</b>, which indicates the scale of the cells, can be added by the given position, total length, length/pixel and unit.<a href="https://static.igem.org/mediawiki/2018/3/32/T--Peking--Users_manual.pdf"> Please refer to the user manuals for more details.</a> </p> |
− | <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Project">Project</a></span>
| + | <br/><br/> |
− | <div class="dropdown-content">
| + | <div align="center"> |
− | <a href="https://2018.igem.org/Team:Peking/Description" class="barfont1">Description</a>
| + | <br/><br/> |
− | <a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a>
| + | <img src="https://static.igem.org/mediawiki/2018/2/26/T--Peking--Addinfo.gif"><br/> |
− | <a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a>
| + | <img src="https://static.igem.org/mediawiki/2018/e/eb/T--Peking--GrayS.png"> |
− | <a href="https://2018.igem.org/Team:Peking/Future_Plan" class="barfont1">Future Plan</a>
| + | <p><div align="center">Figure. 9 The GUI of adding information and the image with time and scale bar</div></p> |
− | </div></div>
| + | <br/><br/> |
− | <div class="dropdown">
| + | </div> |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Results">Data Page</a></span>
| + | |
− | <div class="dropdown-content">
| + | <br/><br/> |
− | <a href="https://2018.igem.org/Team:Peking/Phase_Separation_D" class="barfont1">Phase Separation</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Functions_D" class="barfont1">Functions</a>
| + | |
− | </div></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Model">Model</a></span>
| + | |
− | <div class="dropdown-content">
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Phase_Separation_M" class="barfont1">Phase Separation</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Functions_M" class="barfont1">Functions</a>
| + | |
− | </div></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Software">Software</a></span></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a></span>
| + | |
− | <div class="dropdown-content">
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Human_Practices/Gold" class="barfont1">Human Practices</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Public_Engagement" class="barfont1">Public Engagement</a>
| + | |
− | </div></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Team">Team</a></span>
| + | |
− | <div class="dropdown-content">
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Team_Members" class="barfont1">Team Members</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a>
| + | |
− | </div></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Collaborations">Collaborations</a></span>
| + | |
− | <div class="dropdown-content">
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a>
| + | |
− | </div></div>
| + | |
− | <div class="dropdown">
| + | |
− | <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Parts">Parts</a></span>
| + | |
− | <div class="dropdown-content">
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Favorite_Parts" class="barfont1">Favorite Parts</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Part_Table" class="barfont1">Part Table</a>
| + | |
− | <a href="https://2018.igem.org/Team:Peking/Part_Collection" class="barfont1">Part Collection</a>
| + | |
− | </div></div>
| + | |
− | <span>              </span></div>
| + | |
− | </nav>
| + | |
− | </div>
| + | |
− | </header>
| + | |
| | | |
| </div> | | </div> |
| | | |
− | <!--MajorBody-->
| |
− | <div id="MajorBody">
| |
| | | |
− | <div class="two_thirds_size" >
| |
− | <p>Welcome to our wiki!</p>
| |
| | | |
− | </div> | + | <hr style="border:2px dashed; height:2px" color="#666666"> |
− | <div id="Content"> | + | <br/><br/> |
− | Software
| + | Almost all micrographs shown in our wiki and ppt were processed using this software. It helped us a lot and we wish to share it with anyone who needs it. If you want more detail, please refer to the user manuals. The software is available at:<a href="https://github.com/igemsoftware2018/Team_Peking">https://github.com/igemsoftware2018/Team_Peking (Github)</a>. If you want an updated version after the project freeze and after iGEM, check<a href="https://github.com/IndigoMad/Microscopic-Images-Batching"> here: (Github)</a>, we will release all the updates there. |
− | </div> | + | |
− | </div> | + | |
| + | </div><!--9 columns end--> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div><!--row end--> |
| + | </section> |
| + | </div><!--12 columes end--> |
| + | </div><!--page-content end--> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- footer============================================================================== --> |
| + | <style> |
| + | footer .copyright span:before { |
| + | content: "|"; |
| + | padding-left: 10px; |
| + | padding-right: 12px; |
| + | color: #b4bbbb; |
| + | } |
| + | footer .copyright span:after { |
| + | content: "|"; |
| + | padding-left: 10px; |
| + | padding-right: 12px; |
| + | color: #b4bbbb; |
| + | } |
| + | </style> |
| + | <footer id="page-footer"> |
| + | <footer id="page-footer"> |
| + | <div class="row,row1"> |
| + | <ul class="footer-social"> |
| + | <li class="col-md-6" id="PKU-administration" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://dean.pku.edu.cn/pkudean/index.html"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--Peking--images_PKU_Administration_logo.png"></a> |
| + | </li> |
| + | <li class="col-md-6" id="PKU-SLS" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://www.bio.pku.edu.cn/"><img src="https://static.igem.org/mediawiki/2018/0/04/T--Peking--images_PKU_SLS_logo.png"></a> |
| + | </li> |
| + | |
| + | <li class="col-md-6" id="PKU-CQB" style="margin-bottom:25px;max-width:300px"> |
| + | <a href="http://cqb.pku.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2018/e/e1/T--Peking--images_PKU_CQB_logo.png"></a> |
| + | </li> |
| + | |
| + | </ul> |
| + | </div> |
| + | <div class="row"> |
| + | <div class="twelve columns" > |
| + | <ul class="copyright"> |
| + | <!--<li>© 2014 Sparrow</li> --> |
| + | <li><a href="https://2018.igem.org/Team:Peking">Home</a> <a href="mailto:pekingigem2018@126.com">Contact</a></li> |
| + | <span> ©2018 PEKING IGEM. All Rights Reserved.</span> |
| + | <li><a href="http://getbootstrap.com/2.3.2/">Based on Bootstrap</a></li> |
| + | </ul> |
| + | </div> |
| + | <div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div> |
| + | </div> |
| | | |
− | </body>
| |
| | | |
| + | <!-- Footer End--> |
| + | |
| + | |
| + | <!-- Java Script======================================================================= --> |
| + | <script>window.jQuery || document.write('<script src="https://2018.igem.org/Template:Peking/Javascript/jquery_1_10_2_min?action=raw&ctype=text/javascript"><\/script>')</script> |
| + | <script type="text/javascript" src="https://2018.igem.org/Template:Peking/Javascript/jquery_migrate_1_2_1_min?action=raw&ctype=text/javascript"></script> |
| + | |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/jquery_flexslider?action=raw&ctype=text/javascript"></script> |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/doubleaptogo?action=raw&ctype=text/javascript"></script> |
| + | <script src="https://2018.igem.org/Template:Peking/Javascript/init?action=raw&ctype=text/javascript"></script> |
| + | |
| + | <!--quotations from flexslider: start--> |
| + | <script src='https://2018.igem.org/Template:Peking/Javascript/modernizr_js?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_polaroid?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_easing?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_transform_0_8_0_min?action=raw&ctype=text/javascript'></script> |
| + | <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_preloader?action=raw&ctype=text/javascript'></script> |
| + | <!--quotations from flexslider: end--> |
| + | |
| + | <!--quotations from black: start--> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_sticky?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_easing_1_3_pack?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/bootstrap_min?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_patallax_1_1_3?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/appear?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/modernizr?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_prettyPhoto?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/isotope?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_bxslider_min?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_cycle_all?action=raw&ctype=text/javascript" ></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_maximage?action=raw&ctype=text/javascript"></script> |
| + | <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/scripts?action=raw&ctype=text/javascript "></script> |
| + | <!--quotations from black: end--> |
| + | |
| + | |
| + | </body> |
| </html> | | </html> |