Team:NYMU-Taipei

From 2011.igem.org

(Difference between revisions)
(Tailoring Your Avatar ...)
 
(128 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:NYMU-Taipei/Templates/Header}}
+
{{:Team:NYMU-Taipei/Templates/Header/menubar}}
-
<html>
+
<html><style>.toc, #toc { display: none; }</style></html>
-
    <head>
+
=<font size=5><font color=crimson>'''Tailoring Your Avatar'''</font></font>=
-
        <title>Slide Down Box Menu with jQuery and CSS3</title>
+
-
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+
-
        <meta name="description" content="Slide Down Box Menu with jQuery and CSS3" />
+
-
        <meta name="keywords" content="jquery, css3, sliding, box, menu, cube, navigation, portfolio, thumbnails"/>
+
-
+
-
        <link rel="stylesheet" href="http://gel.ym.edu.tw/~evelyn132/igem/css/style.css" type="text/css" media="screen"/>
+
-
        <style>
+
-
+
-
span.reference{
+
-
position:fixed;
+
-
left:10px;
+
-
bottom:10px;
+
-
font-size:12px;
+
-
}
+
-
span.reference a{
+
-
color:#aaa;
+
-
text-transform:uppercase;
+
-
text-decoration:none;
+
-
text-shadow:1px 1px 1px #000;
+
-
margin-right:30px;
+
-
}
+
-
span.reference a:hover{
+
-
color:#ddd;
+
-
}
+
-
ul.sdt_menu{
+
-
margin-top:150px;
+
-
}
+
-
h1.title{
+
-
text-indent:-9000px;
+
-
background:transparent url(title.png) no-repeat top left;
+
-
width:633px;
+
-
height:69px;
+
-
}
+
-
</style>
+
-
    </head>
+
-
    <body>
 
-
    <div id="a1">
 
-
<div class="content">
 
-
 
-
<ul id="sdt_menu" class="sdt_menu">
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/2.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">Home</span>
 
-
<span class="sdt_descr">Get to HOME</span>
 
-
</span>
 
-
</a>
 
-
      </li>
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/1.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">Idea</span>
 
-
<span class="sdt_descr">My idea</span>
 
-
</span>
 
-
</a>
 
-
<div class="sdt_box">
 
-
<a href="#">Concept</a>
 
-
<a href="#">Brainstorming</a>
 
-
<a href="#">Background Review</a>
 
-
</div>
 
-
</li>
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/3.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">Design/
 
-
Experiment</span>
 
-
<span class="sdt_descr"></span>
 
-
</span>
 
-
</a>
 
-
<div class="sdt_box">
 
-
<a href="#">Optomagnetic Design</a>
 
-
<a href="#">Protein Modelling</a>
 
-
<a href="#">Immunological Solution</a>
 
-
<a href="#">Chassis</a>
 
-
<a href="#">SynthoPrime</a>
 
-
<a href="#">Lab Protocol</a>
 
-
</div>
 
-
</li>
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/4.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">Results</span>
 
-
<span class="sdt_descr"></span>
 
-
</span>
 
-
</a>
 
-
<div class="sdt_box">
 
-
<a href="#">Optomagnetic Bacteria</a>
 
-
<a href="#">Immunological Solution</a>
 
-
<a href="#">Chassis</a>
 
-
<a href="#">Parts</a>
 
-
<a href="#">Lab Journal</a>
 
-
<a href="#">International Collaboration</a>
 
-
<a href="#">Achievements</a>
 
-
</div>
 
-
</li>
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/5.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">STS</span>
 
-
<span class="sdt_descr"></span>
 
-
</span>
 
-
</a>
 
-
<div class="sdt_box">
 
-
<a href="#">Synthetic Neurobiology</a>
 
-
<a href="#">Human Practice</a>
 
-
<a href="#">Evaluation&
 
-
Sagety Assessment</a>
 
-
</div>
 
-
</li>
 
-
<li>
 
-
<a href="#">
 
-
<img src="image/6.jpg" alt=""/>
 
-
<span class="sdt_active"></span>
 
-
<span class="sdt_wrap">
 
-
<span class="sdt_link">Abount Us</span>
 
-
<span class="sdt_descr"></span>
 
-
</span>
 
-
</a>
 
-
<div class="sdt_box">
 
-
<a href="#">The School</a>
 
-
<a href="#">The Team</a>
 
-
<a href="#">China Meetup</a>
 
-
</div>
 
-
</li>
 
-
</ul>
 
-
</div>
 
-
         
 
-
</div>
 
-
</div>
 
-
        <!-- The JavaScript -->
 
-
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 
-
<script type="text/javascript" src="http://gel.ym.edu.tw/~evelyn132/igem/jquery.easing.1.3.js"></script>
 
-
        <script type="text/javascript">
 
-
            $(function() {
 
-
/**
 
-
* for each menu element, on mouseenter,
 
-
* we enlarge the image, and show both sdt_active span and
 
-
* sdt_wrap span. If the element has a sub menu (sdt_box),
 
-
* then we slide it - if the element is the last one in the menu
 
-
* we slide it to the left, otherwise to the right
 
-
*/
 
-
                $('#sdt_menu > li').bind('mouseenter',function(){
 
-
var $elem = $(this);
 
-
$elem.find('img')
 
-
.stop(true)
 
-
.animate({
 
-
'width':'170px',
 
-
'height':'170px',
 
-
'left':'0px'
 
-
},400,'easeOutBack')
 
-
.andSelf()
 
-
.find('.sdt_wrap')
 
-
    .stop(true)
 
-
.animate({'top':'140px'},500,'easeOutBack')
 
-
.andSelf()
 
-
.find('.sdt_active')
 
-
    .stop(true)
 
-
.animate({'height':'170px'},300,function(){
 
-
var $sub_menu = $elem.find('.sdt_box');
 
-
if($sub_menu.length){
 
-
var left = '170px';
 
-
if($elem.parent().children().length == $elem.index()+1)
 
-
left = '-170px';
 
-
$sub_menu.show().animate({'left':left},200);
 
-
}
 
-
});
 
-
}).bind('mouseleave',function(){
 
-
var $elem = $(this);
 
-
var $sub_menu = $elem.find('.sdt_box');
 
-
if($sub_menu.length)
 
-
$sub_menu.hide().css('left','0px');
 
-
 
-
$elem.find('.sdt_active')
 
-
.stop(true)
 
-
.animate({'height':'0px'},300)
 
-
.andSelf().find('img')
 
-
.stop(true)
 
-
.animate({
 
-
'width':'0px',
 
-
'height':'0px',
 
-
'left':'85px'},400)
 
-
.andSelf()
 
-
.find('.sdt_wrap')
 
-
.stop(true)
 
-
.animate({'top':'25px'},500);
 
-
});
 
-
            });
 
-
        </script>
 
-
    </body>
 
-
</html>
 
-
{| style="width:965px;border:1px solid gray;"
+
=='''<font size=4><font color=green>Goal</font></font>'''==
-
|-
+
<font size=3>Create <b>wireless neuro-stimulator</b>, focusing on achieving remote neuro-stimulation to minimize invasion and damage to the neuron.</font>
-
| style="vertical-align:top;width:50%;border-right:1px solid gray;" | 
+
-
<font size=5>'''Tailoring Your Avatar'''</font><br>
+
=='''<font size=4><font color=green>Why Do We Want to Do That?</font></font>==
-
<br>
+
-
* '''<font size=3>Goal</font>'''<br>
+
-
<font size=2>creates wireless neuro-stimulator, focusing on achieving remote neuro-stimulation to minimize the invasion and damage to the neuron</font>
+
-
* '''<font size=3>Why do we want to do that?</font><br>
+
<font size=3><b>Optogenetics</b>, the latest neuroscientific method, has improved specificity for stimulating certain cell types of neurons, reversible bi-directional stimulation, and elevated spatiotemporal precision. However, to achieve neuronal network stimulation, light cables are still needed, leaving long-standing annoying issues regarding immune responses unresolved. </font>
-
<font size=2>Optogenetics, the latest neuroscientific method, has improved specificity for stimulating certain cell types of neurons, reversible bi-directional stimulation, and elevated spatiotemporal precision. However, to achieve neuronal network stimulation, light cables are still needed, leaving long-standing annoying issues regarding immune responses unresolved. </font>
+
 
-
* '''<font size=3>Specific aims</font>'''<br>
+
 
-
<font size=2>
+
 
-
** 1. Wireless stimulation for neurons
+
=='''<font size=4><font color=green>Specific Aims</font></font>'''==
-
** 2. Minimize neuro-immuresponse
+
 
 +
<font size=4><font color=mediumblue>'''(1) Wireless stimulation for neurons'''</font></font>
 +
 
 +
<font size=4><font color=mediumblue>'''(2) Minimization of neuro-immuno response'''</font></font>
 +
 
 +
<center><html>
 +
<iframe width="450" height="349" src="http://www.youtube.com/embed/uB66Q4JP6P0?hl=zh&fs=1" frameborder="0" allowfullscreen></iframe>
 +
</html></center>
 +
 
 +
=='''<font size=4 color=green>Our Design</font>'''==
 +
 
 +
<font size=3>
 +
 
 +
To achieve this goal, we use a species of magnetic bacterium,'' Magnetospirillum magneticum'' AMB-1. We have chosen <b>mms13</b>, a transmembrane protein as our target for protein design in this bacterium, as it serves as a linker between reception of wireless magnetic field and optogenetic neuro-stimulation output. Regarding the neuroimmune response, we have utilized three genes to achieve <b>neurosymbiosis</b> within glial cells: <b>''MinC''</b>, a division inhibitor, <b>''INV''</b>, a gene for invasion and <b>''LLO''</b>, a gene for facilitating escapes from phagosomes.</font>
 +
 
 +
'''<font size=3>Our design is made up of the following two devices:</font>'''
 +
 
 +
[https://2011.igem.org/Team:NYMU-Taipei/optomagnetic-design <font size=4><font color=mediumblue>'''(1) <u>Optomagnetic Design</u>'''</font></font>]
 +
 
 +
<font size=3>Bridging magnetics and optogenetics.</font>
 +
 
 +
[https://2011.igem.org/Team:NYMU-Taipei/immunological-solution <font size=4><font color=mediumblue>'''(2)<u> NeuroSymbiosis</u>'''</font></font>]
 +
 
 +
<font size=3>Enabling magnetotactic bacteria to be neurosymbiosis with glia cells.</font>
 +
=='''<font size=4><font color=green>3D Deep Brain Stimulation model</font></font>'''==
 +
 
 +
<center><html><object width="640" height="480"><param name="movie" value="http://www.youtube.com/v/hEfjD3TNE6A?version=3&amp;hl=zh_TW"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hEfjD3TNE6A?version=3&amp;hl=zh_TW" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object></html>
 +
</center>
 +
 
 +
=='''<font size=4><font color=green>Summary of Our Achievements</font></font>'''==
 +
<font size=3>
 +
<center>[[image:Achievement.png|900px|]]</center>
</font>
</font>
-
-------------------------------------------------------------
+
=='''<font size=4><font color=green>Our Institute</font></font>'''==
-
| style="vertical-align:top;" |
+
<font size=4 color=mediumblue>'''(1) The official web sites of our school - National Yang Ming University (NYMU):'''</font>
-
{{:Team:NYMU-Taipei/Our institute}}
+
 
-
|}
+
[http://web.ym.edu.tw/front/bin/home.phtml <font size=3 color=black><u>in Chinese</u></font>]
 +
 
 +
[http://nymu-e.web.ym.edu.tw/front/bin/home.phtml <font size=3 color=black><u>in English</u></font>]
 +
 
 +
<font size=4 color=mediumblue>'''(2) Follow the two links below to see The Beauty of NYMU'''</font>
 +
 
 +
[http://issue.ym.edu.tw/cia/new/ <font size=3 color=black><u>Take a panoramic scenery view of our university</u></font>]
 +
 
 +
[http://issue.ym.edu.tw/cia/new/tw/ym720.html <font size=3 color=black><u>Take a tour of our university</u></font>]
 +
 
 +
<center>[[file:nymutaipei2.jpg|400px|]]</center>
 +
 
-
{{:Team:NYMU-Taipei/Templates/End}}
+
<center>[[Image:Sponsor 2011igem NYMU-Taipei.png]]</center>

Latest revision as of 03:12, 7 December 2011

Slide Down Box Menu with jQuery and CSS3

Contents

Tailoring Your Avatar

Goal

Create wireless neuro-stimulator, focusing on achieving remote neuro-stimulation to minimize invasion and damage to the neuron.

Why Do We Want to Do That?

Optogenetics, the latest neuroscientific method, has improved specificity for stimulating certain cell types of neurons, reversible bi-directional stimulation, and elevated spatiotemporal precision. However, to achieve neuronal network stimulation, light cables are still needed, leaving long-standing annoying issues regarding immune responses unresolved.


Specific Aims

(1) Wireless stimulation for neurons

(2) Minimization of neuro-immuno response

Our Design

To achieve this goal, we use a species of magnetic bacterium, Magnetospirillum magneticum AMB-1. We have chosen mms13, a transmembrane protein as our target for protein design in this bacterium, as it serves as a linker between reception of wireless magnetic field and optogenetic neuro-stimulation output. Regarding the neuroimmune response, we have utilized three genes to achieve neurosymbiosis within glial cells: MinC, a division inhibitor, INV, a gene for invasion and LLO, a gene for facilitating escapes from phagosomes.

Our design is made up of the following two devices:

(1) Optomagnetic Design

Bridging magnetics and optogenetics.

(2) NeuroSymbiosis

Enabling magnetotactic bacteria to be neurosymbiosis with glia cells.

3D Deep Brain Stimulation model

Summary of Our Achievements

Achievement.png

Our Institute

(1) The official web sites of our school - National Yang Ming University (NYMU):

[http://web.ym.edu.tw/front/bin/home.phtml in Chinese]

[http://nymu-e.web.ym.edu.tw/front/bin/home.phtml in English]

(2) Follow the two links below to see The Beauty of NYMU

[http://issue.ym.edu.tw/cia/new/ Take a panoramic scenery view of our university]

[http://issue.ym.edu.tw/cia/new/tw/ym720.html Take a tour of our university]

Nymutaipei2.jpg


Sponsor 2011igem NYMU-Taipei.png