Team:Slovenia/SourceCode

From 2012.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 3: Line 3:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-
<!-- back to top -->
 
-
<div style="position:fixed; bottom:45px; right:30px; width:100px; height:66px; background-color:transparent;">
 
-
<a href="#topofthepage">
 
-
<table style="background-color:transparent;" onclick="window.location = '#topofthepage'" class="invisible" style="height:100%;">
 
-
<tr class="invisible" style="background-color:transparent;">
 
-
<td class="invisible" style="background-color:transparent;" valign="center">
 
-
<img width="100px" src ="https://static.igem.org/mediawiki/2012/1/14/Svn12_hp_btt.png"></img>
 
-
</td></tr></table>
 
-
</a>
 
-
</div>
 
Line 441: Line 431:
</p>
</p>
-
<h3>C#Sim</h3>
+
 
 +
 
 +
<h3>Experimental model</h3>
<p>
<p>
-
Executable (Windows), C# source code (with implementation of the mutual repressor switch and the positive feedback loop switch) and Visual Studio 2010 project files.
+
Python source code for the Exeprimental model.<br/>
-
<br/><a href="https://static.igem.org/mediawiki/2012/2/24/CSimIGEM_src.zip">DOWNLOAD</a>
+
Requires: <a href="http://www.python.org/">Python</a> interpreter, <a href="http://numpy.scipy.org">NumPy</a> module, <a href="http://www.scipy.org">SciPy</a> Module.<br/>
 +
<a href="https://static.igem.org/mediawiki/2012/e/e4/Svn12_ExperimentalModel.zip">DOWNLOAD</a><br/>
 +
 
</p>
</p>

Latest revision as of 13:17, 5 March 2013


Source code

MATLAB - deterministic models

MATLAB source code of our deterministic models. Requires export_fig to work.
DOWNLOAD

SGN Sim - stochastic models

SGN Sim files with our stochastic model.
DOWNLOAD

Experimental model

Python source code for the Exeprimental model.
Requires: Python interpreter, NumPy module, SciPy Module.
DOWNLOAD

Pharmacokinetic real-time 3D simulation

Executables (Windows) and C++ source code for our pharmacokinetic 3D visualuzation. Requires freeglut library. Hosted remotely due to large file size.
DOWNLOAD