Difference between revisions of "Team:Peking/Software"

(Prototype team page)
 
Line 1: Line 1:
{{Peking}}
 
 
<html>
 
<html>
  
 +
<head>
 +
<style>
 +
            #home_logo, #sideMenu {
 +
            display: none;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
+
        #sideMenu, #top_title, .patrollink {
<h3>★  ALERT! </h3>
+
            display: none;
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</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://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
  
 +
        #content {
 +
            width: 100%;
 +
            padding: 0px;
 +
            margin-top: 0px;
 +
            margin-left: 0px;
 +
            margin-right: 0px;
 +
        }
  
<div class="clear"></div>
+
        body {
 +
            background-color: #FAFAFA;
 +
        !important;
 +
        }
  
 +
        #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
            margin-bottom: 0px;
 +
        }
 +
a:link {
 +
                        text-decoration: none;
 +
                    }
  
<div class="column full_size">
+
                    a:visited {
<h1>Software</h1>
+
                        text-decoration: none;
</div>
+
                    }
<div class="column two_thirds_size">
+
<h3>Best Software Tool Special Prize</h3>
+
<p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.
+
  
 +
                    a:active {
 +
                        text-decoration: none;
 +
                    }
  
<br><br>
+
                    a:hover {
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Software Tool prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>.
+
                    }
<br><br>
+
.dropbtn {
You must also delete the message box on the top of this page to be eligible for this prize.
+
    background-color: #4CAF50;
</p>
+
    color: white;
 +
    padding: 16px;
 +
    font-size: 16px;
 +
    border: none;
 +
    cursor: pointer;
 +
}
  
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 100px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
}
 +
 +
.dropdown-content a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
}
 +
 +
.dropdown-content a:hover {background-color: #f1f1f1}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 +
.dropdown:hover .dropbtn {
 +
    background-color: #3e8e41;
 +
 +
u{ text-decoration:none}
 +
a{ text-decoration:none}
 +
 +
 +
 +
 +
/*Major body*/
 +
#MajorBody{position:absolute; top:24px; left:0px; width:1200px; height:1200px; background-color:#ffffff;}
 +
#LeftNavigation{position:fixed; top:80px; float:left; width:200px; height:100%; background-color:#313131; z-index:1050;}
 +
#Content{position:absolute; left:200px;}
 +
#ProjectList{position:absolute; top:40px; left:0px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif;}
 +
#ProjectList > li {display:block; list-style-type:none; width:180px; height:30px; font-size:20px; text-align:left; background-color:transparent;}
 +
.Left>a {color:#ffffff; text-decoration:none;}
 +
.Left:hover >a{color:#999999;}
 +
 +
 +
/*end of Major body*/
 +
#AcknowledgementBox{ position:absolute; left:0px; top:590px; width:1200px;display:none;}
 +
 +
 +
 +
 +
 +
 +
    </style>
 +
 +
    <link rel="stylesheet" type="text/css"
 +
          href="https://2018.igem.org/Template:Peking/css/menubar?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" type="text/css"
 +
          href="https://2018.igem.org/Template:Peking/css/main?action=raw&ctype=text/css">
 +
 +
 +
 +
</head>
 +
 +
<body>
 +
 +
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
 +
    <header class="mdl-layout__header" style="position:fixed; margin-top: -9px; !important;">
 +
        <div class="mdl-layout__header-row">
 +
            <!-- Title -->
 +
            <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
 +
              style="color: #000000; font-size: x-large"><strong>Peking iGEM 2018</strong></a>
 +
            <a href="https://2018.igem.org/Team:Peking"><img
 +
                    src="https://static.igem.org/mediawiki/2018/e/e2/T--Peking--_toolbar.jpeg" height="50"></a>
 +
            <!-- Add spacer, to align navigation to the right -->
 +
            <div class="mdl-layout-spacer"></div>
 +
            <!-- Navigation. We hide it in small screens. -->
 +
            <nav class="mdl-navigation mdl-layout--large-screen-only">
 +
 +
    <a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking"
 +
    style="color: #000; font-weight: 500;">Home</a>
 +
        <div class="dropdown">
 +
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Project">Project</a></span>
 +
                <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Peking/Description">Description</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Design">Design</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Future Plan">Future Plan</a>
 +
                </div></div>
 +
        <div class="dropdown">
 +
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Wet_Lab">Wet Lab</a></span>
 +
                <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Peking/Results">Results</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Parts">Parts</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/InterLab">InterLab</a>
 +
                </div></div>
 +
        <div class="dropdown">
 +
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Dry_Lab"><b>Dry Lab</b></a></span>
 +
                <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Peking/Model">Model</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Software">Software</a>
 +
                </div></div>
 +
        <div class="dropdown">
 +
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/HumanPractices">Human Practices</a></span>
 +
                <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Peking/Human_Practices">Human_Practices</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Public_Engagement">Public_Engagement</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Collaborations">Collaborations</a>
 +
                </div></div>
 +
        <div class="dropdown">
 +
            <span><a class="mdl-navigation__link" href="https://2018.igem.org/Team:Peking/Team">Team</a></span>
 +
                <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Peking/Team0">Team</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Attributions">Attributions</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Deliverables">Deliverables</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Acknowledgement">Acknowledgement</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Safety">Safety</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Notebook">Notebook</a>
 +
                    <a href="https://2018.igem.org/Team:Peking/Experiments">Experiments</a>
 +
                </div></div>
 +
 +
            </nav>
 +
        </div>
 +
    </header>
  
 
</div>
 
</div>
  
<div class="column third_size">
+
<!--MajorBody-->
<div class="highlight decoration_A_full">
+
<div id="MajorBody">
<h3> Inspiration </h3>
+
    <div id="LeftNavigation">
<p>
+
          <ul id="ProjectList">
Here are a few examples from previous teams:
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Dry_Lab"><b>Dry Lab</b></a></li><br/><br/>
</p>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Model">&#9674;&#160;&#160;&#160;Model</a><li>
<ul>
+
                <li class="Left"><a href="https://2018.igem.org/Team:Peking/Software">>&#160;&#160;&#160;Software</a><li>
<li><a href="https://2016.igem.org/Team:BostonU_HW">2016 BostonU HW</a></li>
+
          </ul>
<li><a href="https://2016.igem.org/Team:Valencia_UPV">2016 Valencia UPV</a></li>
+
    </div>
<li><a href="https://2014.igem.org/Team:Heidelberg/Software">2014 Heidelberg</a></li>
+
   
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">2014 Aachen</a></li>
+
 
</ul>
+
<div class="two_thirds_size" >
 +
<p>Welcome to our wiki!</p>
 +
 
 +
</div>  
 +
<div id="Content">
 +
DRY LAB
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
</body>
  
 
</html>
 
</html>

Revision as of 09:07, 22 September 2018

Welcome to our wiki!

DRY LAB