Team:SYSU-Software/download

From 2013.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 11: Line 11:
<link href="https://2012.igem.org/Team:SYSU-Software/bootstrap.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
<link href="https://2012.igem.org/Team:SYSU-Software/bootstrap.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
<link href="https://2012.igem.org/Team:SYSU-Software/flatui.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
<link href="https://2012.igem.org/Team:SYSU-Software/flatui.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
-
<link href="https://2013.igem.org/Team:SYSU-Software/home.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" />
 
<link href="https://2013.igem.org/Team:SYSU-Software/header.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
<link href="https://2013.igem.org/Team:SYSU-Software/header.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
-
<link href="https://2013.igem.org/Team:SYSU-Software/footer.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
 
         <link href="https://2013.igem.org/Team:SYSU-Software/download.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
         <link href="https://2013.igem.org/Team:SYSU-Software/download.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
Line 32: Line 30:
<div class="download-info">
<div class="download-info">
<div class="download-intro">
<div class="download-intro">
-
<span class="download-header">Download</span>
+
<span class="download-header">Introduction</span>
<span>Accurate simulation and gene circuit design are essential  
<span>Accurate simulation and gene circuit design are essential  
but difficult parts in synthetic biology.Here, we designed  
but difficult parts in synthetic biology.Here, we designed  
Line 49: Line 47:
<div class="download-bubble">
<div class="download-bubble">
-
<a href="http://github.com"></a>
+
<a href="https://github.com/igemsoftware/SYSU-Software2013" target="_blank"></a>
</div>
</div>
</div>
</div>
Line 56: Line 54:
<div class="download-show">
<div class="download-show">
-
<span class="download-header">Step 1  XXX</span>
+
<span class="download-header">Install Tutorial</span>
<div class="show-board">
<div class="show-board">
-
<span class="board-header">Introduction</span>
+
<span class="board-header">Download the install package</span>
-
<p>Accurate simulation and gene circuit design are essential but difficult arts in synthetic biology.Here, we designed CAST to cover the workflow from beginning to end, users can focus on function design and the gene circuit would be automatically designed. Furthermore, we developed a new simulation model that work with standard dynamic characteristic and verified by wetlab experiments. Moreover, we build an expandable database that users can contribute their own dynamic information which would lead to more accurate and sufficient dynamic information of all the Biobricks. Finally, our software is designed as an easy deployed server so that it can be used on personal purpose or shared by a whole lab or ution. </p>
+
<p>
 +
      Download: <a href="https://github.com/igemsoftware/SYSU-Software2013" target="_blank">https://github.com/igemsoftware/SYSU-Software2013</a><br>
 +
 
 +
        In windows:<br>
 +
Unpack the package to any directions;<br>
 +
(In 64bit)Run project/server\ x64.bat<br>
 +
or (In 32bit)Run project/server_x32bit.bat;<br>
 +
Run project/iGEM-Browser/bin/Debug/CefSharp-Example.exe;<br>
 +
or open any web browser and enter 127.0.0.1:5000.<br><br>
 +
In linux:<br>
 +
Unpack the package to any directions;<br>
 +
Run<br>
 +
sudo apt-get flask<br>
 +
sudo apt-get gevent<br>
 +
sudo apt-get geventwebsocket<br>
 +
sudo apt-get greenlet<br>
 +
sudo apt-get rsa<br>
 +
 
 +
(64bit)python project/Python27/web/app.py<br>
 +
(32bit)python project/Python27-32/web/app.py<br>
 +
Open any web browser and enter *.*.*.*(your server's ip adress):5000 </p>
</div>
</div>
<img id="download-arrow" src="https://static.igem.org/mediawiki/2013/6/60/Download-arrow.png" alt="download-arrow">
<img id="download-arrow" src="https://static.igem.org/mediawiki/2013/6/60/Download-arrow.png" alt="download-arrow">
-
<div class="next-step">Next Step</div>
+
<div class="next-step"><a href="https://github.com/igemsoftware/SYSU-Software2013" target="_blank">Download</a></div>
</div>
</div>
</div>
</div>
 +
        </div>
 +
<!--page footer-->
 +
  <div id="sysu-footer">
 +
    <img id="bottom-image" src="https://static.igem.org/mediawiki/2013/d/d9/Sysu-footer.png">
 +
  </div>
-
<footer></footer>
 
</body>
</body>
</html>
</html>

Latest revision as of 02:13, 28 September 2013

Team:SYSU-Software

Introduction Accurate simulation and gene circuit design are essential but difficult parts in synthetic biology.Here, we designed CAST to cover the workflow from beginning to end, users can focus on function design and the gene circuit would be automatically designed. Furthermore, we developed a new simulation model that work with standard dynamic characteristic and verified by wetlab experiments. Moreover, we build an expandable database that users can contribute their own dynamic information which would lead to more accurate and sufficient dynamic information of all the Biobricks. Finally, our software is designed as an easy deployed server so that it can be used on personal purpose or shared by a whole lab or institution.
dottedline
Install Tutorial
Download the install package

Download: https://github.com/igemsoftware/SYSU-Software2013
In windows:
Unpack the package to any directions;
(In 64bit)Run project/server\ x64.bat
or (In 32bit)Run project/server_x32bit.bat;
Run project/iGEM-Browser/bin/Debug/CefSharp-Example.exe;
or open any web browser and enter 127.0.0.1:5000.

In linux:
Unpack the package to any directions;
Run
sudo apt-get flask
sudo apt-get gevent
sudo apt-get geventwebsocket
sudo apt-get greenlet
sudo apt-get rsa
(64bit)python project/Python27/web/app.py
(32bit)python project/Python27-32/web/app.py
Open any web browser and enter *.*.*.*(your server's ip adress):5000

download-arrow