Difference between revisions of "Team:Michigan Software"

m
 
(142 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
<div class="container">
+
<head>
  <div class="jumbotron">
+
    <h2>Michigan Software</h2>
+
    <h1>Protocat 3.0<h1>
+
<h3>Now in 3D!</h3>
+
  
     <div>
+
      
        <img src="https://static.igem.org/mediawiki/2016/4/4e/--Michigan_Software--cat_800_320.png">
+
    </div>
+
  
  </div>
+
    <link href='https://fonts.googleapis.com/css?family=Comfortaa:300,400,700' rel='stylesheet' type='text/css'>
  
</div>
+
<style>
  
  
 +
        .top-buffer { margin-top:40px; }
  
<div class="column full_size" >
+
        .vertical-center {
<h2>Project</h2>
+
            position: relative;
<p>ProtoCat 3.0 is a free, open-source online catalog of laboratory protocols with improvements upon last year’s project including a larger protocol database and a website with more advanced features. By using ProtoCat 3.0, users can find tested, reliable protocols from across the globe all in one place.</p>
+
            top: 50%;
 +
            -webkit-transform: translateY(-50%);
 +
                    transform: translateY(-50%);
 +
        }
  
</div>  
+
        .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 );
 +
        }
  
<div class="column half_size" >
+
        .carousel-indicators li { visibility: hidden; }
<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" >
+
        p{
<div class="highlight">
+
            color: #00274c;
<h5> Styling your wiki </h5>
+
            font-weight: 350;
<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" >
 
<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>  
+
</style>
 +
</head>
 +
<body>
  
  
 +
    <div class="container text-center">
 +
       
 +
        <div class="row">
 +
        <div class="col-xs-12 col-lg-9">
  
 +
        <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> 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>
+
        <div class="row top-buffer">
 +
            <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/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="column half_size" >
+
            </div>
<h5>Tips</h5>
+
            <div class="col-xs-12 col-sm-6 col-md-4 top-buffer">
<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>
+
<ul>
+
<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="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 class="column half_size" >
+
            </div>
<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" >
+
<h5> Uploading pictures and files </h5>
+
<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="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
+
UPLOAD FILES
+
</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!