Line 20: | Line 20: | ||
</script> | </script> | ||
<style> | <style> | ||
+ | .container_babe { | ||
+ | position: relative; | ||
+ | top: 50%; | ||
+ | left: 50%; | ||
+ | width: 100%; | ||
+ | height: 85vh; | ||
+ | background-color: #fff; | ||
+ | transform: translate(-50%, -50%); | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .container_babe .left { | ||
+ | float: left; | ||
+ | width: 30%; | ||
+ | height: 100%; | ||
+ | border: 1px solid #e2e2e2; | ||
+ | background-color: #fff; | ||
+ | overflow:scroll; | ||
+ | } | ||
.bannerbox { | .bannerbox { | ||
background:#e2e2e2; | background:#e2e2e2; | ||
Line 58: | Line 76: | ||
− | . | + | .container_babe .left .top { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 64: | Line 82: | ||
padding: 29px; } | padding: 29px; } | ||
− | . | + | .container_babe .left .top:after { |
position: absolute; | position: absolute; | ||
bottom: 0; left: 50%; | bottom: 0; left: 50%; | ||
Line 74: | Line 92: | ||
transform: translate(-50%, 0); } | transform: translate(-50%, 0); } | ||
− | . | + | .container_babe .left input { |
float: left; | float: left; | ||
width: 60%; | width: 60%; | ||
Line 85: | Line 103: | ||
font-weight: 400; } | font-weight: 400; } | ||
− | . | + | .container_babe .left input:focus { outline: none; } |
− | . | + | .container_babe .left a.search { |
display: block; | display: block; | ||
float: left; | float: left; | ||
Line 99: | Line 117: | ||
border-radius: 50%; } | border-radius: 50%; } | ||
− | . | + | .container_babe .left .people { |
margin-left: -1px; | margin-left: -1px; | ||
border-right: 1px solid #e2e2e2; | border-right: 1px solid #e2e2e2; | ||
Line 106: | Line 124: | ||
} | } | ||
− | . | + | .container_babe .left .people .person { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 114: | Line 132: | ||
color:#3e3f3f; } | color:#3e3f3f; } | ||
− | . | + | .container_babe .left .people .person:after { |
position: absolute; | position: absolute; | ||
bottom: 0; | bottom: 0; | ||
Line 126: | Line 144: | ||
transform: translate(-50%, 0); } | transform: translate(-50%, 0); } | ||
− | . | + | .container_babe .left .people .person .icon { |
float: left; | float: left; | ||
width: 40px; | width: 40px; | ||
Line 133: | Line 151: | ||
border-radius: 50%;} | border-radius: 50%;} | ||
− | . | + | .container_babe .left .people .person .name { |
font-size: 14px; | font-size: 14px; | ||
line-height: 22px; | line-height: 22px; | ||
Line 140: | Line 158: | ||
font-weight: 600; } | font-weight: 600; } | ||
− | . | + | .container_babe .left .people .person .time { |
font-size: 14px; | font-size: 14px; | ||
position: absolute; | position: absolute; | ||
Line 148: | Line 166: | ||
background-color: #fff; } | background-color: #fff; } | ||
− | . | + | .container_babe .left .people .person .preview { |
font-size: 14px; | font-size: 14px; | ||
display: inline-block; | display: inline-block; | ||
Line 157: | Line 175: | ||
} | } | ||
− | . | + | .container_babe .left .people .person:hover { |
margin-top: -1px; | margin-top: -1px; | ||
margin-left: -1px; | margin-left: -1px; | ||
Line 167: | Line 185: | ||
color:#3e3f3f; } | color:#3e3f3f; } | ||
− | . | + | .container_babe .left .people .person.active { |
margin-top: -1px; | margin-top: -1px; | ||
margin-left: -1px; | margin-left: -1px; | ||
Line 176: | Line 194: | ||
color:#3e3f3f; | color:#3e3f3f; | ||
} | } | ||
− | . | + | .container_babe .left .people .person.active span, .container_babe .left .people .person:hover span { |
color:#3e3f3f; | color:#3e3f3f; | ||
background: transparent; | background: transparent; | ||
} | } | ||
− | . | + | .container_babe .left .people .person.active:after, .container_babe .left .people .person:hover:after { |
display: none; } | display: none; } | ||
− | . | + | .container_babe .right { |
position: relative; | position: relative; | ||
float: right; | float: right; | ||
Line 193: | Line 211: | ||
} | } | ||
− | . | + | .container_babe .right .top { |
width: 100%; | width: 100%; | ||
height: 47px; | height: 47px; | ||
Line 199: | Line 217: | ||
background-color: #eceff1; } | background-color: #eceff1; } | ||
− | . | + | .container_babe .right .top span { |
font-size: 15px; | font-size: 15px; | ||
color: #999; } | color: #999; } | ||
− | . | + | .container_babe .right .top span .name { |
color: #3e3f3f; | color: #3e3f3f; | ||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
font-weight: 600; } | font-weight: 600; } | ||
− | . | + | .container_babe .right .chat { |
position: relative; | position: relative; | ||
display: none; | display: none; | ||
Line 220: | Line 238: | ||
width:100% } | width:100% } | ||
− | . | + | .container_babe .right .chat.active-chat { |
display: inline-block; | display: inline-block; | ||
flex: 1 1 auto; | flex: 1 1 auto; | ||
Line 227: | Line 245: | ||
} | } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble { |
-moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | -moz-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | ||
-o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | -o-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); | ||
Line 233: | Line 251: | ||
transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); } | transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1); } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(1) { |
-moz-animation-duration: 0.15s; | -moz-animation-duration: 0.15s; | ||
-webkit-animation-duration: 0.15s; | -webkit-animation-duration: 0.15s; | ||
animation-duration: 0.15s; } | animation-duration: 0.15s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(2) { |
-moz-animation-duration: 0.3s; | -moz-animation-duration: 0.3s; | ||
-webkit-animation-duration: 0.3s; | -webkit-animation-duration: 0.3s; | ||
animation-duration: 0.3s; } | animation-duration: 0.3s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(3) { |
-moz-animation-duration: 0.45s; | -moz-animation-duration: 0.45s; | ||
-webkit-animation-duration: 0.45s; | -webkit-animation-duration: 0.45s; | ||
animation-duration: 0.45s; } | animation-duration: 0.45s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(4) { |
-moz-animation-duration: 0.6s; | -moz-animation-duration: 0.6s; | ||
-webkit-animation-duration: 0.6s; | -webkit-animation-duration: 0.6s; | ||
animation-duration: 0.6s; } | animation-duration: 0.6s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(5) { |
-moz-animation-duration: 0.75s; | -moz-animation-duration: 0.75s; | ||
-webkit-animation-duration: 0.75s; | -webkit-animation-duration: 0.75s; | ||
animation-duration: 0.75s; } | animation-duration: 0.75s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(6) { |
-moz-animation-duration: 0.9s; | -moz-animation-duration: 0.9s; | ||
-webkit-animation-duration: 0.9s; | -webkit-animation-duration: 0.9s; | ||
animation-duration: 0.9s; } | animation-duration: 0.9s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(7) { |
-moz-animation-duration: 1.05s; | -moz-animation-duration: 1.05s; | ||
-webkit-animation-duration: 1.05s; | -webkit-animation-duration: 1.05s; | ||
animation-duration: 1.05s; } | animation-duration: 1.05s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(8) { |
-moz-animation-duration: 1.2s; | -moz-animation-duration: 1.2s; | ||
-webkit-animation-duration: 1.2s; | -webkit-animation-duration: 1.2s; | ||
animation-duration: 1.2s; } | animation-duration: 1.2s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(9) { |
-moz-animation-duration: 1.35s; | -moz-animation-duration: 1.35s; | ||
-webkit-animation-duration: 1.35s; | -webkit-animation-duration: 1.35s; | ||
animation-duration: 1.35s; } | animation-duration: 1.35s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(10) { |
-moz-animation-duration: 1.5s; | -moz-animation-duration: 1.5s; | ||
-webkit-animation-duration: 1.5s; | -webkit-animation-duration: 1.5s; | ||
animation-duration: 1.5s; } | animation-duration: 1.5s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(11) { |
-moz-animation-duration: 1.75s; | -moz-animation-duration: 1.75s; | ||
-webkit-animation-duration: 1.75s; | -webkit-animation-duration: 1.75s; | ||
animation-duration: 1.75s; } | animation-duration: 1.75s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(12) { |
-moz-animation-duration: 2s; | -moz-animation-duration: 2s; | ||
-webkit-animation-duration: 2s; | -webkit-animation-duration: 2s; | ||
animation-duration: 2s; } | animation-duration: 2s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(13) { |
-moz-animation-duration: 2.25s; | -moz-animation-duration: 2.25s; | ||
-webkit-animation-duration: 2.25s; | -webkit-animation-duration: 2.25s; | ||
animation-duration: 2.25s; } | animation-duration: 2.25s; } | ||
− | . | + | .container_babe .right .chat.active-chat .bubble:nth-of-type(14) { |
-moz-animation-duration: 2.5s; | -moz-animation-duration: 2.5s; | ||
-webkit-animation-duration: 2.5s; | -webkit-animation-duration: 2.5s; | ||
Line 304: | Line 322: | ||
− | . | + | .container_babe .right .bubble { |
font-size: 16px; | font-size: 16px; | ||
position: relative; | position: relative; | ||
Line 315: | Line 333: | ||
width:60%; } | width:60%; } | ||
− | . | + | .container_babe .right .bubble:before { |
position: absolute; top: 19px; | position: absolute; top: 19px; | ||
display: block; | display: block; | ||
Line 323: | Line 341: | ||
transform: rotate(29deg) skew(-35deg); } | transform: rotate(29deg) skew(-35deg); } | ||
− | . | + | .container_babe .right .bubble.you { |
float: left; | float: left; | ||
color: #3e3f3f; | color: #3e3f3f; | ||
Line 332: | Line 350: | ||
animation-name: slideFromLeft; } | animation-name: slideFromLeft; } | ||
− | . | + | .container_babe .right .bubble.you:before { |
left: -3px; | left: -3px; | ||
background-color: #5eacc3; } | background-color: #5eacc3; } | ||
− | . | + | .container_babe .right .bubble.me { |
float: right; | float: right; | ||
color: #3e3f3f; | color: #3e3f3f; | ||
Line 346: | Line 364: | ||
animation-name: slideFromRight; } | animation-name: slideFromRight; } | ||
− | . | + | .container_babe .right .bubble.me:before { |
right: -3px; | right: -3px; | ||
background-color: #eceff1; } | background-color: #eceff1; } | ||
− | . | + | .container_babe .right .conversation-start { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 356: | Line 374: | ||
text-align: center; } | text-align: center; } | ||
− | . | + | .container_babe .right .conversation-start span { |
font-size: 14px; | font-size: 14px; | ||
display: inline-block; | display: inline-block; | ||
color: #999; } | color: #999; } | ||
− | . | + | .container_babe .right .conversation-start span:before, .container_babe .right .conversation-start span:after { |
position: absolute; | position: absolute; | ||
top: 10px; | top: 10px; | ||
Line 370: | Line 388: | ||
background-color: #e2e2e2; } | background-color: #e2e2e2; } | ||
− | . | + | .container_babe .right .conversation-start span:before { |
left: 0; } | left: 0; } | ||
− | . | + | .container_babe .right .conversation-start span:after { |
right: 0; } | right: 0; } | ||
Line 385: | Line 403: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#anthony:before { |
left: -3px; | left: -3px; | ||
background-color: #8cace5; } | background-color: #8cace5; } | ||
Line 393: | Line 411: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#len:before { |
left: -3px; | left: -3px; | ||
background-color: #94bdc1; } | background-color: #94bdc1; } | ||
Line 401: | Line 419: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#meow:before { |
left: -3px; | left: -3px; | ||
background-color: #e8939c; } | background-color: #e8939c; } | ||
Line 409: | Line 427: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#neil:before { |
left: -3px; | left: -3px; | ||
background-color: #dbe5c3; } | background-color: #dbe5c3; } | ||
Line 417: | Line 435: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#mike:before { |
left: -3px; | left: -3px; | ||
background-color: #ddbcd3; } | background-color: #ddbcd3; } | ||
Line 425: | Line 443: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#beran:before { |
left: -3px; | left: -3px; | ||
background-color: #e5af98; } | background-color: #e5af98; } | ||
Line 433: | Line 451: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#narcyz:before { |
left: -3px; | left: -3px; | ||
background-color: #dcfaff; } | background-color: #dcfaff; } | ||
Line 441: | Line 459: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#edwina:before { |
left: -3px; | left: -3px; | ||
background-color: #bc86a7; } | background-color: #bc86a7; } | ||
Line 449: | Line 467: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#jeni:before { |
left: -3px; | left: -3px; | ||
background-color: #8cace5; } | background-color: #8cace5; } | ||
Line 457: | Line 475: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#george:before { |
left: -3px; | left: -3px; | ||
background-color: #b5e2af; } | background-color: #b5e2af; } | ||
Line 465: | Line 483: | ||
} | } | ||
− | . | + | .container_babe .right .bubble#nick:before { |
left: -3px; | left: -3px; | ||
background-color: #f9ebb2; } | background-color: #f9ebb2; } | ||
Line 488: | Line 506: | ||
− | . | + | .container_babe .right .interlude { |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
Line 496: | Line 514: | ||
float:left;} | float:left;} | ||
− | . | + | .container_babe .right .interlude span { |
font-size: 16px; | font-size: 16px; | ||
display: inline-block; | display: inline-block; | ||
Line 502: | Line 520: | ||
width:80% } | width:80% } | ||
− | . | + | .container_babe .right .interlude span:before, .container_babe .right .interlude span:after { |
position: absolute; | position: absolute; | ||
top: 50%; | top: 50%; | ||
Line 511: | Line 529: | ||
background-color: #3e3f3f; } | background-color: #3e3f3f; } | ||
− | . | + | .container_babe .right .interlude span:before { |
left: 0; } | left: 0; } | ||
− | . | + | .container_babe .right .interlude span:after { |
right: 0; } | right: 0; } | ||
Line 700: | Line 718: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class=" | + | <div class="container_babe-fluid"> |
<div class = "row" style ="background-color:#e2e2e2; margin-top:63px;"> | <div class = "row" style ="background-color:#e2e2e2; margin-top:63px;"> | ||
<img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/8/86/T--Sydney_Australia--IntHumanPractices.gif" width="70%"> | <img class="center-block img-center" src="https://static.igem.org/mediawiki/2017/8/86/T--Sydney_Australia--IntHumanPractices.gif" width="70%"> | ||
Line 737: | Line 755: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 961: | Line 979: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 1,134: | Line 1,152: | ||
<div class="row"> | <div class="row"> | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | <div class=" | + | <div class="container_babe"> |
<div class="left"> | <div class="left"> | ||
<div class="top"> | <div class="top"> | ||
Line 1,239: | Line 1,257: | ||
<br> | <br> | ||
− | <div class = " | + | <div class = "container_babe-fluid"> |
<div class = "row content" id = "please" align = "center"> | <div class = "row content" id = "please" align = "center"> | ||
<h1>Profiles</h1> | <h1>Profiles</h1> |
Revision as of 11:28, 1 November 2017
About Our Integrated Human Practices
We spent a considerable amount of time looking out into the real world to figure out how our project would best solve the issues of insulin unaffordability and inaccessibility. Key advisors and stakeholders aided the decisions we made along the way. Not only did our project integrate with the advice of individual people, but these individuals became integrated into a big conversation between us all.
Specifically, these conversations were around how we Apply the design, the Project Design itself and ultimately how we best present this project to the real world as a business.
Under each of the below headings, you fill find the conversations we had with these stakeholders which integrated into our final product. Please enjoy reading through our journey!
Project Design
Our Original Project Design
Originally when we started this project, we were facinated by the idea of single chain insulins, but were hesitant to develop our own due to the vast array of new patent applications that were on the market. Human Insulin was in the clear of any patents, however due to its series of post-purification methods and low thermostability, we thought that developing a business model that had to keep up with high transportation costs, especially when open source, would be a difficult operation.
Read the conversation below to find out how these people influenced our Project Design:
- Anthony Di Franco Our foreign friend began the Open Insulin project.
- Meow-Ludo Meow-Meow Meow-Meow is infamous for his work at Biofoundry.
- Dr Peter Arvan An insulin researcher.
- Nick Coleman Our Supervisor.
- Neil Donelan Neil distributes insulin vials all across the world.
- Jeni A local pharmacist.
- Len Mancini A partner of Maxwells Patent Lawyers.
- Edwina Wang A type I diabetic.
Firstly, Human insulin purification takes a long time and, depending on the method used, can be very expensive. We investigated alternatives to this process, and we came up with a few expression systems that could be used to improve the folding of insulin inside Escherichia coli and Bacillus subtilis.
Secondly, insulin is currently stored at 4°C to preserve its activity. Keeping insulin at this temperature in cold storage chains while it’s being transported is incredibly difficult. This is especially so in lower economic countries, where we hope our insulin will be able to be sold.
So we thought, what if we designed our own, single chain, open source insulin that is also thermostable?
From our predictive modelling, we predict the Winsulin will be a short acting insulin. We also believe that our Winsulin will not fall into the ‘biosimilar’ category, as it is not simply an adaptation on a current market therapy, but an entirely new design altogether.
Our Final Project Design
As you can see, developing human insulin as a therapy became a lot more operational and useful following the discussions with Neil, which showed that insulins do not need to be refrigerated to maintain levels of activity. Furthermore, we developed a series of expression systems to compare the relative yields, and costs of purification, to determine whether or not we could optimise human insulin production. But ultimately, with the blessings of Dr Peter Arvan, we were able to develop our own Single Chain Insulin, and Len Mancini was able to confirm that our optimised Winsulin is in fact outside of all patent claims.
Applied Design
Our Original Applied Design
As technology is evolving faster than therapies can develop, we originally wanted to design an insulin pump to go along with our Single Chain Insulin. This is so that all diabetics are able to utilise our new insulin, and we are not forcing individuals to start injecting themselves again. Furthermore, we assumed that clinical trials would be required in the future for both of our Human Insulin and Winsulin, and that ultimately want to pursue a single one due to the extreme costs of clinical trials. We were also only considering an open source project, as this seemed to fit the most with the international collective movement of Open Insulin.
- Len Mancini A partner of Maxwells Patent and Trademark Attorneys and IP Lawyers.
- Anthony Di Franco Our foreign friend over in the USA began the Open Insulin.
- Edwina Wang A type I diabetic.
- Nick Coleman Our Primary Investigator.
- Biofoundry The local biohack lab.
Our Final Applied Design
Following these discussions, we decided to follow the mantra "Keep it Simple, Stupid" and just focus on synthesising insulin from bacteria, rahter than producing an insulin pump alongside it. We also decided to model the activity of our Winsulin to determine what kind of insulin it is. This will also be important information for future endeavours. Furthermore, we became a little more comfortable with the idea of going open source with our Winsulin also. However, these talks also demonstrated that raising the initial capital for manufacturing plants may be a little difficult given the start up costs, specifically Good Manufacturing Practice approvals.
Entrepreneurship
Our Original Entrepreneurship Plan
Originally, we were full steam ahead on the open source direction. We planned on raising capitol 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.