(15 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{:Team:Sydney_Australia/Templates/NavBar}} | |
<html> | <html> | ||
<head> | <head> | ||
− | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | + | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> |
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet"> | ||
Line 9: | Line 9: | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
− | + | ||
<script> | <script> | ||
Line 20: | Line 20: | ||
</script> | </script> | ||
<style> | <style> | ||
+ | .container_babe { | ||
+ | position: relative; | ||
+ | top: 50%; | ||
+ | left: 50%; | ||
+ | width: 100%; | ||
+ | height: 85vh; | ||
+ | background-color: #fff; | ||
+ | transform: translate(-50%, -50%); | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | .container_babe .left { | ||
+ | float: left; | ||
+ | width: 30%; | ||
+ | height: 100%; | ||
+ | border: 1px solid #e2e2e2; | ||
+ | background-color: #fff; | ||
+ | overflow:scroll; | ||
+ | } | ||
.bannerbox { | .bannerbox { | ||
background:#e2e2e2; | background:#e2e2e2; | ||
Line 37: | Line 56: | ||
top:65px; | top:65px; | ||
} | } | ||
− | |||
− | |||
− | |||
body { /* bg colour outside of chat*/ | body { /* bg colour outside of chat*/ | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
Line 47: | Line 63: | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
+ | *, *:before, *:after { box-sizing: border-box; } | ||
+ | |||
+ | |||
.wrapper { | .wrapper { | ||
position: relative; | position: relative; | ||
Line 55: | Line 74: | ||
overflow:hidden; } | overflow:hidden; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | .container_babe .left .top { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 81: | Line 82: | ||
padding: 29px; } | padding: 29px; } | ||
− | . | + | .container_babe .left .top:after { |
position: absolute; | position: absolute; | ||
bottom: 0; left: 50%; | bottom: 0; left: 50%; | ||
Line 91: | Line 92: | ||
transform: translate(-50%, 0); } | transform: translate(-50%, 0); } | ||
− | . | + | .container_babe .left input { |
float: left; | float: left; | ||
width: 60%; | width: 60%; | ||
Line 102: | Line 103: | ||
font-weight: 400; } | font-weight: 400; } | ||
− | . | + | .container_babe .left input:focus { outline: none; } |
− | . | + | .container_babe .left a.search { |
display: block; | display: block; | ||
float: left; | float: left; | ||
Line 116: | Line 117: | ||
border-radius: 50%; } | border-radius: 50%; } | ||
− | . | + | .container_babe .left .people { |
margin-left: -1px; | margin-left: -1px; | ||
border-right: 1px solid #e2e2e2; | border-right: 1px solid #e2e2e2; | ||
Line 123: | Line 124: | ||
} | } | ||
− | . | + | .container_babe .left .people .person { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 131: | Line 132: | ||
color:#3e3f3f; } | color:#3e3f3f; } | ||
− | . | + | .container_babe .left .people .person:after { |
position: absolute; | position: absolute; | ||
bottom: 0; | bottom: 0; | ||
Line 143: | Line 144: | ||
transform: translate(-50%, 0); } | transform: translate(-50%, 0); } | ||
− | . | + | .container_babe .left .people .person .icon { |
float: left; | float: left; | ||
width: 40px; | width: 40px; | ||
Line 150: | Line 151: | ||
border-radius: 50%;} | border-radius: 50%;} | ||
− | . | + | .container_babe .left .people .person .name { |
font-size: 14px; | font-size: 14px; | ||
line-height: 22px; | line-height: 22px; | ||
Line 157: | Line 158: | ||
font-weight: 600; } | font-weight: 600; } | ||
− | . | + | .container_babe .left .people .person .time { |
font-size: 14px; | font-size: 14px; | ||
position: absolute; | position: absolute; | ||
Line 165: | Line 166: | ||
background-color: #fff; } | background-color: #fff; } | ||
− | . | + | .container_babe .left .people .person .preview { |
font-size: 14px; | font-size: 14px; | ||
display: inline-block; | display: inline-block; | ||
Line 174: | Line 175: | ||
} | } | ||
− | . | + | .container_babe .left .people .person:hover { |
margin-top: -1px; | margin-top: -1px; | ||
margin-left: -1px; | margin-left: -1px; | ||
Line 184: | Line 185: | ||
color:#3e3f3f; } | color:#3e3f3f; } | ||
− | . | + | .container_babe .left .people .person.active { |
margin-top: -1px; | margin-top: -1px; | ||
margin-left: -1px; | margin-left: -1px; | ||
Line 193: | Line 194: | ||
color:#3e3f3f; | color:#3e3f3f; | ||
} | } | ||
− | . | + | .container_babe .left .people .person.active span, .container_babe .left .people .person:hover span { |
color:#3e3f3f; | color:#3e3f3f; | ||
background: transparent; | background: transparent; | ||
} | } | ||
− | . | + | .container_babe .left .people .person.active:after, .container_babe .left .people .person:hover:after { |
display: none; } | display: none; } | ||
− | . | + | .container_babe .right { |
position: relative; | position: relative; | ||
float: right; | float: right; | ||
Line 210: | Line 211: | ||
} | } | ||
− | . | + | .container_babe .right .top { |
width: 100%; | width: 100%; | ||
height: 47px; | height: 47px; | ||
Line 216: | Line 217: | ||
background-color: #eceff1; } | background-color: #eceff1; } | ||
− | . | + | .container_babe .right .top span { |
font-size: 15px; | font-size: 15px; | ||
color: #999; } | color: #999; } | ||
− | . | + | .container_babe .right .top span .name { |
color: #3e3f3f; | color: #3e3f3f; | ||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
font-weight: 600; } | font-weight: 600; } | ||
− | . | + | .container_babe .right .chat { |
position: relative; | position: relative; | ||
display: none; | display: none; | ||
Line 237: | Line 238: | ||
width:100% } | width:100% } | ||
− | . | + | .container_babe .right .chat.active-chat { |
display: inline-block; | display: inline-block; | ||
flex: 1 1 auto; | flex: 1 1 auto; | ||
Line 244: | Line 245: | ||
} | } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble { |
-moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | -moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | ||
-o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | -o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | ||
Line 250: | Line 251: | ||
transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); } | transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(1) { |
-moz-animation-duration: 0.15s; | -moz-animation-duration: 0.15s; | ||
-webkit-animation-duration: 0.15s; | -webkit-animation-duration: 0.15s; | ||
animation-duration: 0.15s; } | animation-duration: 0.15s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(2) { |
-moz-animation-duration: 0.3s; | -moz-animation-duration: 0.3s; | ||
-webkit-animation-duration: 0.3s; | -webkit-animation-duration: 0.3s; | ||
animation-duration: 0.3s; } | animation-duration: 0.3s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(3) { |
-moz-animation-duration: 0.45s; | -moz-animation-duration: 0.45s; | ||
-webkit-animation-duration: 0.45s; | -webkit-animation-duration: 0.45s; | ||
animation-duration: 0.45s; } | animation-duration: 0.45s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(4) { |
-moz-animation-duration: 0.6s; | -moz-animation-duration: 0.6s; | ||
-webkit-animation-duration: 0.6s; | -webkit-animation-duration: 0.6s; | ||
animation-duration: 0.6s; } | animation-duration: 0.6s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(5) { |
-moz-animation-duration: 0.75s; | -moz-animation-duration: 0.75s; | ||
-webkit-animation-duration: 0.75s; | -webkit-animation-duration: 0.75s; | ||
animation-duration: 0.75s; } | animation-duration: 0.75s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(6) { |
-moz-animation-duration: 0.9s; | -moz-animation-duration: 0.9s; | ||
-webkit-animation-duration: 0.9s; | -webkit-animation-duration: 0.9s; | ||
animation-duration: 0.9s; } | animation-duration: 0.9s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(7) { |
-moz-animation-duration: 1.05s; | -moz-animation-duration: 1.05s; | ||
-webkit-animation-duration: 1.05s; | -webkit-animation-duration: 1.05s; | ||
animation-duration: 1.05s; } | animation-duration: 1.05s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(8) { |
-moz-animation-duration: 1.2s; | -moz-animation-duration: 1.2s; | ||
-webkit-animation-duration: 1.2s; | -webkit-animation-duration: 1.2s; | ||
animation-duration: 1.2s; } | animation-duration: 1.2s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(9) { |
-moz-animation-duration: 1.35s; | -moz-animation-duration: 1.35s; | ||
-webkit-animation-duration: 1.35s; | -webkit-animation-duration: 1.35s; | ||
animation-duration: 1.35s; } | animation-duration: 1.35s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(10) { |
-moz-animation-duration: 1.5s; | -moz-animation-duration: 1.5s; | ||
-webkit-animation-duration: 1.5s; | -webkit-animation-duration: 1.5s; | ||
animation-duration: 1.5s; } | animation-duration: 1.5s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(11) { |
-moz-animation-duration: 1.75s; | -moz-animation-duration: 1.75s; | ||
-webkit-animation-duration: 1.75s; | -webkit-animation-duration: 1.75s; | ||
animation-duration: 1.75s; } | animation-duration: 1.75s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(12) { |
-moz-animation-duration: 2s; | -moz-animation-duration: 2s; | ||
-webkit-animation-duration: 2s; | -webkit-animation-duration: 2s; | ||
animation-duration: 2s; } | animation-duration: 2s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(13) { |
-moz-animation-duration: 2.25s; | -moz-animation-duration: 2.25s; | ||
-webkit-animation-duration: 2.25s; | -webkit-animation-duration: 2.25s; | ||
animation-duration: 2.25s; } | animation-duration: 2.25s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(14) { |
-moz-animation-duration: 2.5s; | -moz-animation-duration: 2.5s; | ||
-webkit-animation-duration: 2.5s; | -webkit-animation-duration: 2.5s; | ||
Line 321: | Line 322: | ||
− | . | + | .container_babe .right .bubble { |
font-size: 16px; | font-size: 16px; | ||
position: relative; | position: relative; | ||
Line 332: | Line 333: | ||
width:60%; } | width:60%; } | ||
− | . | + | .container_babe .right .bubble:before { |
position: absolute; top: 19px; | position: absolute; top: 19px; | ||
display: block; | display: block; | ||
Line 340: | Line 341: | ||
transform: rotate(29deg) skew(-35deg); } | transform: rotate(29deg) skew(-35deg); } | ||
− | . | + | .container_babe .right .bubble.you { |
float: left; | float: left; | ||
color: #3e3f3f; | color: #3e3f3f; | ||
Line 349: | Line 350: | ||
animation-name: slideFromLeft; } | animation-name: slideFromLeft; } | ||
− | . | + | .container_babe .right .bubble.you:before { |
left: -3px; | left: -3px; | ||
background-color: #5eacc3; } | background-color: #5eacc3; } | ||
− | . | + | .container_babe .right .bubble.me { |
float: right; | float: right; | ||
color: #3e3f3f; | color: #3e3f3f; | ||
Line 363: | Line 364: | ||
animation-name: slideFromRight; } | animation-name: slideFromRight; } | ||
− | . | + | .container_babe .right .bubble.me:before { |
right: -3px; | right: -3px; | ||
background-color: #eceff1; } | background-color: #eceff1; } | ||
− | . | + | .container_babe .right .conversation-start { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 373: | Line 374: | ||
text-align: center; } | text-align: center; } | ||
− | . | + | .container_babe .right .conversation-start span { |
font-size: 14px; | font-size: 14px; | ||
display: inline-block; | display: inline-block; | ||
color: #999; } | color: #999; } | ||
− | . | + | .container_babe .right .conversation-start span:before, .container_babe .right .conversation-start span:after { |
position: absolute; | position: absolute; | ||
top: 10px; | top: 10px; | ||
Line 387: | Line 388: | ||
background-color: #e2e2e2; } | background-color: #e2e2e2; } | ||
− | . | + | .container_babe .right .conversation-start span:before { |
left: 0; } | left: 0; } | ||
− | . | + | .container_babe .right .conversation-start span:after { |
right: 0; } | right: 0; } | ||
Line 402: | Line 403: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#anthony:before { |
left: -3px; | left: -3px; | ||
background-color: #8cace5; } | background-color: #8cace5; } | ||
Line 410: | Line 411: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#len:before { |
left: -3px; | left: -3px; | ||
background-color: #94bdc1; } | background-color: #94bdc1; } | ||
Line 418: | Line 419: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#meow:before { |
left: -3px; | left: -3px; | ||
background-color: #e8939c; } | background-color: #e8939c; } | ||
Line 426: | Line 427: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#neil:before { |
left: -3px; | left: -3px; | ||
background-color: #dbe5c3; } | background-color: #dbe5c3; } | ||
Line 434: | Line 435: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#mike:before { |
left: -3px; | left: -3px; | ||
background-color: #ddbcd3; } | background-color: #ddbcd3; } | ||
Line 442: | Line 443: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#beran:before { |
left: -3px; | left: -3px; | ||
background-color: #e5af98; } | background-color: #e5af98; } | ||
Line 450: | Line 451: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#narcyz:before { |
left: -3px; | left: -3px; | ||
background-color: #dcfaff; } | background-color: #dcfaff; } | ||
Line 458: | Line 459: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#edwina:before { |
left: -3px; | left: -3px; | ||
background-color: #bc86a7; } | background-color: #bc86a7; } | ||
Line 466: | Line 467: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#jeni:before { |
left: -3px; | left: -3px; | ||
background-color: #8cace5; } | background-color: #8cace5; } | ||
Line 474: | Line 475: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#george:before { |
left: -3px; | left: -3px; | ||
background-color: #b5e2af; } | background-color: #b5e2af; } | ||
Line 482: | Line 483: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#nick:before { |
left: -3px; | left: -3px; | ||
background-color: #f9ebb2; } | background-color: #f9ebb2; } | ||
Line 505: | Line 506: | ||
− | . | + | .container_babe .right .interlude { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 513: | Line 514: | ||
float:left;} | float:left;} | ||
− | . | + | .container_babe .right .interlude span { |
font-size: 16px; | font-size: 16px; | ||
display: inline-block; | display: inline-block; | ||
Line 519: | Line 520: | ||
width:80% } | width:80% } | ||
− | . | + | .container_babe .right .interlude span:before, .container_babe .right .interlude span:after { |
position: absolute; | position: absolute; | ||
top: 50%; | top: 50%; | ||
Line 528: | Line 529: | ||
background-color: #3e3f3f; } | background-color: #3e3f3f; } | ||
− | . | + | .container_babe .right .interlude span:before { |
left: 0; } | left: 0; } | ||
− | . | + | .container_babe .right .interlude span:after { |
right: 0; } | right: 0; } | ||
Line 544: | Line 545: | ||
} | } | ||
− | .box1, .box2, .box3, .box4, .box5 | + | .box1, .box2, .box3, .box4, .box5, .box21, .box31, .box41, .box51 { |
background:#fad990; | background:#fad990; | ||
border:0px solid; | border:0px solid; | ||
Line 554: | Line 555: | ||
max-height:2px; | max-height:2px; | ||
min-width:80%; | min-width:80%; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 567: | Line 564: | ||
background:#e8939c; | background:#e8939c; | ||
border-color: #e8939c; | border-color: #e8939c; | ||
− | width: | + | width:40%; |
} | } | ||
Line 578: | Line 575: | ||
background:#93bcc0; | background:#93bcc0; | ||
border-color: #93bcc0; | border-color: #93bcc0; | ||
− | width: | + | width:40% |
} | } | ||
Line 588: | Line 585: | ||
background:#bf9ae2; | background:#bf9ae2; | ||
border-color: #bf9ae2; | border-color: #bf9ae2; | ||
− | width: | + | width:40%; |
} | } | ||
Line 598: | Line 595: | ||
background:#93bcc1; | background:#93bcc1; | ||
border-color: #93bcc1; | border-color: #93bcc1; | ||
− | width: | + | width:40%; |
} | } | ||
Line 667: | Line 664: | ||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
color: #3e3f3f; | color: #3e3f3f; | ||
− | font-size: | + | font-size: 20px; |
LINE-HEIGHT:20px; | LINE-HEIGHT:20px; | ||
Line 685: | Line 682: | ||
#please h2 { | #please h2 { | ||
− | font-family: ' | + | font-family: 'banaue', sans-serif; |
− | + | font-size: 50px; | |
− | font-size: | + | color:#3e3f3f; |
− | + | ||
} | } | ||
Line 717: | Line 713: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class=" | + | <div class="container_babe-fluid"> |
<div class = "row" style ="background-color:#e2e2e2; margin-top:63px;"> | <div class = "row" style ="background-color:#e2e2e2; margin-top:63px;"> | ||
<img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/8/86/T--Sydney_Australia--IntHumanPractices.gif" width="70%"> | <img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/8/86/T--Sydney_Australia--IntHumanPractices.gif" width="70%"> | ||
Line 729: | Line 725: | ||
</div> | </div> | ||
− | <div class="row"> | + | <div class="row content"> |
<p style="padding:40px;color:#3e3f3f;font-size:20px;font-family:'Quicksand';text-align:center">We spent a considerable amount of time looking out into the real world to figure out how our project would best solve the issues of insulin unaffordability and inaccessibility. Key advisors and stakeholders aided the decisions we made along the way. Not only did our project integrate with the advice of individual people, but these individuals became integrated into a big conversation between us all. | <p style="padding:40px;color:#3e3f3f;font-size:20px;font-family:'Quicksand';text-align:center">We spent a considerable amount of time looking out into the real world to figure out how our project would best solve the issues of insulin unaffordability and inaccessibility. Key advisors and stakeholders aided the decisions we made along the way. Not only did our project integrate with the advice of individual people, but these individuals became integrated into a big conversation between us all. | ||
Specifically, these conversations were around how we Apply the design, the Project Design itself and ultimately how we best present this project to the real world as a business. | Specifically, these conversations were around how we Apply the design, the Project Design itself and ultimately how we best present this project to the real world as a business. | ||
Line 738: | Line 734: | ||
</p> | </p> | ||
</div> | </div> | ||
− | <div class = "row"> | + | <div class = "row" align = "center"> |
<div class = "content" id="please"> | <div class = "content" id="please"> | ||
<center><h1>Project Design</h1><center> | <center><h1>Project Design</h1><center> | ||
Line 745: | Line 741: | ||
</div> | </div> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align = "center"> |
<h2>Our Original Project Design</h2> | <h2>Our Original Project Design</h2> | ||
<div class = "box21"></div><br> | <div class = "box21"></div><br> | ||
Line 754: | Line 750: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 843: | Line 839: | ||
<div class="interlude"> | <div class="interlude"> | ||
<span>After researching insulin a little further, we’ve come to realise that there are a few issues we’d like to address. <br><br>Firstly, Human insulin purification takes a long time and, depending on the method used, can be very expensive. We investigated alternatives to this process, and we came up with a few expression systems that could be used to improve the folding of insulin inside Escherichia coli and Bacillus subtilis. <br><br>Secondly, insulin is currently stored at 4°C to preserve its activity. Keeping insulin at this temperature in cold storage chains while it’s being transported is incredibly difficult. This is especially so in lower economic countries, where we hope our insulin will be able to be sold. | <span>After researching insulin a little further, we’ve come to realise that there are a few issues we’d like to address. <br><br>Firstly, Human insulin purification takes a long time and, depending on the method used, can be very expensive. We investigated alternatives to this process, and we came up with a few expression systems that could be used to improve the folding of insulin inside Escherichia coli and Bacillus subtilis. <br><br>Secondly, insulin is currently stored at 4°C to preserve its activity. Keeping insulin at this temperature in cold storage chains while it’s being transported is incredibly difficult. This is especially so in lower economic countries, where we hope our insulin will be able to be sold. | ||
− | <br><br>So we thought, what if we <a | + | <br><br>So we thought, what if we <a href="https://2017.igem.org/Team:Sydney_Australia/Design">designed our own, single chain, open source insulin</a> that is also thermostable? |
</span> | </span> | ||
</div> | </div> | ||
Line 862: | Line 858: | ||
</div> | </div> | ||
<div class="bubble you" id="neil"> | <div class="bubble you" id="neil"> | ||
− | Hi! As a part of the not-for-profit group <a | + | Hi! As a part of the not-for-profit group <a href="https://www.insulinforlife.org/">Insulin for Life</a>, I currently work to export insulin from Australia to all corners of the globe. We haven’t had any issues with the activity of the insulin we distribute, even though we don’t use any cold chain transportation. I think that any insulin you design, just like the human insulin you’re looking to produce, will be thermostable enough for global transportation without cold storage. |
</div> | </div> | ||
<div class="name_above_bubble_us"> | <div class="name_above_bubble_us"> | ||
Line 940: | Line 936: | ||
</div> | </div> | ||
<div class="bubble me"> | <div class="bubble me"> | ||
− | Wow, that’s so helpful! Since you can’t have the same insulin being short AND long acting, its good to aim to create an insulin that’s one or the other. Ruby will be able to do some cool <a | + | Wow, that’s so helpful! Since you can’t have the same insulin being short AND long acting, its good to aim to create an insulin that’s one or the other. Ruby will be able to do some cool <a href="https://2017.igem.org/Team:Sydney_Australia/Model">modelling</a> to predict whether our Winsulin will be short-acting or long-acting so we can see which areas would most benefit from our insulin. |
</div> | </div> | ||
Line 955: | Line 951: | ||
</div> | </div> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align = "center"> |
<h2>Our Final Project Design</h2> | <h2>Our Final Project Design</h2> | ||
<div class = "box21"></div><br> | <div class = "box21"></div><br> | ||
Line 962: | Line 958: | ||
<br> | <br> | ||
− | <div class = "row"> | + | <div class = "row" align = "center"> |
<div class = "content" id="please"> | <div class = "content" id="please"> | ||
<center><h1>Applied Design</h1><center> | <center><h1>Applied Design</h1><center> | ||
Line 969: | Line 965: | ||
</div> | </div> | ||
<br> | <br> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align = "center"> |
<h2>Our Original Applied Design</h2> | <h2>Our Original Applied Design</h2> | ||
<div class = "box31"></div><br> | <div class = "box31"></div><br> | ||
Line 978: | Line 974: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 1,023: | Line 1,019: | ||
</div> | </div> | ||
<div class="bubble you" id="beran"> | <div class="bubble you" id="beran"> | ||
− | In our opinion, coaxing generic manufacturers to produce your insulin will be a hard feat considering the impassable <a | + | In our opinion, coaxing generic manufacturers to produce your insulin will be a hard feat considering the impassable <a href="https://2017.igem.org/Team:Sydney_Australia/Applied_Design">barriers to entry</a>, including a Good Manufacturing Practice certification for insulin production. |
</div> | </div> | ||
<div class="name_above_bubble_us"> | <div class="name_above_bubble_us"> | ||
Line 1,029: | Line 1,025: | ||
</div> | </div> | ||
<div class="bubble me"> | <div class="bubble me"> | ||
− | + | Hold on, what's that? | |
</div> | </div> | ||
<div class="name_above_bubble"> | <div class="name_above_bubble"> | ||
Line 1,128: | Line 1,124: | ||
</div> | </div> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align = "center"> |
<h2>Our Final Applied Design</h2> | <h2>Our Final Applied Design</h2> | ||
<div class = "box31"></div><br> | <div class = "box31"></div><br> | ||
Line 1,135: | Line 1,131: | ||
<br> | <br> | ||
− | <div class = "row"> | + | <div class = "row" align = "center"> |
<div class = "content" id="please"> | <div class = "content" id="please"> | ||
<center><h1>Entrepreneurship</h1><center> | <center><h1>Entrepreneurship</h1><center> | ||
Line 1,142: | Line 1,138: | ||
</div> | </div> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align="center"> |
<h2>Our Original Entrepreneurship Plan</h2> | <h2>Our Original Entrepreneurship Plan</h2> | ||
<div class = "box41"></div><br> | <div class = "box41"></div><br> | ||
− | <h4>Originally, we were full steam ahead on the open source direction. We planned on raising | + | <h4>Originally, we were full steam ahead on the open source direction. We planned on raising capital through crowd funding measures and with angel investors. Other open source tools were considered, such as Public Investment 'matching' schemes and Private Trading Schemes.</h4> |
</div> | </div> | ||
<br> | <br> | ||
Line 1,151: | Line 1,147: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 1,249: | Line 1,245: | ||
</div> | </div> | ||
− | <div class = "content" id = "please"> | + | <div class = "content" id = "please" align = "center"> |
<h2>Our Final Entrepreneurship Plan</h2> | <h2>Our Final Entrepreneurship Plan</h2> | ||
<div class = "box41"></div><br> | <div class = "box41"></div><br> | ||
Line 1,256: | Line 1,252: | ||
<br> | <br> | ||
− | <div class = " | + | <div class = "container_babe-fluid"> |
<div class = "row content" id = "please" align = "center"> | <div class = "row content" id = "please" align = "center"> | ||
<h1>Profiles</h1> | <h1>Profiles</h1> | ||
Line 1,268: | Line 1,264: | ||
</div> | </div> | ||
<div class = "col-xs-6"> | <div class = "col-xs-6"> | ||
− | <h1 href = "http://sydney.edu.au/medicine/people/academics/profiles/narcyz.ghinea.php"> | + | <h1 href = "http://sydney.edu.au/medicine/people/academics/profiles/narcyz.ghinea.php">Narcyz Ghinea</h1> |
<div class = "divider1"></div> | <div class = "divider1"></div> | ||
− | <h4> | + | <h4>Narcyz is a doctoral researcher at the School of Public Health at the University of Sydney, specializing in studying access to high-cost medicines and generic and biosimilar policy. We spoke to him about where funding for clinical trials is sourced from, while also discussing how an open source business may function in this space. He alerted us to the potential of the government to fund our initial start-up and research costs, which we fed back into our <a href = "https://2017.igem.org/Team:Sydney_Australia/Applied_Design">potential business model design.</a></h4> |
</div> | </div> | ||
</div> | </div> | ||
Line 1,323: | Line 1,319: | ||
<h1 href = "http://www.unige.ch/medecine/diabetescentre/fr/membres/beran/">Dr David Beran</h1> | <h1 href = "http://www.unige.ch/medecine/diabetescentre/fr/membres/beran/">Dr David Beran</h1> | ||
<div class = "divider9"></div> | <div class = "divider9"></div> | ||
− | <h4>A researcher and lecturer at Geneva University Hospitals and University of Geneva, we spoke to him about his work publishing the <a href = "http://haiweb.org/what-we-do/acciss/">ACCISS</a> paper published by Health Action International, that outlines the issues of global inaccessibility to insulin. He granted us to use the information found in the reports he’s published online to enhance our understanding of the global insulin market. | + | <h4>A researcher and lecturer at Geneva University Hospitals and University of Geneva, we spoke to him about his work publishing the <a href = "http://haiweb.org/what-we-do/acciss/">ACCISS</a> paper published by Health Action International, that outlines the issues of global inaccessibility to insulin. He granted us permission to use the information found in the reports he’s published online to enhance our understanding of the global insulin market. |
</h4> | </h4> | ||
</div> | </div> | ||
Line 1,332: | Line 1,328: | ||
<h1 href = "http://ihpi.umich.edu/our-experts/parvan">Dr Peter Arvan</h1> | <h1 href = "http://ihpi.umich.edu/our-experts/parvan">Dr Peter Arvan</h1> | ||
<div class = "divider10"></div> | <div class = "divider10"></div> | ||
− | <h4>A professor at the University of Michigan Institute for Healthcare Policy and Innovation. Professor Arvan gave us his permission to use his work on single-chain insulins | + | <h4>A professor at the University of Michigan Institute for Healthcare Policy and Innovation. Professor Arvan gave us his permission to use his work on single-chain insulins as a primary scaffold for our design, and for providing the foundational information that first inspired us to pursue such a project. |
</h4> | </h4> | ||
</div> | </div> | ||
Line 1,341: | Line 1,337: | ||
</div> | </div> | ||
− | <div class="row" style="height: | + | <div class="row" style="height:20vh;"></div> |
</div> | </div> | ||
Latest revision as of 00:20, 16 December 2017
About Our Integrated Human Practices
We spent a considerable amount of time looking out into the real world to figure out how our project would best solve the issues of insulin unaffordability and inaccessibility. Key advisors and stakeholders aided the decisions we made along the way. Not only did our project integrate with the advice of individual people, but these individuals became integrated into a big conversation between us all.
Specifically, these conversations were around how we Apply the design, the Project Design itself and ultimately how we best present this project to the real world as a business.
Under each of the below headings, you fill find the conversations we had with these stakeholders which integrated into our final product. Please enjoy reading through our journey!
Project Design
Our Original Project Design
Originally when we started this project, we were facinated by the idea of single chain insulins, but were hesitant to develop our own due to the vast array of new patent applications that were on the market. Human Insulin was in the clear of any patents, however due to its series of post-purification methods and low thermostability, we thought that developing a business model that had to keep up with high transportation costs, especially when open source, would be a difficult operation.
Read the conversation below to find out how these people influenced our Project Design:
- Anthony Di Franco Our foreign friend began the Open Insulin project.
- Meow-Ludo Meow-Meow Meow-Meow is infamous for his work at Biofoundry.
- Dr Peter Arvan An insulin researcher.
- Nick Coleman Our Supervisor.
- Neil Donelan Neil distributes insulin vials all across the world.
- Jeni A local pharmacist.
- Len Mancini A partner of Maxwells Patent Lawyers.
- Edwina Wang A type I diabetic.
Firstly, Human insulin purification takes a long time and, depending on the method used, can be very expensive. We investigated alternatives to this process, and we came up with a few expression systems that could be used to improve the folding of insulin inside Escherichia coli and Bacillus subtilis.
Secondly, insulin is currently stored at 4°C to preserve its activity. Keeping insulin at this temperature in cold storage chains while it’s being transported is incredibly difficult. This is especially so in lower economic countries, where we hope our insulin will be able to be sold.
So we thought, what if we designed our own, single chain, open source insulin that is also thermostable?
From our predictive modelling, we predict the Winsulin will be a short acting insulin. We also believe that our Winsulin will not fall into the ‘biosimilar’ category, as it is not simply an adaptation on a current market therapy, but an entirely new design altogether.
Our Final Project Design
As you can see, developing human insulin as a therapy became a lot more operational and useful following the discussions with Neil, which showed that insulins do not need to be refrigerated to maintain levels of activity. Furthermore, we developed a series of expression systems to compare the relative yields, and costs of purification, to determine whether or not we could optimise human insulin production. But ultimately, with the blessings of Dr Peter Arvan, we were able to develop our own Single Chain Insulin, and Len Mancini was able to confirm that our optimised Winsulin is in fact outside of all patent claims.
Applied Design
Our Original Applied Design
As technology is evolving faster than therapies can develop, we originally wanted to design an insulin pump to go along with our Single Chain Insulin. This is so that all diabetics are able to utilise our new insulin, and we are not forcing individuals to start injecting themselves again. Furthermore, we assumed that clinical trials would be required in the future for both of our Human Insulin and Winsulin, and that ultimately want to pursue a single one due to the extreme costs of clinical trials. We were also only considering an open source project, as this seemed to fit the most with the international collective movement of Open Insulin.
- Len Mancini A partner of Maxwells Patent and Trademark Attorneys and IP Lawyers.
- Anthony Di Franco Our foreign friend over in the USA began the Open Insulin.
- Edwina Wang A type I diabetic.
- Nick Coleman Our Primary Investigator.
- Biofoundry The local biohack lab.
Our Final Applied Design
Following these discussions, we decided to follow the mantra "Keep it Simple, Stupid" and just focus on synthesising insulin from bacteria, rahter than producing an insulin pump alongside it. We also decided to model the activity of our Winsulin to determine what kind of insulin it is. This will also be important information for future endeavours. Furthermore, we became a little more comfortable with the idea of going open source with our Winsulin also. However, these talks also demonstrated that raising the initial capital for manufacturing plants may be a little difficult given the start up costs, specifically Good Manufacturing Practice approvals.
Entrepreneurship
Our Original Entrepreneurship Plan
Originally, we were full steam ahead on the open source direction. We planned on raising capital through crowd funding measures and with angel investors. Other open source tools were considered, such as Public Investment 'matching' schemes and Private Trading Schemes.
- Mike Nichols A local entrepreneur mentor at the INCUBATE Hub at Sydney University.
- Narcyz Ghinea A specialist in access to high cost medicines (specifically cancer drugs).
- Neil Donelan Neil distributes unopened, unexpired insulin vials all across the world.