Team:WITS-CSIR SA/AboutUs/MeetOurBugs

From 2011.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
[[Media:Example.ogg]]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
     <title>Biotweet - Profile</title>
+
     <title>Biotweet - Collaboration</title>
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" />
     <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" />
Line 15: Line 15:
         div.top
         div.top
         {
         {
-
             height: 140px;
+
             height: 95px;
             background-color: #2d4782;
             background-color: #2d4782;
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */
Line 50: Line 50:
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&amp;ctype=text/css">
     <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&amp;ctype=text/css">
 +
<link href="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojox/image/resources/Lightbox.css" rel="stylesheet" type="text/css" />
 +
 +
<link href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/Dropdown.css?action=raw&amp;ctype=text/css" media="screen" rel="stylesheet" type="text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/default.css?action=raw&amp;ctype=text/css" />
 +
<link href="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/default.advanced.css?action=raw&amp;ctype=text/css" media="screen" rel="stylesheet" type="text/css" />
 +
 +
<!--[if lt IE 7]>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/Styles/jquery.dropdown.js?action=raw&amp;ctype=text/js"></script>
 +
<![endif]-->
 +
     <!-- Begin: Core -->
     <!-- Begin: Core -->
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&amp;ctype=text/js"></script>
Line 84: Line 94:
         dojo.require("dijit.form.TextBox");
         dojo.require("dijit.form.TextBox");
         dojo.require("dojo.parser");
         dojo.require("dojo.parser");
 +
        dojo.require("dojox.image.Lightbox");
     </script>
     </script>
</head>
</head>
<body class="claro">
<body class="claro">
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&amp;ctype=text/js"></script>
 
-
    <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&amp;ctype=text/js"></script>
 
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
     <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false"
         class="container">
         class="container">
 +
<div style="position: absolute; width: 100%; top: 80px;">
 +
<ul class="dropdown dropdown-horizontal">
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA">Home</a></li>
 +
<li><a href="#" class="dir">Project</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Concept">Overview</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Characterization">Characterization</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Modelling">Modelling</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Collaboration/Index">Collaboration</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Notebook">Lab notebook</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Applications">Potential applications</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Achievements">Achievements</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Protocols">Protocols</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Parts">Parts submitted</a></li>
 +
<li><a href="./" class="dir">Outreach</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/SciBono">Scibono experience</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/Forum">Synthetic biology forum</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/Survey">Survey</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Project/Safety">Safety</a></li>
 +
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Diary/Gallery">Gallery</a></li>
 +
<li><a href="./" class="dir">About us</a>
 +
<ul>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/MeetTheTeam">Meet the team</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/Outreach/PublicRelations">Media attention</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/Attributions">Attributions</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/Acknowledgements">Acknowledgements</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/MeetOurBugs">Meet our bugs!</a></li>
 +
<li><a href="https://2011.igem.org/Team:WITS-CSIR_SA/AboutUs/ContactUs">Contact us</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top">
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
             <a href="https://2011.igem.org/Team:WITS-CSIR_SA">
-
                 <img src="https://static.igem.org/mediawiki/2011/c/c9/Logo.png" alt="Biotweet" height="100px"
+
                 <img src="https://static.igem.org/mediawiki/2011/6/63/Wits_Logo_Biotweet_Rearrange.gif" alt="Biotweet" height="60px"
-
                     style="float: left; margin-bottom: 10px; border: none;" />
+
                     style="float: left; margin-bottom: 5px; border: none;" />
-
             </a><a href="https://igem.org/Main_Page" target="_blank">
+
             </a><a href="https://2011.igem.org/Main_Page" target="_blank">
-
                 <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="100px"
+
                 <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="60px"
-
                     style="float: right; margin-bottom: 10px; border: none;" />
+
                     style="float: right; margin-bottom: 5px; border: none;" />
             </a>
             </a>
-
             <div class="menu padding ui-helper-clearfix">
+
             <div class="ui-helper-clearfix">
             </div>
             </div>
         </div>
         </div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"
             class="center">
             class="center">
 +
             <div style="width: 903px; margin: auto; height: 100%;">
             <div style="width: 903px; margin: auto; height: 100%;">
                 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
                 <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'"
                     style="height: 100%;">
                     style="height: 100%;">
-
                    <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'leading', style:'overflow-y: auto;'"
 
-
                        class="west">
 
-
                        sidebar
 
-
                    </div>
 
                     <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'">
                     <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'">
                         <div style="height: 100%; overflow-y: auto;">
                         <div style="height: 100%; overflow-y: auto;">
-
                            <h1>
 
-
                                Meet the bugs</h1>
 
-
                            <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Team Profile'">
 
-
                                </p>
 
-
                            </div>
 
-
                            <br />
+
<h1>
-
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Attributions'">
+
                                Bug Blog</h1>
-
                                <p>
+
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Updates'">
-
                                    Lab work: All of the lab work presented on this wiki is the work of the team members.</p>
+
<h2>DH5 alpha</h2>
-
                                <p>
+
<p>Some crazy scientists tried to PCR out my CheZ gene. Don't they know that i'm non-motile. It's a pity i couldn't swim away!</p>                               
-
                                    Modelling: All modelling was completed by Brad, our information engineer.</p>
+
<h2>XL1 Blue</h2>
-
                                <p>
+
<p>Nervous for tomorrow's PCR</p>
-
                                    Logo: Our logo was also designed by Brad</p>
+
<h2>XL1 Blue</h2>
-
                                <p>
+
<p>Robbed of my CheZ gene. Geez, that's Jo'burg for you</p>
-
                                    Animation: This task was performed by an animator.</p>
+
<h2>CheZ deletion mutant</h2>
-
                                <p>
+
<p>Leaving for South Africa tomorrow. Bye bye Japan!</p>
-
                                    Website: Our site was built by a web developer.</p>
+
<h2>CheZ deletion mutant</h2>
 +
<p>Made it safely through customs!!!</p>
 +
<h2>CheZ deletion mutant</h2>
 +
<p>Geez! It's been 7 days! When will i arrive? My neighbours won't stop multiplying and i'm SO hungry!</p>
 +
<h2>DH5 alpha</h2>
 +
<p>Doing Kiegel exercises to keep my cell wall tight!</p>
 +
<h2>DH5 alpha</h2>
 +
<p>My favourite daughter cell was left behind when our colony was picked. Noooo! :'( </p>
 +
<h2>CheZ deletion mutant</h2>
 +
<p>Finally! A PLATE of food!</p>
 +
<h2>XL1 Blue</h2>
 +
<p>John Lennon, YOU ROCK</p>
 +
 
 +
 
 +
 
                             </div>
                             </div>
-
                            <br />
+
 
-
                             <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Acknowledgements'">
+
                              
-
                                <p>
+
 
-
                                    We would like to thank the following people for their invaluable contributions to
+
-
                                    the project:</p>
+
                             </div>
                             </div>
                         </div>
                         </div>
Line 142: Line 193:
                 </div>
                 </div>
             </div>
             </div>
-
        </div>
+
</div>
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
         <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'"
             class="footerBox" style="background-color: #ffffff;">
             class="footerBox" style="background-color: #ffffff;">
Line 159: Line 210:
             $.fling('publish', 'ready');
             $.fling('publish', 'ready');
 +
 +
            $('#one').liteAccordion({
 +
                onActivate: function () {
 +
                    this.find('figcaption').fadeOut();
 +
                },
 +
                slideCallback: function () {
 +
                    this.find('figcaption').fadeIn();
 +
                },
 +
                autoPlay: false,
 +
                pauseOnHover: true,
 +
                theme: 'dark',
 +
                rounded: false,
 +
                enumerateSlides: true,
 +
                containerWidth: 932,
 +
                containerHeight: 240
 +
            }).find('figcaption:first').show();
             dojo.parser.parse();
             dojo.parser.parse();

Latest revision as of 17:09, 22 October 2011

Media:Example.ogg<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Biotweet - Collaboration

Bug Blog

DH5 alpha

Some crazy scientists tried to PCR out my CheZ gene. Don't they know that i'm non-motile. It's a pity i couldn't swim away!

XL1 Blue

Nervous for tomorrow's PCR

XL1 Blue

Robbed of my CheZ gene. Geez, that's Jo'burg for you

CheZ deletion mutant

Leaving for South Africa tomorrow. Bye bye Japan!

CheZ deletion mutant

Made it safely through customs!!!

CheZ deletion mutant

Geez! It's been 7 days! When will i arrive? My neighbours won't stop multiplying and i'm SO hungry!

DH5 alpha

Doing Kiegel exercises to keep my cell wall tight!

DH5 alpha

My favourite daughter cell was left behind when our colony was picked. Noooo! :'(

CheZ deletion mutant

Finally! A PLATE of food!

XL1 Blue

John Lennon, YOU ROCK