<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>simBio</title>
      <link>http://www.sim-bio.org/news/</link>
      <description>a Java package for biological simulation</description>
      <language>en</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Tue, 16 Jan 2007 20:55:22 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>simBio 1.0PR2 released</title>
         <description><![CDATA[A new release of simBio is now available at <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">http://sourceforge.net/project/showfiles.php?group_id=146713</a>

Changes from previous version are <ol><li>The volume regulation model by Takeuchi et al (2006) was included. See <a href="http://www.sim-bio.org/docs/bio/takeuchi_et_al_2006.html">instructions</a> for usage.</li><li>The calcium gate model of Gap junction by Oka et al (2006) was included.</li><li>The analysis of NCX knockout by Sarai et al 2006 was included.</li><li>The human ventricular cell models proposed by Kurata et al (2005) and by ten Tusscher et al (2004) were included.</li><li>The Gap Junction model by Henriquez AP et al (2001) was included.</li><li>The Japanese documents were separated to docs_ja project.</li><li>The Documents were revised.</li></ol>

For more information, see <a href="http://sourceforge.net/projects/simbio/">http://sourceforge.net/projects/simbio/</a>]]></description>
         <link>http://www.sim-bio.org/news/2007/01/simbio_10pr2_released.html</link>
         <guid>http://www.sim-bio.org/news/2007/01/simbio_10pr2_released.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Tue, 16 Jan 2007 20:55:22 +0900</pubDate>
      </item>
            <item>
         <title>Please stay tuned</title>
         <description><![CDATA[The volume regulation model has been published in Takeuchi et al. (2006) on 1st Nov.
We are working hard to catch up <a href="http://www.jgp.org/">The Journal of General Physiology</a>, and the source code to reproduce the figures will be available in a few weeks.

Ayako Takeuchi, Shuji Tatsumi, Nobuaki Sarai, Keisuke Terashima, Satoshi Matsuoka, and Akinori Noma,
Ionic Mechanisms of Cardiac Cell Swelling Induced by Blocking Na<sup>+</sup>/K<sup>+</sup> Pump As Revealed by Experiments and Simulation.
<a href="http://www.jgp.org/">The Journal of General Physiology</a>, 128(5): 495-507, 2006. <a href="http://dx.doi.org/10.1085/jgp.200609646">doi:10.1085/jgp.200609646</a>]]></description>
         <link>http://www.sim-bio.org/news/2006/11/please_stay_tuned.html</link>
         <guid>http://www.sim-bio.org/news/2006/11/please_stay_tuned.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Thu, 02 Nov 2006 09:29:43 +0900</pubDate>
      </item>
            <item>
         <title>simBio 0.3.02 released.</title>
         <description><![CDATA[A new release of simBio is now available at <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">http://sourceforge.net/project/showfiles.php?group_id=146713</a>

Changes from previous version are <ol><li>The human cardiac cell model proposed by ten Tusscher et al (2004) is included at src/xml/tenTusscher_et_al_2004, see <a href="http://www.sim-bio.org/docs/bio/">http://www.sim-bio.org/docs/bio/</a> for other models.</li><li>Be able to modify a model xml to change settings from control. see src/xml/matsuoka_et_al2003/Fig.2.make.xml, also src/xml/kuratomi_et_al_2003.xml is deleted and the modification from matsuoka_et_al_2003 is written in kuratomi_et_al_2003.make.xml</li><li>Add some tests.</li><li>A duplicated jar is deleted.</li><li>Some Javadoc comments are revised.</li><li>Bugs are fixed, such as Ist, Ito, GUI.</li></ol>

For more information, see <a href="http://sourceforge.net/projects/simbio/">http://sourceforge.net/projects/simbio/</a>]]></description>
         <link>http://www.sim-bio.org/news/2006/05/simbio_0302_released.html</link>
         <guid>http://www.sim-bio.org/news/2006/05/simbio_0302_released.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Mon, 08 May 2006 18:28:03 +0900</pubDate>
      </item>
            <item>
         <title>simBio 0.3 released</title>
         <description><![CDATA[simBio is a simulator for biological systems such as cardiac cells, epithelial cells, and pancreatic beta cells. simBio is written in Java, uses XML and can solve ordinary differential equations. 
 
Changes from previous version are
<ol><li>LGPL is applied.</li><li>GUI has been improved.</li><li>The volume regulation model of the ventricular myocyte (Terashima et al, 2006, in press) is included.</li><li>Comments in xml files will be kept after calculation.</li></ol>

Available model list: <a href="http://www.sim-bio.org/docs/bio/">http://www.sim-bio.org/docs/bio/</a>

Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">http://sourceforge.net/projects/simbio/</a>

Users' mailing list: <a href="http://sourceforge.net/mail/?group_id=146713">http://sourceforge.net/projects/simbio/</a>

In an attempt to mimic biological functional structures, a cell model is, in simBio, composed of independent functional modules called Reactors, such as ion channels and the sarcoplasmic reticulum, and dynamic variables called Nodes, such as ion concentrations. The interactions between Reactors and Nodes are described by the graph theory and the resulting graph represents a blueprint of an intricate cellular system. Reactors are prepared in a hierarchical order, in analogy to the biological classification. Each Reactor can be composed or improved independently, and can easily be reused for different models. 

For more information, see
<b>Nobuaki Sarai, Satoshi Matsuoka and Akinori Noma</b>
simBio: a Java package for the development of detailed cell models
<a href="http://dx.doi.org/10.1016/j.pbiomolbio.2005.05.008"><i>Progress in Biophysics and Molecular Biology</i>, 2005, in press</a>]]></description>
         <link>http://www.sim-bio.org/news/2005/11/simbio_03_released.html</link>
         <guid>http://www.sim-bio.org/news/2005/11/simbio_03_released.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">download</category>
        
        
         <pubDate>Wed, 02 Nov 2005 09:01:41 +0900</pubDate>
      </item>
            <item>
         <title>Eclipse Plug-in for simBio</title>
         <description><![CDATA[<h4>Description</h4>
		<p>Execute simBio through pop-up menu of Eclipse Java Perspective.
		RunGUI, Composer, ResultGenerator, and XmlGenerator can be launched.</p>
		<p>You can find latest information from <a href="http://www.sim-bio.org/">http://www.sim-bio.org/</a>.</p>

	<h4>License</h4>
	<p>This plugin is free software; you can redistribute it and/or
		modify it under the terms of the GNU Lesser General Public
		License as published by the Free Software Foundation; either
		version 2.1.</p>
	<p>This plugin is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
		Lesser General Public License (<a href="../LGPL_2-1.txt">LGPL_2-1.txt</a>) for more details.</p>
	<p>The GNU Lesser General Public License can be found at
		<a href="http://www.gnu.org/copyleft/lesser.html">http://www.gnu.org/copyleft/lesser.html</a>
	</p>
	<h4>Requirements</h4>
	<ul><li>
		Eclipse 3.x (this plugin has created on Eclipse 3.0.2.)
		</li><li>
		simBio (this plugin has created with simBio 0.2.2.)
		</li>
	</ul>
	<h4>Install</h4>
	<p>This plugin can be installed through update manager of Eclipse 3.x.
	Here the process with Eclipse 3.1 is described.</p>
	<ol><li>
	Select Eclipse menu: "Help" - "Software Updates" - "Find and Install"
	</li><li>Check "Search for new features to install", then "Next"
	</li><li>Click "New Remote Site"
	</li><li><img alt="update site of eclipse plugin for simBio" src="http://www.sim-bio.org/news/images/NewUpdateSite.png" width="356" height="150" />
		Input "Name:" box as you like such as "simBio", 
		and "URL:" box as "http://www.sim-bio.org/eclipse/update/", then "Finish"
	</li><li>"Updates" dialog will appear, so check simBio, then "Next".
		<img alt="Install dialog" src="http://www.sim-bio.org/news/images/Install.png" width="361" height="414" />
	</li><li>Check "I accept the terms in the license agreement", then "Next" 
	</li><li>Click "Finish"
	</li><li>"Verification" dialog will appear as not yet digitally signed.
	</li><li>Click "Install All".
	</li><li>"Install/Update" dialog will appear, You can choose either "Yes" or "Apply Changes".
	</li></ol>
	<p>Unpack simBio_eclipse_x.x.x.zip and put org.simBio.eclipse_* directory in Eclipse/plugins directory.</p>
	<h4>Usage</h4>
	<h5>Run on GUI</h5>
	<p><a href="http://www.sim-bio.org/news/images/XmlMenu.png">
		<img alt="pop-up menu for simBio XMLs" src="http://www.sim-bio.org/news/images/XmlMenu-thumb.png" width="255" height="444" /></a>
		Right click xml files for simBio, then pop-up menu will appear. 
		Select [simBio] - [Run on GUI], then the XMLs are executed on GUI.</p>
	<p><a href="http://www.sim-bio.org/news/images/CoolBar.png">
		<img alt="Run previous settings through the cool bottun" src="http://www.sim-bio.org/news/images/CoolBar-thumb.png" width="256" height="113" /></a>
	The Setting will be stored, then you can run it through the cool bottun.</p>
	<p><a href="http://www.sim-bio.org/news/images/RunHistory.png">
		<img alt="Run previous settings through the menu" src="http://www.sim-bio.org/news/images/RunHistory-thumb.png" width="506" height="286" /></a>
		You can also run the previous settings through the menu, Run - Run History.</p>
	<h5>Compose and Run</h5>
	<p>Right click an xml file for org.simBio.Composer,
		select [simBio] - [Compose and Run], then a model xml will be composed and be run on GUI.
		An "composed.xml" file will be created on the same directory, so you need to reflesh the view of Eclipse.</p>
	<h5>Run Protocol</h5>
	<p>Right click an model xml and an protocol xml, 
		select [simBio] - [Run Protocol], then org.simBio.ResultGenerator will run the protocol.</p>
	<h5>Generate XML</h5>
	<p><a href="http://www.sim-bio.org/news/images/JavaMenu.png">
		<img alt="pop-up menu for simBio Java Classes" src="http://www.sim-bio.org/news/images/JavaMenu-thumb.png" width="343" height="348" /></a>
		Right click Reactors and/or Analyzers, 
		select [simBio] - [Generate XML], then XML files for the specific class will be created.</p>
	<h4>Copyright</h4>
	<p>Copyright (C) 2002-2005 Nobuaki Sarai and Contributors. The specific names are written in each file.</p>]]></description>
         <link>http://www.sim-bio.org/news/2005/09/eclipse_plugin_for_simbio.html</link>
         <guid>http://www.sim-bio.org/news/2005/09/eclipse_plugin_for_simbio.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Tue, 06 Sep 2005 01:31:43 +0900</pubDate>
      </item>
            <item>
         <title>0.2.1</title>
         <description><![CDATA[Dr. Alan Garny has made a function that can translate a model in CellML into the simBio style, on <a title="COR: Home" href="http://cor.physiol.ox.ac.uk/">Cellular Open Resource　(COR)</a>.

<h4>Screen shots</h4>
xml/cor/hodgkin_huxley_squid_axon_1952_modified.xml
<a href="http://www.sim-bio.org/news/images/hodgkin_huxley_squid_axon_1952_modified.png"><img alt="hodgkin_huxley_squid_axon_1952_modified.png" src="http://www.sim-bio.org/news/images/hodgkin_huxley_squid_axon_1952_modified-thumb.png" width="240" height="180" /></a>

xml/cor/vanderpol_model_1928.xml
<a href="http://www.sim-bio.org/news/images/vanderpol_model_1928.png"><img alt="vanderpol_model_1928.png" src="http://www.sim-bio.org/news/images/vanderpol_model_1928-thumb.png" width="240" height="180" /></a>

We made the latest version freely available.

Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">File List at SourceForge.net</a>

<a href="http://www.sim-bio.org/docs/api/" >Javadoc API</a> has also updated.

The matsuoka_et_al_2004 model has slightly updated.]]></description>
         <link>http://www.sim-bio.org/news/2005/06/21.html</link>
         <guid>http://www.sim-bio.org/news/2005/06/21.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">download</category>
        
        
         <pubDate>Mon, 06 Jun 2005 16:59:58 +0900</pubDate>
      </item>
            <item>
         <title>API</title>
         <description><![CDATA[Javadoc API is located at <a href="http://www.sim-bio.org/docs/api/">http://www.sim-bio.org/docs/api/</a>.]]></description>
         <link>http://www.sim-bio.org/news/2005/01/api.html</link>
         <guid>http://www.sim-bio.org/news/2005/01/api.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Tue, 18 Jan 2005 18:35:29 +0900</pubDate>
      </item>
            <item>
         <title>Matsuoka et al., 2004</title>
         <description><![CDATA[The excitation–contraction–metabolism coupling model from Matsuoka et al., 2004 is incorpolated.

Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">File List at SourceForge.net</a>

Matsuoka S, Sarai N, Jo H, Noma A.
Simulation of ATP metabolism in cardiac excitation-contraction coupling.
<a href="http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6TBN-4BY3TNT-1&_user=119230&_coverDate=07%2F31%2F2004&_alid=237692230&_rdoc=1&_fmt=summary&_orig=search&_qd=1&_cdi=5147&_sort=d&_docanchor=&view=c&_acct=C000009380&_version=1&_urlVersion=0&_userid=119230&md5=b724405f4145f3f3de94e46e5e839966">Prog Biophys Mol Biol. 2004 Jun-Jul;85(2-3):279-99.</a> 

<ol><li>download simBio_*.zip and extract all.</li><li>execute the simBio_*.jar included. (Java 2 Platform, Standard Edition, v 1.4.2 (J2SE) or later is needed, which is freely available from <a href="http://java.sun.com/">http://java.sun.com/</a>.)</li><li>select [File]-[Open] and open xml/matsuoka_et_al_2004/exp/AnoxiaSimulation.xml.</li><li>select [Model]-[Start] to simulate anoxia.</li></ol>

<a href="http://www.sim-bio.org/news/images/matsuoka_et_al_2004_anoxia.png"><img alt="matsuoka_et_al_2004_anoxia.png" src="http://www.sim-bio.org/news/images/matsuoka_et_al_2004_anoxia-thumb.png" width="160" height="120" /></a>]]></description>
         <link>http://www.sim-bio.org/news/2005/01/matsuoka_et_al_2004.html</link>
         <guid>http://www.sim-bio.org/news/2005/01/matsuoka_et_al_2004.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">download</category>
        
        
         <pubDate>Tue, 18 Jan 2005 18:28:58 +0900</pubDate>
      </item>
            <item>
         <title>LRd and Noble98 models</title>
         <description><![CDATA[The guinea-pig ventricular cell models of Luo-Rudy and Noble98 are incorpolated.

Faber GM, Rudy Y.
Action potential and contractility changes in [Na<sup>+</sup>]<sub>i</sub> overloaded cardiac myocytes: a simulation study.
<a href="http://www.biophysj.org/cgi/content/abstract/78/5/2392">Biophy J 2000;78:2392-2404</a>

Noble D, Varghese A, Kohl P, Noble P.
Improved guinea-pig ventricular cell model incorporating a diadic space, IKr and IKs, and length- and tension-dependent processes.
<a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=9487284">Can J Cardiol. 1998 Jan;14(1):123-34. </a>]]></description>
         <link>http://www.sim-bio.org/news/2004/11/lrd_and_noble98_models.html</link>
         <guid>http://www.sim-bio.org/news/2004/11/lrd_and_noble98_models.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">news</category>
        
        
         <pubDate>Tue, 16 Nov 2004 18:18:16 +0900</pubDate>
      </item>
            <item>
         <title>Matsuoka et al, 2003</title>
         <description><![CDATA[We are proud of making simBio available.

Download: <a href="http://sourceforge.net/project/showfiles.php?group_id=146713">File List at SourceForge.net</a>

This package can reproduce the results in <a href="http://www.jstage.jst.go.jp/article/jjphysiol/53/2/53_105/_article">Matsuoka et al, 2003</a>, which is a guinea pig ventricular cell model, and  <a href="http://www.jstage.jst.go.jp/article/jjphysiol/53/2/53_125/_article">Sarai et al, 2003</a>, which is a sino-atrial node cell model.
Please see docs folder included in the extracted files, for further information.]]></description>
         <link>http://www.sim-bio.org/news/2004/10/matsuoka_et_al_2003.html</link>
         <guid>http://www.sim-bio.org/news/2004/10/matsuoka_et_al_2003.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">download</category>
        
        
         <pubDate>Wed, 20 Oct 2004 12:00:00 +0900</pubDate>
      </item>
            <item>
         <title>how to use</title>
         <description><![CDATA[	<h3>Requirements</h3> 
	<p> Java2-SDK 1.4.x from <a href="http://Sun.com/">http://Sun.com/</a>.<br/> 
		The simBio is developed using Java2 SDK 1.4.2_01. 
	</p> 
	<h3>1st install java</h3> 
	<p> Follow the instructions provided by <a href="http://Sun.com/">http://Sun.com/</a>. 
	</p>
	<h3>2nd extract all</h3> 
	<p> includes are
	</p> 
		<ol>
			<li>docs</li>
			<li>lib</li>
			<li>xml</li>
			<li>simBio-0.2-*.jar</li>
		</ol>
	<h3>3rd run simBio</h3> 
	<p>execute 'simBio-0.2-*.jar'. Double-click it or open DOS pronpt, and input</p> 
	<pre>
cd "simBio.0.2"
java -jar simBio-0.2-*.jar 
	</pre> 
	<p>	Select xml/matsuoka_et_al_2003/ventricularCell_RK.xml from the menu 'File' - 'Open'.
	</p>
	 <h3>4th calculate the model</h3>
	 <p> click 'Model' - 'Start', the calculation will be done. <br/> 
		you can change the every value in the table. <br/> 
		If you want to calculate other model, please select proper xml such as 
			"xml/hodgkin_huxley_1952/squid_axon.xml". 
</p>
	<p>To use cool bar, select 'Tool' - 'Option', and drug and drop the buttons.</p>]]></description>
         <link>http://www.sim-bio.org/news/2004/10/how_to_use.html</link>
         <guid>http://www.sim-bio.org/news/2004/10/how_to_use.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">tutorial</category>
        
        
         <pubDate>Wed, 20 Oct 2004 08:51:49 +0900</pubDate>
      </item>
            <item>
         <title>404 Not Found</title>
         <description>The requested URL was not found on this server.

The link seems to be wrong or outdated. Please inform the author of that page about the error.

If you entered the URL manually please check your spelling and try again.</description>
         <link>http://www.sim-bio.org/news/2004/01/404_not_found.html</link>
         <guid>http://www.sim-bio.org/news/2004/01/404_not_found.html</guid>
        
        
         <pubDate>Sun, 18 Jan 2004 19:34:43 +0900</pubDate>
      </item>
            <item>
         <title>403 Forbidden</title>
         <description>You don&apos;t have permission to access the requested directory or object.
There is either no index document or the directory is read-protected.
It is either read-protected or not readable by the server.</description>
         <link>http://www.sim-bio.org/news/2004/01/403_forbidden.html</link>
         <guid>http://www.sim-bio.org/news/2004/01/403_forbidden.html</guid>
        
        
         <pubDate>Sun, 18 Jan 2004 19:32:29 +0900</pubDate>
      </item>
            <item>
         <title>401 Unauthorized</title>
         <description>This server could not verify that you are authorized to access     the requested URL.
You either supplied the wrong credentials (e.g., bad password), or your browser doesn&apos;t understand how to supply the credentials required.

In case you are allowed to request the document, please check your user-id and password and try again.</description>
         <link>http://www.sim-bio.org/news/2004/01/401_unauthorized.html</link>
         <guid>http://www.sim-bio.org/news/2004/01/401_unauthorized.html</guid>
        
        
         <pubDate>Sun, 18 Jan 2004 19:30:53 +0900</pubDate>
      </item>
      
   </channel>
</rss>
