{% extends 'base.html' %} {% block title %}About Us | {{ settings.site_name }}{% endblock %} {% block meta_description %}Learn about {{ settings.site_name }}'s mission to advance scientific research through quality publications, open access, and academic excellence.{% endblock %} {% block content %}

About {{ settings.site_name if settings else 'ScholarPress' }}

{{ about_content.subtitle if about_content else 'Advancing scientific knowledge through rigorous peer review, innovative publishing, and open access to research.' }}

Our Mission

Our Mission

{% if about_content and about_content.mission %} {{ about_content.mission|safe }} {% else %}

To accelerate scientific progress by providing researchers with a trusted platform for sharing their discoveries with the global academic community.

We believe that scientific knowledge should be accessible to all. Through our commitment to rigorous peer review, ethical publishing practices, and open access options, we help researchers make their work visible to colleagues, policymakers, and the public.

Our journals span multiple disciplines, from fundamental sciences to applied research, ensuring that groundbreaking discoveries in every field find their audience.

{% endif %}

Our Core Values

Excellence

We maintain the highest standards in peer review and publication quality.

Integrity

Ethical publishing practices and transparency in all our operations.

Accessibility

Making research available to everyone, everywhere in the world.

Innovation

Continuously improving our platforms and services for researchers.

{{ stats.articles if stats else '1000+' }}

Published Articles

{{ stats.journals if stats else '15+' }}

Academic Journals

{{ stats.authors if stats else '500+' }}

Contributing Authors

{{ stats.countries if stats else '50+' }}

Countries Reached

Our Editorial Process

1
Submission

Authors submit their manuscripts through our online portal. Our editorial team conducts an initial review for scope and quality.

2
Peer Review

Expert reviewers evaluate the manuscript for scientific rigor, methodology, and contribution to the field.

3
Revision

Authors receive feedback and have the opportunity to strengthen their work based on reviewer comments.

4
Acceptance & Publication

Accepted manuscripts undergo copyediting and are published with a DOI for permanent citation.

{% if team %}

Our Leadership

{% for member in team %}
{{ member.name }}
{{ member.name }}

{{ member.role }}

{% if member.bio %}

{{ member.bio }}

{% endif %}
{% endfor %}
{% endif %}

Ready to Publish Your Research?

Join thousands of researchers who trust us with their discoveries.

{% endblock %}