Difference between revisions of "Team:SZMS 15 Shenzhen/Collaborations"

(Prototype team page)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SZMS_15_Shenzhen}}
 
 
<html>
 
<html>
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <link href="https://2015.igem.org/Template:SZMS_15_Shenzhen/indexsccss?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 +
    <title>Title</title>
 +
</head>
 +
<body> 
 +
<div id="menubar">
 +
        <div id="nav-div">
 +
            <ul class="nav-list">
 +
                <li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen">Homepage</a></li>
 +
                <li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen/project">Project</a></li>
 +
                <li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen/interlab">Interlab</a></li>
 +
<li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen/Practices">Practice</a></li>
 +
                <li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen/gallery">Gallery</a></li>
 +
                <li class="nav-li"><a href="https://2015.igem.org/Team:SZMS_15_Shenzhen/teamintro">About us</a></li>
 +
            </ul> 
 +
        </div>
 +
    </div>
 +
  <div id="content">
 +
        <div class="heading">
 +
            <div class="heading-text">
 +
                <div class="heading-text-title">Collabotations</div>
 +
                <div class="heading-text-content">(We helped Shenzhen_SFLS with part of their modeling, and there're the results)<br><br>
 +
                    &nbsp;&nbsp;&nbsp;&nbsp;We have acknowledged that one Ab with wAg + one Ag coming into one Ab with Ag and one wAg is irreversible and the amount of this kind of changes is related to the amount of Ab with wAg(x2) , the amount of Ag (x1) and time.<br><br>
 +
                    According to Volterra Model,we can know that ‘dx1/dt=dx2/dt=-k*x1*x2’.
 +
<br><br>
 +
k is a regular value which is related to affinity(f) between one Ab with wAg and one Ag which is defined as p,so we can attain an another equation:’k=pf’.<br><br>According to the first equation above,we can know that ‘x2=x1+m’.<br><br>
  
<h2> Collaborations</h2>
+
We assume that the inchoate value of x1 is x0.
 +
</div>
 +
            </div>
 +
            <div class="heading-text">
 +
                <div class="heading-text-title"></div>
 +
                <div class="heading-text-content">‘dx1/dt=dx2/dt=-k*x1*x2’<br><br>
  
<p>
+
’k=pf’<br><br>
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
</p>
+
  
<div class="highlightBox">
+
‘x2=x1+m’<br><br>
  
<h4> Which other teams can we work with? </h4>
+
‘x1(0)=x0’<br><br>
<p>
+
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
+
</p>
+
  
<p>
+
And the program code of matlab is:<br><br>
In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
</p>
+
</div>
+
  
<p>
+
dsolve('Dx1=-p*f*x1*(x1+m)','x1(0)=x0','t')<br><br>
Here are some suggestions for projects you could work on with other teams:
+
</p>
+
  
<ul>
+
ans =<br><br>
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<li> Characterize another team's part </li>
+
<li> Debug a construct </li>
+
<li> Model or simulating another team's system </li>
+
<li> Test another team's software</li>
+
<li> Help build and test another team's hardware project</li>
+
<li> Mentor a high-school team</li>
+
</ul>
+
  
 +
m/(exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)<br><br>
  
 +
x1= m/(exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)<br><br>
  
 +
We can define the extend of combination as E.<br><br>
 +
 +
‘E=(x0-x1)/x1’ which is simplified as ‘E=1- m/((exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)*x0)’
 
</div>
 
</div>
 +
            </div>
 +
           
 +
        </div>
 +
       
 +
       
 +
            </div>
 +
           
 +
    <div class="bottombar">
 +
        <font class="buttom-intro" color="#555555">Collaborations Team:SZMS_15_Shenzhen</font>
 +
    </div>
 +
   
 +
</body>
 +
 
</html>
 
</html>

Latest revision as of 09:36, 18 September 2015

Title

Collabotations
(We helped Shenzhen_SFLS with part of their modeling, and there're the results)

    We have acknowledged that one Ab with wAg + one Ag coming into one Ab with Ag and one wAg is irreversible and the amount of this kind of changes is related to the amount of Ab with wAg(x2) , the amount of Ag (x1) and time.

According to Volterra Model,we can know that ‘dx1/dt=dx2/dt=-k*x1*x2’.

k is a regular value which is related to affinity(f) between one Ab with wAg and one Ag which is defined as p,so we can attain an another equation:’k=pf’.

According to the first equation above,we can know that ‘x2=x1+m’.

We assume that the inchoate value of x1 is x0.
‘dx1/dt=dx2/dt=-k*x1*x2’

’k=pf’

‘x2=x1+m’

‘x1(0)=x0’

And the program code of matlab is:

dsolve('Dx1=-p*f*x1*(x1+m)','x1(0)=x0','t')

ans =

m/(exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)

x1= m/(exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)

We can define the extend of combination as E.

‘E=(x0-x1)/x1’ which is simplified as ‘E=1- m/((exp(m*(log((m + x0)/x0)/m + f*p*t)) - 1)*x0)’
Collaborations Team:SZMS_15_Shenzhen