Difference between revisions of "Team:CCU Taiwan/Entrepreneurship"

 
(63 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:CCU_Taiwan/css}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
 +
 +
<head>
 +
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script>
 +
$(document).ready(function(){
 +
 +
$("#Home").hover(function(e){
 +
$("#sub_home").stop(true,false,true).slideToggle(300);
 +
  });
 +
 +
$("#Project").hover(function(){
 +
$("#sub_project").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Parts").hover(function(){
 +
$("#sub_parts").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Modeling").hover(function(){
 +
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Drylab").hover(function(){
 +
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Human_Practice").hover(function(){
 +
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Notebook").hover(function(){
 +
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#home_button").hover(function(){
 +
    $(this).css("background","black")
 +
},function(){
 +
    $(this).css("background","#31a97e")
 +
  });
 +
});
 +
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
 +
 +
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
 +
 +
// Set the offset when entering page with hash present in the url
 +
window.setTimeout(offsetAnchor, 0);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 +
</script>
 +
 +
</head>
  
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
+
         <nav>
 
             <div class="container">
 
             <div class="container">
                 <ul>
+
                 <ul class="front">
                     <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a>
+
                        <ul>
+
                    <div id="home_button" style="cursor:pointer;"  onclick="location.href=
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
 
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
                     <li class="title" style="cursor:pointer;" id="Home"><img class="img_title" src="https://static.igem.org/mediawiki/2018/2/24/T--CCU_Taiwan--aboutus.png"></img><a>About Us</a>
 +
                        <ul class="sub" id="sub_home" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Project</a>
+
                     <li class="title" style="cursor:pointer;" id="Project"><img class="img_title" src="https://static.igem.org/mediawiki/2018/6/6f/T--CCU_Taiwan--project.png"></img><a>Project</a>
<ul>
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements">Achievements</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title"><a href="#">Parts</a>
+
                     <li class="title" style="cursor:pointer;" id="Parts"><img class="img_title" src="https://static.igem.org/mediawiki/2018/1/17/T--CCU_Taiwan--part.png"></img><a>Parts</a>
                        <ul>
+
                        <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Parts</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Modeling</a>
+
                     <li class="title" style="cursor:pointer;" id="Modeling"><img class="img_title" src="https://static.igem.org/mediawiki/2018/0/09/T--CCU_Taiwan--model.png"></img><a>Modeling</a>
                        <ul>
+
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Model</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Activity</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Monolignol">Monolignol Binding</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Drylab</a>
+
                     <li class="title" style="cursor:pointer;" id="Drylab"><img class="img_title" src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--Dry_lab.png"></img><a>Product</a>
                        <ul>
+
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Our Plan</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title"><a href="#">Human Practice</a>
+
    <li class="title" style="cursor:pointer;" id="Human_Practice"><img class="img_title" src="https://static.igem.org/mediawiki/2018/9/96/T--CCU_Taiwan--humanpractice.png"></img><a>HP</a>
                        <ul>
+
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Human Practice</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Engagement</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Business_Model">Business Model</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title"><a href="#">Notebook</a>
+
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
                         <ul>
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Notebook</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design">Applied Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 66: Line 146:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
 
     </header>
 
     </header>
</body>
+
<div class="indicator">
  
<div class="column full_size judges-will-not-evaluate">
+
<div class="pointerHP" id="1"><a href="#ca1">Foreword</a></div>
<h3>★  ALERT! </h3>
+
<div class="pointerHP" id="2"><a href="#ca2">STP Analysis</a></div>
<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>
+
<div class="pointerHP" id="3"><a href="#ca3">business model</a></div>
<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>
+
<div class="pointerHP" id="4"><a href="#ca4">Cost of production</a></div>
</div>
+
<div class="pointerHP" id="5"><a href="#ca5">Fundraising</a></div>
 +
<div class="pointerHP" id="6"><a href="#ca5">Consulting Seniors</a></div>
  
 +
</div>
  
<div class="clear"></div>
+
<div class="backgroundHP">
 +
<div class="photoEntrepreneurship"><h1 class="bigtitle">ENTREPRENEURSHIP<h1></div>
 +
      <div class="content"><br>
 +
<p class="first" id="ca1">Foreword</p>
 +
<p class="description">&emsp;&emsp;In entrepreneurship, we made a market segmentation and positioned LIGGREEN's value in the market to find a niche market. Then we compared with the similar products and built a SWOT model to prove that it is competitive in the market. Finally, we designed the business model to imagine how we operate if we establish our company. We also set up a cost analysis of the production line so that we could grasp the cost of LIGGREEN and the possible price range in the future.<br><br>
  
 +
&emsp;&emsp;In addition, we got in touch with the entrepreneur who just started his own business. From him, we know a lot of patent-applied channels and detailed procedures. Believe that we can pass the patent applications smoothly in the future. We also discussed with many Taiwanese entrepreneurs about our possible future directions, and hope to expand the application of LIGGREEN.
 +
</p><br>
  
 +
<p class="first" id="ca2">STP Analysis</p>
 +
<p class="second">Segmentation:</p>
  
<div class="column full_size">
+
<div id="ep2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/0b/T--CCU_Taiwan--CCUccul4545ogo.png" style="width:100%">
 +
        </div>
  
<h1>Entrepreneurship</h1>
 
  
</div>
+
<p class="second"><strong>Targeting:</strong><br>
 +
<ol>
 +
<li><strong>The size of the market: large</strong><br><br>
 +
&emsp;&emsp;In terms of Taiwan, the current market for paper cup laminated is large. Since beverage shops, coffee shops, and convenience stores have a considerable demand for laminated paper cups, in Taiwan, we can determine that the demand for laminated paper cups is large. The huge potential in customers cause a large purchasing power of the laminated paper cups and the total amount of paper cup purchases, further inferred that the separation is enormous.
 +
</li><br>
 +
<li><strong>Competitive intensity of market: strong</strong><br><br>
 +
&emsp;&emsp;Even though Polyethylene and Polypropylene are still used as the bulk of the paper cup laminated market, there are many ecofriendly laminating materials that are still produced in the market. Therefore, under such circumstances, I think the competition intensity is still strong, once our LIGGREEN are more close to the ideal one that the company or the manufacturer demands, you can attract them to buy our products as raw materials for laminating.
 +
</li><br>
 +
<li><strong>Organizational resources and advantages: small</strong><br><br>
 +
&emsp;&emsp;As LIGGREEN just enter the market, unlike other vendors that have already established a solid foundation in the market, our organization still need to adjust. Being a startup company, the resources will be less than the mass-produced manufacturers. As the results, our organizational resources and advantages are small, which make us difficult compete with large factories currently.
 +
</li><br>
 +
<li><strong>Cost of exposure to market: large</strong><br><br>
 +
&emsp;&emsp;LIGGREEN is new for the market, we must build our own advantages from scratch. From the perspective of raw materials, our price is higher than others, which will affect the purchase intention of the laminating paper cups factory. Therefore, the cost of contact the market will be quite high in the case of high prices.
 +
</li><br>
 +
<li><strong>Future growth of market: large</strong><br><br>
 +
&emsp;&emsp;Due to the influence of environmental protection and the government's policy of restricting plastics, our products have little advantage in the current market, but as time goes by, in the case that mainstream raw materials are gradually eliminated, the development space we own is enormous. Therefore, the future growth is quite high.
 +
</li><br>
 +
</ol><br>
 +
</p>
 +
<p class="second"><strong>Positioning:</strong><br>
 +
<ol>
 +
<li><strong>Seeking possible positioning:</strong><br><br>
 +
Attributes: The difference between LIGGREEN and other raw materials is that LIGGREEN mainly appeal to be naturally decomposed and not harmful to the environment.<br><br>
 +
Functions: LIGGREEN is used as a paper cup laminating material. As it can be decomposed by the environment, it will bring a fresh and green corporate image to the paper cup laminating factory.<br><br>
 +
Main Customers: It will be a manufacturer that pays attention to the corporate image and can accept higher raw material prices.<br><br>
 +
Competitors: Factories that produce Polyethylene, Polypropylene and PLA will be our competitors.<br><br>
 +
</li><br>
 +
<li><strong>Communicating the positioning concept:</strong><br><br>
 +
&emsp;&emsp;With the above evaluation, we can see the essence of LIGGREEN's product and then get the concept of product positioning. LIGGREEN's main positioning concept is that it can bring an environmentally friendly image without affecting the current recycling habits and the production process of the paper cup laminating factory, by using LIGGREEN as a raw material for the laminated paper cup. When the terminal consumers use the products, they will know that the entire production chain is the main corporate image of green positives, which will add a lot to the public.
 +
</li><br>
 +
</ol>
 +
</p><br>
 +
<p class="first" id="ca3">Business Model</p>
 +
<p class="description">&emsp;&emsp;The business model we built was mainly for the paper container industries. Since we are a manufacturer of new material called “LIGGREEN”, it is logical that the paper container industries will be our first customers. We hope that LIGGREEN will have a wider application in other industries in future.</p>
 +
 +
<p class="description">
 +
<br><strong>Value Proposition:</strong><br>&emsp;&emsp;We know that people now care more about environmental protection issues. Why? Because the earth faces problems with energy depletion and environmental pollution, both of these are big issues for us. There are many new energy sources to solve the former, but what about the latter? So many countries are trying to find a new way to solve environmental pollution, it seems that the best place to start is with our daily life.<br><br>&emsp;&emsp;Recycling is one of the ways for now to solve the pollution problem, so entrepreneurs producing new packaging materials are popping up, and we are one of those.<br><br>&emsp;&emsp;Since there is intensive competition, a product which is ecofriendly is a common value in the container industry, so it seems that a new product which is only ecofriendly is not special at all. The value we created is not only that it is ecofriendly, but also uses new technologies to produce our material. This new material, “LIGGREEN”, allows us to keep our current recycling habits but still achieve an environmental goal. With new policies limiting the use of plastic, having a new product to replace plastic will allow an uninterrupted supply without creating a sharp rise in demand for limited products from the container industries.
 +
<br><br><strong>Customer Segments:</strong><br>&emsp;&emsp;As the demand will reflect consumers’ willingness and desires, our customers will not only be the paper containers coating industries, but also the beverage stores who buy the laminated products and interact directly with the consumers.
 +
<br><br><strong>Channels:</strong><br>&emsp;&emsp;We believe that the paper container industries and beverage stores are mutually influential, so we will visit both of them in person.
 +
<br><br><strong>Costumer relationship:</strong><br>&emsp;&emsp;We adopt the method of “personal assistance”, in which dedicated personnel have exclusive communication with each customer. This allows for a trusting relationship to develop, so they will be willing to share their concerns about the product or suggestions for improvement.
 +
<br><br><strong>Key Activity:</strong><br>&emsp;&emsp;We mainly produce LIGGREEN for the paper container coating industries. Moreover, we will continue to research new materials which can substitute for plastic. The sales department will try to find new customers and contact paper container coating industries.
 +
<br><br><strong>Key resource:</strong><br>&emsp;&emsp;The key resource is our intellectual resources, which includes our technology and new research.<br>&emsp;&emsp;The human resources are divided into two parts, research members, and sales members who will develop and fulfill the demand.
 +
<br><br><strong>Key partner:</strong><br>&emsp;&emsp;Our main partners are members who work for the Industrial Technology Research Institute, since they can sponsor technique conferences, and they are a government organization that communicates with the industry about new technology.
 +
<br><br><strong>Revenue:</strong><br>&emsp;&emsp;Our revenue comes from selling the materials we produce.
 +
<br><br><strong>Cost:</strong><br>&emsp;&emsp;The assets of the construction plant, the salary of the manpower and the cost of the research material such as monolignols and yeast, etc.<br> <hr></p>
 +
 +
<table class="table" border="1.5" style="width:60vw;">
 +
<tr style="background:#FFEE99">
 +
<td id="swotstrong1"><strong>Strengths</strong></td>
 +
<td id="swotstrong1"><strong>Weaknesses</strong></td>
 +
</tr>
 +
<tr>
 +
<td><strong id="swotstrong">High Temperature Resistant</strong><br>Compared with PP/PE, LIGGREEN has a higher temperature resistance. <br><br><strong id="swotstrong">Ability of Mass Production</strong><br>By using synthetic biology, we could mass produce LIGGREEN.<br><br><strong id="swotstrong">Ecofriendly</strong><br>LIGGREEN is decomposable, or it can be recycled like normal paper.</td>
 +
<td><strong id="swotstrong">High Cost</strong><br>Due to the synthetic biology and new technology, our cost must be higher than petrochemical materials.<br><br><strong id="swotstrong">Hard to Get Coniferyl Alcohol</strong><br>Coniferyl alcohol (G), the material of LIGGREEN, is hard to get from commercial market. The seller cannot offer a large number of it.<br><br><strong id="swotstrong">Lack of Certification</strong><br>LIGGREEN is lack of many certification such as SGS package and container tests which can increase confidence of consumers.</td>
 +
</tr>
 +
<tr style="background:#FFEE99">
 +
<td id="swotstrong1"><strong>Opportunities</strong></td>
 +
<td id="swotstrong1"><strong>Threats</strong></td>
 +
</tr>
 +
<tr>
 +
<td><strong id="swotstrong">Social Trend</strong><br>hrough the survey, we found that more and more people care about environment protection. This could help us convince paper container laminating industries to buy LIGGREEN.<br><br><strong id="swotstrong">Policy</strong><br>As more and more countries decide to limit the use of plastic products, we will have the opportunity to become a substitute in the future.</td>
 +
<td><strong id="swotstrong">Consumer Acceptance</strong><br>Some people and non-governmental group are still skeptical of synthetic biology. LIGGREEN, which is produced by synthetic biology, will also be suspect by those people.<br><br><strong id="swotstrong">Market Saturation</strong><br>As people care more about environmental protection, many new material suppliers want to enter the market and most of them are earlier than us.</td>
 +
</tr>
 +
</table><br>
 +
  <p class="first" id="ca4">Cost of production</p>
 +
<p class="description">&emsp;&emsp;This is our production line. As a startup entrepreneur, we asked the relevant instrument manufacturer to know each equipment we need to purchase for our production line.</p><br><br><br>
 +
<div id="ep1" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/02/T--CCU_Taiwan--CCUcc4554go.png" style="width:100%">
 +
        </div><br><br>
 +
<p class="first" id="ca5">Fundraising session</p>
  
<div class="column two_thirds_size">
+
<p class="description">&emsp;&emsp;During this summer vacation, we held a fundraising session and invited many Taiwanese paper cup laminating factories to attend the conference with the assistance of our university. In the session, we mainly explain our motivation to design LIGGREEN and the outlook for the future of the market. After that, we were honored to have the favor of Bobsen. They were willing to assist us, in addition to the factory visit, to give us technical assistance. Besides, there were several invited but unable to come to the meeting, such as Chung Hwa Pulp Corporation, and later through the letter to answer our doubts about paper cup laminating and paper production. We are very grateful to those who came to the conference!</p><br><br>
<h3>Best Supporting Entrepreneurship Special Prize</h3>
+
<div id="ep1" class="polaroid">
<p>
+
                  <img src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--entre_1.png" style="width:100%">
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.  
+
        </div><br><br>
</p>
+
<div id="ep2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/f/f3/T--CCU_Taiwan--entre_2.png" style="width:100%">
 +
        </div>
 +
<br><br>
 +
<p class="description">&emsp;&emsp;We knew the market expected price of LIGGREEN form the survey.
 +
Our products need to use enzymes and Coniferyl alcohol to formulate polymer we need. However, the price of Coniferyl alcohol is very high, so we found the literature in which use ρ-coumaryl alcohol to formulate Coniferyl alcohol and we make it as basis for calculating our possible costs. The current estimated cost is 5.481 NTD, and we will commit to produce bacteria which can tranform ρ-coumaryl alcohol to Coniferyl alcohol and reduce the cost.</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!
 
 
<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>.
 
 
<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 class="column third_size">
+
<p class="first" id="ca6">Consulting Seniors</p>
<div class="highlight decoration_A_full">
+
<div id="ep3" class="polaroid">
<h3>Inspiration</h3>
+
                  <img src="https://static.igem.org/mediawiki/2018/8/81/T--CCU_Taiwan--55555.jpg" style="width:100%">
<p>You can look at what other teams did to get some inspiration! <br />
+
        </div>
Here are a few examples:</p>
+
<p class="description">&emsp;&emsp;In the lecture from Jia-gang Cao. He had point out what will confront while operating the company. And first mentioned the advantages of operating companies: 1. Outsiders will see you as a group, make you easier to contact with companies 2. Will have easier chance to get subsidies from the government. On the other hand, disadvantages are: 1. We have to give fixed tax such as labor insurance, property tax, etc. 2. The percentages of properties for every team member has to start to be clear. This at first will be very complicated, and would likely to have arguments, even splits.<br>
<ul>
+
&emsp;&emsp;Second, we have to make sure that whether we want to make it a permanent company or just wait for buyers to buy our company.<br><br>
<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>
+
  
 +
&emsp;&emsp;Then, he begins to explain different kinds of company, such as private company limited by guarantee, private company limited by shares and public limited company. <br>
 +
&emsp;&emsp;Most importantly, he told us resources to gain finance support by participating in different competitions or applications, such as U-start, FITI, governments, private institutions. This is really important for us not only now, when we’re lack of finance support, but also in the future when we need more money to invent new materials.<br>
 +
In the end, he talked about how to apply patents. In his career, he was responsible for dealing with patent in his company. The application of patents not only happens in Taiwan, but also has to pay attention to patents abroad.<br><br>
  
 +
&emsp;&emsp;This lecture made our team members to have more concept in what should we take more attention while building a company. And has warned us that the road of building a company won’t be easy. We have to think twice in the future when start to discuss building the company.</p>
 +
<p class="second">Reference</p>
 +
<br>
 +
<br>
 +
Chen, Z., Sun, X., Li, Y., Yan, Y., & Yuan, Q. (2017). Metabolic engineering of Escherichia coli for microbial synthesis of monolignols. Metabolic engineering, 39, 102-109.<br>
 +
<br><br>
 +
<br>
 +
</body>
  
<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.  
+
<footer class="footer">
</p>  
+
            <a href="http://huitong.com.tw">
</div>
+
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
  
<div class="clear"></div>
+
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
  
 +
            <a href="http://ewww.ccu.edu.tw/">
 +
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
 +
            </a>
 +
</footer>
  
 
</html>
 
</html>

Latest revision as of 08:51, 1 December 2018

ENTREPRENEURSHIP


Foreword

  In entrepreneurship, we made a market segmentation and positioned LIGGREEN's value in the market to find a niche market. Then we compared with the similar products and built a SWOT model to prove that it is competitive in the market. Finally, we designed the business model to imagine how we operate if we establish our company. We also set up a cost analysis of the production line so that we could grasp the cost of LIGGREEN and the possible price range in the future.

  In addition, we got in touch with the entrepreneur who just started his own business. From him, we know a lot of patent-applied channels and detailed procedures. Believe that we can pass the patent applications smoothly in the future. We also discussed with many Taiwanese entrepreneurs about our possible future directions, and hope to expand the application of LIGGREEN.


STP Analysis

Segmentation:

Targeting:

  1. The size of the market: large

      In terms of Taiwan, the current market for paper cup laminated is large. Since beverage shops, coffee shops, and convenience stores have a considerable demand for laminated paper cups, in Taiwan, we can determine that the demand for laminated paper cups is large. The huge potential in customers cause a large purchasing power of the laminated paper cups and the total amount of paper cup purchases, further inferred that the separation is enormous.

  2. Competitive intensity of market: strong

      Even though Polyethylene and Polypropylene are still used as the bulk of the paper cup laminated market, there are many ecofriendly laminating materials that are still produced in the market. Therefore, under such circumstances, I think the competition intensity is still strong, once our LIGGREEN are more close to the ideal one that the company or the manufacturer demands, you can attract them to buy our products as raw materials for laminating.

  3. Organizational resources and advantages: small

      As LIGGREEN just enter the market, unlike other vendors that have already established a solid foundation in the market, our organization still need to adjust. Being a startup company, the resources will be less than the mass-produced manufacturers. As the results, our organizational resources and advantages are small, which make us difficult compete with large factories currently.

  4. Cost of exposure to market: large

      LIGGREEN is new for the market, we must build our own advantages from scratch. From the perspective of raw materials, our price is higher than others, which will affect the purchase intention of the laminating paper cups factory. Therefore, the cost of contact the market will be quite high in the case of high prices.

  5. Future growth of market: large

      Due to the influence of environmental protection and the government's policy of restricting plastics, our products have little advantage in the current market, but as time goes by, in the case that mainstream raw materials are gradually eliminated, the development space we own is enormous. Therefore, the future growth is quite high.


Positioning:

  1. Seeking possible positioning:

    Attributes: The difference between LIGGREEN and other raw materials is that LIGGREEN mainly appeal to be naturally decomposed and not harmful to the environment.

    Functions: LIGGREEN is used as a paper cup laminating material. As it can be decomposed by the environment, it will bring a fresh and green corporate image to the paper cup laminating factory.

    Main Customers: It will be a manufacturer that pays attention to the corporate image and can accept higher raw material prices.

    Competitors: Factories that produce Polyethylene, Polypropylene and PLA will be our competitors.


  2. Communicating the positioning concept:

      With the above evaluation, we can see the essence of LIGGREEN's product and then get the concept of product positioning. LIGGREEN's main positioning concept is that it can bring an environmentally friendly image without affecting the current recycling habits and the production process of the paper cup laminating factory, by using LIGGREEN as a raw material for the laminated paper cup. When the terminal consumers use the products, they will know that the entire production chain is the main corporate image of green positives, which will add a lot to the public.


Business Model

  The business model we built was mainly for the paper container industries. Since we are a manufacturer of new material called “LIGGREEN”, it is logical that the paper container industries will be our first customers. We hope that LIGGREEN will have a wider application in other industries in future.


Value Proposition:
  We know that people now care more about environmental protection issues. Why? Because the earth faces problems with energy depletion and environmental pollution, both of these are big issues for us. There are many new energy sources to solve the former, but what about the latter? So many countries are trying to find a new way to solve environmental pollution, it seems that the best place to start is with our daily life.

  Recycling is one of the ways for now to solve the pollution problem, so entrepreneurs producing new packaging materials are popping up, and we are one of those.

  Since there is intensive competition, a product which is ecofriendly is a common value in the container industry, so it seems that a new product which is only ecofriendly is not special at all. The value we created is not only that it is ecofriendly, but also uses new technologies to produce our material. This new material, “LIGGREEN”, allows us to keep our current recycling habits but still achieve an environmental goal. With new policies limiting the use of plastic, having a new product to replace plastic will allow an uninterrupted supply without creating a sharp rise in demand for limited products from the container industries.

Customer Segments:
  As the demand will reflect consumers’ willingness and desires, our customers will not only be the paper containers coating industries, but also the beverage stores who buy the laminated products and interact directly with the consumers.

Channels:
  We believe that the paper container industries and beverage stores are mutually influential, so we will visit both of them in person.

Costumer relationship:
  We adopt the method of “personal assistance”, in which dedicated personnel have exclusive communication with each customer. This allows for a trusting relationship to develop, so they will be willing to share their concerns about the product or suggestions for improvement.

Key Activity:
  We mainly produce LIGGREEN for the paper container coating industries. Moreover, we will continue to research new materials which can substitute for plastic. The sales department will try to find new customers and contact paper container coating industries.

Key resource:
  The key resource is our intellectual resources, which includes our technology and new research.
  The human resources are divided into two parts, research members, and sales members who will develop and fulfill the demand.

Key partner:
  Our main partners are members who work for the Industrial Technology Research Institute, since they can sponsor technique conferences, and they are a government organization that communicates with the industry about new technology.

Revenue:
  Our revenue comes from selling the materials we produce.

Cost:
  The assets of the construction plant, the salary of the manpower and the cost of the research material such as monolignols and yeast, etc.


Strengths Weaknesses
High Temperature Resistant
Compared with PP/PE, LIGGREEN has a higher temperature resistance.

Ability of Mass Production
By using synthetic biology, we could mass produce LIGGREEN.

Ecofriendly
LIGGREEN is decomposable, or it can be recycled like normal paper.
High Cost
Due to the synthetic biology and new technology, our cost must be higher than petrochemical materials.

Hard to Get Coniferyl Alcohol
Coniferyl alcohol (G), the material of LIGGREEN, is hard to get from commercial market. The seller cannot offer a large number of it.

Lack of Certification
LIGGREEN is lack of many certification such as SGS package and container tests which can increase confidence of consumers.
Opportunities Threats
Social Trend
hrough the survey, we found that more and more people care about environment protection. This could help us convince paper container laminating industries to buy LIGGREEN.

Policy
As more and more countries decide to limit the use of plastic products, we will have the opportunity to become a substitute in the future.
Consumer Acceptance
Some people and non-governmental group are still skeptical of synthetic biology. LIGGREEN, which is produced by synthetic biology, will also be suspect by those people.

Market Saturation
As people care more about environmental protection, many new material suppliers want to enter the market and most of them are earlier than us.

Cost of production

  This is our production line. As a startup entrepreneur, we asked the relevant instrument manufacturer to know each equipment we need to purchase for our production line.






Fundraising session

  During this summer vacation, we held a fundraising session and invited many Taiwanese paper cup laminating factories to attend the conference with the assistance of our university. In the session, we mainly explain our motivation to design LIGGREEN and the outlook for the future of the market. After that, we were honored to have the favor of Bobsen. They were willing to assist us, in addition to the factory visit, to give us technical assistance. Besides, there were several invited but unable to come to the meeting, such as Chung Hwa Pulp Corporation, and later through the letter to answer our doubts about paper cup laminating and paper production. We are very grateful to those who came to the conference!







  We knew the market expected price of LIGGREEN form the survey. Our products need to use enzymes and Coniferyl alcohol to formulate polymer we need. However, the price of Coniferyl alcohol is very high, so we found the literature in which use ρ-coumaryl alcohol to formulate Coniferyl alcohol and we make it as basis for calculating our possible costs. The current estimated cost is 5.481 NTD, and we will commit to produce bacteria which can tranform ρ-coumaryl alcohol to Coniferyl alcohol and reduce the cost.



Consulting Seniors

  In the lecture from Jia-gang Cao. He had point out what will confront while operating the company. And first mentioned the advantages of operating companies: 1. Outsiders will see you as a group, make you easier to contact with companies 2. Will have easier chance to get subsidies from the government. On the other hand, disadvantages are: 1. We have to give fixed tax such as labor insurance, property tax, etc. 2. The percentages of properties for every team member has to start to be clear. This at first will be very complicated, and would likely to have arguments, even splits.
  Second, we have to make sure that whether we want to make it a permanent company or just wait for buyers to buy our company.

  Then, he begins to explain different kinds of company, such as private company limited by guarantee, private company limited by shares and public limited company.
  Most importantly, he told us resources to gain finance support by participating in different competitions or applications, such as U-start, FITI, governments, private institutions. This is really important for us not only now, when we’re lack of finance support, but also in the future when we need more money to invent new materials.
In the end, he talked about how to apply patents. In his career, he was responsible for dealing with patent in his company. The application of patents not only happens in Taiwan, but also has to pay attention to patents abroad.

  This lecture made our team members to have more concept in what should we take more attention while building a company. And has warned us that the road of building a company won’t be easy. We have to think twice in the future when start to discuss building the company.

Reference



Chen, Z., Sun, X., Li, Y., Yan, Y., & Yuan, Q. (2017). Metabolic engineering of Escherichia coli for microbial synthesis of monolignols. Metabolic engineering, 39, 102-109.