Difference between revisions of "Team:UIUC Illinois/Collaborations"

(Prototype team page)
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{UIUC_Illinois}}
 
{{UIUC_Illinois}}
 
<html>
 
<html>
 +
<style>
 +
p {
 +
        font-family:"Trebuchet MS";
 +
        color:black;
 +
    }
  
 +
    h1 {
 +
        font-family:"Trebuchet MS";
 +
        font-size:2vw;
 +
    }
  
 +
    h2 {
 +
        font-family:"Trebuchet MS";
 +
        font-size:1.5vw;
  
<div class="column full_size judges-will-not-evaluate">
+
    }
<h3>★  ALERT! </h3>
+
 
<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>
+
    .heading {
<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>
+
        width:100%;
 +
        height:5vw;
 +
        text-align:center;
 +
        background-color:#D5FDD5;
 +
        border: 0.45vw dotted #8CFA8C;
 +
    }
 +
    .introduction {
 +
        text-align:center;
 +
        margin:1.5vw;
 +
        position:relative
 +
    }
 +
    .introduction:hover .textbackground {
 +
        opacity:1;
 +
        height:100%;
 +
    }
 +
    .introduction:hover img {
 +
        opacity:0.2;
 +
    }
 +
    .textbackground {
 +
        width:100%;
 +
        height:0;
 +
        bottom:0;
 +
        right: 0;
 +
        left: 0;
 +
        opacity:0;
 +
        transition: 0.8s ease;
 +
        position:absolute;
 +
        overflow:hidden;
 +
    }
 +
    img {
 +
        opacity:1;
 +
        transition: 0.8s ease;
 +
        height:10
 +
    .introtext {
 +
        position:absolute;
 +
    }
 +
 
 +
</style>
 +
 
 +
 
 +
<div class="introduction">
 +
        <img src="https://static.igem.org/mediawiki/2018/4/40/T--UIUC_Illinois--Collaboration.jpg" style="width:100vw;background-color:black; border: 0.9vw #A9DCF1; "/>
 +
        <div class="textbackground">
 +
            <div class="introtext" style="margin-top:7vw">
 +
<p style="padding:1vw; text-align:center; font-size:6vw">UIUC Collaboration</p>
 +
 
 +
      </div>
 
</div>
 
</div>
 +
<br>
 +
                  <h> UIUC Illinois 2018 iGEM Midwest Meet Up w/ Washington University in St. Louis</h>
  
 +
                  <p>On August 17th, a couple of team members from Washington University in St. Louis iGEM team came to our Midwest meet up. We listened to Dr. Ting Lu give a presentation on his work in the field of synthetic biology. Both teams gave presentations to each other about our projects and the work we were conducting. We talked about problems we were facing and gave each other advice on how to overcome these problems. The WashU iGEM team was having some trouble with their PCR, so we gave them advice by explaining how we successfully completed ours. They provided us with resources needed to obtain important materials for our research for free such as competent cells. We had a great time learning and getting to know each other. </p>
  
<div class="clear"></div>
+
<h> University of Nebraska-Lincoln Collaboration</h>
 +
<p> Additionally, we collaborated with the University of Nebraska- Lincoln on their new safety project: A "Safety Case". A Safety Case is:"a proactive technique used to visualize the safety of a synthetic biology project and its end goal." One can use this program to visualize any possible safety concerns with your current project. We input our data in and saw that we should consider adding a kill switch to our Yeast and LAB strains in case they ever were ever introduced into nature. </p>
  
 +
 +
<h> Collaboration with Imperial College of London </h>
 +
<p>We helped  Imperial College of London on their "Lets talk about this" project. This project allow colleagues to better communicate and solve internal social conflicts. This could create a better work environment and a more efficient work space </p>
  
<div class="column full_size">
 
<h1>Collaborations</h1>
 
  
<p>
+
      </div>
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
    </div>
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
 
<p>
 
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.
 
</p>
 
</div>
 
  
<div class="column two_thirds_size">
+
<head>
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
    <meta http-equiv="x-ua-compatible" content="ie=edge">
 +
    <title>Material Design Bootstrap</title>
 +
    <!-- Font Awesome -->
 +
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 +
    <!-- Bootstrap core CSS -->
 +
    <link href="css/bootstrap.min.css" rel="stylesheet">
 +
    <!-- Material Design Bootstrap -->
 +
    <link href="css/mdb.min.css" rel="stylesheet">
 +
    <!-- Your custom styles (optional) -->
 +
    <link href="css/style.css" rel="stylesheet">
 +
</head>
 +
<style>
 +
/* Clear the default wiki settings */
  
<h4> Which other teams can we work with? </h4>
+
#home_logo, #sideMenu { display:none; }
<p>
+
          #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {display:none;}
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
#sideMenu, #top_title, .patrollink  {display:none;}
</p>
+
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
<p>
 
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
 
</p>
 
  
</div>
+
@charset "UTF-8";
  
  
 +
.footer-distributed{
 +
background-color: #122b40;
 +
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
 +
box-sizing: border-box;
 +
width: 100%;
 +
text-align: left;
 +
padding: 45px 50px;
 +
margin-top: 80px;
 +
bottom: 0px;
 +
}
  
<div class="column third_size">
+
.footer-distributed .footer-left p{
<p>
+
        color: white;
Here are some suggestions for projects you could work on with other teams:
+
font-size: 14px;
</p>
+
margin: 0;
 +
}
 +
.footer-distributed .footer-right p{
 +
        color: white;
 +
font-size: 14px;
 +
margin: 0;
 +
}
  
<ul>
+
/* Footer links */
<li> Improve the function of another team's BioBrick Part or Device</li>
+
 
<li> Characterize another team's part </li>
+
.footer-distributed p.footer-links{
<li> Debug a construct </li>
+
font-size:18px;
<li> Model or simulate another team's system </li>
+
font-weight: bold;
<li> Test another team's software</li>
+
color:  #ffffff;
<li> Help build and test another team's hardware project</li>
+
margin: 0 0 10px;
<li> Mentor a high-school team</li>
+
padding: 0;
</ul>
+
}
 +
 
 +
 
 +
.footer-distributed p.footer-links a{
 +
display:inline-block;
 +
line-height: 1.8;
 +
text-decoration: none;
 +
color:  inherit;
 +
}
 +
 
 +
.footer-distributed .footer-right{
 +
float: right;
 +
margin-top: 6px;
 +
max-width: 400px;
 +
}
 +
 
 +
 
 +
 
 +
.footer-distributed .footer-right a{
 +
display: inline-block;
 +
width: 50px;
 +
height: 35px;
 +
 +
border-radius: 2px;
 +
 
 +
font-size: 20px;
 +
color: white;
 +
text-align: center;
 +
line-height: 35px;
 +
 
 +
margin-left: 3px;
 +
}
 +
 
 +
.sponsors {
 +
            margin: 2.5px;
 +
            width: 125px;
 +
        }
 +
 
 +
/* If you don't want the footer to be responsive, remove these media queries */
 +
 
 +
@media (max-width: 600px) {
 +
 
 +
.footer-distributed .footer-left,
 +
.footer-distributed .footer-right{
 +
text-align: center;
 +
}
 +
 
 +
.footer-distributed .footer-right{
 +
float: none;
 +
margin: 0 auto 20px;
 +
}
 +
 
 +
.footer-distributed .footer-left p.footer-links{
 +
line-height: 1.8;
 +
}
 +
}
 +
 
 +
 
 +
html, body {
 +
  padding: 0;
 +
  margin: 0;
 +
  height: 100%;
 +
}
 +
 
 +
footer {
 +
  width: 100%;
 +
}
 +
 
 +
#wrapper {
 +
  min-height: 100%;
 +
  position: relative;
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
<div id="wrapper">
 +
 
</div>
 
</div>
  
 +
<footer class="footer-distributed">
 +
 +
<div class="footer-right">
 +
                <a target="_blank" href="mailto:illinoisigem@gmail.com"><i class="fa fa-envelope-o fa-2x"></i></a> 
 +
    <a target="_blank" href="https://www.facebook.com/UIUC-IGEM-1844032205901350/"><i class="fa fa-facebook fa-2x"></i></a>
 +
<a target="_blank" href="https://twitter.com/igem_uiuc?lang=en"><i class="fa fa-twitter fa-2x"></i></a>
 +
 +
<p> Email: illinoisigem@gmail.com</p>
 +
</div>
 +
 +
 +
<div class="footer-left">
 +
 +
<p class="footer-links">
 +
<a target="_blank" href="https://www.energy.gov/">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2018/3/38/T--UIUC_Illinois--footerdoe.png">
 +
    </a>
 +
 +
<a target="_blank" href="https://cabbi.bio/">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2018/e/e5/T--UIUC_Illinois--footercabbi.png">
 +
    </a>
 +
 +
<a target="_blank" href="https://www.igb.illinois.edu/">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2018/3/36/T--UIUC_Illinois--footerigb.png">
 +
    </a>
 +
<a target="_blank" href="https://www.idtdna.com/pages">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2018/a/a9/T--UIUC_Illinois--footeridt.png">
 +
    </a>
 +
                             
 +
                                        <a target="_blank" href="https://www.neb.com/">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2016/e/ed/T--Imperial_College--NEB.png">
 +
    </a> 
 +
 +
            <a target="_blank" href="https://www.biobasic.com/">
 +
        <img class="sponsors" src="https://static.igem.org/mediawiki/2018/e/ed/T--UIUC_Illinois--footerbiobasic.png">
 +
    </a>
 +
 +
 +
</p>
 +
 +
 +
</div>
 +
 +
</footer>
  
 
</html>
 
</html>

Latest revision as of 02:23, 18 October 2018

UIUC Collaboration


UIUC Illinois 2018 iGEM Midwest Meet Up w/ Washington University in St. Louis

On August 17th, a couple of team members from Washington University in St. Louis iGEM team came to our Midwest meet up. We listened to Dr. Ting Lu give a presentation on his work in the field of synthetic biology. Both teams gave presentations to each other about our projects and the work we were conducting. We talked about problems we were facing and gave each other advice on how to overcome these problems. The WashU iGEM team was having some trouble with their PCR, so we gave them advice by explaining how we successfully completed ours. They provided us with resources needed to obtain important materials for our research for free such as competent cells. We had a great time learning and getting to know each other.

University of Nebraska-Lincoln Collaboration

Additionally, we collaborated with the University of Nebraska- Lincoln on their new safety project: A "Safety Case". A Safety Case is:"a proactive technique used to visualize the safety of a synthetic biology project and its end goal." One can use this program to visualize any possible safety concerns with your current project. We input our data in and saw that we should consider adding a kill switch to our Yeast and LAB strains in case they ever were ever introduced into nature.

Collaboration with Imperial College of London

We helped Imperial College of London on their "Lets talk about this" project. This project allow colleagues to better communicate and solve internal social conflicts. This could create a better work environment and a more efficient work space

Material Design Bootstrap