Team:KULeuven/Software/Simbiology2LaTeX

From 2008.igem.org

Revision as of 13:43, 5 September 2008 by Maarten (Talk | contribs)

  dock/undock dropdown  

Contents

Introduction

We've written a small toolbox for converting the information in the Matlab Simbiology models to LaTeX-code. This code can be easily converted to a pdf-file with multiple open source programs (e.g. TeXnicCenter for Windows). The idea for this toolbox is based on the plugin Squeezer for CellDesigner.

The Program

GUI

The program consists of GUI as interface between the user and the converting code. This program is started by typing "Simbiology2Latex" in the Matlab console. The GUI looks like this:

GUI Preview

Use

Step 1

The first thing you've to do is to import the model. You can do this by clicking on the "Load Project File" button or by File > Load in the menu bar. After importing the right model, you'll see some information about the project, like the project name, the number of compartments, reactions, ... This gives you an idea of the imported model.

Step 2

The second step is optional and consists of different substeps. With the button "Load Logo" you can import a logo (e.g. the team logo) that will be on the front page of your pdf-file. You can also give the name of the author, title and subtitle of the project.

Step 3

Push on "RUN" to generate your TeX-file.

Step 4

Open a Editor for converting the TeX-file into a pdf-file.

Problems

The formatted equations are sometimes too long. There can only be one model in the project file. The first model will always be chosen.

File

ZIP-file

Features