{{ h.text }}
“{{ h.quote }}”{% if h.locator %} — {{ h.locator }}{% endif %}{% if h.doi %}
{{ h.doi }}
{% endif %}{% extends "base.html" %} {% block title %}Library — e2er{% endblock %} {% block content %}
What the papers you have read actually claim. Every entry is a statement plus the verbatim sentence it came from, checked against the paper — a claim whose quote could not be found was discarded rather than stored.
{% if not exists %}Point e2er at a folder of PDFs and it will read them into a library you can search by claim. Your own papers work best: they are always readable, whereas roughly two in five papers found on the web are behind a paywall.
e2er corpus add ~/path/to/your/papers/
It will live at {{ path }} and accumulate across every project.
A paper run reads it automatically.
{{ error }}
{{ hits | length }} claim(s) matching “{{ query }}”.
{% for h in hits %}{{ h.text }}
“{{ h.quote }}”{% if h.locator %} — {{ h.locator }}{% endif %}{% if h.doi %}
{{ h.doi }}
{% endif %}The library holds {{ stats.claims if stats else 0 }} claims from {{ stats.papers if stats else 0 }} papers. Searching matches the claim text and the quoted sentence, not the title — so try wording that might appear inside a paper.
| Claims | Year | Title | DOI |
|---|---|---|---|
| {{ p.n_claims }} | {{ p.year or '—' }} | {{ p.title }} | {{ p.doi or '' }} |
Showing {{ papers | length }} of {{ stats.papers }}.
{% endif %} {% endif %}
Add more with e2er corpus add <folder|DOI|file.pdf>.
A paper run also reads its own literature/ folder automatically.