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

Upload a new diagram to CellPublisher


Please fill out the fields below to upload your CellDesigner file to CellPublisher. After submitting, you will see a page with links to the online version of your diagram, plus a version you can download to your computer.

{% 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 upload. 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.

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

{{ form.owner.errors }} {{ form.owner }} Insert an example
{{ form.html_title.errors }} {{ form.html_title}} Insert an example
{{form.ok_upload.errors }}{{form.ok_upload}} (Check the box if you agree)

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}}

Privacy notice: By submitting your diagram to CellPublisher you grant us permission to store, process, and display the information you provide in the frame of the CellPublisher services we provide to you. If your data is confidential or you do not have the rights to make it widely available, please don't upload it here.

A stand-alone version of CellPublisher is available for creating interactive maps for private use. Please visit the SourceForge entry of the CellPublisher project for accessing the source code.

{% endblock %}