{% extends 'base.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block search_bar %} {% endblock %} {% block content %}

{{ machado_hero_title }}

{{ machado_hero_subtitle }}

{% include "search_form.html" with hero_mode=True %}
Or view the Data Summary for an overview of all loaded organisms.
{% if machado_features_title %}

{{ machado_features_title }}

{{ machado_features_subtitle }}

{% endif %}
{% if machado_feature1_title %}

{{ machado_feature1_title }}

{{ machado_feature1_text }}

{% if user.is_authenticated %} Access Data Tools {% else %} Read Documentation {% endif %}
{% endif %} {% if machado_feature2_title %}

{{ machado_feature2_title }}

{{ machado_feature2_text }}

Start Searching
{% endif %} {% if machado_feature3_title %}

{{ machado_feature3_title }}

{{ machado_feature3_text }}

Browse Organisms
{% endif %}
{% if machado_show_stats %}
{{ organism_count|default:"0" }}
Organisms
Loaded species and infraspecific strains
{{ feature_count|default:"0" }}
Genomic Features
Genes, mRNAs, polypeptides, and sequence elements
8+
Ingestion Formats
FASTA, GFF, OBO, BLAST, InterPro, OrthoMCL, BibTeX, Tabular
{% endif %} {% if machado_release_notes %}

Release Notes

Latest updates, improvements, and changes.

{% for note in machado_release_notes %}
{{ note.description }}
{% endfor %}
{% endif %}
{% if machado_howitworks_title %}

{{ machado_howitworks_title }}

{{ machado_howitworks_subtitle }}

{% endif %}
{% if machado_step1_title %}
1

{{ machado_step1_title }}

{{ machado_step1_text }}

{% endif %} {% if machado_step2_title %}
2

{{ machado_step2_title }}

{{ machado_step2_text }}

{% endif %} {% if machado_step3_title %}
3

{{ machado_step3_title }}

{{ machado_step3_text }}

{% endif %}
{% if machado_acknowledgements_text %}

{{ machado_acknowledgements_title }}

{{ machado_acknowledgements_text }}

{% endif %}
{% endblock %}