{% extends 'base.html' %} {% block title %}{{ settings.site_name if settings else 'ScholarPress' }} - {{ settings.site_tagline if settings else 'Academic Research Publication' }}{% endblock %} {% block content %}

{{ settings.hero_title if settings and settings.hero_title else 'Publish Your Research with ScholarPress' }}

{{ settings.hero_subtitle if settings and settings.hero_subtitle else 'Join thousands of researchers sharing their discoveries with the global scientific community.' }}

{% if settings and settings.hero_image %} Research {% else %} {% endif %}

Why Publish With Us

Discover the advantages of publishing your research with ScholarPress

{{ settings.feature1_title if settings and settings.feature1_title else 'Open Access' }}

{{ settings.feature1_description if settings and settings.feature1_description else 'Making research freely accessible to everyone worldwide, removing barriers to scientific knowledge.' }}

{{ settings.feature2_title if settings and settings.feature2_title else 'Expert Peer Review' }}

{{ settings.feature2_description if settings and settings.feature2_description else 'Rigorous peer review process by leading experts ensuring high-quality research publication.' }}

{{ settings.feature3_title if settings and settings.feature3_title else 'Fast Publication' }}

{{ settings.feature3_description if settings and settings.feature3_description else 'Streamlined publication process for timely dissemination of your research findings.' }}

Latest Research

Discover the newest published articles

View All
{% if latest_articles %}
{% for article in latest_articles %}
{{ article.journal.name }} {% if article.is_open_access %} Open Access {% endif %}

{{ article.title }}

{{ article.authors }}

{{ article.abstract[:200] }}{% if article.abstract|length > 200 %}...{% endif %}

{% if article.tags %}
{% for tag in article.tags[:3] %} {{ tag.name }} {% endfor %}
{% endif %}
{{ article.published_date.strftime('%b %d, %Y') if article.published_date else '' }} {{ article.view_count }} views
{% endfor %}
{% else %}

No articles published yet. Be the first to submit your research!

Submit Research
{% endif %}
{% if journals %}

Our Journals

Explore our diverse collection of academic journals

{% for journal in journals[:4] %}
{% if journal.cover_image %} {{ journal.name }} {% else %} {% endif %}

{{ journal.name }}

{{ journal.description[:100] if journal.description else 'Explore articles in this journal.' }}{% if journal.description and journal.description|length > 100 %}...{% endif %}

View Journal
{% endfor %}
{% if journals|length > 4 %} {% endif %}
{% endif %}
{% if settings and settings.about_image %} About Us {% else %}

Advancing Science Together

{% endif %}

{{ settings.about_title if settings and settings.about_title else 'About ScholarPress' }}

{{ settings.about_content if settings and settings.about_content else 'ScholarPress is dedicated to advancing scientific knowledge by providing an open, accessible platform for researchers to publish and discover high-quality academic work. Our commitment to open access ensures that research reaches the widest possible audience, accelerating scientific progress and innovation.' }}

{{ latest_articles|length if latest_articles else '0' }}+

Articles

{{ journals|length if journals else '0' }}

Journals
Learn More About Us

Ready to Share Your Research?

Join our community of researchers and make your work accessible to the world.

{% endblock %}