Team:USTC-Software/text

From 2012.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:USTC-Software/hidden}}
+
{{Template:Team:USTC-Software/hidden}}
-
{{Team:USTC-Software/header-n}}
+
{{Template:Team:USTC-Software/global_header}}
<html>
<html>
<head>
<head>
-
     <title>Home USTC-Software</title>
+
     <title>USTC-Software Team</title>
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/style?action=raw&ctype=text/css" type="text/css"/>
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/style?action=raw&ctype=text/css" type="text/css"/>
-
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css"/>
+
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/team_style?action=raw&ctype=text/css" type="text/css" media="screen" title="no title" charset="utf-8">
-
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/footer_style?action=raw&ctype=text/css" type="text/css"/>
+
-
    <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/home_style?action=raw&ctype=text/css" type="text/css"/>
+
-
   
+
-
    <!-- webfonts -->
+
-
    <link href="http://fonts.googleapis.com/css?family=Economica:700,400italic" rel="stylesheet" type="text/css"/>
+
     <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
-
     <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300' rel='stylesheet' type='text/css'>
+
     <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
-
     <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
+
     <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
 +
    <script src="https://2012.igem.org/Team:USTC-Software/js/jquery-1.7.1.min?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
 +
   
 +
    <script type="text/javascript">
 +
        $(document).ready(function(){
 +
            $('div.member_details').hide();
 +
            $('div.member').click(function(){
 +
                $('div.member_details').hide();
 +
                var detail = $(this).attr('id');
 +
                $('div#'+detail+'-details').fadeIn('slow'); //  display the coresponding details
 +
            });
 +
            $('div.detail_close').click(function(){
 +
                $(this).parents('div.member_details').fadeOut('speed'); //  close the coresponding details
 +
            });
 +
        });
 +
    </script>
      
      
-
    <!-- javascript for slider -->
 
-
    <script src="https://2012.igem.org/Team:USTC-Software/js/modernizr.custom.28468?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
 
</head>
</head>
<body>
<body>
      
      
 +
    <!-- members' thumbnails -->
 +
    <div id="member_feature_wrapper">
 +
        <div id="members">
 +
            <div id="meet-team"></div>
 +
           
 +
            <div class="member" id="member-kai">    <div class="member-name"><h5>Kai Kang</h5></div>    </div>
 +
            <div class="member" id="member-kaifeng"> <div class="member-name"><h5>Kaifeng Chen</h5></div>    </div>
 +
            <div class="member" id="member-chao">    <div class="member-name"><h5>Chao Xu</h5></div>    </div>
 +
            <div class="member" id="member-litong">  <div class="member-name"><h5>Litong Jiang</h5></div>    </div>
 +
            <div class="member" id="member-kaishuai"><div class="member-name"><h5>Kaishuai Yang</h5></div>    </div>
 +
            <div class="member" id="member-sen">    <div class="member-name"><h5>Sen Jiang</h5></div>    </div>
 +
            <div class="member" id="member-qi">      <div class="member-name"><h5>Qi Hu</h5></div>    </div>
 +
           
 +
       
 +
            <!-- team logo -->
 +
            <div id="slogon"></div>
 +
        </div>
 +
    </div>
 +
    <!-- end of members' thumbnails -->
      
      
-
   
+
     <!-- members' details -->
-
     <!-- photo zone showing the top features of the software -->
+
     <div id="member_details_wrapper">
-
     <div id="photo_zone_line_up"></div>
+
        <div class="member_details" id="member-kai-details">
-
    <div id="da-slider" class="da-slider">
+
            <div class="detail_close"></div>
-
        <div class="da-slide">
+
            <div class="details_member_name">
-
            <p class="h2">Map</p>
+
                <p class="h1">Kai Kang</p>
-
             <p>Map is a simple and easy software to visualize your experimental data. Click to import the data and you will get exactly what you want.</p><a href="project.html#map" class="da-link">Read More</a>
+
             </div>
-
             <div class="da-img"><img src="images/1.png" width="480px" height="330"/></div>
+
            <div class="member_photo" id="photo_kai"></div>
 +
             <div class="resume">
 +
                <p>Kai Kang, the team leader, is a senior undergraduate majoring in Optics at USTC. As the team leader, he participates in every major part of the project, from software programming to GUI design, from wiki development to human practice. </p>
 +
                <p>At school, he works at Key Laboratory of Quantum Information, CAS doing student researching. His researching interests include Optics and Optical sciences, Applied Physics, Computer vision and image processing. For more information, please visit <a href="http://home.ustc.edu.cn/~kangk">his home page</a>.</p>
 +
            </div>
         </div>
         </div>
-
         <div class="da-slide">
+
         <div class="member_details" id="member-kaifeng-details">
-
             <p class="h2">Console</p>
+
             <div class="detail_close"></div>
-
             <p>Console is where you manage heavy computing and complex tasks. With different buttons controlling each parameter, you can optimize the behaviors of the software. We applied evolution algorithm and machine learning techniques in the network inferences to provide the best simulation of your data.</p><a href="project.html#console" class="da-link">Read More</a>
+
             <div class="details_member_name">
-
             <div class="da-img"><img src="images/2.png" width="480px" height="330"/></div>
+
                <p class="h1">Kaifeng Chen</p>
 +
            </div>
 +
            <div class="member_photo" id="photo_kaifeng"> </div>  
 +
             <div class="resume">
 +
                <p>Kaifeng Chen is a senior undergraduate from the School of the Gifted Young(SGY) in USTC, and ranks No.1 among those who major in Physics in SGY. As a member of USTC-Software, he participates in software development and together with Chao Xu, builds Regulon Lib, an Clotho app for finding possible regulatory relations in Regulon DB.</p>
 +
                <p>At school, he works at Key Laboratory of Basic Plasma Physics, CAS & USTC, doing researches about classical SH model and Fokker-Planck equation. For more information, visit <a href="http://home.ustc.edu.cn/~ckfeng">his home page</a>.</p>
 +
            </div>
         </div>
         </div>
-
         <div class="da-slide">
+
         <div class="member_details" id="member-chao-details">
-
            <p class="h2">SandBox</p>
+
             <div class="detail_close"></div>
-
             <p>SandBox displays the Genetical Regulatory Networks in a clean and interactive way, with clear connection and 3-D interaction, you will get better understanding of how genes and proteins regulating each other.</p><a href="project.html#sandbox" class="da-link">Read More</a>
+
             <div class="details_member_name">
-
             <div class="da-img"><img src="images/3.png" width="480px" height="330"/></div>
+
                <p class="h1">Chao Xu</p>
-
        </div>
+
            </div>
-
        <div class="da-slide">
+
            <div class="member_photo" id="photo_chao"></div>
-
             <p class="h2">Report</p>
+
             <div class="resume">
-
            <p>Report organizes all output information in folders. You can review the simulation result while looking at the behaviors of certain genes or proteins. In addition, Report creates a web page where you can review the results on the go.</p><a href="project.html#report" class="da-link">Read More</a>
+
                <p>Chao Xu is a sophomore undergraduate in USTC. When he joined the USTC-Software last winter, he was only a freshmen, but immediately showed his ability and talents in coding and software development. He participates in software development, and builds a Clotho app with Kaifeng Chen. He is also good at image and video editing, and helps edit videos and photos.</p>
-
             <div class="da-img"><img src="images/4.png" width="480px" height="330"/></div>
+
                <p>Although only a sophomore, he has decided to join the Kay Laboratory of Quantum Information, CAS to do some researches. The road ahead is hard and long, but he is following his dreams.</p>
 +
             </div>
         </div>
         </div>
-
         <nav class="da-arrows"><span class="da-arrows-prev"></span><span class="da-arrows-next"></span></nav>
+
         <div class="member_details" id="member-litong-details">
-
    </div>
+
            <div class="detail_close"></div>
-
    <div id="photo_zone_line_down"></div>
+
             <div class="details_member_name">
-
    <script type="text/javascript" src="https://2012.igem.org/Team:USTC-Software/js/jquery-1.7.1.min?action=raw&ctype=text/javascript"></script>
+
                <p class="h1">Litong Jiang</p>
-
    <script src="https://2012.igem.org/Team:USTC-Software/js/jquery.cslider?action=raw&ctype=text/javascript" type="text/javascript" charset="utf-8"></script>
+
-
    <script type="text/javascript" charset="utf-8">
+
-
    $(function() {
+
-
        $('#da-slider').cslider({
+
-
             bgincrement    : 0,
+
-
            autoplay: true,
+
-
            interval: 8000
+
-
        });
+
-
    });
+
-
    </script>
+
-
   
+
-
   
+
-
   
+
-
    <!-- sections displaying main features -->
+
-
    <div id="features_grid">
+
-
        <div id="s-logo"></div>
+
-
        <div id="reverse_engineering" class="feature">
+
-
            <div class="feature_left">
+
-
 
+
             </div>
             </div>
-
             <div class="feature_right">
+
             <div class="member_photo" id="photo_litong"> </div>
-
                <div class="feature_name">
+
            <div class="resume">
-
                    <p class="h2">Reverse Engineering</p>
+
                <p>A junior student in USTC, Litong Jiang majors in theoretical physics. She participated in wiki development and, together with Yunlong Zheng, did significant work in human practice. She enjoys working with her teammates and learns a lot form them. All these experiences will help her in the future study and researches.</p>
-
                </div>
+
                 <p>Unlike many girls, Litong chose theoretical physics as her major, and hopes to have some contribution in the area.</p>
-
                <div class="details">
+
-
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
-
                 </div>
+
-
                <div class="more">
+
-
                    <p><a href="#">Read More</a></p>
+
-
                </div>
+
             </div>
             </div>
         </div>
         </div>
-
         <div id="grn" class="feature">
+
         <div class="member_details" id="member-kaishuai-details">
-
             <div class="feature_left">
+
            <div class="detail_close"></div>
-
 
+
             <div class="details_member_name">
 +
                <p class="h1">Kaishuai Yang</p>
             </div>
             </div>
-
             <div class="feature_right">
+
             <div class="member_photo" id="photo_kaishuai"></div>
-
                <div class="feature_name">
+
            <div class="resume">
-
                    <p class="h2">Genetical Regulatory Networks</p>
+
                <p>Kaishuai Yang is now a second-year postgraduate in the<a href="http://theory.issp.ac.cn/index.html"> Research Laboratory for Computational Materials Sciences</a>, <a href="http://www.issp.cas.cn/">Institute of Solid State Physics</a>, <a href="http://www.cas.cn/">CAS</a> and studied in USTC for his first year. Kaishuai is a really hard-working guy and spent significant time learning web development. He spent the whole summer in USTC helping the team build the wiki site, and the team's final wiki is mainly based upon his work.</p>
-
                </div>
+
                 <p>At present, he is studying at the Institute of Solid State Physics, CAS in Hefei and doing computational materials research there. For more information, just visit <a href="http://home.ustc.edu.cn/~yks1987/">his home page</a>.</p>
-
                <div class="details">
+
-
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
-
                 </div>
+
-
                <div class="more">
+
-
                    <p><a href="#">Read More</a></p>
+
-
                </div>
+
             </div>
             </div>
         </div>
         </div>
-
         <div id="all_in_one" class="feature">
+
         <div class="member_details" id="member-sen-details">
-
             <div class="feature_left">
+
            <div class="detail_close"></div>
-
 
+
             <div class="details_member_name">
 +
                <p class="h1">Sen Jiang</p>
             </div>
             </div>
-
             <div class="feature_right">
+
             <div class="member_photo" id="photo_sen"></div>
-
                <div class="feature_name">
+
            <div class="resume">
-
                    <p class="h2">All-in-one Software</p>
+
                <p>Sen Jiang, also know as JayXon, is a senior student in USTC. He is in charge of the GUI development of the project. In his spare time, he enjoys coding and has written many open-source softwares. With his experience of software development, the USTC-Software team is confident to build software with both performance and beauty.</p>
-
                </div>
+
                 <p>He is running a website to share some of his softwares. Definitely check <a href="http://www.jayxon.com">this</a> out.</p>
-
                <div class="details">
+
-
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
-
                 </div>           
+
-
                <div class="more">
+
-
                    <p><a href="#">Read More</a></p>
+
-
                </div>
+
             </div>
             </div>
         </div>
         </div>
-
         <div id="machine_learning" class="feature">
+
         <div class="member_details" id="member-qi-details">
-
             <div class="feature_left">
+
            <div class="detail_close"></div>
-
 
+
             <div class="details_member_name">
 +
                <p class="h1">Qi Hu</p>
             </div>
             </div>
-
             <div class="feature_right">
+
             <div class="member_photo" id="photo_qi"></div>
-
                <div class="feature_name">
+
            <div class="resume">
-
                    <p class="h2">Machine Learning</p>
+
                <p>Qi Hu is a second-year postgraduate student in USTC. He is good at image and video editing and works in the promotion part of the team. He edited the <a href="https://2012.igem.org/Team:USTC-Software/hp.html#hp_intro">human practice video</a> and helped design posters, wiki and T-shirts.</p>
-
                </div>
+
                 <p>He majors in Automation and now works under the guidance of <a href="http://staff.ustc.edu.cn/~xuems">Dr. Meishen Xue</a>. His research interests are in the wireless sensors network design, optimization of control and neural network. Go to <a href="http://home.ustc.edu.cn/~huqi100">his website</a> for more information.</p>
-
                <div class="details">
+
-
                    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
-
                 </div>            
+
-
                <div class="more">
+
-
                    <p><a href="#">Read More</a></p>
+
-
                </div>
+
             </div>
             </div>
         </div>
         </div>
-
         <div id="slogon"></div>
+
         </div>
     </div>
     </div>
 +
       
 +
    </div>
 +
   
 +
    <div id="thanks"></div>
 +
    <div id="links"></div>
</body>
</body>
</html>
</html>
-
{{Team:USTC-Software/global_footer}}
 

Latest revision as of 14:06, 26 September 2012

global_header

igem
USTC-Software Team
Kai Kang
Kaifeng Chen
Chao Xu
Litong Jiang
Kaishuai Yang
Sen Jiang
Qi Hu

Kai Kang

Kai Kang, the team leader, is a senior undergraduate majoring in Optics at USTC. As the team leader, he participates in every major part of the project, from software programming to GUI design, from wiki development to human practice.

At school, he works at Key Laboratory of Quantum Information, CAS doing student researching. His researching interests include Optics and Optical sciences, Applied Physics, Computer vision and image processing. For more information, please visit his home page.

Kaifeng Chen

Kaifeng Chen is a senior undergraduate from the School of the Gifted Young(SGY) in USTC, and ranks No.1 among those who major in Physics in SGY. As a member of USTC-Software, he participates in software development and together with Chao Xu, builds Regulon Lib, an Clotho app for finding possible regulatory relations in Regulon DB.

At school, he works at Key Laboratory of Basic Plasma Physics, CAS & USTC, doing researches about classical SH model and Fokker-Planck equation. For more information, visit his home page.

Chao Xu

Chao Xu is a sophomore undergraduate in USTC. When he joined the USTC-Software last winter, he was only a freshmen, but immediately showed his ability and talents in coding and software development. He participates in software development, and builds a Clotho app with Kaifeng Chen. He is also good at image and video editing, and helps edit videos and photos.

Although only a sophomore, he has decided to join the Kay Laboratory of Quantum Information, CAS to do some researches. The road ahead is hard and long, but he is following his dreams.

Litong Jiang

A junior student in USTC, Litong Jiang majors in theoretical physics. She participated in wiki development and, together with Yunlong Zheng, did significant work in human practice. She enjoys working with her teammates and learns a lot form them. All these experiences will help her in the future study and researches.

Unlike many girls, Litong chose theoretical physics as her major, and hopes to have some contribution in the area.

Kaishuai Yang

Kaishuai Yang is now a second-year postgraduate in the Research Laboratory for Computational Materials Sciences, Institute of Solid State Physics, CAS and studied in USTC for his first year. Kaishuai is a really hard-working guy and spent significant time learning web development. He spent the whole summer in USTC helping the team build the wiki site, and the team's final wiki is mainly based upon his work.

At present, he is studying at the Institute of Solid State Physics, CAS in Hefei and doing computational materials research there. For more information, just visit his home page.

Sen Jiang

Sen Jiang, also know as JayXon, is a senior student in USTC. He is in charge of the GUI development of the project. In his spare time, he enjoys coding and has written many open-source softwares. With his experience of software development, the USTC-Software team is confident to build software with both performance and beauty.

He is running a website to share some of his softwares. Definitely check this out.

Qi Hu

Qi Hu is a second-year postgraduate student in USTC. He is good at image and video editing and works in the promotion part of the team. He edited the human practice video and helped design posters, wiki and T-shirts.

He majors in Automation and now works under the guidance of Dr. Meishen Xue. His research interests are in the wireless sensors network design, optimization of control and neural network. Go to his website for more information.

Retrieved from "http://2012.igem.org/Team:USTC-Software/text"