Difference between revisions of "Team:Lambert GA/Entrepreneurship"

(Prototype team page)
 
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Lambert_GA}}
+
{{:Team:Lambert_GA/Template}}
 +
 
 
<html>
 
<html>
  
 +
<head>
  
  
<div class="column full_size judges-will-not-evaluate">
+
<link href="https://fonts.googleapis.com/css?family=Codystar:300,400" rel="stylesheet">
<h3>★  ALERT! </h3>
+
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<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>
+
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<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>
+
<style type="text/css">
</div>
+
#holder {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
height: 100%;
 +
width: 100%;
 +
z-index: -3;
 +
}
 +
#oceanvideo {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
object-fit: fill;
 +
z-index: 1;
 +
}
 +
#overlay {
 +
position: fixed;
 +
top: 0%;
 +
left: 0%;
 +
width: 100%;
 +
height: 100%;
 +
background-color: #000000;
 +
opacity: 0.3;
 +
z-index: 3;
 +
}
 +
#bigtitle {
 +
position: absolute;
 +
top: 43%;
 +
left: 0%;
 +
height: 10%;
 +
width: 100%;
 +
z-index: 2;
 +
font-family: 'Montserrat', sans-serif;
 +
color: #FFFFFF;
 +
font-size: 70px;
 +
text-align: center;
 +
z-index: 4;
 +
}
 +
#actualtext {
 +
position: relative;
 +
top: 400%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
background-color: #FFFFFF;
 +
z-index: 4;
 +
}
 +
#afterhome {
 +
position: relative;
 +
top: 99%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
}
 +
#sidebar {
 +
position: absolute;
 +
top: 0%;
 +
left: 8%;
 +
height: 35%;
 +
width: 13%;
 +
z-index: 6;
 +
}
 +
#link {
 +
font-family: 'Montserrat', sans-serif;
 +
color: #000000;
 +
font-size: 24px;
 +
cursor: pointer;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#link:hover {
 +
color: #0077be;
 +
text-decoration: none;
 +
}
  
 +
#maincontent {
 +
position: relative;
 +
top: 0%;
 +
left: 10%;
 +
right: 10%
 +
height: 92%;
 +
width: 80%;
 +
border-top: 30px;
 +
}
 +
#target1{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target2{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target3{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target4{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#target5{
 +
position: relative;
 +
top: -80px;
 +
}
 +
#subheading1 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content1 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
<div class="clear"></div>
+
}
 +
#subheading2 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content2 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
 +
}
 +
#subheading3 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#content3 {
 +
font-family: 'Lora', serif;
 +
font-size: 15px;
 +
line-height: 1.75em;
  
 +
}
 +
#subheading4 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#subheading5 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
}
 +
#footer {
 +
height: 100px;
 +
width: 100%;
 +
background-color: #FFFFFF;
 +
z-index: 7;
 +
}
 +
#flogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#flogo:hover {
 +
color: #3B5998;
 +
}
 +
#tlogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#tlogo:hover {
 +
color: #00aced;
 +
}
 +
#ilogo {
 +
font-size:28px;
 +
color: #767676;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#ilogo:hover {
 +
color: #bc2a8d;
 +
}
 +
#afterhome {
 +
position: relative;
 +
top: 99%;
 +
left: 0%;
 +
height: 170%;
 +
width: 100%;
 +
}
 +
</style>
 +
</head>
  
<div class="column full_size">
+
<body>
  
<h1>Entrepreneurship</h1>
 
  
 +
<div id="holder">
 +
    <video style= "z-index:1;" id="oceanvideo"  autoplay muted loop>
 +
              <source src="https://static.igem.org/mediawiki/2018/1/1a/T--Lambert_GA--entrepreneurship.mp4" type="video/mp4">
 +
              Your browser does not support video.
 +
            </video>
 +
    <div id="overlay"></div>
 +
          <div id="bigtitle">
 +
              E N T R E P R E N E U R S H I P
 +
          </div>
 
</div>
 
</div>
  
<div class="column two_thirds_size">
+
<br><br><br>
<h3>Best Supporting Entrepreneurship Special Prize</h3>
+
<br><br><br>
<p>
+
<br><br><br>
In previous years, iGEM had an entrepreneurship track. Teams were encouraged to build projects and focus on commercializing their work. We have now moved to an award as the best work in this area may come from teams who are not solely focused on entrepreneurship.
+
<br><br><br>
</p>
+
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
 +
<br><br><br>
  
<p>The Best Supporting Entrepreneurship award recognizes exceptional effort to build a business case and commercialize an iGEM project. This award is open to all teams to show that entrepreneurship is something all teams can aspire to do with their project. This award can go to an new project, or to a previous project that a team aimed to commercialize. Have you filed a provisional patent on your project/device/process? Have you raised money to build and ship products? Have you pitched your idea to investors and received money? As always in iGEM, the aim is to impress the judges!
+
<div id="actualtext">
  
 +
 +
  <div id="maincontent">
 +
<br><br>
 +
 +
<div id="target1"></div>
 +
<div id="subheading2" style="text-align:center;"><b>PRODUCT DESIGN AND GLOBAL COLLABORATION</b></div>
 +
<br><br>
 +
<div id="content2">
 +
A key component of demonstrating the accuracy and precision of scientific data is through reproducibility and external validation. We believe that collaboration with other iGEM teams is a powerful method to disseminate information, and in this spirit, we have worked with the University of Georgia iGEM Team and Taipei American School iGEM Team (TAS_Taipei) to verify the functionality and practicality of our device. Throughout multiple trials conducted by both teams, the ElectroPen was demonstrated to successfully electroporate GFP into E. coli, as seen with the trials conducted by Lambert iGEM. The transformation efficiency obtained from these tests is also on par with those from commercial electroporators, thereby confirming the data obtained across all trials conducted. In addition, the ElectroPen was tested using three different cell lines: DH5a, BL21, and Nissile 1917, confirming its versatility.Through this, we demonstrate that the ElectroPen (patent pending) is a powerful ultralow-cost device that can be applied in various settings from low-resource high school groups to equipped university laboratories, and we envision the application of this device in these settings across the world.
 +
<br><br>
 +
In order to ensure effective implementation of this device across the world, we have received feedback and design inputs for improvements and suggestions for the ElectroPen. From both the TAS Taipei and UGA teams, we received suggestions to increase the length of the wires and create terminals on the cuvettes such that the ElectroPen can connect to it. We also received recommendations to create a latch for the toggle to remain secured within the casing. In recognition of these suggestions, we will soon develop another iteration of the ElectroPen as an improvement.
 +
<br><br>
 +
        We recognize the importance of collaboration in the validation of the ElectroPen's functionality, and in next year's project, will conduct a larger international collaboration study with the ElectroPen to further demonstrate reproducibility and the versatility.
 +
<br><br>
 +
<b>The tutorials and instructions to build the ElectroPen system have not yet been released as an open-access publication comprising of these documents will soon be released. However, all interested teams may visit our booth during the exhibition session at Jamboree to register to participate in a mini-InterLab Study for the ElectroPen with supplies provided by us! </b>
 
<br><br>
 
<br><br>
To compete for the <a href="https://2018.igem.org/Judging/Awards">Best Supporting Entrepreneurship 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>.
+
<div style="text-align:center"><img style="width:850px;height:1000px;" src="https://static.igem.org/mediawiki/2018/3/3d/T--Lambert_GA--EPNFig7.png" /></div>
 +
<br>
 +
<div id="content2">
 +
<div style="font-size:12px"><i><b>Figure 7:</b> <b>a</b> We worked with TAS_Taipei to validate the ElectroPen’s efficacy, and through two trials conducted, they successfully demonstrated that electroporation using the device was successful. <b>b</b> Collaboration with the University of Georgia team on 3 different trials also indicated the same results, validating the performance of the ElectroPen.
 +
</i></div>
 
<br><br>
 
<br><br>
You must also delete the message box on the top of this page to be eligible for this prize.
 
</p>
 
</p>
 
 
</div>
 
</div>
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2016.igem.org/Team:Sydney_Australia">2016 Sydney Australia</a></li>
 
<li><a href="https://2016.igem.org/Team:Pasteur_Paris">2016 Pasteur Paris</a></li>
 
<li><a href="https://2014.igem.org/Team:UCC_Ireland">2014 UCC Ireland</a></li>
 
<li><a href="https://2014.igem.org/Team:Imperial">2014 Imperial College London</a></li>
 
</ul>
 
 
</div>
 
</div>
 +
 
</div>
 
</div>
  
 +
<div id="footer">
 +
<br><br>
 +
<a href="https://www.facebook.com/groups/198318606966726/"><i class="fa fa-facebook" id="flogo"></i></a>
 +
 +
<a href="https://twitter.com/lamberths_igem?lang=en"><i class="fa fa-twitter" id="tlogo"></i></a>
 +
 +
<a href="https://www.instagram.com/lambertigem/"><i class="fa fa-instagram" id="ilogo"></i></a>
 +
 +
</div>
 +
 +
</body>
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script>
 +
$(window).scroll(function(e){
 +
  parallax();
 +
});
 +
 +
//PARALLAX FUNCTION
 +
function parallax(){
 +
  var scrolled = $(window).scrollTop();
 +
  $('#oceanvideo').css('top',-(scrolled*0.35)+'px');
 +
}
 +
 +
//NOT THE MOST EFFICIENT PARALLAX, BUT SIMPLE
 +
</script>
  
  
<div class="clear"></div>
 
  
<div class="column full_size">
 
<h3>Patents and intellectual property</h3>
 
  
<p>
 
If your team is seriously considering commercializing and looking into building a company after the competition, you may want to look at how you are going to protect your work and secure investment. Investors will usually require some form of intellectual protection, so you may want to investigate how to apply for a patent or provisional patent in your country and region before disclosing your project at iGEM. Remember that you can only be evaluated in iGEM based on what you share on your wiki and at the Jamboree, so any work you don't present can't count towards your project. </p>
 
  
<p>This is an area where we are different as we care about sharing, openness and contributing to the community and investors don't always agree with these values. It is up to you and your team to decide what to do. Remember that most universities have a commercialization department and that you can talk to them before coming to a decision.
 
</p>
 
</div>
 
  
<div class="clear"></div>
 
  
  
 
</html>
 
</html>

Latest revision as of 01:06, 18 October 2018

E N T R E P R E N E U R S H I P



































PRODUCT DESIGN AND GLOBAL COLLABORATION


A key component of demonstrating the accuracy and precision of scientific data is through reproducibility and external validation. We believe that collaboration with other iGEM teams is a powerful method to disseminate information, and in this spirit, we have worked with the University of Georgia iGEM Team and Taipei American School iGEM Team (TAS_Taipei) to verify the functionality and practicality of our device. Throughout multiple trials conducted by both teams, the ElectroPen was demonstrated to successfully electroporate GFP into E. coli, as seen with the trials conducted by Lambert iGEM. The transformation efficiency obtained from these tests is also on par with those from commercial electroporators, thereby confirming the data obtained across all trials conducted. In addition, the ElectroPen was tested using three different cell lines: DH5a, BL21, and Nissile 1917, confirming its versatility.Through this, we demonstrate that the ElectroPen (patent pending) is a powerful ultralow-cost device that can be applied in various settings from low-resource high school groups to equipped university laboratories, and we envision the application of this device in these settings across the world.

In order to ensure effective implementation of this device across the world, we have received feedback and design inputs for improvements and suggestions for the ElectroPen. From both the TAS Taipei and UGA teams, we received suggestions to increase the length of the wires and create terminals on the cuvettes such that the ElectroPen can connect to it. We also received recommendations to create a latch for the toggle to remain secured within the casing. In recognition of these suggestions, we will soon develop another iteration of the ElectroPen as an improvement.

We recognize the importance of collaboration in the validation of the ElectroPen's functionality, and in next year's project, will conduct a larger international collaboration study with the ElectroPen to further demonstrate reproducibility and the versatility.

The tutorials and instructions to build the ElectroPen system have not yet been released as an open-access publication comprising of these documents will soon be released. However, all interested teams may visit our booth during the exhibition session at Jamboree to register to participate in a mini-InterLab Study for the ElectroPen with supplies provided by us!


Figure 7: a We worked with TAS_Taipei to validate the ElectroPen’s efficacy, and through two trials conducted, they successfully demonstrated that electroporation using the device was successful. b Collaboration with the University of Georgia team on 3 different trials also indicated the same results, validating the performance of the ElectroPen.