-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshowcase.html
786 lines (730 loc) · 39.7 KB
/
showcase.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="sed-ml.org">
<meta name="description" content="Simulation Experiment Description Language (SED-ML)">
<title>SED-ML | Software tools and libraries</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- css -->
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/sb-admin.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="css/plugins/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/sed-ml.css" type="text/css"/>
<!-- JS -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="_report/js/bootstrap-3.3.7.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/t/bs/jq-2.2.0,dt-1.10.11/datatables.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-left" href="index.html" style="background-color: white; text-decoration: none;"><img src="images/logoSEDML_H75.png" alt="SED-ML logo" height="50"/>
<span class="sedml-heading">Simulation Experiment Description Markup Language</span></a>
</div>
<!-- Top Menu Items -->
<ul class="nav navbar-right top-nav" style="background-color: white;">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-question-circle"></i> Resources <b class="caret"></b></a>
<ul class="dropdown-menu" style="min-width: 230px;">
<li>
<a href="https://github.com/SED-ML/" target="_blank"><i class="fa fa-fw fa-code"></i> Source repository</a>
</li>
<li class="divider"></li>
<li>
<a href="https://github.com/SED-ML/sed-ml/issues" target="_blank"><i class="fa fa-fw fa-fire"></i>Proposal and Issue tracker</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/sed-ml-discuss" target="_blank"><i class="fa fa-fw fa-group"></i> Discussion forum</a>
</li>
<li class="divider"></li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-fw fa-envelope"></i> Email editors</a>
</li>
</ul>
</li>
</ul>
<!-- Sidebar Menu Items - These collapse to the responsive navigation menu on small screens -->
<div class="collapse navbar-collapse navbar-ex1-collapse" style="background-color: white;">
<ul class="nav navbar-nav side-nav">
<li class="active">
<a href="index.html"><i class="fa fa-fw fa-home"></i> SED-ML</a>
</li>
<!--
<li class="dropdown">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-home"></i> SED-ML></a>
<ul class="dropdown-menu">
<li>
<a href="index.html#languages"><i class="fa fa-fw fa-group"></i> Language URNS</a>
</li>
<li>
<a href="index.html#formats"><i class="fa fa-fw fa-group"></i> Format URNS</a>
</li>
<li>
<a href="index.html#symbols"><i class="fa fa-fw fa-group"></i> Symbols</a>
</li>
</ul>
</li>
-->
<li>
<a href="specifications.html"><i class="fa fa-fw fa-file-code-o"></i> Specification</a>
</li>
<li>
<a href="urns.html"><i class="fa fa-fw fa-paper-plane-o"></i> URNs</a>
</li>
<li>
<a href="examples.html"><i class="fa fa-fw fa-line-chart"></i> Examples</a>
</li>
<li>
<a href="showcase.html"><i class="fa fa-fw fa-wrench"></i> Tools & Libraries</a>
</li>
<li>
<a href="publications.html"><i class="fa fa-fw fa-file-text"></i> Publications</a>
</li>
<li>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
</li>
<li>
<a href="about.html"><i class="fa fa-fw fa-group"></i> Editors</a>
</li>
<!--
<li>
<a href="notes.html"><i class="fa fa-fw fa-book"></i> Editor Notes</a>
</li>
-->
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div id="page-wrapper">
<div class="container-fluid">
<!-- CONTENT -->
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12">
</div>
</div>
<!-- main -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header"><i class="fa fa-fw fa-wrench"></i> Tools & Libraries</h1>
<p>
On this page we present libraries and tools working with SED-ML.
If you would like your software tool to be listed here please fill out the
<a href="http://tinyurl.com/3mkoczr" title="SED-ML Tool Survey">survey</a>.
</p>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/CellDesigner.png" alt="CellDesigner"></td>
<td>
<br /><br />
<dt>CellDesigner</dt>
<dd><a href="http://celldesigner.org">http://celldesigner.org</a></dd> <dd>Software for modeling and simulation of biochemical and gene regulatory networks, originally developed by the Systems Biology Institute in Japan. While CellDesigner itself is a sophisticated structured diagram editor, it enables users to directly integrate various tools, such as built-in SBML ODE Solver, COPASI, SBMLSimulator and SBW-powered simulation/analysis modules. CellDesigner runs on various platforms such as Windows, MacOS X and Linux, and is freely available from <a href="http://celldesigner.org/" target="_blank">http://celldesigner.org/</a>.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/Copasi2SedML.png" alt="Copasi2SedML"></td>
<td>
<br /><br />
<dt>Copasi2SedML</dt>
<dd><a href="http://fbergmann.github.com/Copasi2SedML/">http://fbergmann.github.com/Copasi2SedML/</a></dd> <dd>Library and tools that allow to convert a COPASI file containing a time course task to SED-ML L1V1. This work is based on the COPASI C# bindings and libSedML..</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/jws.png" alt="JWS Online"></td>
<td>
<br /><br />
<dt>JWS Online</dt>
<dd><a href="https://jjj.bio.vu.nl/">https://jjj.bio.vu.nl/</a></dd> <dd>Tool for the construction, modification and simulation of kinetic models and for the storage of curated models. It provides a selection of simulation experiments as SED-ML and COMBINE archives.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/OpenCOR.png" alt="OpenCOR"></td>
<td>
<br /><br />
<dt>OpenCOR</dt>
<dd><a href="http://www.opencor.ws/">http://www.opencor.ws/</a></dd> <dd>Open source cross-platform modelling environment. OpenCOR is a replacement for COR.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/SBML_Testsuite.png" alt="SBML Testsuite"></td>
<td>
<br /><br />
<dt>SBML Testsuite</dt>
<dd><a href="http://sbml.org/Software/SBML_Test_Suite">http://sbml.org/Software/SBML_Test_Suite</a></dd> <dd>Conformance testing system for SBML. It allows developers and users to test the degree and correctness of SBML support provided in an SBML-compatible software package. All tests are available also as SED-ML files.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/Systems_Biology_Simulation_Core_Library.png" alt="Systems Biology Simulation Core Library (SBSCL)"></td>
<td>
<br /><br />
<dt>Systems Biology Simulation Core Library (SBSCL)</dt>
<dd><a href="https://github.com/draeger-lab/SBSCL">https://github.com/draeger-lab/SBSCL</a></dd> <dd>Efficient and exhaustive Java library of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution. SBSCL is based on JSBML. SBSCL can also read SED-ML files.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/SBW_Simulation_Tool.png" alt="SBW Simulation Tool"></td>
<td>
<br /><br />
<dt>SBW Simulation Tool</dt>
<dd><a href="https://sourceforge.net/p/sbwsimtool/wiki/Home/">https://sourceforge.net/p/sbwsimtool/wiki/Home/</a></dd> <dd>Extensible, interactive environment for carrying out simulation experiments of SBML models. This project can use RoadRunner or SBW enabled simulators to carry out simulations.The simulation tool allows you to execute the simulations directly, with support for remote models (even in BioModels.net) and the SED-ML archive.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/SED-ED.png" alt="SED-ED"></td>
<td>
<br /><br />
<dt>SED-ED</dt>
<dd><a href="http://jlibsedml.sourceforge.net/sed-ed/index.html">http://jlibsedml.sourceforge.net/sed-ed/index.html</a></dd> <dd>Visual editor for viewing, editing and validating SED-ML documents using a graphical workflow notation. SED-ED previews model changes for any XML based model, generates XPath expressions for targetting model elements, displays and edits notes in an embedded browser, works with SEDX archives as well as plain SEDML files, retrieves models from Biomodels using Miriam URNs, provides standard undo/redo/copy/paste/align functionality for editing. SED-ED is available either as a standalone application, an Eclipse plugin (update site http://www.sbsi.ed.ac.uk/update) or an SBSIVisual plugin.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/SED-ML_Script_Editor.png" alt="SED-ML Script Editor"></td>
<td>
<br /><br />
<dt>SED-ML Script Editor</dt>
<dd><a href="http://libsedml.sourceforge.net/libSedML/SedMLScript.html">http://libsedml.sourceforge.net/libSedML/SedMLScript.html</a></dd> <dd>Allows to construct SED-ML documents using a simplified script language. Starting out by directly importing SBML or CellML models an initial script is generated that can be simulated. From there it is easy to modify it to suite your needs.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/SED-ML_Web_Tools.png" alt="SED-ML Web Tools"></td>
<td>
<br /><br />
<dt>SED-ML Web Tools</dt>
<dd><a href="http://sysbioapps.spdns.org/SED-ML_Web_Tools">http://sysbioapps.spdns.org/SED-ML_Web_Tools</a></dd> <dd>Online application providing support to edit, simulate and validate SED-ML files online.</dd>
</td>
</tr>
</table>
</div>
<div class="item">
<table class="table" style="width:85%;">
<tr>
<td><img class="d-block img-fluid" src="./images/showcase/tellurium.png" alt="tellurium"></td>
<td>
<br /><br />
<dt>tellurium</dt>
<dd><a href="http://tellurium.analogmachine.org/">http://tellurium.analogmachine.org/</a></dd> <dd>Python environment based on spyder2 IDE. It combines a number of existing libraries, including libSBML, libRoadRunner (including libStruct), libAntimony, and is extensible via telPlugins.</dd>
</td>
</tr>
</table>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h2>SED-ML libraries</h2>
<table class="table table-responsive">
<thead></thead>
<tr>
<th>Name</th>
<th>Languages</th>
<th>SED-ML Versions</th>
<th>Description</th>
<th>Screenshot</th>
</tr>
<tbody>
<tr>
<td><a href="https://github.com/biosimulators/Biosimulators_utils/"><b>BioSimulators utils</b></a></td>
<td>Python</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>High-level library for reading, writing, validating and executing SED-ML documents, including documents inside COMBINE/OMEX archives. Also provides a command-line application for validating and executing SED-ML documents inside COMBINE/OMEX archives with <a href="https://biosimulators.org">BioSimulators</a>-compliant simulation tool.</td>
<td> </td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/clibsedml/"><b>clibsedml</b></a></td>
<td>C</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>Portable C library for SED-ML.</td>
<td> <img src="./images/showcase/clibsedml.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/jlibsedml/"><b>jlibsedml</b></a></td>
<td>Java</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
</ul>
</td>
<td>An extensible open source Java library to create, manipulate, validate and store SED-ML files. jlibsedml also provides XPath support and an execution framework for running simulations and post-processing the results - clients provide the simulation implementation.</td>
<td> <img src="./images/showcase/jlibsedml.png" height="100">
</td>
</tr>
<tr>
<td><a href="https://github.com/fbergmann/libSEDML"><b>libSEDML</b></a></td>
<td>C++, C# (Swig), Java (Swig), Perl (Swig), Python (Swig), R (Swig), Ruby (Swig)</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
<li>L1V3</li>
<li>L1V4</li>
<li>L1V5</li>
</ul>
</td>
<td>C++ library for reading and writing SED-ML. Swig languange bindings for C#, Java, Python, R and Ruby.</td>
<td> </td>
</tr>
<tr>
<td><a href="http://libsedml.sf.net"><b>libSedML (old version)</b></a></td>
<td>.NET library</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>libSedML is a set of .NET libraries for supporting SED-ML. The core library libSedML supports reading, validating and writing of SED-ML descriptions, along with all necessary utility functions for resolving models and XPath expressions. Two additional libraries are included: libSedMLRunner, which allows to schedule and execute simulation experiments encoded in SED-ML files using either RoadRunner# (Bergmann et al., 2006) or a variety of simulators exposed through the Systems Biology Workbench (SBW, Bergmann et al., 2006a) like iBioSim (Myers et al., 2009) and COPASI (Hoops et al., 2006). A third library, libSedMLScript, provides a script based language for defining SED-ML experiments.</td>
<td> <img src="./images/showcase/libSedML.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://phrasedml.sourceforge.net/"><b>phraSED-ML</b></a></td>
<td>C++, Python (Swig)</td>
<td>
<ul class="comma-separated-list">
</ul>
</td>
<td>A paraphrased, human-readable adaptation of SED-ML, phraSED-ML language allows modelers to use simple text commands to encode various elements of SED-ML (models, tasks, simulations, and results) in a format easy to read and modify. The library can translate this script to SED-ML for use in other softwares.</td>
<td> </td>
</tr>
</tbody>
</table>
<h2>SED-ML tools</h2>
<table class="table table-responsive">
<thead></thead>
<tr>
<th>Name</th>
<!--<th>icon</th>-->
<th>Model Languages</th>
<th>SED-ML Versions</th>
<th>Description</th>
<th>Screenshot</th>
</tr>
<tbody>
<tr>
<td><a href="https://biosimulators.org"><b>BioSimulators</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>Any</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>Any</li>
</ul>
</td>
<td>Registry of simulation tools with information about the model formats, simulation formats, modeling frameworks, and simulation algorithms that they support. Many simulation tools are available as Docker images with standardized entrypoints for executing SED-ML files in COMBINE/OMEX archives.</td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/biosimulators/Biosimulators_test_suite/"><b>BioSimulators test suite</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
<li>SBML-fbc</li>
<li>SBML-qual</li>
<li>XML-based</li>
<li>Any</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>Tool for checking that simulation tools execute SED-ML files and COMBINE archives consistently with the specifications of these formats.</td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/biosimulators/Biosimulators_utils/"><b>BioSimulators utils</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
<li>SBML-fbc</li>
<li>SBML-qual</li>
<li>XML-based</li>
<li>Any</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>Command-line application for validating and executing SED-ML documents inside COMBINE/OMEX archives with <a href="https://biosimulators.org">BioSimulators</a>-compliant simulation tool. Also provides a high-level Python library for reading, writing, validating and executing SED-ML documents, including documents inside COMBINE/OMEX archives.</td>
<td> </td>
</tr>
<tr>
<td><a href="http://copasi.org/"><b>COPASI</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
<li>L1V3</li>
<li>L1V4</li>
<li>L1V5</li>
</ul>
</td>
<td>Software application for simulation and analysis of biochemical networks and their dynamics. COPASI is a stand-alone program that supports models in the SBML standard and can simulate their behavior using ODEs or Gillespie`s stochastic simulation algorithm; arbitrary discrete events can be included in such simulations. COPASI supports impor and export of SED-ML files.</td>
<td> </td>
</tr>
<tr>
<td><a href="http://fbergmann.github.com/Copasi2SedML/"><b>Copasi2SedML</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>CopasiML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>Library and tools that allow to convert a COPASI file containing a time course task to SED-ML L1V1. This work is based on the COPASI C# bindings and libSedML..</td>
<td> <img src="./images/showcase/Copasi2SedML.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://www.async.ece.utah.edu/ibiosim"><b>iBioSim</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
</ul>
</td>
<td>Tool for the modeling, analysis, and design of genetic circuits. iBioSim support models representing metabolic networks, cell-signaling pathways, and other biological and chemical systems. iBioSim supports importing and exporting models specified using the Systems Biology Markup Language (SBML). It can import all levels and versions of SBML and is able to export Level 3 Version 1. Simulations of SBML models based on SED-ML is supported.</td>
<td> </td>
</tr>
<tr>
<td><a href="https://jjj.bio.vu.nl/"><b>JWS Online</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>Tool for the construction, modification and simulation of kinetic models and for the storage of curated models. It provides a selection of simulation experiments as SED-ML and COMBINE archives.</td>
<td> <img src="./images/showcase/jws.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://www.opencor.ws/"><b>OpenCOR</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>CellML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
</ul>
</td>
<td>Open source cross-platform modelling environment. OpenCOR is a replacement for COR.</td>
<td> <img src="./images/showcase/OpenCOR.png" height="100">
</td>
</tr>
<tr>
<td><a href="https://run.biosimulations.org/"><b>runBioSimulations</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
<li>SBML-fbc</li>
<li>SBML-qual</li>
<li>XML-based</li>
<li>Any</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>Web application and REST API for executing SED-ML documents in COMBINE/OMEX archives and visualizing their results. runBioSimulations can execute simulations using all of the standardized simulation tools in the BioSimulators registry. Together, these tools support simulations for multiple model formats, modeling frameworks, and over 40 simulation algorithms.</td>
<td> </td>
</tr>
<tr>
<td><a href="http://sbml.org/Software/SBML_Test_Suite"><b>SBML Testsuite</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V3</li>
</ul>
</td>
<td>Conformance testing system for SBML. It allows developers and users to test the degree and correctness of SBML support provided in an SBML-compatible software package. All tests are available also as SED-ML files.</td>
<td> <img src="./images/showcase/SBML_Testsuite.png" height="100">
</td>
</tr>
<tr>
<td><a href="https://github.com/matthiaskoenig/sbmlsim"><b>sbmlsim</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
<li>L1V3</li>
<li>L1V4</li>
</ul>
</td>
<td>Collection of Python utilities to simulate to simplify simulations with SBML models implemented on top of roadrunner. Features include among others simulation experiments, simulation reports parameter fitting.</td>
<td> </td>
</tr>
<tr>
<td><a href="https://github.com/draeger-lab/SBSCL"><b>Systems Biology Simulation Core Library (SBSCL)</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
</ul>
</td>
<td>Efficient and exhaustive Java library of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution. SBSCL is based on JSBML. SBSCL can also read SED-ML files.</td>
<td> <img src="./images/showcase/Systems_Biology_Simulation_Core_Library.png" height="100">
</td>
</tr>
<tr>
<td><a href="https://sourceforge.net/p/sbwsimtool/wiki/Home/"><b>SBW Simulation Tool</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>Extensible, interactive environment for carrying out simulation experiments of SBML models. This project can use RoadRunner or SBW enabled simulators to carry out simulations.The simulation tool allows you to execute the simulations directly, with support for remote models (even in BioModels.net) and the SED-ML archive.</td>
<td> <img src="./images/showcase/SBW_Simulation_Tool.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://jlibsedml.sourceforge.net/sed-ed/index.html"><b>SED-ED</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>XML-based</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
</ul>
</td>
<td>Visual editor for viewing, editing and validating SED-ML documents using a graphical workflow notation. SED-ED previews model changes for any XML based model, generates XPath expressions for targetting model elements, displays and edits notes in an embedded browser, works with SEDX archives as well as plain SEDML files, retrieves models from Biomodels using Miriam URNs, provides standard undo/redo/copy/paste/align functionality for editing. SED-ED is available either as a standalone application, an Eclipse plugin (update site http://www.sbsi.ed.ac.uk/update) or an SBSIVisual plugin.</td>
<td> <img src="./images/showcase/SED-ED.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://libsedml.sourceforge.net/libSedML/SedMLScript.html"><b>SED-ML Script Editor</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>CelLML</li>
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>Allows to construct SED-ML documents using a simplified script language. Starting out by directly importing SBML or CellML models an initial script is generated that can be simulated. From there it is easy to modify it to suite your needs.</td>
<td> <img src="./images/showcase/SED-ML_Script_Editor.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://sysbioapps.spdns.org/SED-ML_Web_Tools"><b>SED-ML Web Tools</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>CelLML</li>
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
</ul>
</td>
<td>Online application providing support to edit, simulate and validate SED-ML files online.</td>
<td> <img src="./images/showcase/SED-ML_Web_Tools.png" height="100">
</td>
</tr>
<tr>
<td><a href="http://tellurium.analogmachine.org/"><b>tellurium</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
<li>L1V3</li>
<li>L1V4</li>
</ul>
</td>
<td>Python environment based on spyder2 IDE. It combines a number of existing libraries, including libSBML, libRoadRunner (including libStruct), libAntimony, and is extensible via telPlugins.</td>
<td> <img src="./images/showcase/tellurium.png" height="100">
</td>
</tr>
<tr>
<td><a href="https://vcell.org/"><b>VCell</b></a></td>
<!--<td></td>-->
<td>
<ul class="comma-separated-list">
<li>SBML</li>
</ul>
</td>
<td>
<ul class="comma-separated-list">
<li>L1V1</li>
<li>L1V2</li>
<li>L1V3</li>
</ul>
</td>
<td>Comprehensive platform for modeling cell biological systems that is built on a central database and disseminated as a web application.</td>
<td> </td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- END CONTENT -->
<!-- FOOTER -->
<div class="row">
<div class="col-lg-12">
<hr/>
<p>© 2017-2021 sed-ml.org. <a href="https://github.com/SED-ML/sed-ml.github.io/issues" target="_blank">Report website issue <i class="fa fa-github fa-fw"></i></a></p>
</div>
</div>
<!-- END FOOTER -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Morris Charts JavaScript -->
<script src="js/plugins/morris/raphael.min.js"></script>
<script src="js/plugins/morris/morris.min.js"></script>
<script src="js/plugins/morris/morris-data.js"></script>
</body>
</html>