{% load static %} SciTeX Scholar {% comment %} scitex-app's `stx-mount` contract: the server declares where this app is mounted so client code never has to guess. Always ends in "/", so JS joins endpoint names WITHOUT a leading slash and never normalises. Emitted here rather than by the SDK because `scitex_editor_page` -- which injects it automatically -- serves built SPA shells, and this is a Django-rendered template. {% endcomment %} {# NO |default FILTER. The root prefix is "" under scitex-app >= 0.8.0, and Django's `default` fires on FALSY -- so `|default:'/'` silently rewrote the correct "" back into the old "/", making every root request build "//api/..." : protocol-relative, off-origin. That is the exact failure the convention reversal exists to prevent, and it passed a test asserting the OLD value. #} {% comment %} Shared SciTeX mark, replacing a hand-rolled rel="icon" link that interpolated a favicon_href context var. The partial ships the asset and still honours favicon_href when a view supplies one. Unconditional by design: scitex-ui ships in the same `server` extra as django, so it is present wherever this template can render. {% endcomment %} {% include "scitex_ui/_branding_head.html" %} {% comment %} scitex-ui's shared design tokens. Linked BEFORE scholar.css so scholar may still override non-token styling, and REQUIRED: scholar deleted its own --accent/--text-*/--border-default/--status-error declarations in favour of these. Needs scitex-ui>=0.16.0 — earlier wheels ship this file WITHOUT the palette, which resolves those tokens to nothing with no error. pyproject pins that floor. {% endcomment %}

SciTeX Scholar

Scientific Literature Management
Build Citation Network

Enter a DOI to build an interactive citation network. The graph shows related papers based on bibliographic coupling, co-citation, and direct citations.

Library

Zotero-style paper management. Coming in Phase 2.

Metadata Enrichment

Enrich BibTeX with abstracts, citations, and impact factors. Coming in Phase 4.