Difference between revisions of "Team:Minnesota/Entrepreneurship"

(Prototype team page)
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
<html>
 
<html>
  
 +
<!------------------------------------ MAKING A NAVIGATION BAR------------------------------------------>
 +
<div class="navbar">
 +
        <a href="https://2017.igem.org/Team:Minnesota">Home</a>
  
 
+
          <div class="dropdown">
<div class="column full_size judges-will-not-evaluate">
+
            <button class="dropbtn">Team</button>
<h3>★  ALERT! </h3>
+
            <div class="dropdown-content">
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
              <a href="https://2017.igem.org/Team:Minnesota/Team" target="_blank"> Team </a>
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
              <a href="https://2017.igem.org/Team:Minnesota/Collaborations" target="_blank"> Collaborations </a>
 +
            </div>
 +
          </div>
 +
       
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Project</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/Description">Description</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Design">Design</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Experiments">Experiments</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Notebook">Notebook</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Contribution">Contribution</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Model">Model</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Results">Results</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Demonstrate">Demonstrate</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Improve">Improve</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Attributions">Attributions</a>
 +
            </div>
 +
        </div>
 +
       
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Parts</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/Parts">Parts</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Basic_Part">Basic Parts</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Composite_Part">Composite Parts</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Part_Collection">Part Collection</a>
 +
            </div>
 +
          </div>
 +
       
 +
        <a href="https://2017.igem.org/Team:Minnesota/Safety">Safety</a>
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Human Practices</button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/HP/Silver">Silver HP</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/HP/Gold_Integrated">Integrated and Gold</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Engagement">Public Engagement</a>
 +
            </div>
 +
        </div>
 +
       
 +
        <div class="dropdown">
 +
            <button class="dropbtn">Awards
 +
            </button>
 +
            <div class="dropdown-content">
 +
              <a href="https://2017.igem.org/Team:Minnesota/Applied_Design">Applied Design</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Entrepreneurship">Entrepreneurship</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Hardware">Hardware</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Measurement">Measurement</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Model">Model</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Plant">Plant</a>
 +
              <a href="https://2017.igem.org/Team:Minnesota/Software">Software</a>
 +
            </div>
 +
        </div>
 +
       
 +
        <a href="#">Judging Form</a>
 +
        <p> MINNESOTA </p>
 
</div>
 
</div>
<div class="clear"></div>
 
  
 +
<style>
 +
/*************************** Page Formatting ****************************/
 +
        .igem_2017_menu_wrapper{display:none;}
  
 +
        #content{
 +
        background-color: transparent;
 +
        background: transparent;}
  
<div class="column half_size">
+
        .igem_2017_content_wrapper{ background-color: transparent; }
<h1>Entrepreneurship</h1>
+
<h3>Best Supporting Entrepreneurship Special Prize</h3>
+
<p>
+
In previous years, iGEM had an entrepreneurship track. Teams were encouraged to build projects and focus around 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.
+
</p>
+
  
<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!
+
        #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
            display: none;
 +
        }
 +
</style>
  
<br><br>
+
<style>
To compete for the <a href="https://2017.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://2017.igem.org/Judging/Judging_Form">judging form</a>.
+
/* Navbar container */
<br><br>
+
        .navbar {
You must also delete the message box on the top of this page to be eligible for this prize.
+
          overflow: hidden;
</p>
+
          height: 100px;
</p>
+
          background-color: #333;
</div>
+
          width: 1390px;
 +
          margin-top: -60px;
 +
          margin-left: -30px;
 +
          font-family: Arial;
 +
        }
 +
       
 +
        .navbar p {
 +
            margin-left: 1150px;
 +
            color: white;
 +
            margin-top: 50px;
 +
           
 +
        }
  
<div class="column half_size">
+
        /* Links inside the navbar */
 +
        .navbar a {
 +
          float: left;
 +
          font-size: 16px;
 +
          color: white;
 +
          text-align: center;
 +
          padding: 14px 16px;
 +
          margin-top: 30px;
 +
          text-decoration: none;
 +
        }
  
<h5>Inspiration</h5>
+
        /* The dropdown container */
<p>You can look at what other teams did to get some inspiration! <br />
+
        .dropdown {
Here are a few examples:</p>
+
          margin-top:30px;
<ul>
+
          float: left;
<li><a href="https://2016.igem.org/Team:Sydney_Australia">2016 Sydney Australia</a></li>
+
          overflow: hidden;
<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>
+
  
<h5>Patents and intellectual property</h5>
+
        /* Dropdown button */
 +
        .dropdown .dropbtn {
 +
          font-size: 16px;
 +
          border: none;
 +
          outline: none;
 +
          color: white;
 +
          padding: 14px 16px;
 +
          background-color: inherit;
 +
        }
  
<p>
+
        /* Add a red background color to navbar links on hover */
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>
+
        .navbar a:hover, .dropdown:hover .dropbtn {
 
+
          background-color: red;
<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>
+
  
 +
        /* Dropdown content (hidden by default) */
 +
        .dropdown-content {
 +
          display: none;
 +
          position: absolute;
 +
          background-color: #f9f9f9;
 +
          width: 160px;
 +
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
          z-index: 1;
 +
        }
  
 +
        /* Links inside the dropdown */
 +
        .dropdown-content a {
 +
          float: none;
 +
          color: black;
 +
          padding: 10px 12px;
 +
          text-decoration: none;
 +
          display: block;
 +
          text-align: left;
 +
        }
  
<div class="clear"></div>
+
        /* Add a grey background color to dropdown links on hover */
 +
        .dropdown-content a:hover {
 +
          background-color: #ddd;
 +
        }
  
 +
        /* Show the dropdown menu on hover */
 +
        .dropdown:hover .dropdown-content {
 +
          display: block;
 +
        }
 +
</style>
  
 
</html>
 
</html>

Latest revision as of 21:40, 26 October 2017

Minnesota