======== Appendix ======== Source Code Repositories ======================== Tellurium is a collection of Python packages developed inside and outside our group, including simulators, libraries for reading and writing standards like SBML and SED-ML, and various utilities (e.g. `sbml2matlab `_). Tellurium itself is a Python module that provides integration between these various subpackages and its source code is `hosted on GitHub `_. A list of constituent packages and repositories is given below: * `tellurium `_: This project. * `libroadrunner `_: SBML ODE / stochastic simulator. * `antimony `_: A human-readable representation of SBML. * `phrasedml `_: A human-readable representation of SED-ML. * `libcombine `_: A library for reading/writing COMBINE archives. * `sbml2matlab `_: A utility for converting SBML models to MATLAB ODE simulations. * `simplesbml `_: A utility for creating SBML models without the complexity of libSBML. * `libsbml `_: A library for reading/writing `SBML `_. * `libsedml `_: A library for reading/writing SED-ML. License ======= The `Tellurium source code `_ is licensed under the Apache License 2.0. Tellurium uses third-party dependencies which may be licensed under different terms. Consult the documentation for the respective third-party packages for more details. Contact ======= * For questions about Tellurium, please visit our `tellurium-discuss Google group `_. * For new feature requests or to report bugs, see `Tellurium on GitHub. `_ and create an issue. Funding ======= The Tellurium project is funded by generous support from **NIH/NIGMS** grant GM081070. The content is solely the responsibility of the authors and does not necessarily represent the views of the National Institutes of Health. Acknowledgments =============== Tellurium relies on many great open-source projects, including the `Spyder IDE `_, `nteract `_, `Python `_, `numpy `_, `Jupyter `_, CVODE, NLEQ, AUTO2000, `LAPACK `_, `LLVM `_, and `the POCO libraries `_. Tellurium also relies on open source contributions from Frank Bergmann (libStruct, `libSEDML `_), Mike Hucka, Sarah Keating (`libSBML `_), and Pierre Raybaut.