Skip to content

Commit dd3971b

Browse files
authored
Short description added #12
1 parent 8132dc4 commit dd3971b

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

README.md

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
1-
# SBTabEditor
1+
# SBTabEditor<sup>0.1.1</sup>
2+
<img align="right" src="src/main/resources/de/sbtab/view/Icon_256.png"/>
3+
4+
**Free, open-source application to help you read, write, manipulate and validate SBML files**
25

36
The available information about biological systems increased strongly in the last decade and will
4-
increase further as more advanced methods are developed. To store and distribute computer models of biological systems, it
5-
was necessary to develop consistent data formats to store this information about an organism and
7+
increase further as more advanced methods are developed. <br>To store and distribute computer models of biological systems, it
8+
was necessary<br> to develop consistent data formats to store this information about an organism and
69
the corresponding biochemical networks. One widely used format for this task is Systems Biology
710
Markup Language ([SBML](http://sbml.org)). However, this data format is not suitable for editing large
8-
amounts of data. For this reason the table based data format SBtab was developed, up until now
11+
amounts of data. For this reason the table based data<br> format SBtab was developed, up until now
912
there is no proper editor designed explicitly for SBtab, the aim of this project solves this problem
1013
by developing an extensible editor which can read, write and save SBtab and SBML data
1114
and display them in table form.
15+
___________________________________________________________________________________________________________
1216

17+
## Authors
18+
[Franziska Daumueller](https://github.com/FranziskaDaumueller),
19+
[Granit Guri](https://github.com/GranitGuri),
20+
[Melina Maier](https://github.com/MelinaMaier),
21+
[Anton Rabe](https://github.com/AntonJuliusRabe),
22+
[Julian Wanner](https://github.com/JuliWanner),
23+
[Mykola Zakharchuk](https://github.com/zakharc)
24+
25+
Supervisor:
26+
[Dr. Andreas Draeger](https://github.com/draeger)
1327

1428
## How to start
1529
In order to run JavaFX application, a valid JRE 8+ needed.
@@ -28,13 +42,7 @@ To create os-specific launcher/installer, call `mvn jfx:native`. Target folder:
2842
Running process is platform specific. Example `./sbmltab-x.x.x` (running on Unix-like system)
2943

3044

31-
## Authors
32-
Franziska Daumueller,
33-
Granit Guri,
34-
[Melina Maier](https://github.com/MelinaMaier),
35-
[Anton Rabe](https://github.com/AntonJuliusRabe),
36-
[Julian Wanner](https://github.com/JuliWanner),
37-
[Mykola Zakharchuk](https://github.com/zakharc)
45+
## Third-party libraries, which we are using:
46+
47+
[JSBML](https://github.com/sbmlteam/jsbml)
3848

39-
Supervisor:
40-
[Dr. Andreas Draeger](https://github.com/draeger)

0 commit comments

Comments
 (0)