Team:USTC-Software

From 2014.igem.org

(Difference between revisions)
(Replaced content with "{{USTC-Software/head}} {{USTC-Software/foot}}")
Line 1: Line 1:
{{USTC-Software/head}}
{{USTC-Software/head}}
-
<style type="text/css">
 
-
  .wiki{
 
-
    background-color: #e9f0f5;
 
-
  } 
 
-
</style>
 
-
 
-
<div style="position: relative;">
 
-
<img src="https://static.igem.org/mediawiki/2014/5/50/2014ustc-MainBackgroundback2.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page1.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page2.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page3.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page4.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page5.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div style="position: relative;">
 
-
<img src="img/page6.jpg" alt="" class="bg" style="width:100%;max-width:100%">
 
-
</div>
 
-
 
-
<div class="clear"></div>
 
-
     
 
{{USTC-Software/foot}}
{{USTC-Software/foot}}

Revision as of 07:14, 17 October 2014

USTC-Software | Welcome

     <img src="2014ustc-software2.png">

Contents

Innovation Experiment Centre of Life Science (IEC)

Building of Life Sciences, Room 363

University of Science and Technology of China

96, Jinzhai Rd, Shushan, Hefei

230026, Anhui, China

ustc-software-2014@googlegroups.com

     <a href="https://www.db.com" target="_blank"><img src="2014ustc-Dbank.png" style="margin-top:2em"></a>


    <script src="https://2014.igem.org/Team:USTC-Software/jquery.js?action=raw&ctype=text/javascript"></script>

<script> $(function(){

   $('.row .nameplate').click(function(){
       var description = $(this).parent().find('.details').html();
   var titleText = $(this).text();//text();
$('#pop_up_content').html('

' + titleText + '

' + description);
       $('#pop_up').fadeIn();
       return false;
   });
   $('.row .profilewrap').click(function(){
       var description = $(this).find('.details').html();
   var titleText = $(this).find('.nameplate').text();//text();
$('#pop_up_content').html('

' + titleText + '

' + description);
       $('#pop_up').fadeIn();
       return false;
   });    
   $('#pop_up #pop_up_close').click(function(){
       $('#pop_up').fadeOut();
   });
   $('#pop_up #pop_up_underlay').click(function(){
       $('#pop_up').fadeOut();
   });
 /*
   $(".profilewrap").hover(function(){
   $(this).find('.normal').hide();
   $(this).find('.crazy').show();
   },function(){
   $(this).find('.normal').show();
   $(this).find('.crazy').hide();
   }); 
  • /

}); </script>

     <script src="https://2014.igem.org/Team:USTC-Software/main.js?action=raw&ctype=text/javascript"></script> 
    
   <script src="https://2014.igem.org/Team:USTC-Software/foundation.min.js?action=raw&ctype=text/javascript"></script>
   <script>
     $(document).foundation();
   </script>
   
 </body>

</html>