{% extends "base.html" %} {% block title %}{{ settings.APP_NAME }} — Discover Scientific Knowledge{% endblock %} {% block content %}

Discover scientific knowledge and stay connected to the world of science

Share your research, collaborate with peers, and advance your career in the global scientific community.

{% if not user %} Join for Free {% else %} {% endif %}

Explore Research Fields

Connect with your scientific community

Recent Publications

View All
{% for pub in recent_pubs %}
{{ pub.publication_type }}

{{ pub.title }}

{{ pub.author.full_name }} {% if pub.author.is_verified %}{% endif %} {% if pub.field %} {{ pub.field.name }} {% endif %}
{% if pub.abstract %}

{{ pub.abstract[:150] }}{% if pub.abstract|length > 150 %}...{% endif %}

{% endif %}
👁 {{ pub.view_count }} 📄 {{ pub.citation_count }} citations
{% endfor %}

Recent Questions

View All
{% for q in recent_questions %}
{{ q.vote_count }} votes
{{ q.answer_count }} answers

{{ q.title }}

Asked by {{ q.author.full_name }}{% if q.author.is_verified %} {% endif %} {% if q.field %}{{ q.field.name }}{% endif %}
{% endfor %}

Advance your research and join a community of scientists

{% if not user %} Join for Free {% else %} Share Your Research {% endif %}
{% endblock %}