Difference between revisions of "Team:Michigan Software"

m
 
(150 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<div class="column full_size" >
+
<head>
<img src="http://placehold.it/800x300/d3d3d3/f2f2f2">
+
</div>
+
  
<div class="column full_size" >
+
   
<h2>2016 Project Description</h2>
+
<p>The Stanford-Brown 2016 iGEM team is building biologically produced membranes and sensors for space exploration. Biological materials have a variety of advantages over traditional building materials; most significant for our purposes, they are light and self-replicating.  These characteristics make biomaterials ideally suited for space exploration.  One possible application for these materials would be a biosensing balloon, which could be sent up into both terrestrial and extraterrestrial atmospheres to detect both temperature and molecules of interest.  Furthermore, biomembranes and biosensors have many additional applications both on here on Earth and in space.</p>
+
  
</div>  
+
    <link href='https://fonts.googleapis.com/css?family=Comfortaa:300,400,700' rel='stylesheet' type='text/css'>
  
<div class="column half_size" >
+
<style>
<h5>Before you start: </h5>
+
<p> Please read the following pages:</p>
+
<ul>
+
<li>  <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
+
</ul>
+
</div>
+
  
<div class="column half_size" >
 
<div class="highlight">
 
<h5> Styling your wiki </h5>
 
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
 
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
 
</div>
 
</div>
 
  
<div class="column full_size" >
+
        .top-buffer { margin-top:40px; }
<h5> Wiki template information </h5>
+
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  
</div>
+
        .vertical-center {
 +
            position: relative;
 +
            top: 50%;
 +
            -webkit-transform: translateY(-50%);
 +
                    transform: translateY(-50%);
 +
        }
  
 +
        .flip3D{
 +
            width:250px; height:250px; margin:10px; float:center; margin: auto; 
 +
            border-weight: 10px;
 +
            cursor: pointer;
 +
               
 +
        }
 +
        .flip3D > .front{
 +
            border-radius: 5px;
 +
            border-color: #00274c;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
 +
                    transform: perspective( 600px ) rotateY( 0deg );
 +
            width:250px; height:250px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
            float: center;
 +
        }
 +
        .flip3D > .back{
 +
            padding-top:20px;
 +
            padding-bottom:20px;
 +
            border-radius: 5px;
 +
            border-color: #00274c;
 +
            background: rgba(0,0,0,0.0);
 +
            border-style: solid;
 +
            position:absolute;
 +
            -webkit-transform: perspective( 600px ) rotateY( 180deg );
 +
                    transform: perspective( 600px ) rotateY( 180deg );
 +
            width:250px; height:250px;
 +
            backface-visibility: hidden;
 +
            -webkit-backface-visibility: hidden;
 +
            -webkit-transition:-webkit-transform .5s linear 0s;
 +
            transition:-webkit-transform .5s linear 0s;
 +
            transition:transform .5s linear 0s;
 +
            transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
 +
            box-shadow: 0 15px 50px rgba(0,0,0,0.0);
 +
        }
 +
        .flip3D:hover > .front{
 +
            -webkit-transform: perspective( 600px ) rotateY( -180deg );
 +
                    transform: perspective( 600px ) rotateY( -180deg );
 +
        }
 +
        .flip3D:hover > .back{
 +
            -webkit-transform: perspective( 600px ) rotateY( 0deg );
 +
                    transform: perspective( 600px ) rotateY( 0deg );
 +
        }
  
 +
        .carousel-indicators li { visibility: hidden; }
  
 +
        p{
 +
            color: #00274c;
 +
            font-weight: 350;
 +
        }
  
<div class="column half_size" >
 
<h5> Editing your wiki </h5>
 
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
 
<p> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
 
  
</div>
+
</style>
 +
</head>
 +
<body>
  
  
<div class="column half_size" >
+
    <div class="container text-center">
<h5>Tips</h5>
+
       
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
        <div class="row">
<ul>
+
        <div class="col-xs-12 col-lg-9">
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
 +
        <div class="row" style="border-bottom:thin solid;">
 +
            <div class="col-xs-12" style="font-family: 'Comfortaa', cursive; color:#00274c !important; padding-bottom:30px">
 +
                <h1>Michigan Software Team<br>ProtoCat 3.0</h1>
 +
            </div>
 +
        </div>
  
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
</div>
 
  
<div class="column half_size" >
+
        <div class="row top-buffer">
<h5> Uploading pictures and files </h5>
+
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
<p> You can upload your pictures and files to the iGEM 2016 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
               
When you upload, set the "Destination Filename" to <br><code>T--YourOfficialTeamName--NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Description'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to learn about ProtoCat 3.0!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/8/83/T--Michigan_Software--testTubeBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Attributions'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to meet the team!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/a/ae/T-Michigan_Software--teamBlue.png">
 +
                    </div>
 +
                </div>
  
<div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
+
            </div>
UPLOAD FILES
+
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
</div>
+
  
</div>
+
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Human_Practices'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to learn more about our human practices!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/8/80/T--Michigan_Software--globeBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
  
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/Results'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to see our results!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/3/38/T--Michigan_Software--usbBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
 +
               
 +
                <div class="flip3D" onclick="location.href='https://2016.igem.org/Team:Michigan_Software/UserGuide'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to learn how to use ProtoCat 3.0!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="160" height="160" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/c/cc/T--Michigan_Software--manualBlue.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
  
 +
                <div class="flip3D"
 +
                onclick="location.href='http://protocat.org'">
 +
                    <div class="back">
 +
                        <p class="vertical-center" style="font-size:14pt">Click to visit our website!</p>
 +
                    </div>
 +
                    <div class="front">
 +
                        <img width="200" height="200" class="center-block vertical-center" src="https://static.igem.org/mediawiki/2016/5/5c/T--Michigan_Software--blueCat.png">
 +
                    </div>
 +
                </div>
  
 +
            </div>
 +
        </div>
 +
   
 +
        </div>
 +
        </div>
 +
   
 +
    </div>
 +
 
  
 +
<footer class="container-fluid text-center">
 +
 
 +
</footer>
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 23:37, 17 October 2016

Michigan Software Team
ProtoCat 3.0

Click to learn about ProtoCat 3.0!

Click to meet the team!

Click to learn more about our human practices!

Click to see our results!

Click to learn how to use ProtoCat 3.0!

Click to visit our website!