Difference between revisions of "Team:Open Science Global/Entrepreneurship"

m (Deleted alert, so now page can be evaluated (editor: YK))
(Temp start)
Line 1: Line 1:
{{IGEM_TopBar}}
+
{{Open_Science_Global/main}}
{{Open_Science_Global}}
+
{{Open_Science_Global/navbar}}
 +
{{Open_Science_Global/mainStyles}}
 
<html>
 
<html>
 +
<style>
 +
    @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
  
 +
    body {
 +
        margin: 0;
 +
        background-color: #E5E5E5 !important;
 +
    }
  
 +
    html {
 +
        scroll-behavior: smooth;
 +
    }
  
 +
    .container {
 +
        height: auto;
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-orient: horizontal;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: row;
 +
        flex-direction: row;
 +
        -ms-flex-pack: distribute;
 +
        justify-content: space-around;
 +
        -ms-flex-wrap: wrap;
 +
        flex-wrap: wrap;
 +
        -webkit-column-gap: 18px;
 +
        column-gap: 18px;
 +
        margin-left: 78px;
 +
}
  
 +
    .top-banner {
 +
        height: 220px;
 +
        top: 16px;
 +
        background: #FF8552;
 +
    }
  
 +
    .Title {
 +
        font-family: Roboto;
 +
        text-transform: uppercase;
 +
        font-weight: bold;
 +
        font-size: 2.5vw;
 +
        -ms-flex-item-align: center;
 +
        -ms-grid-row-align: center;
 +
        align-self: center;
 +
    }
  
<div class="column full_size">
+
    .Subtitle {
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        gap: 28vw;
 +
        height: 20vh;
 +
        justify-content: center;
 +
        margin-left: 78px;
 +
    }
  
<h1>Entrepreneurship</h1>
+
    .Subtitle .mini-subtitle {
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
        align-items: center;
 +
        gap: 50px;
 +
        margin-left: 20px;
 +
    }
  
</div>
+
    .Subtitle .mini-subtitle .main-subtitle {
 +
        font-family: Roboto;
 +
        font-style: normal;
 +
        font-weight: bold;
 +
        font-size: 1.3vw;
 +
    }
  
<div class="column two_thirds_size">
+
    .Subtitle .mini-subtitle .line {
<h3>Best Supporting Entrepreneurship Special Prize</h3>
+
        width: 2px;
 +
        height: 26px;
 +
        background: #000000;
 +
    }
  
<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!
+
    .Subtitle .mini-subtitle .subtopic {
 +
        font-family: Roboto;
 +
        font-style: normal;
 +
        font-weight: bold;
 +
        font-size: 1vw;
 +
    }
  
<br><br>
+
    .subsite-container {
To compete for the <a href="https://2021.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://2021.igem.org/Judging/Judging_Form">judging form</a>.
+
        display: -webkit-box;
</p>
+
        display: -ms-flexbox;
</p>
+
        display: flex;
</div>
+
        -webkit-box-orient: vertical;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
        flex-direction: column;
 +
        -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
        align-items: center;
 +
        font-family: Roboto;
 +
        font-weight: bold;
 +
        -webkit-box-ordinal-group: 2;
 +
        -ms-flex-order: 1;
 +
        order: 1;
 +
        -webkit-box-flex: 2;
 +
        -ms-flex-positive: 2;
 +
        flex-grow: 2;
 +
        width: 100px;
 +
        height: 250px;
 +
        -ms-flex-negative: 1;
 +
        flex-shrink: 1;
 +
        margin-left: 7px;
 +
    }
  
<div class="column third_size">
+
    .subsite-container .submenu-title {
<div class="highlight decoration_A_full">
+
        font-size: 1.3vw;
<h3>Inspiration</h3>
+
        margin-bottom: 7px;
<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://2019.igem.org/Team:UCopenhagen/Entrepreneurship">2019 UCopenhagen</a></li>
+
<li><a href="https://2019.igem.org/Team:Thessaly/Entrepreneurship">2019 Thessaly</a></li>
+
<li><a href="https://2019.igem.org/Team:NCKU_Tainan/Entrepreneurship">2019 NCKU Tainan</a></li>
+
  
<li><a href="https://2020.igem.org/Team:TAS_Taipei/Entrepreneurship">2020 TAS Taipei</a></li>
+
    .subsite-container .index-box {
<li><a href="https://2020.igem.org/Team:KCL_UK/Entrepreneurship">2020 KCL UK</a></li>
+
        display: -webkit-box;
<li><a href="https://2020.igem.org/Team:Calgary/Entrepreneurship">2020 Calgary</a></li>
+
        display: -ms-flexbox;
</ul>
+
        display: flex;
</div>
+
        -webkit-box-orient: vertical;
</div>
+
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
        flex-direction: column;
 +
        width: 100%;
 +
        height: 100%;
 +
        font-size: 1.1vw;
 +
        background: #F8F8F8;
 +
        border-radius: 15px;
 +
        -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
        align-items: center;
 +
        -webkit-box-pack: space-evenly;
 +
        -ms-flex-pack: space-evenly;
 +
        justify-content: space-evenly;
 +
        border-radius: 15px;
 +
    }
  
 +
    .subsite-container .index-box a {
 +
        text-decoration: none;
 +
        text-transform: uppercase;
 +
        color: black;
 +
        width: 80%;
 +
        border-bottom: 0.5px solid #DCDCDC;
 +
        text-align: center;
 +
    }
  
 +
    .nav-menu {
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-orient: vertical;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
        flex-direction: column;
 +
        font-family: Roboto;
 +
        font-weight: bold;
 +
        -webkit-box-ordinal-group: 4;
 +
        -ms-flex-order: 1;
 +
        order: 1;
 +
        -webkit-box-flex: 2;
 +
        -ms-flex-positive: 2;
 +
        flex-grow: 0.5;
 +
        -ms-flex-negative: 1;
 +
        flex-shrink: 1;
 +
        width: 100px;
 +
        height: 250px;
 +
        margin-right: 7px;
 +
        margin-left: 25px;
 +
       
 +
    }
  
<div class="clear"></div>
+
    .nav-menu .submenu-title {
 +
        font-size: 1.3vw;
 +
        text-align: center;
 +
        text-transform: uppercase;
 +
        margin-bottom: 7px;
 +
    }
  
<div class="column full_size">
+
    .nav-menu .submenu-content {
<h3>Patents and intellectual property</h3>
+
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-orient: vertical;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
        flex-direction: column;
 +
        width: 100%;
 +
        height: 100%;
 +
        background: #F8F8F8;
 +
        border-radius: 15px;
 +
        -webkit-box-align: center;
 +
        -ms-flex-align: center;
 +
        align-items: center;
 +
        -webkit-box-pack: space-evenly;
 +
        -ms-flex-pack: space-evenly;
 +
        justify-content: space-evenly;
 +
        border-radius: 15px;
 +
    }
  
<p>
+
    .nav-menu .submenu-content a {
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>
+
        text-decoration: none;
 +
        color: black;
 +
        font-family: Roboto;
 +
        font-size: 1.1vw;
 +
        font-weight: bold;
 +
        width: 80%;
 +
        border-bottom: 0.5px solid #DCDCDC;
 +
        text-align: center;
 +
        text-transform: uppercase;
 +
    }
  
<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.  
+
    .text-container {
</p>
+
        display: -webkit-box;
</div>
+
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-orient: vertical;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: column;
 +
        flex-direction: column;
 +
        width: 400px;
 +
        height: auto;
 +
        padding-bottom: 2%;
 +
        padding-top: 2%;
 +
        background: #F9F9F9;
 +
        border-radius: 38px;
 +
        -webkit-box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.65);
 +
        box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.65);
 +
        -webkit-box-align: start;
 +
        -ms-flex-align: start;
 +
        align-items: flex-start;
 +
        overflow: hidden;
 +
        -webkit-box-ordinal-group: 3;
 +
        -ms-flex-order: 2;
 +
        order: 2;
 +
        -webkit-box-flex: 4;
 +
        -ms-flex-positive: 4;
 +
        flex-grow: 2;
 +
        -ms-flex-negative: 0.5;
 +
        flex-shrink: 0.5;
 +
        margin-right: 50px;
 +
    }
  
<div class="clear"></div>
+
    .text-container h2 {
 +
        -ms-flex-item-align: start !important;
 +
        align-self: flex-start !important;
 +
        font-family: Roboto;
 +
        font-weight: bold;
 +
        font-size: 2.5vw;
 +
        height: 5vw;
 +
        <!-- width: 39vw; -->
 +
        letter-spacing: 0.01em;
 +
        text-decoration: none !important;
 +
        color: #000000;
 +
        margin-left: 40px;
 +
        margin-top: 35px !important;
 +
        margin-bottom: 35px !important;
 +
        border-bottom: 2.5px solid #000000;
 +
    }
  
 +
    .text-container .text p {
 +
        font-family: Roboto !important;
 +
        font-weight: normal;
 +
        font-size: 1.3vw !important;
 +
        letter-spacing: 0.01em;
 +
        color: #000000;
 +
        text-align: justify;
 +
        margin-right: 40px;
 +
        margin-left: 40px;
 +
    }
 +
 +
    footer {
 +
        height: 300px;
 +
        width: 100vw;
 +
        bottom: 0;
 +
        background: #1E2833;
 +
        -ms-flex-item-align: end;
 +
        align-self: flex-end;
 +
        -webkit-box-ordinal-group: 5;
 +
        -ms-flex-order: 4;
 +
        order: 4;
 +
        padding-top: 2%;
 +
        margin-top: 5%;
 +
    }
 +
 +
    @media screen and (max-width: 900px) {
 +
        .Title {
 +
            font-size: 3vw;
 +
        }
 +
 +
        .Subtitle .mini-subtitle .main-subtitle {
 +
            font-size: 2.5vw;
 +
        }
 +
 +
        .Subtitle .mini-subtitle .subtopic {
 +
            font-size: 2vw;
 +
        }
 +
 +
        .nav-menu {
 +
            display: none;
 +
        }
 +
 +
        .subsite-container {
 +
            display: none;
 +
        }
 +
 +
        .text-container {
 +
            margin-left: 20px;
 +
            margin-right: 20px;
 +
        }
 +
 +
        .text-container .text {
 +
            font-size: 2vw;
 +
        }
 +
 +
        h2 {
 +
            font-size: 4vw;
 +
        }
 +
    }
 +
 +
    @media screen and (max-width: 600px) {
 +
        .Title {
 +
            font-size: 4vw;
 +
        }
 +
 +
        .Subtitle .mini-subtitle .main-subtitle {
 +
            font-size: 2.5vw;
 +
        }
 +
 +
        .Subtitle .mini-subtitle .subtopic {
 +
            font-size: 2vw;
 +
        }
 +
 +
        .nav-menu {
 +
            display: none;
 +
        }
 +
 +
        .subsite-container {
 +
            display: none;
 +
        }
 +
 +
        .text-container {
 +
            margin-left: 20px;
 +
            margin-right: 20px;
 +
        }
 +
 +
        .text-container .text {
 +
            font-size: 3vw;
 +
        }
 +
 +
        h2 {
 +
            font-size: 6vw;
 +
        }
 +
    }
 +
</style>
 +
<!-------------------- HTML CONTENT -------------------------------->
 +
 +
<body>
 +
    <div class="top-banner">
 +
    </div>
 +
 +
    <div class="Subtitle">
 +
        <div class="Title">Entrepreneurship</div>
 +
    </div>
 +
    <div class="container">
 +
 +
 +
 +
        <div class="nav-menu">
 +
            <div class="submenu-title">Entrepreneurship</div>
 +
 +
            <div class="submenu-content">
 +
                <a href="#playbook">Building a complete frugal bio-foundry playbook</a>
 +
                <a href="#diy">DIY Lean LaunchPad (Evidence-based Entrepreneurship</a>
 +
                <a href="#garage">Working With the Garage Door Open</a>
 +
                <a href="#wbs">Work Breakdown Structure</a>
 +
                <!-- <a href="#"></a> -->
 +
                <!-- <a href="#"></a> -->
 +
                <!-- <a href="#"></a> -->
 +
                <!-- <a href="#"></a> -->
 +
                <!-- <a href="#"></a> -->
 +
            </div>
 +
 +
        </div>
 +
 +
        <div class="text-container">
 +
            <h2 id="playbook">Building a complete frugal bio-foundry playbook</h2>
 +
            <div class="text">
 +
                <p>The goal of Friendzymes is to help democratize biotechnology. One aspect of this goal is to create open-source wetware, software and hardware in order to build a frugal biofoundry. </p>
 +
                <p>How will bio-foundries fund and sustain their operation? To answer this question, we initiated a sub-project called “Bioentrepreneurship With the Garage Door Open.”</p>
 +
                <p>If we map out our technical innovation work in a business model canvas, we’ll see that it is designed to answer questions posed by the left side of the canvas:</p>
 +
                <ul>
 +
                    <li>What capabilities, equipment and processes do you need to create products? </li>
 +
                    <li>How do you operate a biofoundry? </li>
 +
                    <li>How much will the production cost? </li>
 +
                    <li>What companies and institutions do you partner with? </li>
 +
                </ul>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/0/0b/T--Open_Science_Global--Entre_01.jpg" alt="Business Model Canvas"></p>
 +
                <p>For us to create a complete frugal bio-foundry playbook, we also need to answer questions posed by the right side of the canvas:</p>
 +
                <ul>
 +
                    <li>Which customer segments want this solution the most?</li>
 +
                    <li>Why do they want the solution? (value proposition)</li>
 +
                    <li>How do we get, keep and grow customers?</li>
 +
                    <li>How do we price the products to optimize reach and sustainability?</li>
 +
                </ul>
 +
                <p>Bioentrepreneurship With the Garage Door Open will answer these questions.</p>
 +
            </div>
 +
 +
            <h2 id="diy">DIY Lean LaunchPad (Evidence-based Entrepreneurship</h2>
 +
            <div class="text">
 +
                <p>We will make use of a methodology called “Lean LaunchPad.” This methodology is used in Stanford, the National Institutes of Health of the USA, and accelerators like Indiebio. When taught to scientists, the Lean LaunchPad is presented as “evidence-based entrepreneurship.” This means we need to prototype both the technical solution and the market solution. For Friendzymes to know whether our frugal biofoundry actually works, we need to see the actual engineered organisms produce our desired proteins in resource-constrained environments like rural Philippines and Ghana. If we want to know whether this biofoundry could be part of a sustainable business, we need to see actual customers pay for these products.</p>
 +
                <p>Readiness in the product development side of the canvas means we know the exact sequences, protocols and equipment to synthetize that product. Readiness in the customer development side means we know the go-to-market, pricing, regulatory and channel strategies to sell the product.</p>
 +
                <p>As the name suggests, this will involve a systematic validation and iteration of business model assumptions with around a hundred interviews and test sales.</p>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/1/13/T--Open_Science_Global--Entre_02.jpg" alt="BMC DBTL"></p>
 +
                <p>In Stanford, the NIH and in accelerators, the Lean LaunchPad is facilitated by a teaching team. In our case, we will extract learning objectives and deliverables from the Lean LaunchPad Educators Guide, particularly Appendix D: Sample Life Sciences Syllabus, and find a way to learn the objectives and produce the deliverables.</p>
 +
            </div>
 +
 +
            <h2 id="garage">Working With the Garage Door Open</h2>
 +
            <div class="text">
 +
                <p>Our goal is to create a playbook that could be used by labs, especially in resource-constrained areas. Each lab will operate in a different cultural and economic context. This means we cannot simply port a business model that works from one location to another. Each location must search for a business model that works in their context. To help them do this, we will document the steps that we undertake, the information we gather, and the business model redesigns we make based on our discoveries.</p>
 +
            </div>
 +
 +
            <h2 id="wbs">Work Breakdown Structure</h2>
 +
            <div class="text">
 +
                <p>We will follow the Lean LaunchPad syllabus for Life Sciences used by the United States National Institutes of Health (Appendix D of the <a href="https://venturewell.org/wp-content/uploads/Educators-Guide-Final-w-cover-PDF.pdf">Lean LaunchPad Educators Guide</a>, p. 201). The syllabus takes 10 weeks and involves around 100 interviews and test sales, and possibly creating a minimum viable product. This means we will be continuing this sub-project well after the iGEM 2021 jamboree.</p>
 +
                <br>
 +
                <p><b>Deliverables</b></p>
 +
                <ul>
 +
                    <li>Prototype (ie, actual reagents produced using the Frienzymes biofoundry that could be sold)</li>
 +
                    <li>Narrative per step</li>
 +
                    <li>At completion</li>
 +
                        <ul>
 +
                            <li>10-minute presentation of lessons learned</li>
 +
                            <li>2-minute video of the technology</li>
 +
                        </ul>
 +
                </ul>
 +
                <p>*The plan below is taken directly from the Lean LaunchPad Life Sciences Syllabus. We will find equivalent resources for videos and books we don’t have access to.</p>
 +
                <p>Instead of weeks, we will divide the work into work sprints of 1-2 weeks.</p>
 +
                <br>
 +
                <p><b>Sprint 1</b></p>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/4/49/T--Open_Science_Global--Entre_Sprint_01.jpg" alt="Sprint 1"></p>
 +
                <br>
 +
                <p><b>Sprint 2</b></p>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/f/f4/T--Open_Science_Global--Entre_Sprint_02.jpg" alt="Sprint 2"></p>
 +
                <ul>
 +
                    <li>Needs findings - connecting the Value Proposition and Customers</li>
 +
                    <li>Value Proposition</li>
 +
                    <li>Best practices in customer discovery</li>
 +
                        <ul>
 +
                            <li>10-minute presentation of lessons learned</li>
 +
                            <li>2-minute video of the technology</li>
 +
                            <li>How to call on people you don't know. How to get the most out of the people you do.</li>
 +
                            <li>Expectations, speed, tempo, logistics, commitments.</li>
 +
                            <li>How do I protect my IP when I speak to partners</li>
 +
                            <li>Does Lean work for non-software efforts</li>
 +
                            <li>How do interview</li>
 +
                            <li>How is an interview different than a sales call</li>
 +
                        </ul>
 +
                </ul>
 +
                <br>
 +
                <p><b>Sprint 3</b></p>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/b/b5/T--Open_Science_Global--Entre_Sprint_03.jpg" alt="Sprint 3"></p>
 +
                <ul>
 +
                    <li>Learn about</li>
 +
                        <ul>
 +
                            <li>Value proposition and customer discovery</li>
 +
                            <li>Customer Segments specific to therapeutics, diagnostics and device groups</li>
 +
                        </ul>
 +
                </ul>
 +
                <br>
 +
                <p><b>Sprint 4</b></p>
 +
                <p><img src="https://static.igem.org/mediawiki/2021/4/47/T--Open_Science_Global--Entre_Sprint_04.jpg" alt="Sprint 4"></p>
 +
                <ul>
 +
                    <li>Learn about</li>
 +
                        <ul>
 +
                            <li>Value proposition and customer discovery</li>
 +
                            <li>Customer Segments specific to therapeutics, diagnostics and device groups</li>
 +
                        </ul>
 +
                </ul>
 +
                <br>
 +
                <p><b>Sprint 5</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 6</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 7</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 8</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 9</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 10</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 11</b></p>
 +
                <p></p>
 +
                <br>
 +
                <p><b>Sprint 4</b></p>
 +
                <p></p>
 +
            </div>
 +
 +
            <h2 id="playbook">...</h2>
 +
            <div class="text">
 +
                <p></p>
 +
            </div>
 +
 +
 +
        </div>
 +
 +
        <footer>
 +
 +
        </footer>
 +
    </div>
 +
</body>
  
 
</html>
 
</html>

Revision as of 00:26, 22 October 2021

Entrepreneurship

Building a complete frugal bio-foundry playbook

The goal of Friendzymes is to help democratize biotechnology. One aspect of this goal is to create open-source wetware, software and hardware in order to build a frugal biofoundry.

How will bio-foundries fund and sustain their operation? To answer this question, we initiated a sub-project called “Bioentrepreneurship With the Garage Door Open.”

If we map out our technical innovation work in a business model canvas, we’ll see that it is designed to answer questions posed by the left side of the canvas:

  • What capabilities, equipment and processes do you need to create products?
  • How do you operate a biofoundry?
  • How much will the production cost?
  • What companies and institutions do you partner with?

Business Model Canvas

For us to create a complete frugal bio-foundry playbook, we also need to answer questions posed by the right side of the canvas:

  • Which customer segments want this solution the most?
  • Why do they want the solution? (value proposition)
  • How do we get, keep and grow customers?
  • How do we price the products to optimize reach and sustainability?

Bioentrepreneurship With the Garage Door Open will answer these questions.

DIY Lean LaunchPad (Evidence-based Entrepreneurship

We will make use of a methodology called “Lean LaunchPad.” This methodology is used in Stanford, the National Institutes of Health of the USA, and accelerators like Indiebio. When taught to scientists, the Lean LaunchPad is presented as “evidence-based entrepreneurship.” This means we need to prototype both the technical solution and the market solution. For Friendzymes to know whether our frugal biofoundry actually works, we need to see the actual engineered organisms produce our desired proteins in resource-constrained environments like rural Philippines and Ghana. If we want to know whether this biofoundry could be part of a sustainable business, we need to see actual customers pay for these products.

Readiness in the product development side of the canvas means we know the exact sequences, protocols and equipment to synthetize that product. Readiness in the customer development side means we know the go-to-market, pricing, regulatory and channel strategies to sell the product.

As the name suggests, this will involve a systematic validation and iteration of business model assumptions with around a hundred interviews and test sales.

BMC DBTL

In Stanford, the NIH and in accelerators, the Lean LaunchPad is facilitated by a teaching team. In our case, we will extract learning objectives and deliverables from the Lean LaunchPad Educators Guide, particularly Appendix D: Sample Life Sciences Syllabus, and find a way to learn the objectives and produce the deliverables.

Working With the Garage Door Open

Our goal is to create a playbook that could be used by labs, especially in resource-constrained areas. Each lab will operate in a different cultural and economic context. This means we cannot simply port a business model that works from one location to another. Each location must search for a business model that works in their context. To help them do this, we will document the steps that we undertake, the information we gather, and the business model redesigns we make based on our discoveries.

Work Breakdown Structure

We will follow the Lean LaunchPad syllabus for Life Sciences used by the United States National Institutes of Health (Appendix D of the Lean LaunchPad Educators Guide, p. 201). The syllabus takes 10 weeks and involves around 100 interviews and test sales, and possibly creating a minimum viable product. This means we will be continuing this sub-project well after the iGEM 2021 jamboree.


Deliverables

  • Prototype (ie, actual reagents produced using the Frienzymes biofoundry that could be sold)
  • Narrative per step
  • At completion
    • 10-minute presentation of lessons learned
    • 2-minute video of the technology

*The plan below is taken directly from the Lean LaunchPad Life Sciences Syllabus. We will find equivalent resources for videos and books we don’t have access to.

Instead of weeks, we will divide the work into work sprints of 1-2 weeks.


Sprint 1

Sprint 1


Sprint 2

Sprint 2

  • Needs findings - connecting the Value Proposition and Customers
  • Value Proposition
  • Best practices in customer discovery
    • 10-minute presentation of lessons learned
    • 2-minute video of the technology
    • How to call on people you don't know. How to get the most out of the people you do.
    • Expectations, speed, tempo, logistics, commitments.
    • How do I protect my IP when I speak to partners
    • Does Lean work for non-software efforts
    • How do interview
    • How is an interview different than a sales call

Sprint 3

Sprint 3

  • Learn about
    • Value proposition and customer discovery
    • Customer Segments specific to therapeutics, diagnostics and device groups

Sprint 4

Sprint 4

  • Learn about
    • Value proposition and customer discovery
    • Customer Segments specific to therapeutics, diagnostics and device groups

Sprint 5


Sprint 6


Sprint 7


Sprint 8


Sprint 9


Sprint 10


Sprint 11


Sprint 4

...