Difference between revisions of "Team:USTC-Software/Contribution"

(Prototype team page)
 
Line 1: Line 1:
{{USTC-Software}}
 
<html>
 
  
 +
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title>Team</title>
  
<div class="column full_size judges-will-not-evaluate">
+
<script src="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/js/jquery&action=raw&ctype=text/javascript" type="text/javascript"></script>
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
 +
<script src="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/js/scroll&action=raw&ctype=text/javascript" type="text/javascript"></script>
  
<div class="column full_size">
+
<script src="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/js/smooth-scroll&action=raw&ctype=text/javascript" type="text/javascript"></script>
<h1>Contribution</h1>
+
<h3>Bronze Medal Criterion #4</h3>
+
<p><b>Standard Tracks:</b> Participate in the Interlab Measurement Study (to be documented on your InterLab page) and/or improve the characterization of an existing BioBrick Part or Device and enter this information on that part's Main Page in the Registry. The part that you are characterizing must NOT be from a 2017 part number range. Teams who are working on improving the characterization of an existing part should document their experimental design here, along with an explanation for why they chose that part to improve. Data can also be shown here, but it MUST also be documented on the part's Main Page in the Registry.
+
<br><br>
+
<b>Special Tracks:</b> Document at least one new substantial contribution to the iGEM community that showcases a project related to BioBricks. This contribution should be central to your project and equivalent in difficulty to making and submitting a BioBrick part.
+
  
</p>
+
<script src="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/js/bootstrap&action=raw&ctype=text/javascript" type="text/javascript"></script>
</div>
+
  
 +
<link rel="stylesheet" href="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/css/bootstrap&action=raw&ctype=text/css">
  
 +
<link rel="stylesheet" href="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/css/navbar&action=raw&ctype=text/css">
 +
<link rel="stylesheet" href="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/css/style&action=raw&ctype=text/css">
 +
<link rel="stylesheet" href="https://2017.igem.org/wiki/index.php?title=Team:USTC-Software/css/footer&action=raw&ctype=text/css">
 +
   
 +
 +
</head>
 +
<body>
 +
<script>
 +
    var scroll = new SmoothScroll('a[href*="#"]');
 +
</script>
 +
<section id="dowebok" class="fullscreenslider">
 +
    <div style="position:relative; z-index:4">
 +
        <nav class="navbar navcolor" id="nav">
 +
            <div>
 +
                <div class="navbar-header">
 +
                    <a class="navbar-brand" href="https://2017.igem.org/Team:USTC-Software">Brand</a>
 +
                </div>
 +
                <ul class="nav navbar-nav navbar-right page-1">
 +
                    <li><a href="https://2017.igem.org/Team:USTC-Software">Home</a></li>
 +
                    <li>
 +
                        <a href="#">
 +
                            Team
 +
                            <b class="caret"></b>
 +
                        </a>
 +
                        <ul class="menu">
 +
                            <li><a href="https://2017.igem.org/Team:USTC-Software/team">Members</a></li>
 +
                            <li><a href="https://2017.igem.org/Team:USTC-Software/Collaborations">Collaborations</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>
 +
                        <a href="#">
 +
                            Project
 +
                            <b class="caret"></b>
 +
                        </a>
 +
                        <ul class="menu">
 +
                            <li><a href="https://2017.igem.org/Team:USTC-Software/project">Description</a></li>
 +
                            <li><a href="https://2017.igem.org/Team:USTC-Software/implementation">Implementation</a></li>
 +
                            <li><a href="https://2017.igem.org/Team:USTC-Software/validation">Validation</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li><a href="https://2017.igem.org/Team:USTC-Software/human_practice">Human Practices</a></li>
 +
                    <li><a></a></li>
 +
                </ul>
 +
            </div>
 +
        </nav>
 +
    </div>
 +
</section>
 +
 +
<div id="team-content" style="border: solid;border-width: 1px;border-color: #e1e1e1; background-color: white;border-radius: 2px;">
 +
    <h1 style="text-align: center;">Collaboration</h1>
 +
    <p>Our software is made powerful for users to advance their works or projects in biology, it supports BioBricks searching and exporting to SBOL file format. Our Description page briefly introduces our achievement and you can jump to other relative pages if you want more details.</p>
 +
</div>
 +
<style>
 +
    html {
 +
        overflow-x: hidden;
 +
        font-size: 625%;
 +
    }
 +
    body {
 +
        min-width: 1020px;
 +
    }
  
 +
    #content {
 +
        top: -25px
 +
    }
  
 +
    .subtitle {
 +
        font-size: 24px;
 +
        text-align: left;
 +
        margin: 20px 0 20px 0;
 +
    }
  
 +
</style>
  
 +
</body>
 
</html>
 
</html>

Revision as of 00:27, 26 October 2017

Team

Collaboration

Our software is made powerful for users to advance their works or projects in biology, it supports BioBricks searching and exporting to SBOL file format. Our Description page briefly introduces our achievement and you can jump to other relative pages if you want more details.