Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
draeger committed Aug 3, 2012
1 parent 1561d1d commit a173a76
Show file tree
Hide file tree
Showing 26 changed files with 316 additions and 1,578 deletions.
20 changes: 0 additions & 20 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
SBMLsimulator core NEWS -- History of user-visible changes
======================================================================
Version 1.2 (2012-xx-xx)
======================================================================

* New features:

- A new pom.xml file has been added to the project in order to
support Maven for this library.

- The new interface ParameterizedDESystem has been implemented in
order to facilitate the change of values for some elements of a
differential equation system.

* Changes in this version:

- Renamed getNumAdditionalValues in RichDESystem to
getAdditionalValueCount() in order to be compliant to many
other Java classes.

* Bug fixes:

======================================================================
Version 1.1 (2012-05-04)
Expand Down
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- The java based ANT tool is available from -->
<!-- http://jakarta.apache.org/ant -->

<project name="Simulation Core Library" basedir=".">
<project name="Simulator Core Library" basedir=".">

<target
name="help"
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@ \section{Results:}
\section{Availability:}
Source code, binaries, and documentation can be freely obtained under the terms
of the LGPL version~3 from the website
\href{http://sourceforge.net/projects/simulation-core/}{http://sourceforge.net/projects/simulation-core/}.
\TODO{\href{https://sourceforge.net/projects/simulation-core}{https://sourceforge.net/projects/simulation-core}}.
\section{Contact:}
\href{mailto:[email protected]}{[email protected]}
\TODO{\href{mailto:[email protected]}{[email protected]}}
%
%\section{Supplementary information:}
% TODO: Provide additional material
%Supplementary data is available at Bioinformatics online.
\end{abstract}

%%%\vspace{-.25cm}
\vspace{-.25cm}
\section{Introduction}

As part of the movement towards quantitative biology, modeling,
Expand Down Expand Up @@ -188,8 +188,7 @@ \section{Introduction}
and can therefore easily be integrated into third-party programs.
It comprises several Ordinary Differential Equation (ODE)
solvers and an interpreter for SBML models. It is the first simulation library
based on JSBML \citep{Draeger2011b}.
% the Java library JSBML
based on the Java library JSBML \citep{Draeger2011b}.
%
%Secondly, a graphical and command-line user interface that provides
%a connection to the heuristic optimization framework EvA2 \citep{Kron10EvA2}.
Expand Down Expand Up @@ -219,14 +218,14 @@ \section{Implementation}
\caption[Architecture of the Simulation Core Library]{Architecture of
the Simulation Core Library (simplified). Numerical methods are
strictly separated from differential equation systems. The upper part displays
the unified type hierarchy of all currently included numerical integration
the unified type hierarchy of all currently included numberical integration
methods. The middle part shows the interfaces defining several
special types of the differential equations to be solved by the numerical
methods.
The class \SBMLinterpreter{} (bottom part) implements all of these interfaces
with respect to the information content of a given SBML model. Similarly, an
implementation of further data formats can be included into the
library.}%\vspace{-.6cm}}
library.\vspace{-.6cm}}
\label{fig:Architecture}
\end{figure}
All the solver classes are derived from the abstract class \AbstractDESSolver{}
Expand Down Expand Up @@ -264,7 +263,7 @@ \section{Implementation}
This significantly decreases the computation time during the simulation.
%
An important aspect in the interpretation of SBML models is the
determination of the exact time at which an event occurs, as this influences
determination of the exact time at which an event occurs, as as this influences
the precision of the system's variables. We therefore adjusted the Rosenbrock
solver \citep{Kotcon2011}, an integrator with an adaptive step size, to a very
precise timing of the events.
Expand Down Expand Up @@ -358,7 +357,7 @@ \section*{Acknowledgement}
Virtual Liver (grant number 0315756).

\paragraph{Conflict of Interest\textcolon} none declared.
\vspace{-.05cm}
\vspace{-.25cm}

\begin{thebibliography}{}

Expand Down
Binary file not shown.
Binary file modified lib/jsbml-1.0-incl-libs.jar
Binary file not shown.
Loading

0 comments on commit a173a76

Please sign in to comment.