{% extends "admin/core/base.html" %} {% load foundation %} {% load static %} {% block title %}Press Manager{% endblock %} {% block title-section %}Press Manager{% endblock %} {% block nav %} {% include "admin/press/nav.html" %} {% endblock nav %} {% block body %}

Journals

Add New Journal
{% for journal in journals %} {% endfor %}
Sort Name Code Domain Description Edit
{{ journal.name }} {{ journal.code }}   {{ journal.domain }}   Edit Description Edit Settings
{% if request.press.enable_preprints %}

Repositories

Add New Repository
{% for repo in repositories %} {% endfor %}
Name Short Name Domain Wizard
{{ repo.name }} {{ repo.short_name }} {{ repo.site_url }} Setup Wizard
{% endif %}

Latest Publications

{% for article in published_articles %} {% empty %} {% endfor %}
Title Journal Views Downloads Publication Date Links
{{ article.safe_title }} {{ article.journal.name }} {{ article.metrics.views }} {{ article.metrics.downloads }} {{ article.date_published }}
There are no published articles to display.

Support

{{ support_message|safe }}

 New Journal

  • Add a code for the journal. Journal codes can be 15 characters in length and must be unique.
  • {% if url_config == 'domain' %}
  • Add a domain for your journal. Warning: this domain should be setup on your web server already as you will be redirected to it.
  • {% endif %}
{% csrf_token %} {{ form|foundation }}
{% endblock %} {% block js %} {% include "elements/datatables.html" with target="#latest-pubs" sort=2 %} {% if modal %} {% include "admin/elements/open_modal.html" with target=modal %} {% endif %} {% endblock js %}