{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Literature

PubMed Search And Save

{{ profile.email }}
PubMed Discovery

Search PubMed, then register canonical literature artifacts in Dewey.

Search uses metapub for metadata and full-text discovery while Dewey stays the canonical system of record for saved papers and visibility.

{{ result["total"] }} results {{ result["timing_ms"] }} ms

Search PubMed

Use the existing Dewey operator surface with minimal client logic.
Reset

Results

Search results stay read-mostly until you explicitly save them into Dewey.
{% if result["items"] %}
{% for item in result["items"] %}
PMID {{ item.pmid }}

{{ item.title }}

{% if item.journal %}{{ item.journal }}{% endif %} {% if item.year %} / {{ item.year }}{% endif %}
{% if item.authors %}
{{ item.authors|join(", ") }}
{% endif %} {% if item.abstract_snippet %}

{{ item.abstract_snippet }}

{% endif %}
{% if item.already_in_dewey %} already in Dewey {% endif %} {% if item.saved_by_me %} saved by me {% endif %} {% if item.saved_by_others_count %} saved by {{ item.saved_by_others_count }} other{% if item.saved_by_others_count != 1 %}s{% endif %} {% endif %} {% for label in item.visible_owner_labels or [] %} {{ label }} {% endfor %} {% if item.downloadable %} downloadable {% elif item.external_link_only %} external-link only {% endif %}
{% if item.doi %} DOI {{ item.doi }} {% endif %} {% if item.pmcid %} {{ item.pmcid }} {% endif %} {% if item.best_fulltext_url %} Open Full Text {% endif %}
{% endfor %}
{% elif query %}
No PubMed results matched the current query.
{% else %}
Enter a PubMed query to begin.
{% endif %}