Skip to content

Commit 84e6d50

Browse files
Remove table
1 parent de55bd1 commit 84e6d50

File tree

1 file changed

+17
-31
lines changed

1 file changed

+17
-31
lines changed

README.md

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# ODE Test Problems
22

3+
<p align="center">
4+
<img width="30%" src="images/logo.png" alt="ODE Test Problems" title="ODE Test Problems">
5+
</p>
36

4-
5-
<table border="0";>
6-
<tbody>
7-
<tr>
8-
<td> <img src="images/logo.png" width="5000" alt='ODE Test problems Logo' /></td>
9-
<td>
10-
<p> ODE Test Problems (<code>OTP</code>) is an object-oriented Matlab/Octave package offering a broad range of initial value problems in the form of ordinary and differential-algebraic equations that can be used to test numerical methods such as time integration or data assimilation. It includes problems that are linear and nonlinear, homogeneous and nonhomogeneous, autonomous and nonautonomous, scalar and high-dimensional, stiff and nonstiff, and chaotic and nonchaotic. Many are real-world problems in fields such as chemistry, astrophysics, meteorology, and electrical engineering. <code>OTP</code> also supports partitioned ODEs for testing split, multirate, and other multimethods. Functions for plotting solutions and creating movies are available for all problems, and exact solutions are included when available. <code>OTP</code> is designed for ease of use &#8212;meaning that working with and modifying problems is simple and intuitive.
11-
<code>OTP</code> is actively under development. We
12-
are currently writing full documentation in order to release version <code>1.0.0</code>. </p>
13-
</td>
14-
</tr>
15-
</tbody>
16-
</table>
17-
18-
![Version](https://img.shields.io/github/v/release/ComputationalScienceLaboratory/ODE-Test-Problems?label=Version)
19-
![GitHub](https://img.shields.io/github/license/ComputationalScienceLaboratory/ODE-Test-Problems)
7+
[![Version](https://img.shields.io/github/v/release/ComputationalScienceLaboratory/ODE-Test-Problems?label=Version)](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/releases)
8+
[![License](https://img.shields.io/github/license/ComputationalScienceLaboratory/ODE-Test-Problems?label=License)](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/blob/master/license.txt)
209
[![Tests](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/tests.yml/badge.svg)](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/tests.yml)
21-
[![Build Documentation](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/docs.yml/badge.svg)](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/docs.yml)
10+
[![Build Documentation](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/docs.yml/badge.svg)](https://computationalsciencelaboratory.github.io/ODE-Test-Problems/)
11+
12+
ODE Test Problems (OTP) is an object-oriented MATLAB/Octave package offering a broad range of initial value problems in
13+
the form of ordinary and differential-algebraic equations that can be used to test numerical methods such as time
14+
integration or data assimilation. It includes problems that are linear and nonlinear, homogeneous and nonhomogeneous,
15+
autonomous and nonautonomous, scalar and high-dimensional, stiff and nonstiff, and chaotic and nonchaotic. Many are
16+
real-world problems in fields such as chemistry, astrophysics, meteorology, and electrical engineering. OTP also
17+
supports partitioned ODEs for testing split, multirate, and other multimethods. Functions for plotting solutions and
18+
creating movies are available for all problems, and exact solutions are included when available. OTP is designed for
19+
ease of use meaning that working with and modifying problems is simple and intuitive.
20+
21+
OTP is actively under development. We are currently writing full documentation in order to release version 1.0.0
2222

2323
## Installation
2424

@@ -76,17 +76,3 @@ problem.plotPhaseSpace(t, y, 'Title', 'The Circle of Life');
7676
% Create a movie
7777
mov = problem.movie(t, y);
7878
```
79-
80-
## Further Reading
81-
82-
`ODE Test Problems` documentation is maintained on [this page](https://computationalsciencelaboratory.github.io/ODE-Test-Problems).
83-
84-
New feature requests, and bug reports can be made through
85-
[GitHub issues](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/issues).
86-
We also accept pull requests that adhere to our
87-
[contributing guide](docs/contrib.rst).
88-
89-
An interactive tutorial on the main features of `OTP` is available in a Jupyter notebook [in the repository](/notebooks)
90-
91-
Further discussion of the main contributions of this open-source package can be found in our [paper](/paper/paper.md).
92-

0 commit comments

Comments
 (0)