Difference between revisions of "Team:UCopenhagen/Inclusion"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!--{{IGEM_TopBar}}-->
+
{{iGEM_TopBar}}
{{UCopenhagen/Header3}}
+
{{Example3}}
{{UCopenhagen}}
+
{{Template: UCopenhagen/Back_To_Top_Button}}
+
{{Template: UCopenhagen/Footnotes_vic}}
+
 
+
 
+
 
<html>
 
<html>
  <head>
 
    <style>
 
      .title_piece h2 {
 
        font-family: "Montserrat";
 
        font-size: 18px;
 
      }
 
  
      h3 {
 
        font-family: "Montserrat";
 
      }
 
  
      .big_wrapper a {
+
<div class="column full_size judges-will-not-evaluate">
        cursor: pointer;
+
<h3>★ ALERT! </h3>
        text-decoration: none;
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2020.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2020.igem.org/Judging/Awards"> award listed below</a>. </p>
      }
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2020.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
+
      .big_wrapper a:hover {
+
        animation: levitating_pills 1.5s infinite;
+
      }
+
 
+
      @keyframes levitating_pills {
+
        0% {
+
          transform: translate(0,0);
+
        }
+
        50% {
+
          transform: translate(0,7%);
+
        }
+
        100% {
+
          transform: translate(0,0);
+
        }
+
      }
+
 
+
      .big_wrapper {
+
        display: flex;
+
        flex-direction: column;
+
        text-align: center;
+
        z-index: -2;
+
        width: 100%;
+
      }
+
 
+
      .overview_wrapper {
+
        display: flex;
+
        flex-direction: row;
+
        width: 75%;
+
        margin: 0 auto;
+
        justify-content: space-around;
+
      margin-top: -3%;
+
       
+
       
+
      }
+
 
+
      @keyframes round_guy {
+
        0% {
+
          transform: translate(30%,0);
+
        }
+
        100% {
+
          transform: translate(-20%,0);
+
        }
+
      }
+
 
+
      #Round_Pill {
+
        animation-name: round_guy;
+
        animation-duration: 5s;
+
        padding: 6.5% 0% 0% 7%;
+
        animation-fill-mode: forwards;
+
       
+
      }
+
 
+
      @keyframes triangle_guy {
+
        0% {
+
          transform: translate(-95%,47%);
+
        }
+
        100% {
+
          transform: translate(-30%,47%);
+
        }
+
      }
+
 
+
      #Triangular_Pill {
+
        animation-name: triangle_guy;
+
        animation-duration: 5s;
+
        padding: 2.5% 0% 0% 7%;
+
        animation-fill-mode: forwards;
+
       
+
      }
+
 
+
      @keyframes long_guy {
+
        0% {
+
          transform: translate(-180%,32%);
+
        }
+
        100% {
+
          transform: translate(-10%,32%);
+
        }
+
      }
+
 
+
      #Long_Pill {
+
        animation-name: long_guy;
+
        animation-duration: 5s;
+
        z-index: -2;
+
        padding: 5.5% 0% 0% 0%;
+
        animation-fill-mode: forwards;
+
      }
+
 
+
      @keyframes text_fade_in {
+
        0% {
+
          opacity:0;
+
        }
+
        10% {
+
          opacity:0;
+
        }
+
        50% {
+
          opacity:0;
+
        }
+
        100% {
+
          opacity:1;
+
        }
+
      }
+
 
+
      .title_piece {
+
        animation-name: text_fade_in;
+
        animation-duration: 3s;
+
        padding: 4% 5% 0% 0%;
+
        width: 100%;
+
      }
+
 
+
      .big_wrapper {
+
        display: flex;
+
        justify-content: center;
+
      }
+
 
+
      .tabcontent {
+
        margin: 0 15% 0 15%;
+
        width: 100%;
+
        height: auto;
+
      }
+
 
+
      .hand {
+
        display: flex;
+
        justify-content: center;
+
        width: 100%;
+
        overflow: hidden;
+
      padding-top: 3%;
+
      }
+
 
+
      .hand img {
+
  -webkit-transform: scaleX(-1);
+
  transform: scaleX(-1);
+
        display: block;
+
        margin: auto;
+
      }
+
 
+
     
+
 
+
 
+
 
+
 
+
.page-wrapper{
+
margin-bottom: -20%;
+
margin-top: -1%;
+
max-width: 100%;
+
background-image: url("https://static.igem.org/mediawiki/2020/a/a3/T--UCopenhagen--watercolor_bg_smaller.png");
+
background-repeat: repeat-y;
+
background-size: 100%;
+
background-color: #fcecdf;
+
padding-left: 16%;
+
padding-right: 16%;
+
padding-bottom: 15%;
+
padding-top:5%;
+
font-family: Avenir, Arial;
+
line-height: 1.4;
+
text-align: justify;
+
font-size: 16px;
+
}
+
 
+
.flex-container{
+
display: flex;
+
flex-direction: row;
+
width: 80%;
+
margin: 0 auto;
+
margin-left: 15%;
+
border-left: solid pink;
+
 
+
}
+
 
+
.flex-date{
+
display: flex;
+
flex: 1;
+
align-items: center;
+
text-direction:rtl ;
+
padding: 1px;
+
margin-left: -10%;
+
max-width: 150px;
+
object-fit: contain;
+
}
+
 
+
.flex-timeline-txt{
+
flex: 3;
+
padding-top:10px;
+
 
+
 
+
}
+
.flex-timeline-txt h2{
+
font-size: 1.2em;
+
font-family: Montserrat;
+
 
+
}
+
 
+
.flex-timeline-txt h6{
+
font-size: 1em;
+
font-family: Montserrat;
+
 
+
}
+
 
+
 
+
.page-wrapper h3{font-family: Bavro;
+
        font-size: 2.5em;
+
        color: #F3557E;
+
        line-height: 1;
+
 
+
}
+
 
+
.page-wrapper h7{
+
font-family: Bavro;
+
        font-size: 1.5em;
+
        color: #F3557E;
+
        line-height: 3;
+
        margin-top: 60px;
+
        margin-bottom: 30px;
+
 
+
}
+
 
+
.NS-flex{
+
display: flex;
+
flex-direction: row;
+
width: 100%;
+
margin: 0 auto;
+
 
+
 
+
}
+
 
+
.NS-left{
+
display: flex;
+
flex: 1;
+
border-right: solid pink;
+
border-bottom: solid pink;
+
padding: 5px;
+
}
+
 
+
.NS-right{
+
flex: 2;
+
border-bottom: solid pink;
+
padding: 5px;
+
 
+
}
+
 
+
.line-img{
+
width:100%;
+
}
+
 
+
 
+
 
+
-----------------------------------
+
-----------------------------------
+
 
+
.accordion {
+
  width: 70%;
+
  margin: 0 auto;
+
}
+
.accordion-item {
+
  background-color: #fcecdf;
+
  color: #111;
+
   
+
+
}
+
.accordion-item-header {
+
  font-family: Montserrat;
+
  padding: 0.5rem 3rem 0.5rem 1rem;
+
  min-height: 3.5rem;
+
  line-height: 1.25rem;
+
  display: flex;
+
  align-items: center;
+
  position: relative;
+
  cursor: pointer;
+
  margin-right: 10%;
+
}
+
.accordion-item-header::after {
+
  content: "\002B";
+
  font-size: 2rem;
+
  position: absolute;
+
  right: 1rem;
+
margin-right: -10%;
+
}
+
.accordion-item-header.active::after {
+
  content: "\2212";
+
}
+
.accordion-item-body {
+
  max-height: 0;
+
  overflow: hidden;
+
  transition: max-height 0.2s ease-out;
+
}
+
.accordion-item-body-content {
+
  padding: 1rem;
+
  font-family: Avenir, Arial;
+
  font-size: 16px;
+
  line-height: 1.4;
+
 
+
}
+
<!-- ------------------ -->
+
 
+
 
+
<!-- ---------- -->
+
 
+
.mySlides, .mySlides2 {
+
        display: none
+
      }
+
 
+
      /* Slideshow container */
+
      .slideshow-container {
+
        max-width: 85%;
+
        position: relative;
+
        margin: auto;
+
      }
+
 
+
      /* Next & previous buttons */
+
      .prev, .next {
+
        cursor: pointer;
+
        position: absolute;
+
        top: 50%;
+
        user-select: none;
+
        opacity: 0.5;
+
      }
+
 
+
      /* Position the "next button" to the right */
+
      .next {
+
        right: 0;
+
      }
+
 
+
      /* Customizing the prev and nex arrows to be thicker */
+
      .prev:hover polyline, .next:hover polyline, .prev:hover, .next:hover {
+
        stroke-width: 3;
+
        opacity: 0.85;
+
        transition: all 100ms ease-in-out;
+
      }
+
 
+
      /* The dots/bullets/indicators */
+
      .dot, .dot2 {
+
        cursor: pointer;
+
        height: 12px;
+
        width: 12px;
+
        margin: 0 2px;
+
        background-color: #fa7268;
+
        opacity: 0.3;
+
        border-radius: 50%;
+
        display: inline-block;
+
        transition: background-color 0.3s ease-in-out;
+
        transform: scale(0.85);
+
      }
+
 
+
      .active, .dot:hover, .dot2:hover {
+
        background-color: #fa7268;
+
        opacity: 0.85;
+
        transform: scale(1);
+
      }
+
 
+
      /* Fading animation */
+
      .fade {
+
        -webkit-animation-name: fade;
+
        -webkit-animation-duration: 1.5s;
+
        animation-name: fade;
+
        animation-duration: 1.5s;
+
      }
+
 
+
      @-webkit-keyframes fade {
+
        from {opacity: .6}
+
        to {opacity: 1}
+
      }
+
 
+
      @keyframes fade {
+
        from {opacity: .6}
+
        to {opacity: 1}
+
      }
+
 
+
<!-- ---------- -->
+
 
+
    </style>
+
  </head>
+
<body>
+
 
+
    <div class="big_wrapper">
+
     
+
      <div class="overview_wrapper">
+
          <a href="#prob">
+
          <div id="Round_Pill">
+
            <div class="title_piece">
+
              <h2>Timeline</h2>
+
            </div>
+
            <img src="https://static.igem.org/mediawiki/2020/c/ca/T--UCopenhagen--empty_patch.png" style="width:100%;">
+
          </div>
+
        </a>
+
        <a href="#SHP">
+
          <div id="Triangular_Pill">
+
            <div class="title_piece">
+
              <h2>Business development</h2>
+
            </div>
+
            <img src="https://static.igem.org/mediawiki/2020/6/66/T--UCopenhagen--patch_yeast.png" style="width:100%;">
+
          </div>
+
        </a>
+
        <a href="#GHP">
+
          <div id="Long_Pill">
+
            <div class="title_piece">
+
              <h2>Next steps</h2>
+
            </div>
+
            <img src="https://static.igem.org/mediawiki/2020/5/50/T--UCopenhagen--patch_grid.png" style="width:100%;">
+
          </div>
+
        </a>
+
      </div>
+
    </div>
+
    <div class="hand"><img src="https://static.igem.org/mediawiki/2020/5/51/T--UCopenhagen--Hand_Ver_2.png"></div>
+
   
+
<div class="page-wrapper">
+
<div id="prob">
+
 
+
 
+
<div>
+
<h3> Introduction </h3>
+
We started our entrepreneurship by joining the SUND Hub Incubator Program early on in the iGEM journey. Through this endeavor, we were inspired to meet people who could guide us through each stage of a MedTech start-up. In this section, we will take a walk through how the entrepreneurship journey began at the CIDosis office and our interactions with business experts.
+
Our main takeaways from the meetings were:
+
<br> <br> <b>
+
• Learning how to pitch to investors and convey our message to other stakeholders </br>
+
 
+
• Legal, organizational, structural, and financial requirements for creating a MedTech start-up </br>
+
 
+
• Understanding how to analyze the competitor and customer landscape </br>
+
 
+
• Regulatory requirements for market entry of a medical device </br> </b>
+
 
</div>
 
</div>
  
  
 +
<div class="clear"></div>
  
  
<h3 style="margin-top: 10%;">Timeline</h3>
+
<div class="column full_size">
 
+
<h1>Diversity and Inclusion</h1>
<img src="https://static.igem.org/mediawiki/2020/4/42/T--UCopenhagen--timeline_entrepp_really_new_1.png" style="width:100%;">
+
<p>We should all recognize the importance of building an open and welcoming scientific community. A more diverse community involved in creating knowledge and technology is more likely to produce a more equitable and representative system. Every individual, regardless of background or experience, should have an equal opportunity to engage with scientific knowledge and technological development. Everyone should be able to share their opinions on the societal implications of research.
 
<br><br>
 
<br><br>
<div class="flex-container" style="border-left: solid #fbb14c;">
+
For more information about Diversity and Inclusion in iGEM, please visit the <a href="https://2020.igem.org/Resources/Diversity_Committee">Diversity and Inclusion Hub</a>.</p>
<div class="flex-date">
+
<img src="https://static.igem.org/mediawiki/2020/c/c6/T--UCopenhagen--sundhub1.png" style="width:80%;">
+
</div>
+
  
<div class="flex-timeline-txt">
+
<h3>Best Inclusivity Prize</h3>
<br>
+
<h2 style="color:#fbb14c;" id="sundhub"> Start-up Bootcamp: Essentials </h2>
+
  
<b>SUND Hub</b> is an innovation environment for students, part of the Faculty of Health and Medical Sciences (SUND in Danish). This Hub helps students pursue their ideas or help initiating startups while building skills in entrepreneurship and innovation. The SUNDHub Start-up Incubator is a program aiming to kickstart stablished ideas in the Start-up world.
+
<p>The Best Inclusivity prize recognizes exceptional efforts to include more people in synthetic biology by providing new tools, knowledge, and opportunities. Innovative educational/scientific tools have the ability to expand access to science, knowledge and include broader public values.
<br>
+
<br>
+
  
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
    <h6 style="Color:grey;"> || June 18th || SUNDHub Start-up Incubator: Workshop 1, Peter Birk & Anders Graabæk </h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
The Bootcamp Session was primary lead by Peter Birk from Accelerace and Anders Graabæk from Validate, two Start-up acceleration Organisations. In this workshop we were introduced to the Entrepreneurship path, with elements such as  the <b>“Five anchors of a good opportunity”</b>. This concept invited us to think if our solution was creating significant value for a compelling medical need or problem; if it was a good fit and timing and with a differentiation and sustainable advantage over other solutions; and lastly, whether it would have a profit and return potential. 
 
 
We were also advised to <b>“Love the problem, and not the solution”</b>, to allow for innovative ideas upgrading our solution, avoiding staying static in one solution that does not fit the needs of the patient. 
 
 
Moreover, we did several exercises to learn how to frame our goal in order to articulate it better when presenting it to people outside of the project, through the <b>NABC model</b> (Need, Approach, Benefits and Competition). We felt inspired by this articulation of our purpose and decided to also create a <b>Golden circle</b> where we showed first the WHY, then the HOW and in the end the WHAT or our solution.
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
 
 
 
 
</div>
 
 
 
 
 
 
<div class="flex-container" style="border-left: solid #fbb14c;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/b/b7/T--UCopenhagen--ent-nadia.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#fbb14c; margin-top: 6%;"> Meeting with Start-up experts from SUNDHub </h2>
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
    <h6 style="Color:grey;"> || July 9th || Nadia Storm & Peter Løvschall</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
As a part of the SUND Hub Start-up incubator program, we had to present our projects to Nadia Storm and Peter Løvschall, in order to get the perfect guidance on how to start diving into the entrepreneurial part of the project. In this meeting, we realized how important is to <b>know the audience background before you pitch</b> your idea, and the need of always summarising the entire project in the first lines, and then explain each part more thoroughly. We also received feedback on what other information we needed to be more credible when pitching, such as experts backing up assumptions we drawn from papers, or patient stories that would make the problem more tangible. 
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/a/a9/T--UCopenhagen--caro2.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Strategies for medical devices</h2>
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
    <h6 style="Color:grey;"> || June 9th & July 21st || Caroline Lærke Oldin, Student Assistant at Ambu, specialised in medical devices  </h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
We had thought a bit about how CIDosis would fit into a competitive consumer market. However, none of us had any expertise in business management, let alone how one would go about getting a GMO medical product approved for market. Luckily, we were able to have two meetings with Caroline, Business Master student working in medical devices. She gave us some inspiration of different kind of analysis we could make for our product, but most importantly, she was the first person that recommended us to launch our product to just <b>one or two target diseases</b>. She explained that even though we wanted to create our product for several diseases, we would get an <b>easier approval</b> if we started with the most important or the one we could create the most impact to, and the continue with the rest. 
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
 
 
<div class="flex-container" style="border-left: solid pink;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/9/96/T--UCopenhagen--ent-biob.png" class="line-img" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#f3557e; margin-top: 6%;"> Biobusiness Summer School by Synapse x BCG</h2>
 
<h6 style="Color:grey;"> || August 10th-14th || </h6>
 
The BioBusiness Summer School was a full-time week event organised by Synapse (Student Organisation aiming to bridge the gap between academia and industry) and BCG (Boston Consulting Group). In this event, different <b>field experts and start-up owners</b> where teaching the participants the key concepts and considerations to create a BioStart-up, motivating us towards the entrepreneurial journey. Moreover, we had two training sessions with BCG, for structuring and analysing problems, and for properly pitch an idea in a structured way. </div></div>
 
 
 
<div class="flex-container" style="border-left: solid pink;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/0/0c/T--UCopenhagen--snipr_biome_timeline.png" class="line-img" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
 
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
    <h2 style="margin-top: 5%;"> How to be a successful Bioentrepreneur </h2>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
<h6 style="Color:grey;"> Christian Groendahl, CEO, SNIPR Biome </h6>
 
Christian Groendahl, founder of SNIPR Biome, told us about the importance of developing a “T” and not an “I” personal profile, where we have spread arms towards more knowledge, and not deep expertise, and not just the deep expertise. He introduced us to the <b>IPO </b>concept (Initial Public Offering), that we would have to consider if some day we decided to take a start-up to the public stock markets. He incited us to first do <b>due diligence of our idea</b>, and if after that, the idea works and it is still a great idea, we shouldn’t let anyone make us doubt about it or renounce.
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
 
 
<div class="flex-container" style="border-left: solid pink;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/f/fa/T--UCopenhagen--nnit_timeline.png" class="line-img" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
  <h2 style="margin-top: 5%;"> BioBusiness Vocabulary </h2>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
<h6 style="Color:grey;"> William Bullock, Consultant, NNIT </h6>
 
William Bullock, Consultant from NNIT, introduced us to an alphabet of business terminology. Our key take-aways from this talk were the difference between <b>Material Transfer Agreement</b> (MTA) and <b>Licensing Agreement</b> (LA), where the latter is just the idea and the former is also the material goods involved in it.
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
 
<div class="flex-container" style="border-left: solid pink;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/8/86/T--UCopenhagen--hoiberg_timeline.png" class="line-img" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
 
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h2 style="margin-top: 4%;"> Why businesses need IPR </h2>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
<h6 style="Color:grey;"> Pernille Gojkovic, Patent Attorney, Høiberg </h6>
 
Pernille explained us how essential is to have <b>Freedom to Operate</b> (FTO) as well as <b>Intellectual Property Rights</b> (IPR) over an idea. She summarized the entire process in 4 steps:
 
<br>
 
<ul>
 
<li>•<b>Check patent requirements</b> (it should be statutory, novel, useful and non-obvious). In this step, Pernille made a really good job making us conscious of the importance of the “novel” part. The idea should have never been disclosed before, which is why she remarked several times during the presentation that scientists trying to guess the future applications of their discoveries in the discussion parts of the papers, are their own enemies in case they want to get a patent on their discovery. </li> 
 
<li>•<b>Secure the investment:</b> once we have gotten an IPR license, as this is usually what investors require for large investments. </li> 
 
<li>•<b>Obtain the FTO:</b> as sometimes you might fall inside a bigger patent that prevents you from exploiting yours. Therefore, you then need to obtain a license from them, with a monetary cost.</li> 
 
<li>•<b>Commercialising your product.</b></li>  </ul>
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
 
<div class="flex-container" style="border-left: solid pink;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/9/9f/T--UCopenhagen--ent-hort.png" class="line-img" style="width:80%;">
 
</div>
 
<div class="flex-timeline-txt">
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h2 style="margin-top: 6%;"> Legal challenges when starting a business</h2>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
<h6 style="Color:grey;"> Horten Attorneys </h6>
 
Two attorneys from Horten explained us 4 of the most important legal aspects to take into account when creating a business:
 
<br>
 
<ul>
 
<li>• <b>Company form</b>: they introduced the audience to the different types of legal company forms, their protection for the owner, and their economical liability, which made us consider the option of creating a Private limited company (ApS in Denmark), where we would need a minimum of 40.000DKK, but it would grant us economic protection. </li>
 
 
<li>• <b>Shareholder agreement</b>: this agreement is the one that states how the company is managed. It is the contract between the owner/s and the company, where the responsibilities of each are explained.  they introduced us to the Tag alone or Drag alone clauses, that can be stated in the Shareholder agreement. These are different clauses that can be used strategically to bound the second party to buy or sell more shares. Other clauses that can be included is for example the Deadlock situation, that appoints a 3rd professional party to make a decision if there is a 50/50 situation.  </li>
 
 
 
<li>• <b>Funding</b>: There are 3 options often used: 
 
<br>
 
<ul>> Convertible loans: where after a certain period of time, the money owed can be converted to shares.
 
<br>
 
> Crowdfunding: in the form of donation/reward (where you don’t need to pay back the money), peer to peer lending (which is similar to a loan) or investment (with which you need an investment agreement). 
 
<br>
 
> Grants: which are donations to the project usually by big funds.</ul> </li>
 
 
 
<li>• <b>Workforce</b>: There are differences in the protection rights of each type of title, and therefore, the funders do not have any protection right status, the employees do have protection rights (contracts, insurance, holidays,...) and consultants don’t have protection rights, and are usually autonomous. </li>
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/6/65/T--UCopenhagen--hanne2.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> How to make an Environmental Impact Assessment (EIA)</h2>
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || August 27th || Hanne Dalsgaard, MSc Environmental Engineering, DTU</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
Making sure that our environmental impact is as low as possible is not only important for ethical reasons, but also important for getting a CE approval. In order to know more about the subject of making an environmental impact analysis, we had along meeting with Hanne Dalsgaard Nicolaisen. She shared her knowledge on how to do a EIA and the key points to consider. You can read more about it on <a href="https://2020.igem.org/Team:UCopenhagen/Implementation#Hanne_environmental_analysis">proposed implementation</a>
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/4/45/T--UCopenhagen--symb.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Planning for lab space after iGEM  </h2>
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || August 28th || Symbion opening ceremony of CPH-labs</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
The team was invited to the Symbion Lab Opening Ceremony. Symbion is a coworking start-up space, that recently constructed a laboratory to be used by some of the start-ups. We got offered free lab space during idem and also one bench space to continue our research after finishing iGEM.
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
<div class="flex-container" style="border-left: solid orange;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/8/80/T--UCopenhagen--ente-idea.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#fbb14c; margin-top: 6%;""> Deep customer discovery</h2>
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || September 15th || SUNDHub Start-up Incubator: Workshop 2, Customer discovery</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
We followed a presentation on exploring our customers - how they are, how they think and feel, how they behave. Special attention was paid to qualitative methods – in-depth interview, behavior observation, play. Such approach was especially recommended to early startups. After the presentation, we engaged in a series of exercises – <b>empathy map, five whys, stakeholder analysis, the qualitative interview, open-ended business-model questionnaire</b>.
 
<br>
 
<br>
 
While discussing our customer insight with Anna, one of the SUND Hub leaders, she reminded us of the importance of healthcare decision-makers and pharmacies for our business model. She suggested that we focus a little bit more on these, as we had already gathered significant amount of knowledge about users (patients and doctors) who might not be customers, however. Together, we identified a couple of domain experts to reach out to in order to strengthen our business model.
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/f/fb/T--UCopenhagen--synbiobeta_entrep.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Practising our elevator pitch</h2>
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || September 29th - October 2nd|| Global Synthetic Biology Conference</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
We attended the Global Synthetic Biology Conference, where we talked to a variety of people representing various companies and occupations, ranging from academics to investors. Based on our discussions, we understood that early stage investors emphasized interpersonal skills, the importance of functioning team, passion, ability to take suggestions from others.
 
<br>
 
<br>
 
We were encouraged by generally <b>positive feedback</b> for our project, and we also discovered there were more potentially useful applications of our solution. For instance, John from ZBiotics proposed us a <b>potential future partnership</b> if we managed developing our product.
 
<br>
 
<br>
 
<br>
 
<img src="https://static.igem.org/mediawiki/2020/c/ce/T--UCopenhagen--quote_entrap.png" style="width:80%;">
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/8/84/T--UCopenhagen--ent-acc.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Ensuring future mentorship </h2>
 
 
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
  <h6 style="Color:grey;"> || October 13th|| Accelerace  mentorship</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
During the last sprint of our project, we were contacted by Accelerace, that offered mentorship to continue our project after the competition and help us realize how to make the  science start-up together with NovoNordisk fonden.
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/b/b4/T--UCopenhagen--sundhub_entrep.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#fbb14c; margin-top: 6%;"> Overview of the entrepreneurial process </h2>
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || October 21st|| SUNDHub Start-up Incubator: Workshop 3, From idea to Business</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
During this workshop, we engaged with different experts that SUNDHub had brought for the Start-ups to ask the different considerations. As we thought we needed some extensive help in areas such as patents and regulations, we decided to plan bigger meetings with two f them: AWA Patent Attorneys and Rømer Consulting, for IP and regulatory advise, respectively.
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/f/ff/T--UCopenhagen--awa_entrep.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Future IP steps </h2>
 
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || October 22nd|| Rasmus Kvist & Helene Robertsen, Patent attorneys, AWA</h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
Rasmus and Helene introduced us to the normal timeline for obtaining an IP. They explained us that we have to start at least 3 months in advance doing a novelty search and drafting the application, and then the clock starts at the <b>DoF</b> (Date of Filing).  Six months later, a <b>Search Report</b> (SR) and <b>Written Opinion</b> (WO) is received from the authorities. These documents usually give an idea whether you can file a patent or not, depending on the information available. After that, it comes the <b>Date of Priority</b> (DoP). Before this day, you can file other applications claiming priority to the initial one, and it is 1 year after the DoF. Therefore, you usually can change the patent claims during the 1st year, while at the same time provide all the necessary data to prove that your claim works. 
 
<br>
 
<br>
 
Patents are published 18 months after the DoF, which means that you can still file a patent for 1,5 years and still get no indications of an existing patent in the SR. Two years after the DoF, every patent becomes publicly available. 
 
<br>
 
<br>
 
They explained that usually it is first applied in <b>PVS</b> (Denmark), as it is less costly, and then to <b>EPO</b> (Europe) or <b>PCT</b> (international). Thirty months after the application to the PCT (international patent), the IP dies and you have to apply to the specific authorities, usually quite costly. Therefore, they explained us that, by then, we should have already started selling our product for having bigger funding. 
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
 
<div class="flex-container" style="border-left: solid #5BA7F0;">
 
<div class="flex-date">
 
<img src="https://static.igem.org/mediawiki/2020/f/f4/T--UCopenhagen--romer_entrep.png" style="width:80%;">
 
</div>
 
 
<div class="flex-timeline-txt">
 
<h2 style="color:#5BA7F0; margin-top: 6%;"> Diving into the regulatory landscape </h2>
 
<!-- ----------------------- -->
 
  <!--accorion_starts-->
 
  <div class="accordion-item">
 
    <div class="accordion-item-header">
 
<h6 style="Color:grey;"> || October 23rd|| Claus Rømer, CEO, Rømer Consulting </h6>
 
    </div>
 
    <div class="accordion-item-body">
 
      <div class="accordion-item-body-content">
 
 
We contacted Claus with the concern of our product having GMO as a key component, being a problem regarding regulatory approval. We had explored before on the regulations and saw that it should be a clas I medical device but were unsure about our judgement. Together with Claus, we went through the <b>MDR</b> (European Medical Device Regulations), and confirmed that the <b>patch would be classified as a class I</b> (as we will explain later in this page, under regulatory measures). It would be classified as a Diagnostic medical device. However, he explained us that the idea of the <b>app</b> for monitoring progression and sending the relevant data to the doctors would be classified as a <b>class IIa</b>, and therefore would need more time to be approved and it would need a bigger amount of capital. 
 
<br>
 
<br>
 
We also explained our feasibility concerns on getting approval between <b>US or EU</b> due to differences in GMO regulation, but he expressed there were not big differences between the two, and therefore it was probably more convenient to enter Europe first. And lastly, he cleared some of our doubts on when was it needed to apply for a <b>CE marking approval</b>, that should be the last step before market approval, when we already got all the clinical data and regulatory approval. 
 
 
      </div>
 
    </div>
 
  </div>
 
<!--accorion_ends-->
 
<!-- -------------------- -->
 
 
 
</div>
 
</div>
 
 
</div id="prob">
 
 
 
 
<!-- --------------------------------------- -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div id="SHP">
 
<h3 style="margin-top: 15%;">Business landscape</h3>
 
<h7>Introduction</h7>
 
<div>Being a small start up in the med tech industry is complicated due to the many regulations and requirements such as clinical trials before your product can enter the market. Thus we have not focused our work on a business plan and return of investments predictions, rather we have attempted to navigate the regulatory landscape. We wish to showcase the requirements of a medtech start-up in a transparent way, other teams…. After a short introduction to the company idea, we start by presenting possible market access strategy for our product.  Then we highlight the unmet needs in the industry and present our potential customers. We end by discussion product development plan, leading into the next steps. 
 
</div>
 
 
 
<h7>Company description</h7>
 
<div>
 
CIDosis provides a monitoring device for patients with chronic inflammatory diseases, allowing them to track their inflammation and assess the efficacy of their treatment. We are developing the CIDosis patch; A sweat-patch with a yeast-based biosensor to detect inflammatory biomarkers in sweat. When placed on the skin, the patch produces a color output matching the level on inflammation. This color can be recorded and the disease tracked with the dedicated CIDosis App to allow for easy and stressfree monitoring. Our monitoring device is like nothing on the market and will be provide valuable data for patients with a broad variety of CID's. The CIDosis patch will supplement patient monitoring, providing a practical solution for requiring the data needed for continuous treatment adjustment, improving patients' quality of life.
 
 
<br><br>
 
<br><br>
With the help from the SUND Hub Start-Up incubator we created our first business plan overviews, including
+
To compete for the <a href="https://2020.igem.org/Judging/Awards">Best Inclusivity prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2020.igem.org/Judging/Judging_Form">judging form</a>.
<ol>
+
</p>
<li>• <b>NABC model</b> - which helped us framing the situation in a more specific manner.</li>
+
<li>• <b>Golden Circle</b> - which defines our purpose in a more specific and organized way.</li>
+
<li>• <b>Lean Canvas</b> - This is a version of a typical Business Model Canvas, that has been optimized for Start-ups, in order to faster discover if the proposed Business model is viable. It allows for a faster and more agile transformation and iteration in order to find a working model.</li></ol>
+
<br>You can see these below: <br><br>
+
 
+
<div class="slideshow-container">
+
          <div class="mySlides fade">
+
            <img src="https://static.igem.org/mediawiki/2020/b/bf/T--UCopenhagen--NABC.png" style="width:100%">
+
          </div>
+
          <div class="mySlides fade">
+
            <img src="https://static.igem.org/mediawiki/2020/e/e5/T--UCopenhagen--entre-goldencircle.png" style="width:100%">
+
          </div>
+
          <div class="mySlides fade">
+
            <img src="https://static.igem.org/mediawiki/2020/b/b1/T--UCopenhagen--entre-leancanvas.png" style="width:100%">
+
          </div>
+
         
+
          <a class="prev" onclick="plusSlides(-1)">
+
            <svg width="50px" height="60px" viewBox="0 0 50 80" xml:space="preserve">
+
              <polyline fill="none" stroke="#FFFFFF" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" points="
+
        45.63,75.8 0.375,38.087 45.63,0.375 "/>
+
            </svg>
+
          </a>
+
          <a class="next" onclick="plusSlides(1)">
+
            <svg width="50px" height="60px" viewBox="0 0 50 80" xml:space="preserve">
+
              <polyline fill="none" stroke="#FFFFFF" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" points="
+
        0.375,0.375 45.63,38.087 0.375,75.8 "/>
+
            </svg>
+
          </a>
+
          </div>
+
          <br>
+
          <div style="text-align:center">
+
            <span class="dot" onclick="currentSlide(1)"></span>
+
            <span class="dot" onclick="currentSlide(2)"></span>
+
            <span class="dot" onclick="currentSlide(3)"></span>
+
           
+
          </div>
+
 
+
  
  
 
</div>
 
</div>
  
<h7>Market access strategy</h7>
 
<div>
 
Making a device that is intended for the med-tech market is easier said than done. The med-tech market is heavily regulated in order to ensure that patient safety is maintained. Understanding these regulations and how they relate to your product is difficult. In order to make the process of getting regulatory approval transparent, we relied on the guidance of different experts. Our work, based on expert input and our own research, is featured here to provide a clear overview of the regulations for our product and also so that future iGEM teams developing a med-tech device can gain insight into the regulatory world.
 
 
 
<h2> Regulatory measures </h2>
 
There is a lot of regulatory measures one would need to take in order to get a product like ours to market. Before entering the market, we need a CE marking proving that we conform with health, safety and environmental protection standards in the EEA (European Economic Area). The first step towards getting a CE marking for medical devices is figuring out what risk class it belongs to. There are four different risk classes for medical devices, the fourth encompassing high risk devices such as pacemakers, and the first encompassing low risk devices such as reusable surgical instruments. It is possible to determine what classification a device belongs to by a process of elimination.
 
 
<br><br>
 
As a baseline a non-invasive medical device belongs to class 1, unless: <br>
 
<ol>
 
<li>
 
<li> 1. It is intended to channel or store blood
 
 
<li> 2. It is intended to modify the biological or chemical composition of blood
 
 
<li>3. It is intended to have contact with injured skin
 
 
<li>4. It is intended to be used by penetration of body orifices
 
 
<li>5. It is intended for surgically transient use
 
 
<li>6. It is intended as an active medical device either for therapy or diagnosis (supplies energy)
 
 
<li>7. It intended to incorporate a medicine
 
 
<li>8. It is a device containing non-viable animal tissues, cells, or other substances, or microbial or recombinant tissues,      cells, or other substances
 
</ol>
 
<br><br>
 
Clause number 8 clearly describes our medical device.  Medical devices fitting the description of this clause belongs to class 3 unless the device contains only “tissues, cells or substances of animal origin that have been rendered non-viable" or “the device is intended by the manufacturer to come into contact with intact skin only <a href="#leg" aria-describedby="footnote-label" id="leg-ref"> </a> .If either of these subclauses applies, the <b>device is classified as class 1</b>. Our device contains viable cells, but since it is it only intended to be used on the skin it belongs to class 1. 
 
 
With that out of the way, we can evaluate the possibility of getting a CE marking for our product. Part of getting a CE marking is showing by means of clinical trial the efficacy of the product. After patch production, clinical trials would be a natural steps, and we have included this in our "Next steps" at the bottom of this page.
 
<br><br>
 
</div>
 
 
<h7>unmet needs and competition</h7>
 
<div>
 
Currently there are many products on the market for treating chronic inflammatory diseases. Patients often try many types of medications and undergo frequent period testing to keep track of their disease progression.
 
</div>
 
 
 
<h2> Competitors analysis </h2>
 
 
<div>
 
We explored the different options available for detecting inflammation levels in the body. We found three other options, being blood test the most common, followed by stool test and saliva as the least used. In order to easily compare each of them, we decided to explore 6 different areas.
 
<br>
 
<br>
 
 
<img src="https://static.igem.org/mediawiki/2020/f/f5/T--UCopenhagen--Competitor_analysis.png" style="width:70%;">
 
<br>
 
 
 
</div>
 
 
<h7>Customer discovery and applicability</h7>
 
<div></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</div id="SHP">
 
 
 
 
<!-- --------------------------------------- -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div id="GHP">
 
 
<h3 style="margin-top: 15%;">Next steps</h3>
 
<div>
 
 
<br>
 
<img src="https://static.igem.org/mediawiki/2020/8/85/T--UCopenhagen--nextstepsentrep.png" style="width:100%;">
 
 
<br><br>
 
<br>
 
We decided to build a <b>Quarterly Roadmap</b> that would express the goals already reached and the ones that are yet to be accomplished. 
 
<br>
 
<br>
 
<br>
 
<div class="NS-flex">
 
<div class="NS-left">
 
<br>
 
Q1/2021:
 
<br>
 
- Transition from an iGEM project into a start-up
 
</div>
 
<div class="NS-right">
 
<br>
 
• Registration as a Private Limited Company (ApS).
 
<br>
 
• Sign Shareholder Agreement.
 
<br>
 
• Expansion of skillsets on the team- App development and scientific confirmation.
 
<br>
 
• Identify challenges and deadlines with experts regarding applications and approvals.
 
<br>
 
</div>
 
</div>
 
 
<div class="NS-flex">
 
<div class="NS-left">
 
Q1/2021: <br> - Securing Idea
 
</div>
 
<div class="NS-right">
 
• Establishing strategic partnership- experienced in GMO or MedTech
 
<br>
 
• Finding a sponsor/investor/funding
 
<br>
 
• Application for Intellectual Property (IPR and FTO)
 
<br>
 
</div>
 
</div>
 
 
<div class="NS-flex">
 
<div class="NS-left">
 
Q3-Q4/2021 <br> - Strengthening scientific context
 
</div>
 
<div class="NS-right">
 
• Prospective study on cytokines in human sweat: through CRO (Contract Research Organisation)
 
<br>
 
• Optimize patch design and yeast implementation
 
</div>
 
</div>
 
 
<div class="NS-flex">
 
<div class="NS-left">
 
Q1-Q2/2022 <br> - Preparation for clinical trials
 
</div>
 
<div class="NS-right">
 
• Consult experts about authorisation and human resources needed for Clinical Trials
 
<br>
 
• Applying for clinical trials: Developing the Clinical Research Manuscript
 
<br>
 
• Finding a production partner
 
<br>
 
• Getting more investors
 
</div>
 
</div>
 
 
<div class="NS-flex">
 
<div class="NS-left">
 
Q3/2022 - Q1/2024 <br> - Develop clinical trials
 
</div>
 
<div class="NS-right">
 
• Clinical trial operations management
 
<br>
 
• Prepare preliminary market approval
 
<br>
 
• Figuring out details about productions
 
<br>
 
• Finding strategic partners and investors
 
</div>
 
</div>
 
 
 
<div class="NS-flex">
 
<div class="NS-left" style="border-bottom: none;">
 
Q2-Q3/2024 <br> - Preparation for Market Entry 
 
</div>
 
<div class="NS-right" style="border-bottom: none;">
 
• Application for Market approval 
 
<br>
 
• Finding a marketing partner
 
<br>
 
• Start planning Sales force and Marketing strategy 
 
<br>
 
• Scale-up of manufacturing production
 
<br>
 
<br>
 
</div>
 
</div>
 
 
 
</div>
 
</div id="GHP">
 
 
 
<!-- inserting our footnotes -->
 
<div class="ref_cont">
 
    <div class="refs">
 
      <ol>
 
        <li id="leg">http://www.legislation.govt.nz/regulation/public/2003/0325/latest/DLM224296.html
 
<a href="#leg-ref" aria-label="Back to content">↩</a></li>
 
 
 
 
 
      </ol>
 
<br><br><br>
 
    </div>
 
</div>
 
 
 
</div>
 
</body>
 
 
<script>
 
    $(document).ready(function(){
 
      // Add smooth scrolling to all links
 
      $("a").on('click', function(event) {
 
 
        if (this.hash !== "") {
 
          event.preventDefault();
 
 
          var hash = this.hash;
 
 
          $('html, body').animate({
 
            scrollTop: $(hash).offset().top
 
          }, 800, function(){
 
 
            window.location.hash = hash;
 
          });
 
        }
 
      });
 
    });
 
  </script>
 
<script>
 
  const accordionItemHeaders = document.querySelectorAll(".accordion-item-header");
 
 
accordionItemHeaders.forEach(accordionItemHeader => {
 
  accordionItemHeader.addEventListener("click", event => {
 
   
 
    // Uncomment in case you only want to allow for the display of only one collapsed item at a time!
 
   
 
    // const currentlyActiveAccordionItemHeader = document.querySelector(".accordion-item-header.active");
 
    // if(currentlyActiveAccordionItemHeader && currentlyActiveAccordionItemHeader!==accordionItemHeader) {
 
    //  currentlyActiveAccordionItemHeader.classList.toggle("active");
 
    //  currentlyActiveAccordionItemHeader.nextElementSibling.style.maxHeight = 0;
 
    // }
 
 
    accordionItemHeader.classList.toggle("active");
 
    const accordionItemBody = accordionItemHeader.nextElementSibling;
 
    if(accordionItemHeader.classList.contains("active")) {
 
      accordionItemBody.style.maxHeight = accordionItemBody.scrollHeight + "px";
 
    }
 
    else {
 
      accordionItemBody.style.maxHeight = 0;
 
    }
 
   
 
  });
 
});
 
  </script>
 
 
<script>
 
    // carousel starts here//
 
  var slideIndex = 1;
 
  showSlides(slideIndex);
 
 
  function plusSlides(n) {
 
    showSlides(slideIndex += n);
 
  }
 
 
  function currentSlide(n) {
 
    showSlides(slideIndex = n);
 
  }
 
 
  function showSlides(n) {
 
    var i;
 
    var slides = document.getElementsByClassName("mySlides");
 
    var dots = document.getElementsByClassName("dot");
 
    if (n > slides.length) {slideIndex = 1}
 
    if (n < 1) {slideIndex = slides.length}
 
    for (i = 0; i < slides.length; i++) {
 
        slides[i].style.display = "none";
 
    }
 
    for (i = 0; i < dots.length; i++) {
 
        dots[i].className = dots[i].className.replace(" active", "");
 
    }
 
    slides[slideIndex-1].style.display = "block";
 
    dots[slideIndex-1].className += " active";
 
  }
 
  </script>
 
  
 
</html>
 
</html>
 
 
 
{{UCopenhagen/Footer_Bubbly_sponsors}}
 

Latest revision as of 22:08, 27 October 2020

★ ALERT!

This page is used by the judges to evaluate your team for the medal criterion or award listed below.

Delete this box in order to be evaluated for this medal criterion and/or award. See more information at Instructions for Pages for awards.

Diversity and Inclusion

We should all recognize the importance of building an open and welcoming scientific community. A more diverse community involved in creating knowledge and technology is more likely to produce a more equitable and representative system. Every individual, regardless of background or experience, should have an equal opportunity to engage with scientific knowledge and technological development. Everyone should be able to share their opinions on the societal implications of research.

For more information about Diversity and Inclusion in iGEM, please visit the Diversity and Inclusion Hub.

Best Inclusivity Prize

The Best Inclusivity prize recognizes exceptional efforts to include more people in synthetic biology by providing new tools, knowledge, and opportunities. Innovative educational/scientific tools have the ability to expand access to science, knowledge and include broader public values.

To compete for the Best Inclusivity prize, please describe your work on this page and also fill out the description on the judging form.