Team:SUSTC-Shenzhen-A

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:SUSTC/3}}
+
{{Template:SUSTC/pd_template}}
-
{| style="width:100%;background:#f5f5f5;text-align:justify;font-family: helvetica, arial, sans-serif;color:#555555;margin-top:5px;border-radius:7px;" cellspacing="20"
+
<html>
-
|style="font-family: helvetica, arial, sans-serif;font-size:2em;color:#ea8828;"|About our team
+
<head>
-
|-
+
<style type="text/css">
-
|'''This iGEM team is set up by South University of Science and Technology of China, which is a public institution funded by the municipality of Shenzhen, a special economic zone city in southern China.
+
-
All the undergrads in this team are sophomore, and not all the members will join Biology Division, so our team is multi-disciplinary.'''
+
-
|}
+
-
__NOTOC__== '''About our team''' ==
+
.sidebar_box_woframe {
-
[[Image:SUSTC-Shenzhen-A_team.png|right|350px]]
+
margin-bottom: 20px;
 +
}
-
This iGEM team is set up by South University of Science and Technology of China, which is a public institution funded by the municipality of Shenzhen, a special economic zone city in southern China.  
+
.sidebar_box {
-
All the undergrads in this team are sophomore, and not all the members will join Biology Division, so our team is multi-disciplinary.
+
width: 260px;
 +
padding: 0;
 +
}
 +
.sidebar_box_top {
 +
width: 260px;
 +
height: 20px;
 +
}
 +
.sidebar_box_bottom {
 +
width: 260px;
 +
height: 20px;
 +
margin-bottom: 30px;
 +
}
-
__NOTOC__== '''About our project''' ==
+
.sidebar_box_content {
-
===Abstract===
+
padding: 0 20px;
 +
}
-
The website "Registry of Standard Biological Parts" promotes the development of synthetic biology through providing genetic parts. To expand its influence in data exchange, we found it necessary to build an app client for it. In order to save time in searching BioBrick, simplify the process of selecting classifications, and facilitate changing selected category, we will dedicate ourselves to adjust database structure so that we can change the interface of BioBrick searching into spinner-formed .
+
.sidebar_box_content p {
 +
margin-bottom: 10px;
 +
}
 +
.image_wrapper {
 +
position: relative;
 +
display: block;
 +
width: 218px;
 +
height: 128px;
 +
padding: 9px;
 +
}
 +
.image_wrapper span {
 +
position: absolute;
 +
left: 0;
 +
top: 0;
 +
width: 236px;
 +
height: 144px;
 +
background: url(https://static.igem.org/mediawiki/2012/3/3d/Fruit_site_templatemo_image_frame.png) no-repeat;
 +
}
 +
.image_fl { float: left; margin: 3px 20px 0 0; }
 +
.image_fr { float: right; margin: 3px 0 0 20px; }
-
__NOTOC__===Motivation===
+
.title {
-
Nowadays, the focal point of electronic devices is shifting from the  fixed to portable, people use mobile devices in routine to save time. With a nice appearance and the support of APP store , which is the biggest market for smartphone applications, iPhone attracts a huge amount of consumers, and is becoming an important office platform.However, the Registry of Standard Biological Parts website does not fit the operating system of iPhone. Therefore, considering the wide range of users of iPhone, and to benefit those who are interested in or working in synthetic biology, we’re going to build and improve a search engine of BioBrick.
+
font-family: "Comic Sans MS", cursive;
 +
font-size: xx-large;
 +
color: #698B69;
 +
}
 +
.title1 {
 +
font-family: "Comic Sans MS", cursive;
 +
font-size: x-large;
 +
color: #000;
 +
}
 +
.date {
 +
      font-family: serif, cursive, fantasy;
 +
      color:#5f3c23;
 +
}
-
__NOTOC__===Background===
+
#talkbubble {
-
Registry of Standard Biological Parts is a website that provides a collection of biological parts with known functions used in synthetic biology, ranging from plasmids to protein generators. The parts conform to BioBrick standard and form a categorization system so that new genetic parts can be simply constructed through hierarchy implement. Based on the "get some, to give some" principle, the resource is continuously improved and cooperation among researchers is achieved. The active role of the website in promoting the development of synthetic biology is self-evident. On the other hand, the ubiquitous mobile device shows that traditional websites cannot satisfy our needs to update data and disseminate the information timely. A client on mobile devices seems necessary. According to statistical data, the user amount of iPhone is rather huge, which implies that iPhone client might be an excellent choice.
+
  width: 544px;
 +
  height:165px;
 +
  background:#ffffff;
 +
//  background:#EFEFEF;
 +
  position: relative;
 +
  -moz-border-radius:    0px;
 +
  -webkit-border-radius: 0px;
 +
  border-radius:        10px;
 +
  font-family: Tahoma, Geneva, sans-serif;
 +
font-size: 14px;
 +
  color:#333;
 +
}
 +
#talkbubble_a {
 +
  width: 544px;
 +
  height:200px;
 +
//  background:#EFEFEF;
 +
  background:#ffffff;
 +
  position: relative;
 +
  -moz-border-radius:    0px;
 +
  -webkit-border-radius: 0px;
 +
  border-radius:        10px;
 +
  font-family: Tahoma, Geneva, sans-serif;
 +
  font-size: 13px;
 +
  color:#333;
 +
}
 +
#talkbubble_b {
 +
  width: 544px;
 +
  height:250px;
 +
//  background:#EFEFEF;
 +
  background:#ffffff;
 +
  position: relative;
 +
  -moz-border-radius:    0px;
 +
  -webkit-border-radius: 0px;
 +
  border-radius:        10px;
 +
  font-family: Tahoma, Geneva, sans-serif;
 +
  font-size: 13px;
 +
  color:#333;
 +
}
-
__NOTOC__== '''Expected Results''' ==
+
#talkbubble1 {
-
As shown in the figures, two ways will be provided to search BioBricks .
+
  width: 275px;
 +
  height:500px;
 +
//  background:#FAF0E6;
 +
  background:#feeeed;
 +
  position: relative;
 +
  -moz-border-radius:    10px;
 +
  -webkit-border-radius: 10px;
 +
  border-radius:        10px;
 +
text-align: left;
 +
border-top-style: solid;
 +
border-right-style: solid;
 +
border-bottom-style: solid;
 +
border-left-style: solid;
 +
        border-width: thin;
 +
border-top-color:#DCDCDC;
 +
border-right-color: #DCDCDC;
 +
border-bottom-color:#DCDCDC;
 +
border-left-color:#DCDCDC;
 +
  font-size: 13px;
 +
  color:#333;
 +
font-family: Tahoma, Geneva;
 +
}
 +
</style>
 +
</head>
 +
<body >
-
The first method is a kind of web-of-knowledge-way searching technique which resembles the website www.webofknowledge.com. A common vocabulary for varied search terms related to BioBricks will be provided.Such terms are browse by functions, browse by types, etc. And users can choose the terms they need on their own. This will provide a powerful search function.
+
<table>
-
The second way is a keyword-way search technique. This kind search is simple yet quick.  A keyword is input and a set of BioBricks with this key word is returned.
+
  <tr>
-
We believe that users can find their target BioBricks quickly with the aid of these two search techniques.
+
    <td valign="TOP"><table>
 +
      <tr>
 +
        <td width="584" align="center"><div align="left" id="talkbubble">
-
Besides, we hope that all of our members can enjoy the process of preparing and presenting our project.
+
            <p class="title"><strong>Welcome to Biosearch</strong></p>
-
HAVE A DIFFERENT HOLIDAY~
+
-
[[Image:Category.png|200px|thumb|left|Figure 1]]
+
-
[[Image:Keyword.png|200px|thumb|left|Figure 2]]
+
 +
<p>&nbsp;&nbsp;This is the navigation page of our wiki which introduces iGEM project of SUSTC.  Our wiki includes these parts:Team introduction; project introduction and safety as well as human practice. The informations are currently updating, please check our page oftentimes to get the latest development. Have a nice time!</p>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg" longdesc="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg">
 +
    </td>
 +
          </tr>
 +
      <tr>
 +
        <td align="center"><div div align="left" id="talkbubble_a">
 +
            <p class="title">Team abstract</p>
 +
<div class="image_wrapper image_fr"><span></span><img src="https://static.igem.org/mediawiki/2012/b/bd/Test.jpg"" alt="image 2" /></div>
 +
This iGEM team is set up by South University of Science and Technology of China, which is a public institution funded by the municipality of Shenzhen, a special economic zone city in southern China.
 +
The team is multi-disciplinary with sophomore undergrads.
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg" longdesc="https://static.igem.org/mediawiki/2012/f/f1/Devidingline.jpg">
 +
      </td>
 +
          </tr>
 +
      <tr>
 +
        <td align="center"><div div align="left" id="talkbubble_b">
 +
            <p class="title">project</p>
 +
The website "Registry of Standard Biological Parts" promotes the development of synthetic biology through providing genetic parts. To expand its influence in data exchange, we found it necessary to build an app client for it. In order to save time in searching BioBrick, simplify the process of selecting classifications, and facilitate changing selected category, we will dedicate ourselves to adjust database structure so that we can change the interface of BioBrick searching into spinner-formed .(need a tour)
 +
</div></td>
 +
          </tr>     
 +
        </table></td>
 +
    <td valign="TOP" width="305">
-
|
 
-
|-
 
-
|
 
-
|
+
<table>
-
|-
+
  <tr>
-
|
+
    <td align="left"><object type="application/x-shockwave-flash" height="137.5" width="275" data="http://www.usflashmap.com/component/cdt_new/cdt2_1.swf">
-
|
+
<param name="movie" value="http://www.usflashmap.com/component/cdt_new/cdt2_1.swf" />
-
|}
+
<param name="base" value="http://www.usflashmap.com/component/cdt_new/" />
 +
<param name="flashvars" value="
 +
      &timer=1&
 +
      &time_template=3:ss;2:mm;1:hh;0:dd&
 +
      &time_color=0x000000&
 +
      &label_color=0x000000&
 +
      &background_color=0xFFFFFF&
 +
      &flare_view=true&
 +
      &time_label=d:DAY;h:HOUR;m:MIN;s:SEC&
 +
      &time_zone=Local time&
 +
      &event_time=year:2012;month:10;day:1;hour:0;minute:0;seconds:0&
 +
      &event_duration=year:0;month:0;day:0;hour:0;minute:0;seconds:0&
 +
      &event_recursion=hourly&
 +
      &title=time to SUSTC!&
 +
      &event_title=Now the day comes!&
 +
      &onpress_url=-&
 +
      &event_onpress_url=-&
 +
      &sound_file=-&
 +
      &event_sound_file=-&
 +
      &transparent=true&
 +
" />
 +
<param name="quality" value="high" />
 +
<param name="wmode" value="transparent" />
 +
<param name="scale" value="noscale" />
 +
<param name="salign" value="lt" />
 +
</object>
 +
<p>&nbsp;</p>
 +
</td>
 +
      </tr>
 +
  <tr>
 +
    <td align="left"><div id="talkbubble1"><div class="sidebar_box"><div class="sidebar_box_top"></div>
 +
<div class="sidebar_box_content">           
 +
<p class="title1">Recent News</p>
 +
<img src="https://static.igem.org/mediawiki/2012/c/c9/Devidingline_side.jpg">
 +
<p>&nbsp;</p>
 +
<span class="date"><strong>16 Aug 2012</strong></span>
 +
            <p>a line to devide the title and content is needed.</p>
 +
            <p>main page work remains fixing the size of the img frame</p>
 +
            <p>adding details...</p>
 +
<div class="sidebar_box_bottom"></div>                   
 +
            </div>
 +
</div></td>
 +
      </tr>
 +
</table>
-
<!--- The Mission, Experiments --->
+
 
 +
</td>
 +
      </tr>
 +
</table>
 +
<!-- end of header -->
 +
 
 +
</body>
 +
</html>
 +
 
 +
[[file:footbar.jpg]]

Revision as of 11:30, 20 August 2012

Barnew.jpg

Welcome to Biosearch

  This is the navigation page of our wiki which introduces iGEM project of SUSTC. Our wiki includes these parts:Team introduction; project introduction and safety as well as human practice. The informations are currently updating, please check our page oftentimes to get the latest development. Have a nice time!

Team abstract

image 2
This iGEM team is set up by South University of Science and Technology of China, which is a public institution funded by the municipality of Shenzhen, a special economic zone city in southern China. The team is multi-disciplinary with sophomore undergrads.

project

The website "Registry of Standard Biological Parts" promotes the development of synthetic biology through providing genetic parts. To expand its influence in data exchange, we found it necessary to build an app client for it. In order to save time in searching BioBrick, simplify the process of selecting classifications, and facilitate changing selected category, we will dedicate ourselves to adjust database structure so that we can change the interface of BioBrick searching into spinner-formed .(need a tour)

 

Footbar.jpg