{% extends "frame.html"%} {% block title%}CellPublisher: Convert a pathway{% endblock %} {% block content %}

Convert a new diagram to CellPublisher


Please fill out the fields below to convert your CellDesigner file to CellPublisher. After submitting, you will see an Admin page where you can view, download, or delete your online pathway.

Do you want to see the process in action before submitting? Do you need extra help? Visit the User's Guide!

{% if form.errors %}
Unfortunately, there were some errors when processing your submission. Please check the fields with errors and provide a correct value.
{% endif %}

Step 1. Author and title of the diagram (Click here for more info)

Please provide the author and title of the diagram you will convert. The text you enter here will appear at the bottom-right of the diagram (in the copyright owner section) and at the header of it.(Click here to hide the description.)

{{ form.owner.errors }} {{ form.owner }} Insert an example
{{ form.html_title.errors }} {{ form.html_title}} Insert an example

Step 2. CellDesigner file and its image (Click here for more info)

Please select the CellDesigner file that will be converted, and an image representation of it (preferably in Portable Network Graphics (PNG) format).

The CellDesigner file usually has the extension ".xml". To generate a PNG image from CellDesigner click "File" > "Export Image...", then select "PNG Image Files (.png)" from the "Files of type:" menu and save with the filename of your choice.

Tip: You can also edit the exported image with another program (e.g. Photoshop) before uploading it to CellPublisher. This can be useful if you want to add additional notes or images to it.

To try out an example, click on the link "Download sample files", save the file, and extract its contents. You will find a CellDesigner file and its corresponding image.

(Click here to hide the description.)

{{ form.sbml.errors }} {{ form.sbml}} Download sample files
{{ form.png.errors }} {{ form.png}}

Step 3. Optional settings (Click here for more info)

If you provide an e-mail address, you will receive a message when the conversion is finished. In this message you will get a link to the finished pathway, as well as a link to the admin interface, where you can download or delete the pathway.

If you tick the checkbox (optional), your pathway will be listed in the list of public pathways once it is converted. (Click here to hide the description.)

{{form.email.errors }}{{form.email}}
{{form.ok_upload.errors }}{{form.ok_upload}} (Check the box if you agree)

Note: The link to the converted pathway is almost impossible to guess. For this reason, only people with whom you share the link will be able to view it online.

Nonetheless, if your data is strictly confidential and you are wary of making it available through the web, you can use our offline version. Please visit the SourceForge entry of the CellPublisher project for downloading the Windows installer or to access the source code.

{% endblock %}