{% if not standalone %}{% extends "base.html" %}{% else %}{% extends "base_standalone.html" %}{% endif %} {% block styles %} {{ super() }} {% endblock %} {% block jumbo %}

Jot

Journal Targeter

Explore journals matched to your manuscript's title, abstract and references.

{% endblock %} {% block page_content %} {% if last_title %} {% set card_width = 4 %} {% set has_results = True %} {% else %} {% set card_width = 6 %} {% set has_results = False %} {% endif %}

Search

Run a new search using your title, abstract, and references.

New search
{% if has_results %}

Results

Title: {{ last_title }}

View results
{% endif %}

Demo

Browse interactive results pages from a demo query.

View demo
{% endblock %} {% block footer %} {% endblock %}