Difference between revisions of "Team:Sydney Australia/HP/Gold Integrated"

 
(17 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.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 11: 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 22: 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 39: Line 56:
 
     top:65px;
 
     top:65px;
 
}
 
}
 
*, *:before, *:after { box-sizing: border-box; }
 
 
 
body {  /* bg colour outside of chat*/
 
body {  /* bg colour outside of chat*/
 
-webkit-font-smoothing: antialiased;  
 
-webkit-font-smoothing: antialiased;  
Line 49: Line 63:
 
font-weight: 400;  
 
font-weight: 400;  
 
}  
 
}  
 +
*, *:before, *:after { box-sizing: border-box; }
 +
 +
 
.wrapper {  
 
.wrapper {  
 
position: relative;   
 
position: relative;   
Line 57: Line 74:
 
overflow:hidden; }  
 
overflow:hidden; }  
  
.container {
 
position: relative;
 
top: 50%;
 
left: 50%;
 
width: 100%;
 
height: 85vh;
 
background-color: #fff;
 
transform: translate(-50%, -50%);
 
overflow:hidden;
 
}
 
  
.container .left {
 
float: left;
 
width: 30%;
 
height: 100%;
 
border: 1px solid #e2e2e2;
 
background-color: #fff;
 
        overflow:scroll;
 
}
 
  
.container .left .top {  
+
.container_babe .left .top {  
 
position: relative;  
 
position: relative;  
 
width: 100%;  
 
width: 100%;  
Line 83: Line 82:
 
padding: 29px; }  
 
padding: 29px; }  
  
.container .left .top:after {  
+
.container_babe .left .top:after {  
 
position: absolute;  
 
position: absolute;  
 
bottom: 0; left: 50%;  
 
bottom: 0; left: 50%;  
Line 93: Line 92:
 
transform: translate(-50%, 0); }  
 
transform: translate(-50%, 0); }  
  
.container .left input {  
+
.container_babe .left input {  
 
float: left;  
 
float: left;  
 
width: 60%;  
 
width: 60%;  
Line 104: Line 103:
 
font-weight: 400; }  
 
font-weight: 400; }  
 
 
.container .left input:focus { outline: none; }  
+
.container_babe .left input:focus { outline: none; }  
  
.container .left a.search {  
+
.container_babe .left a.search {  
 
display: block;  
 
display: block;  
 
float: left;  
 
float: left;  
Line 118: Line 117:
 
border-radius: 50%; }  
 
border-radius: 50%; }  
 
 
.container .left .people {  
+
.container_babe .left .people {  
 
margin-left: -1px;  
 
margin-left: -1px;  
 
border-right: 1px solid #e2e2e2;  
 
border-right: 1px solid #e2e2e2;  
Line 125: Line 124:
 
}  
 
}  
 
 
.container .left .people .person {  
+
.container_babe .left .people .person {  
 
position: relative;  
 
position: relative;  
 
width: 100%;  
 
width: 100%;  
Line 133: Line 132:
 
color:#3e3f3f; }  
 
color:#3e3f3f; }  
 
 
.container .left .people .person:after {  
+
.container_babe .left .people .person:after {  
 
position: absolute;  
 
position: absolute;  
 
bottom: 0;  
 
bottom: 0;  
Line 145: Line 144:
 
transform: translate(-50%, 0); }  
 
transform: translate(-50%, 0); }  
 
 
.container .left .people .person .icon {  
+
.container_babe .left .people .person .icon {  
 
float: left;  
 
float: left;  
 
width: 40px;  
 
width: 40px;  
Line 152: Line 151:
 
border-radius: 50%;}  
 
border-radius: 50%;}  
 
 
.container .left .people .person .name {  
+
.container_babe .left .people .person .name {  
 
font-size: 14px;  
 
font-size: 14px;  
 
line-height: 22px;  
 
line-height: 22px;  
Line 159: Line 158:
 
font-weight: 600; }  
 
font-weight: 600; }  
 
 
.container .left .people .person .time {  
+
.container_babe .left .people .person .time {  
 
font-size: 14px;  
 
font-size: 14px;  
 
position: absolute;  
 
position: absolute;  
Line 167: Line 166:
 
background-color: #fff; }  
 
background-color: #fff; }  
 
 
.container .left .people .person .preview {  
+
.container_babe .left .people .person .preview {  
 
font-size: 14px;  
 
font-size: 14px;  
 
display: inline-block;  
 
display: inline-block;  
Line 176: Line 175:
 
}  
 
}  
 
 
.container .left .people .person:hover {  
+
.container_babe .left .people .person:hover {  
 
margin-top: -1px;  
 
margin-top: -1px;  
 
margin-left: -1px;  
 
margin-left: -1px;  
Line 186: Line 185:
 
color:#3e3f3f; }  
 
color:#3e3f3f; }  
 
 
.container .left .people .person.active {
+
.container_babe .left .people .person.active {
 
margin-top: -1px;  
 
margin-top: -1px;  
 
margin-left: -1px;  
 
margin-left: -1px;  
Line 195: Line 194:
 
color:#3e3f3f;   
 
color:#3e3f3f;   
 
}
 
}
.container .left .people .person.active span, .container .left .people .person:hover span {  
+
.container_babe .left .people .person.active span, .container_babe .left .people .person:hover span {  
 
color:#3e3f3f;  
 
color:#3e3f3f;  
 
background: transparent;  
 
background: transparent;  
 
}  
 
}  
 
 
.container .left .people .person.active:after, .container .left .people .person:hover:after {  
+
.container_babe .left .people .person.active:after, .container_babe .left .people .person:hover:after {  
 
display: none; }  
 
display: none; }  
 
 
.container .right {  
+
.container_babe .right {  
 
position: relative;  
 
position: relative;  
 
float: right;  
 
float: right;  
Line 212: Line 211:
 
}  
 
}  
 
 
.container .right .top {  
+
.container_babe .right .top {  
 
width: 100%;  
 
width: 100%;  
 
height: 47px;  
 
height: 47px;  
Line 218: Line 217:
 
background-color: #eceff1; }  
 
background-color: #eceff1; }  
 
 
.container .right .top span {  
+
.container_babe .right .top span {  
 
font-size: 15px;  
 
font-size: 15px;  
 
color: #999; }  
 
color: #999; }  
 
 
.container .right .top span .name {  
+
.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 .right .chat {  
+
.container_babe .right .chat {  
 
position: relative;  
 
position: relative;  
 
display: none;  
 
display: none;  
Line 239: Line 238:
 
width:100% }  
 
width:100% }  
 
 
.container .right .chat.active-chat {  
+
.container_babe .right .chat.active-chat {  
 
display: inline-block;  
 
display: inline-block;  
 
flex: 1 1 auto;
 
flex: 1 1 auto;
Line 246: Line 245:
 
}  
 
}  
 
 
.container .right .chat.active-chat .bubble {  
+
.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 252: 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 .right .chat.active-chat .bubble:nth-of-type(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 .right .chat.active-chat .bubble:nth-of-type(2) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(3) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(4) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(5) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(6) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(7) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(8) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(9) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(10) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(11) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(12) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(13) {  
+
.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 .right .chat.active-chat .bubble:nth-of-type(14) {  
+
.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 323: Line 322:
 
 
 
 
.container .right .bubble {  
+
.container_babe .right .bubble {  
 
font-size: 16px;  
 
font-size: 16px;  
 
position: relative;  
 
position: relative;  
Line 334: Line 333:
 
width:60%; }  
 
width:60%; }  
 
 
.container .right .bubble:before {  
+
.container_babe .right .bubble:before {  
 
position: absolute; top: 19px;  
 
position: absolute; top: 19px;  
 
display: block;  
 
display: block;  
Line 342: Line 341:
 
transform: rotate(29deg) skew(-35deg); }  
 
transform: rotate(29deg) skew(-35deg); }  
 
 
.container .right .bubble.you {  
+
.container_babe .right .bubble.you {  
 
float: left;  
 
float: left;  
 
color: #3e3f3f;  
 
color: #3e3f3f;  
Line 351: Line 350:
 
animation-name: slideFromLeft; }  
 
animation-name: slideFromLeft; }  
 
 
.container .right .bubble.you:before {  
+
.container_babe .right .bubble.you:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #5eacc3; }  
 
background-color: #5eacc3; }  
  
  
.container .right .bubble.me {  
+
.container_babe .right .bubble.me {  
 
float: right;  
 
float: right;  
 
color: #3e3f3f;  
 
color: #3e3f3f;  
Line 365: Line 364:
 
animation-name: slideFromRight; }  
 
animation-name: slideFromRight; }  
 
 
.container .right .bubble.me:before {  
+
.container_babe .right .bubble.me:before {  
 
right: -3px;  
 
right: -3px;  
 
background-color: #eceff1; }  
 
background-color: #eceff1; }  
 
 
.container .right .conversation-start {  
+
.container_babe .right .conversation-start {  
 
position: relative;  
 
position: relative;  
 
width: 100%;  
 
width: 100%;  
Line 375: Line 374:
 
text-align: center; }  
 
text-align: center; }  
 
 
.container .right .conversation-start span {  
+
.container_babe .right .conversation-start span {  
 
font-size: 14px;  
 
font-size: 14px;  
 
display: inline-block;  
 
display: inline-block;  
 
color: #999; }  
 
color: #999; }  
 
 
.container .right .conversation-start span:before, .container .right .conversation-start span:after {  
+
.container_babe .right .conversation-start span:before, .container_babe .right .conversation-start span:after {  
 
position: absolute;  
 
position: absolute;  
 
top: 10px;  
 
top: 10px;  
Line 389: Line 388:
 
background-color: #e2e2e2; }  
 
background-color: #e2e2e2; }  
 
 
.container .right .conversation-start span:before {  
+
.container_babe .right .conversation-start span:before {  
 
left: 0; }  
 
left: 0; }  
 
 
.container .right .conversation-start span:after {  
+
.container_babe .right .conversation-start span:after {  
 
right: 0; }  
 
right: 0; }  
  
Line 404: Line 403:
 
}
 
}
  
.container .right .bubble#anthony:before {  
+
.container_babe .right .bubble#anthony:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #8cace5; }  
 
background-color: #8cace5; }  
Line 412: Line 411:
 
}
 
}
  
.container .right .bubble#len:before {  
+
.container_babe .right .bubble#len:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #94bdc1; }  
 
background-color: #94bdc1; }  
Line 420: Line 419:
 
}
 
}
  
.container .right .bubble#meow:before {  
+
.container_babe .right .bubble#meow:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #e8939c; }  
 
background-color: #e8939c; }  
Line 428: Line 427:
 
}
 
}
  
.container .right .bubble#neil:before {  
+
.container_babe .right .bubble#neil:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #dbe5c3; }  
 
background-color: #dbe5c3; }  
Line 436: Line 435:
 
}
 
}
  
.container .right .bubble#mike:before {  
+
.container_babe .right .bubble#mike:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #ddbcd3; }  
 
background-color: #ddbcd3; }  
Line 444: Line 443:
 
}
 
}
  
.container .right .bubble#beran:before {  
+
.container_babe .right .bubble#beran:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #e5af98; }  
 
background-color: #e5af98; }  
Line 452: Line 451:
 
}
 
}
  
.container .right .bubble#narcyz:before {  
+
.container_babe .right .bubble#narcyz:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #dcfaff; }  
 
background-color: #dcfaff; }  
Line 460: Line 459:
 
}
 
}
  
.container .right .bubble#edwina:before {  
+
.container_babe .right .bubble#edwina:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #bc86a7; }  
 
background-color: #bc86a7; }  
Line 468: Line 467:
 
}
 
}
  
.container .right .bubble#jeni:before {  
+
.container_babe .right .bubble#jeni:before {  
 
left: -3px;  
 
left: -3px;  
background-color: #908dce; }  
+
background-color: #8cace5; }  
  
 
#george {
 
#george {
Line 476: Line 475:
 
}
 
}
  
.container .right .bubble#george:before {  
+
.container_babe .right .bubble#george:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #b5e2af; }  
 
background-color: #b5e2af; }  
Line 484: Line 483:
 
}
 
}
  
.container .right .bubble#nick:before {  
+
.container_babe .right .bubble#nick:before {  
 
left: -3px;  
 
left: -3px;  
 
background-color: #f9ebb2; }  
 
background-color: #f9ebb2; }  
Line 507: Line 506:
 
   
 
   
 
 
.container .right .interlude {  
+
.container_babe .right .interlude {  
 
position: relative;  
 
position: relative;  
 
width: 100%;  
 
width: 100%;  
Line 515: Line 514:
 
float:left;}  
 
float:left;}  
 
 
.container .right .interlude span {  
+
.container_babe .right .interlude span {  
 
font-size: 16px;  
 
font-size: 16px;  
 
display: inline-block;  
 
display: inline-block;  
Line 521: Line 520:
 
width:80% }  
 
width:80% }  
 
 
.container .right .interlude span:before, .container .right .interlude span:after {  
+
.container_babe .right .interlude span:before, .container_babe .right .interlude span:after {  
 
position: absolute;  
 
position: absolute;  
 
top: 50%;  
 
top: 50%;  
Line 530: Line 529:
 
background-color: #3e3f3f; }  
 
background-color: #3e3f3f; }  
 
 
.container .right .interlude span:before {  
+
.container_babe .right .interlude span:before {  
 
left: 0; }  
 
left: 0; }  
 
 
.container .right .interlude span:after {  
+
.container_babe .right .interlude span:after {  
 
right: 0; }  
 
right: 0; }  
  
Line 546: 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 555: Line 554:
 
   padding:0 10px 10px 10px;
 
   padding:0 10px 10px 10px;
 
   max-height:2px;
 
   max-height:2px;
   min-width:800px;
+
   min-width:80%;
 
}
 
}
  
Line 561: Line 560:
 
   background:#e8939c;
 
   background:#e8939c;
 
   border-color: #e8939c;
 
   border-color: #e8939c;
 +
}
 +
.box21 {
 +
  background:#e8939c;
 +
  border-color: #e8939c;
 +
  width:40%;
 
}
 
}
 +
  
 
.box3 {
 
.box3 {
 
   background:#93bcc0;
 
   background:#93bcc0;
 
   border-color: #93bcc0;
 
   border-color: #93bcc0;
 +
}
 +
.box31 {
 +
  background:#93bcc0;
 +
  border-color: #93bcc0;
 +
  width:40%
 
}
 
}
  
Line 571: Line 581:
 
   background:#bf9ae2;
 
   background:#bf9ae2;
 
   border-color: #bf9ae2;
 
   border-color: #bf9ae2;
 +
}
 +
.box41 {
 +
  background:#bf9ae2;
 +
  border-color: #bf9ae2;
 +
  width:40%;
 
}
 
}
  
Line 576: Line 591:
 
   background:#93bcc1;
 
   background:#93bcc1;
 
   border-color: #93bcc1;
 
   border-color: #93bcc1;
 +
}
 +
.box51 {
 +
  background:#93bcc1;
 +
  border-color: #93bcc1;
 +
  width:40%;
 +
}
 +
 +
.divider {
 +
width:70%;
 +
height:10px;
 +
background-color: #f9ebb2;
 +
}
 +
.divider1 {
 +
width:70%;
 +
height:10px;
 +
background-color: #dcfaff;
 +
}
 +
.divider2 {
 +
width:70%;
 +
height:10px;
 +
background-color: #94bdc1;
 +
}
 +
.divider3 {
 +
width:70%;
 +
height:10px;
 +
background-color: #dbe5c3;
 +
}
 +
.divider4 {
 +
width:70%;
 +
height:10px;
 +
background-color: #ddbcd3;
 +
}
 +
.divider5 {
 +
width:70%;
 +
height:10px;
 +
background-color: #8cace5;
 +
}
 +
.divider6 {
 +
width:70%;
 +
height:10px;
 +
background-color: #8cace5;
 +
}
 +
.divider7 {
 +
width:70%;
 +
height:10px;
 +
background-color: #bc86a7;
 +
}
 +
.divider8 {
 +
width:70%;
 +
height:10px;
 +
background-color: #e8939c;
 +
}
 +
.divider9 {
 +
width:70%;
 +
height:10px;
 +
background-color: #e5af98;
 +
}
 +
.divider10 {
 +
width:70%;
 +
height:10px;
 +
background-color: #93bcc1;
 
}
 
}
  
Line 588: Line 664:
 
   font-family: 'Quicksand', sans-serif;
 
   font-family: 'Quicksand', sans-serif;
 
color: #3e3f3f;
 
color: #3e3f3f;
   font-size: 16px;
+
   font-size: 20px;
 
   LINE-HEIGHT:20px;
 
   LINE-HEIGHT:20px;
 
    
 
    
Line 606: Line 682:
  
 
#please h2 {
 
#please h2 {
   font-family: 'Quicksand', sans-serif;
+
   font-family: 'banaue', sans-serif;
color: #a2cca3;
+
  font-size: 50px;
font-size: 20.8px;
+
  color:#3e3f3f;
 
+
 
}
 
}
  
Line 633: Line 708:
 
   margin-right:10%;
 
   margin-right:10%;
 
}
 
}
.row {display:none!important;}
+
 
  
 
</style>
 
</style>
 
</head>
 
</head>
 
<body>
 
<body>
<div class="container-fluid">
+
<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 650: Line 725:
 
</div>
 
</div>
  
<div class="row">
+
<div class="row content">
<p  style="padding:40px;color:#3e3f3f;font-size:16px;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
+
<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.  
would best solve the issues of insulin unaffordability and inaccessibility. Key advisors and  
+
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.  
stakeholders aided the decisions we made along the way. Not only did our project integrate with the advice of
+
<br>
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.  
+
 
</p>
 
</p>
<p style="padding:40px;color:#3e3f3f;font-size:16px;font-family:'Quicksand';text-align:center">
+
<p style="padding:40px;color:#3e3f3f;font-size:20px;font-family:'Quicksand';text-align:center">
 
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!   
 
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!   
 
</p>
 
</p>
 
</div>
 
</div>
 
+
<div class = "row" align = "center">  
<div class = "row">  
+
 
<div class = "content" id="please">
 
<div class = "content" id="please">
 
<center><h1>Project Design</h1><center>
 
<center><h1>Project Design</h1><center>
 
<div class = "box2"></div>
 
<div class = "box2"></div>
 
</div>
 
</div>
 +
</div>
 +
 +
<div class = "content" id = "please" align = "center">
 +
<h2>Our Original Project Design</h2>
 +
<div class = "box21"></div><br>
 +
<h4>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.
 +
<br> Read the conversation below to find out how these people influenced our Project Design:</h4>
 
</div>
 
</div>
  
 
<div class="row">
 
<div class="row">
 
<div class="wrapper">
 
<div class="wrapper">
     <div class="container">   
+
     <div class="container_babe">   
 
  <div class="left">
 
  <div class="left">
 
  <div class="top">
 
  <div class="top">
Line 681: Line 759:
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#8cace5"></div>
 
                     <div class="icon" style="background-color:#8cace5"></div>
                     <span class="name">Anthony</span>
+
                     <span class="name">Anthony Di Franco</span>
                     <span class="preview">Our foreign friend over in the USA began the Open Insulin project after realising the sheer cost of insulin, the hormone he needs to survive as a type I diabetic. Anthony and his counterparts in Counter Culture Labs initiated this project in the hopes to one day flood the market with affordable, accessible insulin. </span>
+
                     <span class="preview">Our foreign friend began the Open Insulin project.</span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#e8939c"></div>
 
                     <div class="icon" style="background-color:#e8939c"></div>
 
                     <span class="name">Meow-Ludo Meow-Meow</span>
 
                     <span class="name">Meow-Ludo Meow-Meow</span>
                     <span class="preview">Meow was known by most of us prior to joining the iGEM team, simply because of his unique inventions and biohacking revelations, which generally end up in the news. For this reason, we were all a little star-struck when we were able to work on the same project!
+
                     <span class="preview">Meow-Meow is infamous for his work at Biofoundry.
 +
                    </span>
 +
                </li>
 +
                <li class="person" data-chat="person1">
 +
                    <div class="icon" style="background-color:#b5e2af"></div>
 +
                    <span class="name">Dr Peter Arvan</span>
 +
                    <span class="preview">An insulin researcher.
 
                     </span>
 
                     </span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#f9ebb2"></div>
 
                     <div class="icon" style="background-color:#f9ebb2"></div>
                     <span class="name">Nick</span>
+
                     <span class="name">Nick Coleman</span>
                     <span class="preview">Our overpowered iGEM primary investigator, who also had some crucial advice along the way. </span>
+
                     <span class="preview">Our Supervisor. </span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#dbe5c3"></div>
 
                     <div class="icon" style="background-color:#dbe5c3"></div>
                     <span class="name">Neil</span>
+
                     <span class="name">Neil Donelan</span>
                     <span class="preview">Technically an insurance assessor, but compassionately a humanitarian, Neil took us through how he works with Insulin for Life to collect and distribute unopened, unexpired insulin vials all around the world.  </span>
+
                     <span class="preview">Neil distributes insulin vials all across the world.  
 +
  </span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#908dce"></div>
 
                     <div class="icon" style="background-color:#908dce"></div>
 
                     <span class="name">Jeni</span>
 
                     <span class="name">Jeni</span>
                     <span class="preview">A local pharmacist walked us through her perspective as someone dispensing insulin to diabetics, while giving us a little insight into the supply chain. </span>
+
                     <span class="preview">A local pharmacist. </span>
 
                 </li>     
 
                 </li>     
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#94bdc1"></div>
 
                     <div class="icon" style="background-color:#94bdc1"></div>
                     <span class="name">Len</span>
+
                     <span class="name">Len Mancini</span>
                     <span class="preview">A partner of Maxwells Patent and Trademark Attorneys, Len specialises in Intellectual Property disputes. Len spent some time with us to discuss the cross overs between Biotechnology and IP Law, and how it may impact our project design.</span>
+
                     <span class="preview">A partner of Maxwells Patent Lawyers.</span>
 
                 </li>  
 
                 </li>  
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#bc86a7"></div>
 
                     <div class="icon" style="background-color:#bc86a7"></div>
                     <span class="name">Edwina</span>
+
                     <span class="name">Edwina Wang</span>
                     <span class="preview">A type I diabetic herself, Edwina spent a considerable amount of time talking with us about her views on insulins and its injection into the human body.</span>
+
                     <span class="preview">A type I diabetic.</span>
 
                 </li>
 
                 </li>
 
        
 
        
Line 722: Line 807:
 
             <div class="chat" data-chat="person1">
 
             <div class="chat" data-chat="person1">
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Anthony (Counter Culture Labs)
+
                 Anthony Di Franco
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="anthony">
 
                 <div class="bubble you" id="anthony">
Line 728: Line 813:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Meow
+
                 Meow-Ludo Meow-Meow
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="meow">
 
                 <div class="bubble you" id="meow">
Line 734: Line 819:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Nick
+
                 Nick Coleman
 
                 </div>
 
                 </div>
  
Line 747: Line 832:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Meow
+
                 Meow-Ludo Meow-Meow
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="meow">
 
                 <div class="bubble you" id="meow">
Line 754: 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 src="https://2017.igem.org/Team:Sydney_Australia/Design">designed our own, single chain, open source insulin</a> that is also thermostable?
+
<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>   
 +
<div class="name_above_bubble">
 +
Peter Arvan
 +
</div> 
 +
<div class="bubble you" id="george">
 +
I have designed a single chain insulin that I won’t be patenting, would you like to improve upon what I’ve developed?
 +
</div>
 +
<div class="name_above_bubble">
 +
Team DISCO
 +
</div> 
 +
<div class="bubble me">
 +
That would be so fantastic, thank you so very much Peter. We will try and improve the functionality, especially to try and improve the thermostability of insulin. 
 +
</div>
 
<div class="name_above_bubble">
 
<div class="name_above_bubble">
Neil
+
Neil Donelan
 
</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 src="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.  
+
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 781: Line 878:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="len">
 
                 <div class="bubble you" id="len">
                 Would you like some quick tips on how to figure out if the insulin you’ve designed is ‘new to market,’ or whether you’re unintentionally infringing an active patent?
+
                 Would you like some quick tips on how to figure out if you will be free to market the insulin you have developed. Basically we would be looking at the patent landscape including  granted patents and patent applications to see whether you wouldcould infringe if your developed molecule was formulated and sold on the market.
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble_us">
 
                 <div class="name_above_bubble_us">
Line 793: Line 890:
 
</div>
 
</div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="len">
 
                 <div class="bubble you" id="len">
After checking whether or not your patient is currently active and, if so, where it is active, the main thing you need to read is the claims. If your product fits 100% of the key criteria outlined in a single claim, then you are infringing the patent and could be open to a law suit. However, if your product differs from that claim at all, then you are outside the scope of that claim and are not infringing on it.  
+
The main thing you need to read when looking at a patent to begin with is the claims. If you read a claim, and your proposed product falls within the scope of any single claim, then you would infringe the patent (and could be open to a law suit). However, if your product doesn’t fall within the scope of that claim you would not infringe.  One thing to be aware of, howwver, is that “patents” are published at the application stage and also again after they are granted. If they are granted at all. So the first thing you do is check the status of the application at the time it was published. If it was just an application, then the claims may be broader than what would ultimately issue from the Patent Office, or indeed, no claims may gain aceptance and the application may lapse. If you fall within a claim of an application its best to dig deeper and see if the patent is likely to be granted by getting any available examination reports for that application, or any foreign equivalent identified through patent family searches. Its not a quick and easy job!
 
</div>
 
</div>
 
                 <div class="name_above_bubble_us">
 
                 <div class="name_above_bubble_us">
Line 805: Line 902:
 
</div>
 
</div>
 
               <div class="name_above_bubble">
 
               <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="len">
 
                 <div class="bubble you" id="len">
If I were you, I’d consider all the insulins on the market, particularly focusing on single chain Insulins. We already know that human insulin itself is off patent, but you may want to check that subsequent patents on insulin production methodology weren’t filed and are still active today. Checking method patents in general, especially for your Bacillus expression system, would be important too. Inventive steps in methods are generally patented.
+
If I were you, I’d consider all the insulins on the market, taking a particular focus on Single Chain Insulins. We already know that the human insulin hormone itself is off patent, but you may want to check that subsequent patents on methods of manufacture or particular formulations or compositions weren’t granted and are still active today. Checking process patents in general, especially for your Bacillus expression system, would be important too. Patents for processes and advanced compositions are generally patented by the original owners as a way to extend the monopoly over their product.
 
  </div>
 
  </div>
 
                 <div class="name_above_bubble_us">
 
                 <div class="name_above_bubble_us">
Line 817: Line 914:
 
</div>
 
</div>
 
               <div class="name_above_bubble">
 
               <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
                 </div>
 
                 </div>
 
                 <div class="bubble you" id="len">
 
                 <div class="bubble you" id="len">
  Investigating whether or not a product is “new” would generally take a full year, and cost about AU$100,000.  
+
  Investigating whether a product is able to marketed legally is a very time intense process invoving muliple searches and months of analysis. The whole process genrally is conducted over multiple years  (to account for the patent black spot – 18 months in which applications remained unpublished) and cost over $100,000 if many aspect of the product need to be cleared.  
 
  </div>
 
  </div>
 
 
 
 
Line 830: Line 927:
 
</div>
 
</div>
 
<div class="name_above_bubble">
 
<div class="name_above_bubble">
Edwina
+
Edwina Wang
 
</div>
 
</div>
 
                 <div class="bubble you" id="edwina">
 
                 <div class="bubble you" id="edwina">
Line 839: 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 src="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.
+
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 854: Line 951:
 
</div>
 
</div>
  
<div class = "row">  
+
<div class = "content" id = "please" align = "center">
 +
<h2>Our Final Project Design</h2>
 +
<div class = "box21"></div><br>
 +
<h4>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.</h4>
 +
</div>
 +
<br>
 +
 
 +
<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 860: Line 964:
 
</div>
 
</div>
 
</div>
 
</div>
 +
<br>
 +
<div class = "content" id = "please" align = "center">
 +
<h2>Our Original Applied Design</h2>
 +
<div class = "box31"></div><br>
 +
<h4>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.</h4>
 +
</div>
 +
<br>
  
 
<div class="row">
 
<div class="row">
 
<div class="wrapper">
 
<div class="wrapper">
     <div class="container">   
+
     <div class="container_babe">   
 
  <div class="left">
 
  <div class="left">
 
  <div class="top">
 
  <div class="top">
Line 870: Line 981:
 
             </div>
 
             </div>
 
             <ul class="people">
 
             <ul class="people">
                <li class="person" data-chat="person1">
 
                    <div class="icon" style="background-color:#e5af98"></div>
 
                    <span class="name">Dr David Beran</span>
 
                    <span class="preview">The team were honoured with the opportunity to talk to a world-renowned expert in the Insulin market on his opinions on how the market currently operates. Specifically, Dr Beran aided our understanding as to how we should approach the market to best help those not able to access insulin. </span>
 
                </li> 
 
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#94bdc1"></div>
 
                     <div class="icon" style="background-color:#94bdc1"></div>
                     <span class="name">Len</span>
+
                     <span class="name">Len Mancini</span>
                     <span class="preview">A partner of Maxwells Patent and Trademark Attorneys, Len specialises in Intellectual Property disputes. Len spent some time with us to discuss the cross overs between Biotechnology and IP Law, and how it may impact our project design.</span>
+
                     <span class="preview">A partner of Maxwells Patent and Trademark Attorneys and IP Lawyers.</span>
 
                 </li>  
 
                 </li>  
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#b5e2af"></div>
 
                     <div class="icon" style="background-color:#b5e2af"></div>
                     <span class="name">George</span>
+
                     <span class="name">Anthony Di Franco</span>
                     <span class="preview">An Open Insulin guru, George spent every second Monday at 5pm talking with us about where their project was up to. Working with human insulin specifically, George was an invaluable resource when trying to decipher our <a src="https://2017.igem.org/Team:Sydney_Australia/Rate_My_Gel">gels</a>! </span>
+
                     <span class="preview">Our foreign friend over in the USA began the Open Insulin.</span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#bc86a7"></div>
 
                     <div class="icon" style="background-color:#bc86a7"></div>
                     <span class="name">Edwina</span>
+
                     <span class="name">Edwina Wang</span>
                     <span class="preview">A type I diabetic herself, Edwina spent a considerable amount of time talking with us about her views on insulins and its injection into the human body.</span>
+
                     <span class="preview">A type I diabetic.</span>
 
                 </li>
 
                 </li>
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#f9ebb2"></div>
 
                     <div class="icon" style="background-color:#f9ebb2"></div>
                     <span class="name">Nick</span>
+
                     <span class="name">Nick Coleman</span>
                     <span class="preview">Our overpowered iGEM primary investigator, who also had some crucial advice along the way. </span>
+
                     <span class="preview">Our Primary Investigator. </span>
 +
                </li>
 +
                <li class="person" data-chat="person1">
 +
                    <div class="icon" style="background-color:#e5af98"></div>
 +
                    <span class="name">Biofoundry</span>
 +
                    <span class="preview">The local biohack lab. </span>
 
                 </li>
 
                 </li>
 
        
 
        
Line 905: Line 1,016:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Dr David Beran
+
                 Biofoundry
 
             </div>
 
             </div>
 
             <div class="bubble you" id="beran">
 
             <div class="bubble you" id="beran">
             In my opinion, coaxing generic manufacturers to produce your insulin will be a hard feat considering the impassable <a src="https://2017.igem.org/Team:Sydney_Australia/Applied_Design">barriers to entry</a>, including a Good Manufacturing Practice certification for insulin production.  
+
             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 914: Line 1,025:
 
                 </div>
 
                 </div>
 
                 <div class="bubble me">
 
                 <div class="bubble me">
                 We can do that! iGEM is an international competition where teams across the world create and deposit genetic sequences into an open source registry, so that the global community can follow on from a single team’s work.
+
                 Hold on, what's that?
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Dr David Beran
+
                 Biofoundry
 
             </div>
 
             </div>
 
             <div class="bubble you" id="beran">
 
             <div class="bubble you" id="beran">
Line 929: Line 1,040:
 
</div>
 
</div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
             </div>
 
             </div>
 
             <div class="bubble you" id="len">
 
             <div class="bubble you" id="len">
             But hold on, you guys have something that could be considered a ‘new to market’ drug, which means you could patent this yourselves and raise money through investors who are comfortable that your company will function to produce profits, rather than a single insulin.  
+
             But hold on, you guys have something that could be considered a ‘new to market’ drug, which means you could patent this yourselves and raise money through investors who are comfortable that your company will function to produce profits, rather than a single insulin.  
 
             </div>
 
             </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 George
+
                 Anothony Di Franco
 
             </div>
 
             </div>
             <div class="bubble you" id="george">
+
             <div class="bubble you" id="anthony">
 
             We just raised $16, 656 through some crowd funding though, which is 227% of what we needed to kick start our lab work. If anything, this shows that when moneys needed to be raised, we can raise what we need and more!  
 
             We just raised $16, 656 through some crowd funding though, which is 227% of what we needed to kick start our lab work. If anything, this shows that when moneys needed to be raised, we can raise what we need and more!  
 
             </div>
 
             </div>
Line 947: Line 1,058:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Dr David Beran
+
                 Biofoundry
 
             </div>
 
             </div>
 
             <div class="bubble you" id="beran">
 
             <div class="bubble you" id="beran">
Line 965: Line 1,076:
 
</div>
 
</div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Dr David Beran
+
                 Biofoundry
 
             </div>
 
             </div>
 
             <div class="bubble you" id="beran">
 
             <div class="bubble you" id="beran">
Line 971: Line 1,082:
 
             </div>
 
             </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Edwina
+
                 Edwina Wang
 
             </div>
 
             </div>
 
             <div class="bubble you" id="edwina">
 
             <div class="bubble you" id="edwina">
Line 980: Line 1,091:
 
                 </div>
 
                 </div>
 
                 <div class="bubble me">
 
                 <div class="bubble me">
                 Len, you’ve said before it would take about a full year and approx. AU$AU100 000 to fully prepare our Winsulin for patenting.  
+
                 Len, you’ve said before it would take about a full year and approx. $AU100 000 to fully prepare our Winsulin for patenting.  
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Len
+
                 Len Mancini
 
             </div>
 
             </div>
 
             <div class="bubble you" id="len">
 
             <div class="bubble you" id="len">
Line 995: Line 1,106:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Nick
+
                 Nick Coleman
 
             </div>
 
             </div>
 
             <div class="bubble you" id="nick">  
 
             <div class="bubble you" id="nick">  
Line 1,013: Line 1,124:
 
</div>
 
</div>
  
<div class = "row">  
+
<div class = "content" id = "please" align = "center">
 +
<h2>Our Final Applied Design</h2>
 +
<div class = "box31"></div><br>
 +
<h4>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.</h4>
 +
</div>
 +
<br>
 +
 
 +
<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,019: Line 1,137:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<div class = "content" id = "please" align="center">
 +
<h2>Our Original Entrepreneurship Plan</h2>
 +
<div class = "box41"></div><br>
 +
<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>
 +
<br>
  
 
<div class="row">
 
<div class="row">
 
<div class="wrapper">
 
<div class="wrapper">
     <div class="container">   
+
     <div class="container_babe">   
 
<div class="left">
 
<div class="left">
 
  <div class="top">
 
  <div class="top">
Line 1,031: Line 1,156:
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#ddbcd3"></div>
 
                     <div class="icon" style="background-color:#ddbcd3"></div>
                     <span class="name">Mike</span>
+
                     <span class="name">Mike Nichols</span>
                     <span class="preview">A local entrepreneur mentor at the Incubate Hub at Sydney University, and an all-round start-up guy, Mike Nicholls took the time to discuss the long-term goals of our project with us, specifically giving business and marketing advice. </span>
+
                     <span class="preview">A local entrepreneur mentor at the INCUBATE Hub at Sydney University.</span>
 
                 </li>   
 
                 </li>   
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#dcfaff"></div>
 
                     <div class="icon" style="background-color:#dcfaff"></div>
                     <span class="name">Narcyz</span>
+
                     <span class="name">Narcyz Ghinea</span>
                     <span class="preview">A specialist in access to high cost medicines (specifically cancer therapeutics), Dr Narcyz took the time to talk us through the associated costs with high cost medicines. </span>
+
                     <span class="preview">A specialist in access to high cost medicines (specifically cancer drugs).</span>
 
                 </li>  
 
                 </li>  
 
                 <li class="person" data-chat="person1">
 
                 <li class="person" data-chat="person1">
 
                     <div class="icon" style="background-color:#dbe5c3"></div>
 
                     <div class="icon" style="background-color:#dbe5c3"></div>
                     <span class="name">Neil</span>
+
                     <span class="name">Neil Donelan</span>
                     <span class="preview">Technically an insurance assessor, but compassionately a humanitarian, Neil took us through how he works with Insulin for Life to collect and distribute unopened, unexpired insulin vials all around the world. </span>
+
                     <span class="preview">Neil distributes unopened, unexpired insulin vials all across the world.  
 +
</span>
 
                 </li>
 
                 </li>
 
        
 
        
Line 1,054: Line 1,180:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Mike
+
                 Mike Nichols
 
             </div>
 
             </div>
 
             <div class="bubble you" id="mike">
 
             <div class="bubble you" id="mike">
Line 1,066: Line 1,192:
 
                 </div>  
 
                 </div>  
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Narcyz
+
                 Narcyz Ghineaa
 
             </div>
 
             </div>
 
             <div class="bubble you" id="narcyz">  
 
             <div class="bubble you" id="narcyz">  
             Hey guys, slow down a little. In my research, I’ve found that on average, 85% of clinical trial costs are from government investment, rather than from profits made from the business. Though it’s never been done before, there could be great opportunities for an open source research group to use government grants and funding to support a clinical trial process.
+
             Hey guys, slow down a little. Discovering promising compounds is only one step in the process. It is the in-human trials that are needed to convince regulators the drug should be registered that is the real challenge for open source drug development. How are you going to fund that? If you want to get a drug to market entirely open-source without industry involvement you will probably need to consider “open source clinical trials”, and organise a network of people that are willing to do the necessarily research on a non-profit basis.
 
             </div>     
 
             </div>     
 
                 <div class="name_above_bubble_us">
 
                 <div class="name_above_bubble_us">
Line 1,078: Line 1,204:
 
                 </div>
 
                 </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Mike
+
                 Mike Nichols
 
             </div>
 
             </div>
 
             <div class="bubble you" id="mike">
 
             <div class="bubble you" id="mike">
Line 1,084: Line 1,210:
 
</div>
 
</div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Neil
+
                 Neil Donelan
 
             </div>
 
             </div>
 
             <div class="bubble you" id="neil">
 
             <div class="bubble you" id="neil">
Line 1,090: Line 1,216:
 
  </div>
 
  </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Mike
+
                 Mike Nichols
 
             </div>
 
             </div>
 
             <div class="bubble you" id="mike">
 
             <div class="bubble you" id="mike">
Line 1,096: Line 1,222:
 
             </div>
 
             </div>
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Neil
+
                 Neil Donelan
 
             </div>
 
             </div>
 
             <div class="bubble you" id="neil">
 
             <div class="bubble you" id="neil">
            We have had a huge demand for insulin in Tanzania. Their diabetic population is quite large and is expected to grow significantly as better diagnostic tools are implemented, as estimated 2/3rds of their diabetic population are currently undiagnosed in Africa alone.  
+
            We have had huge demand for insulin in Tanzania in Africa. Their diabetic population is quite large and is expected to grow significantly as better diagnostic tools are implemented, as estimated 2/3rds of their diabetic population are currently undiagnosed in Africa alone. The South East Asian, and Pacific rim regions also need to be closely monitored.
 
             </div>  
 
             </div>  
 
                 <div class="name_above_bubble">
 
                 <div class="name_above_bubble">
                 Mike
+
                 Mike Nichols
 
             </div>
 
             </div>
 
             <div class="bubble you" id="mike">   
 
             <div class="bubble you" id="mike">   
Line 1,113: Line 1,239:
 
                 These are all such great insights. We really need to consider our options.  
 
                 These are all such great insights. We really need to consider our options.  
 
                 </div>
 
                 </div>
                <div class="interlude">
 
                <span>Upon later reflection and planning, we’ve decided that the open source option is the most applicable moving forward. <br><br>Our international connections and global traction make us confident that our work will be continued in various laboratories across the world. <br><br>With this global force, we hope that the grass-roots approach will ultimately work to provide all corners of the globe the insulin they all need to survive. </span>
 
                                </div>                 
 
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 1,122: Line 1,245:
 
</div>
 
</div>
  
<div class="row" style="height:10vh;"></div>
+
<div class = "content" id = "please" align = "center">
 +
<h2>Our Final Entrepreneurship Plan</h2>
 +
<div class = "box41"></div><br>
 +
<h4>Ultimately, we stuck with our guns and are following the Open Source Route. Although, these discussions really made us question as to whether the Open Source option really was our best option, especially noting the clinical trial costs and manufacturing barriers to enter the market. Following this discussion, we decided to explore the viability of open-source insulin, comparing them to the standard business model - including the costs / barriers of entry that were involved. The summary of our research can be found on <a href = "https://2017.igem.org/Team:Sydney_Australia/Entrepreneurship">our Entrepreneurship Page</a>. Our decision came down to the open source method to continue with the international collaborations we have developed throughout the year. Further research is also required to determine just how applicable our Winsulin is as a therapeutic agent, so keeping the research open to the international community means theres more opportunity for this research to occur. Since our project began as an open source collaboration with <a href = "http://openinsulin.org/">Open Insulin</a>, we decided to continue sharing the work we have done on both human insulin and Winsulin.</h4>
 +
</div>
 +
<br>
 +
 
 +
<div class = "container_babe-fluid">
 +
<div class = "row content" id = "please" align = "center">
 +
<h1>Profiles</h1>
 +
<div class = "box1"></div>
 +
</div>
 +
<div class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1 href="http://sydney.edu.au/science/people/nicholas.coleman.php">Dr Nicholas Coleman</h1>
 +
<div class = "divider"></div>
 +
<h4>Our PI and primary mentor, was the first to instigate the project through his relationships with members of Biofoundry. His scientific experience and knowledge was integral to work across the entire project.</h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
<h1 href = "http://sydney.edu.au/medicine/people/academics/profiles/narcyz.ghinea.php">Narcyz Ghinea</h1>
 +
<div class = "divider1"></div>
 +
<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 class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1 href = "http://www.maxpat.com/about-us-2/our-team/leonard-mancini/">Len Mancini</h1>
 +
<div class = "divider2"></div>
 +
<h4>A partner at <a href = "http://www.maxpat.com/">Maxwells Patent and Trademark Attorneys,</a> he educated us on the intricacies of patent law, and assisted us in ensuring our design of Winsulin did not encroach on any existing patents. From this discussion we were made aware that we would need to consider all insulins on the market and all of the production methods associated with them, if we wanted to make a patent of Winsulin and/or its production. This inspired us to pursue a study of the <a href = "https://2017.igem.org/Team:Sydney_Australia/Patent_Law">current patents.</a></h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
<h1 href = "https://www.insulinforlife.org.au/info/about">Neil Donelan</h1>
 +
<div class = "divider3"></div>
 +
<h4>A member of the board of Insulin For Life, a tax-exempt, not-for-profit organization focused on obtaining excess insulin and insulin related products for distribution to countries where many diabetics cannot afford their treatments. He alerted us to the reality of insulin transport – that insulin can be transported even without refrigeration. This ultiamtely made us feel more confident than any insulin we produce will be stable enough to not require cold-chain transportation.</h4>
 +
</div>
 +
</div>
 +
 
 +
<div class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1 href = "https://incubate.org.au/mentors/mike-nichols/">Mike Nichols</h1>
 +
<div class = "divider4"></div>
 +
<h4>Entrepreneur and mentor at INCUBATE, an award-winning startup program at the University of Sydney, and team member of CSIRO’s Main Sequence Ventures fund. Mike alerted us to the issues of purely open-source ventures – particularly the issues of sustainable income and start-up costs. He also inspired us to develop a potential business model that is not purely open-source, and encouraged us to consider venturing into countries where insulin is highly in demand. This advice and expertise informed our <a href = "https://2017.igem.org/Team:Sydney_Australia/Applied_Design">potential business model</a> development to include this option.</h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
<h1 href = "http://openinsulin.org/team/">Anthony Di Franco</h1>
 +
<div class = "divider5"></div>
 +
<h4>Anthony Di Franco is a board member of <a href = "http://www.counterculturelabs.org/projects.html">Counter Culture Labs</a>, and founder of OpenInsulin project – an open-source research project aimed at developing new methods of producing insulin to increase its affordability and accessibility to those in need. As a Type 1 Diabetic himself, understands the needs of diabetics reliant on insulin for survival. He is one of the individuals that sparked our interest in producing an open-source insulin solution, and so was a main instigator in starting the project.</h4>
 +
</div>
 +
</div>
 +
 
 +
<div class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1>Jeni - Our Local Pharmacist</h1>
 +
<div class = "divider6"></div>
 +
<h4>Jeni identified the issue with biosimilars as seen by endocrinologists prescribing insulin to diabetics: once prescribed, an insulin user must remain on the same analogue, lest there be issues with allerginicity from other analogues. We applied this information by ensuring our human proinsulin sequence is the exact same as it would be in the body.</h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
<h1>Edwina Wang</h1>
 +
<div class = "divider7"></div>
 +
<h4>A friend of ours, and a Type I diabetic, Edwina gave personal experiences about her use of insulin and gave us feedback on the functionality of the insulin we produce, saying that it is crucial to know if it will be long or short acting. We applied this advice by <a href = "https://2017.igem.org/Team:Sydney_Australia/Model">modelling</a> our Winsulin construct to predict its physiological activity, and found that it will most likely be short-acting.
 +
</h4>
 +
</div>
 +
</div>
 +
 
 +
<div class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1 href = "http://www.afr.com/brand/boss/true-leaders-game-changers-2017-meowludo-meowmeow-20170915-gyijue">Meow-Ludo Meow Meow</h1>
 +
<div class = "divider8"></div>
 +
<h4>A Trailblazer in open-source synthetic biology, Meow was also a link to the OpenInsulin project through his community lab <a href = "http://foundry.bio/">Biofoundry.</a> He also acted as another mentor in the field of open-source science, illuminating the many possibilities it entails.</h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
<h1 href = "http://www.unige.ch/medecine/diabetescentre/fr/membres/beran/">Dr David Beran</h1>
 +
<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 permission to use the information found in the reports he’s published online to enhance our understanding of the global insulin market.
 +
</h4>
 +
</div>
 +
</div>
 +
 
 +
<div class = "row content" id = "please" align = "center">
 +
<div class = "col-xs-6">
 +
<h1 href = "http://ihpi.umich.edu/our-experts/parvan">Dr Peter Arvan</h1>
 +
<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 as a primary scaffold for our design, and for providing the foundational information that first inspired us to pursue such a project.
 +
</h4>
 +
</div>
 +
<div class = "col-xs-6">
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
<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.
To: Project Design
Anthony Di Franco
We need an Open Source Insulin! We need a team to be able to start investigating methods that could be used to increase the yield, and decrease the post-expression processing steps currently required to produce insulin.
Meow-Ludo Meow-Meow
I've got a team in mind.
Nick Coleman
USYD iGEMers- what do you think?
Team DISCO
We can do that! iGEM is an international competition where teams across the world create and deposit genetic sequences into an open source registry, so that the global community can follow on from a single team’s work.
Meow-Ludo Meow-Meow
That’s fantastic! Keep me updated throughout the project, I’m more than happy to help with this process if I can. Also, good luck with the competition!
After researching insulin a little further, we’ve come to realise that there are a few issues we’d like to address.

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?
Peter Arvan
I have designed a single chain insulin that I won’t be patenting, would you like to improve upon what I’ve developed?
Team DISCO
That would be so fantastic, thank you so very much Peter. We will try and improve the functionality, especially to try and improve the thermostability of insulin.
Neil Donelan
Hi! As a part of the not-for-profit group Insulin for Life, 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.
Team DISCO
Oh wow! Thanks Neil for your input. That gives us a lot of confidence to say that our insulins should be able to be distributed without cold chain transportation!
Jeni
Also, just be careful with how much you adapt the insulin you design. Endocrinologists are hesitant to put their patients on biosimilars because they can never be taken off that specific biosimilar. Generally, if a person is taken off one insulin biosimilar and put on a different analogue, they will suffer from an allergic reaction to the new insulin!
Team DISCO
Well we’d better make sure that our insulin is classified as an analogue, not a biosimilar. Unfortunately, Human Insulin will be classified as a biosimilar, but we have designed it to be exactly the same as the human form. Since there aren’t any ‘other’ bits on Human insulin like His-tags or TEV digestion sites, we hypothesise that there will be no adverse reactions or allergies brought on by Human Insulin.
Len Mancini
Would you like some quick tips on how to figure out if you will be free to market the insulin you have developed. Basically we would be looking at the patent landscape including granted patents and patent applications to see whether you wouldcould infringe if your developed molecule was formulated and sold on the market.
Team DISCO
Yes please! We have designed a single chain insulin with a 12 amino acid length linker between the A and B chains, and have made no changes to the human insulin A chain. We have added a glycine to the B chain, as this immensely increases stability.
Len Mancini
The main thing you need to read when looking at a patent to begin with is the claims. If you read a claim, and your proposed product falls within the scope of any single claim, then you would infringe the patent (and could be open to a law suit). However, if your product doesn’t fall within the scope of that claim you would not infringe. One thing to be aware of, howwver, is that “patents” are published at the application stage and also again after they are granted. If they are granted at all. So the first thing you do is check the status of the application at the time it was published. If it was just an application, then the claims may be broader than what would ultimately issue from the Patent Office, or indeed, no claims may gain aceptance and the application may lapse. If you fall within a claim of an application its best to dig deeper and see if the patent is likely to be granted by getting any available examination reports for that application, or any foreign equivalent identified through patent family searches. Its not a quick and easy job!
Team DISCO
Which patents should we be looking at to figure out whether we are infringing or not?
Len Mancini
– If I were you, I’d consider all the insulins on the market, taking a particular focus on Single Chain Insulins. We already know that the human insulin hormone itself is off patent, but you may want to check that subsequent patents on methods of manufacture or particular formulations or compositions weren’t granted and are still active today. Checking process patents in general, especially for your Bacillus expression system, would be important too. Patents for processes and advanced compositions are generally patented by the original owners as a way to extend the monopoly over their product.
Team DISCO
We definitely need to design our insulin after we check all of the relevant patents for single chain insulins. Expression systems and methodology should then follow. How long would it take, and about how much would it cost for your firm to investigate this for us?
Len Mancini
Investigating whether a product is able to marketed legally is a very time intense process invoving muliple searches and months of analysis. The whole process genrally is conducted over multiple years (to account for the patent black spot – 18 months in which applications remained unpublished) and cost over $100,000 if many aspect of the product need to be cleared.
Team DISCO
Ah, that’s a lot of money and time!
Edwina Wang
Hey, also don't forget there are also different types of insulin and we need them for different things - so their actual physiological effect is really important. I’ve used both before but am currently using short acting only with my insulin pump.
Team DISCO
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 modelling to predict whether our Winsulin will be short-acting or long-acting so we can see which areas would most benefit from our insulin.
Ultimately, we have two insulin products. Our first insulin, Human Insulin, will be exactly the same as the one we produce in our human beta cells. Our other insulin, our newly designed insulin Winsulin, will have the same A and B chains as Human Insulin, but contains a smaller, 12 amino acid length C peptide linker.

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.
To: Applied Design
We’ve done a little research into how we could approach the issues of insulin accessibility and affordability, but we aren’t quite sure how we should be approaching them.
Biofoundry
In our opinion, coaxing generic manufacturers to produce your insulin will be a hard feat considering the impassable barriers to entry, including a Good Manufacturing Practice certification for insulin production.
Team DISCO
Hold on, what's that?
Biofoundry
Good Manufacturing Practice, or GMPs for short, are licenses required by a manufacturing plant to produce a therapeutic drug to be sold commercially. This makes sure that the processes used by a plant are meeting quality standards and product specifications. These generally cost around US$100M for a manufacturing plant to receive. This barrier is restricting a considerable amount of small businesses from entering the biosimilar insulin market.
Team DISCO
Wow! That’s a high market-entry expense that we really need to consider! We must consider how we would raise those kind of funds, if we were to eventually build a manufacturing plant in the future!
Len Mancini
But hold on, you guys have something that could be considered a ‘new to market’ drug, which means you could patent this yourselves and raise money through investors who are comfortable that your company will function to produce profits, rather than a single insulin.
Anothony Di Franco
We just raised $16, 656 through some crowd funding though, which is 227% of what we needed to kick start our lab work. If anything, this shows that when moneys needed to be raised, we can raise what we need and more!
Team DISCO
And I guess we wouldn’t really need to ‘build’ a large manufacturing plant. We’d be providing the methods and cells ready to go, so really all a manufacturing plant would need would be the GMP.
Biofoundry
Yeah, you guys really are the proof of concept the industry needs to start seriously looking into insulin production.
Team DISCO
Our YNCM tagged insulins in Bacillus should also provide a much simpler purification process that could be turned into a continuous system with the right optimisations. We should make sure that we spend a little more time making sure that we can compare methodologies between protein extraction when we get up to this stage.
Team DISCO
But wait, hold on. Why are we even pursing to produce an open source insulin, when there might be other alternatives to enter into the market that aren’t the more traditional routes? Could we potentially make an open insulin pump?
Biofoundry
you could, but because of the way that the current pumps are made for a specific insulin analogue, you’d have a hard time selling it without your own insulin. It also wouldn’t really aid the issue of inaccessibility that are currently felt in many places in the world.
Edwina Wang
Hi everyone! As a diabetic myself, I am quite accustomed to injecting myself with insulin, so I wouldn’t worry too much about not having a pump, especially in dire circumstances.
Team DISCO
Len, you’ve said before it would take about a full year and approx. $AU100 000 to fully prepare our Winsulin for patenting.
Len Mancini
Yes. It’s a rough estimate and highly dependent on the product, but generally that’s our rule of thumb.
Team DISCO
We are already starting to see just how costly these kinds of endeavours are, without even including the biosimilar trial and clinical trials required for both of our insulins. Surely there are some other alternatives? Could we not just start producing insulin in bathtubs all around the world?
Nick Coleman
Guys, that’s a great idea, but we have GMPs for a reason. Safety is more paramount than simply meeting demand. Regulating something like that would be way more of a nightmare than it’s worth.
Team DISCO
Yeah, we guess you’re right. Recombinant methods of production of an open source insulin seems like our best option moving forward. Market hurdles included! We should probably investigate how an open-source business would function though with a few more experts.

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.
To: Entrepeneurship
We’re at the point where we’re pretty sure we have a couple of awesome products, but we need to make sure that our project will be effective in the future and doesn’t simply mimic another business or open-source project out there that wasn’t successful!
Mike Nichols
In order to make a global impact, you really need to build a business around your products, patents and all. Raising funds will be a lot easier when you start a start-up in conjunction with us, as many businesses with much less appeal have made millions of dollars after just a few years here.
Team DISCO
Wow that’s amazing! It would definitely be easier to raise the funds as a company. Much of the price of insulin comes from manufacturers and patent holders adding huge mark ups on the product that the governments and consumers then must face. If we were to design a business, obviously we wouldn’t impose those kinds of mark ups.
Narcyz Ghineaa
Hey guys, slow down a little. Discovering promising compounds is only one step in the process. It is the in-human trials that are needed to convince regulators the drug should be registered that is the real challenge for open source drug development. How are you going to fund that? If you want to get a drug to market entirely open-source without industry involvement you will probably need to consider “open source clinical trials”, and organise a network of people that are willing to do the necessarily research on a non-profit basis.
Team DISCO
We hadn’t considered that. I guess that we need to think about all the potential options for funding that doesn’t necessarily involve us making it directly to fund the project.
Mike Nichols
You should also start thinking about how the initial manufacturing plant begins. If I were you, I’d find a country that has a high demand for insulin and is currently very undersupplied. Build your plant there, following the regulatory guidelines required for that country. Once your Human Insulin production starts making a profit, you can begin phasing in your Winsulin. Get Winsulin off the ground with your human insulin production.
Neil Donelan
This might be a nice way to start. We currently have a large amount of processes that we have to go through in order to transport insulin from one country to another. Custom imports are different between countries, some of which are time and resource intensive to manoeuvre through. Localising your operation in one location may be a better way of organising this before expanding.
Mike Nichols
Would you have anywhere specifically in mind?
Neil Donelan
We have had huge demand for insulin in Tanzania in Africa. Their diabetic population is quite large and is expected to grow significantly as better diagnostic tools are implemented, as estimated 2/3rds of their diabetic population are currently undiagnosed in Africa alone. The South East Asian, and Pacific rim regions also need to be closely monitored.
Mike Nichols
So, maybe Tanzania or somewhere similar would work? You should strongly consider forming a start-up, and withhold Winsulin from the open source sphere to pursue this. Global impacts require profit margins and intellectual protection.
Team DISCO
These are all such great insights. We really need to consider our options.

Our Final Entrepreneurship Plan


Ultimately, we stuck with our guns and are following the Open Source Route. Although, these discussions really made us question as to whether the Open Source option really was our best option, especially noting the clinical trial costs and manufacturing barriers to enter the market. Following this discussion, we decided to explore the viability of open-source insulin, comparing them to the standard business model - including the costs / barriers of entry that were involved. The summary of our research can be found on our Entrepreneurship Page. Our decision came down to the open source method to continue with the international collaborations we have developed throughout the year. Further research is also required to determine just how applicable our Winsulin is as a therapeutic agent, so keeping the research open to the international community means theres more opportunity for this research to occur. Since our project began as an open source collaboration with Open Insulin, we decided to continue sharing the work we have done on both human insulin and Winsulin.


Profiles

Dr Nicholas Coleman

Our PI and primary mentor, was the first to instigate the project through his relationships with members of Biofoundry. His scientific experience and knowledge was integral to work across the entire project.

Narcyz Ghinea

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 potential business model design.

Len Mancini

A partner at Maxwells Patent and Trademark Attorneys, he educated us on the intricacies of patent law, and assisted us in ensuring our design of Winsulin did not encroach on any existing patents. From this discussion we were made aware that we would need to consider all insulins on the market and all of the production methods associated with them, if we wanted to make a patent of Winsulin and/or its production. This inspired us to pursue a study of the current patents.

Neil Donelan

A member of the board of Insulin For Life, a tax-exempt, not-for-profit organization focused on obtaining excess insulin and insulin related products for distribution to countries where many diabetics cannot afford their treatments. He alerted us to the reality of insulin transport – that insulin can be transported even without refrigeration. This ultiamtely made us feel more confident than any insulin we produce will be stable enough to not require cold-chain transportation.

Mike Nichols

Entrepreneur and mentor at INCUBATE, an award-winning startup program at the University of Sydney, and team member of CSIRO’s Main Sequence Ventures fund. Mike alerted us to the issues of purely open-source ventures – particularly the issues of sustainable income and start-up costs. He also inspired us to develop a potential business model that is not purely open-source, and encouraged us to consider venturing into countries where insulin is highly in demand. This advice and expertise informed our potential business model development to include this option.

Anthony Di Franco

Anthony Di Franco is a board member of Counter Culture Labs, and founder of OpenInsulin project – an open-source research project aimed at developing new methods of producing insulin to increase its affordability and accessibility to those in need. As a Type 1 Diabetic himself, understands the needs of diabetics reliant on insulin for survival. He is one of the individuals that sparked our interest in producing an open-source insulin solution, and so was a main instigator in starting the project.

Jeni - Our Local Pharmacist

Jeni identified the issue with biosimilars as seen by endocrinologists prescribing insulin to diabetics: once prescribed, an insulin user must remain on the same analogue, lest there be issues with allerginicity from other analogues. We applied this information by ensuring our human proinsulin sequence is the exact same as it would be in the body.

Edwina Wang

A friend of ours, and a Type I diabetic, Edwina gave personal experiences about her use of insulin and gave us feedback on the functionality of the insulin we produce, saying that it is crucial to know if it will be long or short acting. We applied this advice by modelling our Winsulin construct to predict its physiological activity, and found that it will most likely be short-acting.

Meow-Ludo Meow Meow

A Trailblazer in open-source synthetic biology, Meow was also a link to the OpenInsulin project through his community lab Biofoundry. He also acted as another mentor in the field of open-source science, illuminating the many possibilities it entails.

Dr David Beran

A researcher and lecturer at Geneva University Hospitals and University of Geneva, we spoke to him about his work publishing the ACCISS 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.

Dr Peter Arvan

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.