Justine0325 (Talk | contribs) |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
<!-- ////////////////////// START TOP HEADER /////////////////////// --> | <!-- ////////////////////// START TOP HEADER /////////////////////// --> | ||
<head> | <head> | ||
− | |||
− | |||
<style> | <style> | ||
body { | body { | ||
Line 24: | Line 22: | ||
.top { | .top { | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -1%; |
− | left: | + | left: 0%; |
− | + | ||
width: 100%; | width: 100%; | ||
− | height: | + | box-sizing:border-box; |
+ | height: 115px; | ||
font-family: Corbel; | font-family: Corbel; | ||
− | overflow: visible; | + | overflow:visible; |
+ | z-index: +1; | ||
} | } | ||
.mid { | .mid { | ||
position: absolute; | position: absolute; | ||
− | left: | + | left: 5%; |
− | width: | + | width: 80%; |
− | height: | + | height: 100%; |
font-family: Corbel; | font-family: Corbel; | ||
− | |||
} | } | ||
.headline { | .headline { | ||
Line 47: | Line 45: | ||
} | } | ||
.header-subnav { | .header-subnav { | ||
− | background: # | + | background: #0D014D; |
width: 100%; | width: 100%; | ||
position: absolute; | position: absolute; | ||
text-align: center; | text-align: center; | ||
margin: 0 auto; | margin: 0 auto; | ||
− | top: | + | top: 116%; |
− | left: | + | left: 0%; |
font-family: Corbel; | font-family: Corbel; | ||
+ | z-index:-1; | ||
} | } | ||
.header-subnav li { | .header-subnav li { | ||
Line 86: | Line 85: | ||
.circle { | .circle { | ||
position:absolute; | position:absolute; | ||
− | left: | + | left: 85.5%; |
− | top: | + | top: 70%; |
width: 180px; | width: 180px; | ||
height: 180px; | height: 180px; | ||
− | background: # | + | background: #0D014D; |
-moz-border-radius: 90px; | -moz-border-radius: 90px; | ||
-webkit-border-radius: 90px; | -webkit-border-radius: 90px; | ||
Line 96: | Line 95: | ||
} | } | ||
.left { | .left { | ||
− | position: | + | padding: 10px; |
− | left: | + | height:200px; |
− | top: | + | border-color:#140731; |
+ | border-radius:8px; | ||
+ | border-width:2px; | ||
+ | border-style:solid; | ||
+ | position: absolute; | ||
+ | left: 25px; | ||
+ | top: 230px; | ||
font-family: Corbel; | font-family: Corbel; | ||
background: rgba(250, 250, 250, 0.15); | background: rgba(250, 250, 250, 0.15); | ||
− | width: | + | width: 170px; |
z-index:+1; | z-index:+1; | ||
} | } | ||
+ | |||
.left-tab { | .left-tab { | ||
background-color: rgba(250, 250, 250, 0.1); | background-color: rgba(250, 250, 250, 0.1); | ||
display: block; | display: block; | ||
font-size: 20px; | font-size: 20px; | ||
− | color: # | + | color: #0D014D; |
-webkit-transition-duration: 0.4s; | -webkit-transition-duration: 0.4s; | ||
transition-duration: 0.4s; | transition-duration: 0.4s; | ||
Line 119: | Line 125: | ||
.left-tab:hover { | .left-tab:hover { | ||
background-color: #FF8800; | background-color: #FF8800; | ||
− | color: # | + | color: #0D014D; |
font-size: 20px; | font-size: 20px; | ||
-webkit-transition-duration: 0.4s; | -webkit-transition-duration: 0.4s; | ||
Line 127: | Line 133: | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
+ | .fixed2 { | ||
+ | position: fixed; | ||
+ | top: 68px; | ||
+ | } | ||
+ | |||
.button { | .button { | ||
background-color: rgba(250, 250, 250, 0.1); | background-color: rgba(250, 250, 250, 0.1); | ||
Line 248: | Line 259: | ||
height: 2px; | height: 2px; | ||
} | } | ||
+ | .list li { | ||
+ | list-style:none; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2016/b/ba/CGU_Taiwan--point.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:-10 5px; | ||
+ | padding-left:3%; | ||
+ | background-size:2.5%; | ||
+ | } | ||
+ | |||
.end2 { | .end2 { | ||
background-color:#0D014D; | background-color:#0D014D; | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 300%; |
font-family: Corbel; | font-family: Corbel; | ||
z-index:+1; | z-index:+1; | ||
Line 300: | Line 320: | ||
} else { | } else { | ||
$('.header-subnav').removeClass('fixed1'); | $('.header-subnav').removeClass('fixed1'); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | var num = 132; //number of pixels before modifying styles | ||
+ | $(window).bind('scroll', function () { | ||
+ | if ($(window).scrollTop() > num) { | ||
+ | $('.left').addClass('fixed2'); | ||
+ | } else { | ||
+ | $('.left').removeClass('fixed2'); | ||
} | } | ||
}); | }); | ||
Line 359: | Line 388: | ||
</header> | </header> | ||
− | <div class="mid" style=" | + | <div class="mid" style="margin-left:12%;"> |
<br> | <br> | ||
− | <div style="font-size:60px;color:#9999CC;text-decoration:none;"> | + | <div style="font-size:60px;color:#9999CC;text-decoration:none;margin-top:30%;"> |
Entrepreneurship | Entrepreneurship | ||
</div> | </div> | ||
Line 367: | Line 396: | ||
<b><font size="6px">Motivation and Goal</font></b> | <b><font size="6px">Motivation and Goal</font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"> |
One reason that some severe diseases do not have efficient vaccine is the lack of T cell pathway activation. Due to this finding, leijuvant purpose to directly activate CD4 T cell pathway, and further induced better antibody production. Leijuvant prevent people from infectious diseases that do not have proper drugs, including tuberculosis, malaria and hepatitis C. With leijuvant, hundreds and thousands of people will be saved. Leijuvant has several advantages as a vaccine adjuvant, providing us with a new perspective of protecting ourselves. </div> | One reason that some severe diseases do not have efficient vaccine is the lack of T cell pathway activation. Due to this finding, leijuvant purpose to directly activate CD4 T cell pathway, and further induced better antibody production. Leijuvant prevent people from infectious diseases that do not have proper drugs, including tuberculosis, malaria and hepatitis C. With leijuvant, hundreds and thousands of people will be saved. Leijuvant has several advantages as a vaccine adjuvant, providing us with a new perspective of protecting ourselves. </div> | ||
<br><br> | <br><br> | ||
Line 378: | Line 407: | ||
<b><font size="6px">Marketing</font></b> | <b><font size="6px">Marketing</font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"> |
The number of vaccination per person is increasing while the number of vaccine-preventable diseases is also increasing. This situation accelerates virus recombination and evolution, thus, new approach is necessary for vaccine industry. Furthermore, therapeutic vaccines that target specific antigens develop rapidly in oncology and immune diseases, heralding a new vaccine market.<br> | The number of vaccination per person is increasing while the number of vaccine-preventable diseases is also increasing. This situation accelerates virus recombination and evolution, thus, new approach is necessary for vaccine industry. Furthermore, therapeutic vaccines that target specific antigens develop rapidly in oncology and immune diseases, heralding a new vaccine market.<br> | ||
In our own survey, we made a questionnaire for public to figure out the demands of indirectly customers. For integrated marketing, we also interviewed with several experts of both basic research, industries and the hospital system (<a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey#anchor3">read more</a>). In the future, we will collect information from our main customers in a large scale and further analyze the data to solid our business model.<br> | In our own survey, we made a questionnaire for public to figure out the demands of indirectly customers. For integrated marketing, we also interviewed with several experts of both basic research, industries and the hospital system (<a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey#anchor3">read more</a>). In the future, we will collect information from our main customers in a large scale and further analyze the data to solid our business model.<br> | ||
Line 385: | Line 414: | ||
<b><font size="6px">Law and regulation </font></b> | <b><font size="6px">Law and regulation </font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"> |
FDA is the main administrative organ managing pharmaceutical products in Taiwan, following the acts of GMP and ISO. The environmental impact, safety, and production issues are also under our concern. Detail information is written in our integrated HP wiki page.</div> | FDA is the main administrative organ managing pharmaceutical products in Taiwan, following the acts of GMP and ISO. The environmental impact, safety, and production issues are also under our concern. Detail information is written in our integrated HP wiki page.</div> | ||
<br><br> | <br><br> | ||
<b><font size="6px">Progress</font></b> | <b><font size="6px">Progress</font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"><br> |
<img src="https://static.igem.org/mediawiki/2016/4/4d/EN2.jpeg" width=850px height=400px></img><br><br> | <img src="https://static.igem.org/mediawiki/2016/4/4d/EN2.jpeg" width=850px height=400px></img><br><br> | ||
We have proven that Leishmania could activate CD4 T cell pathway inducing efficient humoral immune response. In Further study, we will change the well-established OVA protein into our target protein from hepatitis C virus, plasmodium and tuberculosis. Since Leishmania can also be used as treatment drugs toward cytotoxic pathway, it is possible that generate both therapeutic and prophylactic drugs toward Leishmania system. Leijuvant targets diseases that are under rare medical conditions which correspond to the applicant qualifications of orphan drug. In order to benefit patients suffering from diseases without efficient drugs, FDA fastens the process of orphan drug development clinical trial phase 3, accelerating the procedure of leijuvant launched on the market and reducing the cost. The orphan drug application will be summited after preclinical trial is completed. Patent application will also be submitted before clinical trial start. In our blue plan, we will finish preclinical trial and clinical trial in 7 and 4 years respectively and launch leijuvant in 2029. | We have proven that Leishmania could activate CD4 T cell pathway inducing efficient humoral immune response. In Further study, we will change the well-established OVA protein into our target protein from hepatitis C virus, plasmodium and tuberculosis. Since Leishmania can also be used as treatment drugs toward cytotoxic pathway, it is possible that generate both therapeutic and prophylactic drugs toward Leishmania system. Leijuvant targets diseases that are under rare medical conditions which correspond to the applicant qualifications of orphan drug. In order to benefit patients suffering from diseases without efficient drugs, FDA fastens the process of orphan drug development clinical trial phase 3, accelerating the procedure of leijuvant launched on the market and reducing the cost. The orphan drug application will be summited after preclinical trial is completed. Patent application will also be submitted before clinical trial start. In our blue plan, we will finish preclinical trial and clinical trial in 7 and 4 years respectively and launch leijuvant in 2029. | ||
Line 398: | Line 427: | ||
<b><font size="6px">Leijuvant production (mimic real-world conditions)</font></b> | <b><font size="6px">Leijuvant production (mimic real-world conditions)</font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"><br> |
<img src="https://static.igem.org/mediawiki/2016/0/0a/Leijuvant_%E6%B5%81%E7%A8%8B%E5%9C%96.png" width=850px height=150px></img><br><br> | <img src="https://static.igem.org/mediawiki/2016/0/0a/Leijuvant_%E6%B5%81%E7%A8%8B%E5%9C%96.png" width=850px height=150px></img><br><br> | ||
Suppose our target antigen is an unknown virus. First, enter the antigen sequence into the MHC peptide prediction system, McHug, to analysis the MHC binding affinity and other basic features. And get the antigen sequence of your interest. Construct the sequence into shuttle vector to maximize the production of the antigen. Transfect the vectors into Leishmania through electroporation. Through drug selection we can select the successfully transfected Leishmania and mass culture it. Then we will use double-photo inactivation system to completely remove its infectiousness. Repeat the same process and we can design and produce different antigen specific leijuvant.<br> | Suppose our target antigen is an unknown virus. First, enter the antigen sequence into the MHC peptide prediction system, McHug, to analysis the MHC binding affinity and other basic features. And get the antigen sequence of your interest. Construct the sequence into shuttle vector to maximize the production of the antigen. Transfect the vectors into Leishmania through electroporation. Through drug selection we can select the successfully transfected Leishmania and mass culture it. Then we will use double-photo inactivation system to completely remove its infectiousness. Repeat the same process and we can design and produce different antigen specific leijuvant.<br> | ||
Line 405: | Line 434: | ||
<b><font size="6px">Sponsor</font></b> | <b><font size="6px">Sponsor</font></b> | ||
− | <div style="color:black;text-decoration:none;font-size:18px;margin- | + | <div style="color:black;text-decoration:none;font-size:18px;margin-right:10%;"> |
We will solicit cooperation with pharmaceutical companies that produce vaccines and adjuvants, such as GSK, Merck, Novartis, Pfizer and Sanofi. Project could be improved and process more smoothly toward discussion that combine both scientific and business perception. | We will solicit cooperation with pharmaceutical companies that produce vaccines and adjuvants, such as GSK, Merck, Novartis, Pfizer and Sanofi. Project could be improved and process more smoothly toward discussion that combine both scientific and business perception. | ||
</div> | </div> | ||
Line 414: | Line 443: | ||
− | <div class="end2" style="margin-top: | + | <div class="end2" style="margin-top:220%;"> |
<br> | <br> | ||
<ul class="list3" class="margin-left:1%;margin-top:2%;"> | <ul class="list3" class="margin-left:1%;margin-top:2%;"> | ||
Line 430: | Line 459: | ||
<div class="sitemap" style="margin-left:22%;margin-top:-1%;"> | <div class="sitemap" style="margin-left:22%;margin-top:-1%;"> | ||
<ul class="list1" class="margin-left:5%;"> | <ul class="list1" class="margin-left:5%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li></a> |
</ul> | </ul> | ||
</div> | </div> | ||
Line 440: | Line 469: | ||
<div class="sitemap" style="margin-left:40%;margin-top:-2%;"> | <div class="sitemap" style="margin-left:40%;margin-top:-2%;"> | ||
<ul class="list1" class="margin-left:5%;"> | <ul class="list1" class="margin-left:5%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li></a> |
− | <br> | + | <br><br> |
<ul class="list2" class="margin-left:6%;margin-top:50%;"> | <ul class="list2" class="margin-left:6%;margin-top:50%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li></a> |
<br><br> | <br><br> | ||
</ul> | </ul> | ||
Line 455: | Line 484: | ||
<div class="sitemap" style="margin-left:55%;margin-top:-3.5%;"> | <div class="sitemap" style="margin-left:55%;margin-top:-3.5%;"> | ||
<ul class="list1" class="margin-left:5%;"> | <ul class="list1" class="margin-left:5%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li></a> |
− | <br> | + | <br><br> |
<ul class="list2" class="margin-left:6%;margin-top:50%;"> | <ul class="list2" class="margin-left:6%;margin-top:50%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li></a> |
</ul> | </ul> | ||
</ul> | </ul> | ||
Line 468: | Line 497: | ||
<div class="sitemap" style="margin-left:75%;margin-top:-3.5%;"> | <div class="sitemap" style="margin-left:75%;margin-top:-3.5%;"> | ||
<ul class="list1" class="margin-left:5%;"> | <ul class="list1" class="margin-left:5%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li></a> |
− | <br> | + | <br><br> |
<ul class="list2" class="margin-left:6%;"> | <ul class="list2" class="margin-left:6%;"> | ||
− | <li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li> | + | <li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li></a> |
</ul> | </ul> | ||
</ul> | </ul> | ||
<ul class="list1" class="margin-left:1%;margin-top:-10%;"> | <ul class="list1" class="margin-left:1%;margin-top:-10%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li></a> |
− | <br> | + | <br><br> |
<ul class="list2" class="margin-left:6%;margin-top:-5%;"> | <ul class="list2" class="margin-left:6%;margin-top:-5%;"> | ||
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li></a> |
− | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li> | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li></a> |
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team#anchor2"><b style="color:white;font-size:17px;margin-left:10%;">Sponsors</li></a> | ||
</ul> | </ul> | ||
</ul> | </ul> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 06:30, 2 December 2016
Entrepreneurship
Motivation and Goal
One reason that some severe diseases do not have efficient vaccine is the lack of T cell pathway activation. Due to this finding, leijuvant purpose to directly activate CD4 T cell pathway, and further induced better antibody production. Leijuvant prevent people from infectious diseases that do not have proper drugs, including tuberculosis, malaria and hepatitis C. With leijuvant, hundreds and thousands of people will be saved. Leijuvant has several advantages as a vaccine adjuvant, providing us with a new perspective of protecting ourselves.
Business model
Marketing
The number of vaccination per person is increasing while the number of vaccine-preventable diseases is also increasing. This situation accelerates virus recombination and evolution, thus, new approach is necessary for vaccine industry. Furthermore, therapeutic vaccines that target specific antigens develop rapidly in oncology and immune diseases, heralding a new vaccine market.
In our own survey, we made a questionnaire for public to figure out the demands of indirectly customers. For integrated marketing, we also interviewed with several experts of both basic research, industries and the hospital system (read more). In the future, we will collect information from our main customers in a large scale and further analyze the data to solid our business model.
In our own survey, we made a questionnaire for public to figure out the demands of indirectly customers. For integrated marketing, we also interviewed with several experts of both basic research, industries and the hospital system (read more). In the future, we will collect information from our main customers in a large scale and further analyze the data to solid our business model.
Law and regulation
FDA is the main administrative organ managing pharmaceutical products in Taiwan, following the acts of GMP and ISO. The environmental impact, safety, and production issues are also under our concern. Detail information is written in our integrated HP wiki page.
Progress
We have proven that Leishmania could activate CD4 T cell pathway inducing efficient humoral immune response. In Further study, we will change the well-established OVA protein into our target protein from hepatitis C virus, plasmodium and tuberculosis. Since Leishmania can also be used as treatment drugs toward cytotoxic pathway, it is possible that generate both therapeutic and prophylactic drugs toward Leishmania system. Leijuvant targets diseases that are under rare medical conditions which correspond to the applicant qualifications of orphan drug. In order to benefit patients suffering from diseases without efficient drugs, FDA fastens the process of orphan drug development clinical trial phase 3, accelerating the procedure of leijuvant launched on the market and reducing the cost. The orphan drug application will be summited after preclinical trial is completed. Patent application will also be submitted before clinical trial start. In our blue plan, we will finish preclinical trial and clinical trial in 7 and 4 years respectively and launch leijuvant in 2029.
Leijuvant production (mimic real-world conditions)
Suppose our target antigen is an unknown virus. First, enter the antigen sequence into the MHC peptide prediction system, McHug, to analysis the MHC binding affinity and other basic features. And get the antigen sequence of your interest. Construct the sequence into shuttle vector to maximize the production of the antigen. Transfect the vectors into Leishmania through electroporation. Through drug selection we can select the successfully transfected Leishmania and mass culture it. Then we will use double-photo inactivation system to completely remove its infectiousness. Repeat the same process and we can design and produce different antigen specific leijuvant.
Sponsor
We will solicit cooperation with pharmaceutical companies that produce vaccines and adjuvants, such as GSK, Merck, Novartis, Pfizer and Sanofi. Project could be improved and process more smoothly toward discussion that combine both scientific and business perception.