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

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="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">
 +
 +
<script type="text/javascript" src="https://use.fontawesome.com/2967839f93.js"></script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
 
 +
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
Line 327: Line 338:
 
padding: 13px 14px;  
 
padding: 13px 14px;  
 
vertical-align: top;  
 
vertical-align: top;  
border-radius: 5px; }  
+
border-radius: 5px;
 +
width:60%; }  
 
 
 
.container .right .bubble:before {  
 
.container .right .bubble:before {  
Line 339: Line 351:
 
.container .right .bubble.you {  
 
.container .right .bubble.you {  
 
float: left;  
 
float: left;  
color: #fff;  
+
color: #3e3f3f;  
 
background-color: #5eacc3;  
 
background-color: #5eacc3;  
 
align-self: flex-start;  
 
align-self: flex-start;  
Line 350: Line 362:
 
background-color: #5eacc3; }  
 
background-color: #5eacc3; }  
  
.container .right .bubble.#group1:before {
 
left: -3px;
 
background-color: red; }
 
  
 
.container .right .bubble.me {  
 
.container .right .bubble.me {  
Line 365: Line 374:
 
.container .right .bubble.me:before {  
 
.container .right .bubble.me:before {  
 
right: -3px;  
 
right: -3px;  
background-color: red; }  
+
background-color: #eceff1; }  
 
 
 
.container .right .conversation-start {  
 
.container .right .conversation-start {  
Line 398: Line 407:
  
 
@keyframes slideFromLeft { 0% { margin-left: -200px; opacity: 0; } 100% { margin-left: 0; opacity: 1; } } @-webkit-keyframes slideFromLeft { 0% { margin-left: -200px; opacity: 0; } 100% { margin-left: 0; opacity: 1; } } @keyframes slideFromRight { 0% { margin-right: -200px; opacity: 0; } 100% { margin-right: 0; opacity: 1; } } @-webkit-keyframes slideFromRight { 0% { margin-right: -200px; opacity: 0; } 100% { margin-right: 0; opacity: 1; } }  
 
@keyframes slideFromLeft { 0% { margin-left: -200px; opacity: 0; } 100% { margin-left: 0; opacity: 1; } } @-webkit-keyframes slideFromLeft { 0% { margin-left: -200px; opacity: 0; } 100% { margin-left: 0; opacity: 1; } } @keyframes slideFromRight { 0% { margin-right: -200px; opacity: 0; } 100% { margin-right: 0; opacity: 1; } } @-webkit-keyframes slideFromRight { 0% { margin-right: -200px; opacity: 0; } 100% { margin-right: 0; opacity: 1; } }  
#group1 {
+
#anthony {
background-color:red;
+
background-color:#8cace5;
 
}
 
}
 +
 +
.container .right .bubble#anthony:before {
 +
left: -3px;
 +
background-color: #8cace5; }
 +
 +
#len {
 +
background-color:#94bdc1;
 +
}
 +
 +
.container .right .bubble#len:before {
 +
left: -3px;
 +
background-color: #94bdc1; }
 +
 +
#meow {
 +
background-color:#e8939c;
 +
}
 +
 +
.container .right .bubble#meow:before {
 +
left: -3px;
 +
background-color: #e8939c; }
 +
 +
#neil {
 +
background-color:#dbe5c3;
 +
}
 +
 +
.container .right .bubble#neil:before {
 +
left: -3px;
 +
background-color: #dbe5c3; }
 +
 +
#mike {
 +
background-color:#ddbcd3;
 +
}
 +
 +
.container .right .bubble#mike:before {
 +
left: -3px;
 +
background-color: #ddbcd3; }
 +
 +
#beran {
 +
background-color:#e5af98;
 +
}
 +
 +
.container .right .bubble#beran:before {
 +
left: -3px;
 +
background-color: #e5af98; }
 +
 +
#narcyz {
 +
background-color:#dcfaff;
 +
}
 +
 +
.container .right .bubble#narcyz:before {
 +
left: -3px;
 +
background-color: #dcfaff; }
 +
 +
#edwina {
 +
background-color:#bc86a7;
 +
}
 +
 +
.container .right .bubble#edwina:before {
 +
left: -3px;
 +
background-color: #bc86a7; }
 +
 +
#jeni {
 +
background-color:#908dce;
 +
}
 +
 +
.container .right .bubble#jeni:before {
 +
left: -3px;
 +
background-color: #908dce; }
 +
 +
#george {
 +
background-color:#b5e2af;
 +
}
 +
 +
.container .right .bubble#george:before {
 +
left: -3px;
 +
background-color: #b5e2af; }
 +
 +
#nick {
 +
background-color:#f9ebb2;
 +
}
 +
 +
.container .right .bubble#nick:before {
 +
left: -3px;
 +
background-color: #f9ebb2; }
 +
 +
.name_above_bubble {color:#999;font-size:14px;
 +
position: relative;
 +
display: inline-block;
 +
clear: both; 
 +
vertical-align: top;
 +
float: left;
 +
align-self: flex-start;
 +
}
 +
 +
.name_above_bubble_us {color:#999;font-size:14px;
 +
position: relative;
 +
display: inline-block;
 +
clear: both; 
 +
vertical-align: top;
 +
float: right;
 +
align-self: flex-end;
 +
}
 
</style>
 
</style>
 
</head>
 
</head>
Line 472: Line 583:
 
                     <span>Today, 6:48 AM</span>
 
                     <span>Today, 6:48 AM</span>
 
                 </div>
 
                 </div>
                 <div class="bubble you" id="group1">
+
                <div class="name_above_bubble">
                     Hello,
+
                Anthony (Counter Culture Labs)
 +
                </div>
 +
                 <div class="bubble you" id="anthony">
 +
                     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.
 +
                </div>
 +
                <div class="name_above_bubble">
 +
                Meow
 +
                </div>
 +
                <div class="bubble you" id="meow">
 +
                    I've got a team in mind.
 +
                </div>
 +
                <div class="name_above_bubble">
 +
                Nick
 +
                </div>
 +
 
 +
                <div class="bubble you" id="nick">
 +
                    USYD iGEMers- what do you think?
 
                 </div>
 
                 </div>
                 <div class="bubble you">
+
                 <div class="name_above_bubble_us">
                    it's me.
+
                Team DISCO
 
                 </div>
 
                 </div>
                 <div class="bubble you">
+
                 <div class="bubble me">
                    I was wondering...
+
                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.
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>

Revision as of 13:44, 28 October 2017

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 Stuff about design
  • Human Practices Stuff about this stuff
  • third one
  • fourth one
  • fifth one
  • sixth one
To: Human Practices
Today, 6:48 AM
Anthony (Counter Culture Labs)
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
I've got a team in mind.
Nick
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.
Today, 5:38 PM
Hello, can you hear me?
I'm in California dreaming
... about who we used to be.
Are you serious?
When we were younger and free...
I've forgotten how it felt before
Hello, can you hear me?
I'm in California dreaming
... about who we used to be.
Are you serious?
When we were younger and free...
I've forgotten how it felt before
Today, 3:38 AM
Hey human!
Umm... Someone took a shit in the hallway.
... what.
Are you serious?
I mean...
It’s not that bad...
But we’re probably gonna need a new carpet.
Yesterday, 4:20 PM
Hey human!
Umm... Someone took a shit in the hallway.
... what.
Are you serious?
I mean...
It’s not that bad...
Today, 6:28 AM
Wasup
Wasup
Wasup for the third time like is
you blind bitch
Monday, 1:27 PM
So, how's your new phone?
You finally have a smartphone :D
Drake?
Why aren't you answering?
howdoyoudoaspace