{%extends "base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "macro-forms.html" import add_http_feature_flags%} {%block title%}Home{%endblock%} {%block pagetitle%}Home{%endblock%} {%block extra_breadcrumbs%}{%endblock%} {%block contents%} {%macro add_form_buttons()%}
add a new Species
{%endmacro%}
{{flash_all_messages()}}
{%if user_logged_in()%}

Species

Select the species you want to work with.

{{add_http_feature_flags()}} {{add_form_buttons()}} {%if species | length != 0%}
Species Name
{%else%}
{%endif%} {{add_form_buttons()}}

You can view, edit, and delete existing publications, as well as add new ones, by clicking the button below.

manage publications
{%else%}
Banner image showing the process flow a user would follow.

The GeneNetwork Uploader (gn-uploader) lets you easily add new data to the GeneNetwork System. It automatically checks your data for quality and walks you through fixing any issues before submission.

Sign in
{%endif%} {%endblock%} {%block sidebarcontents%} {%if view_under_construction%}

The data in Genenetwork is related to one species or another. Use the form provided to select from existing species, or click on the "Create a New Species" button if you cannot find the species you want to work with.

Quick Navigation
{%endif%} {%endblock%} {%block javascript%} {%endblock%}