{% extends "layouts/public.html" %} {% block breadcrumbs %} {% endblock %} {% block content %}

Repository · Advanced search

Build a precise query

Combine fields to narrow results — search title, abstract, ORCID, or by year range. Empty fields are ignored. All Open Access documents are searchable without an account.

{# ── Work ──────────────────────────────────────────── #}

Work

Title, DOI, and abstract terms.

{# ── Classification ───────────────────────────────── #}

Classification

Document type, collection, and subject keyword.

{# ── People ────────────────────────────────────────── #}

People

Authors and contributors. ORCID is exact-match.

{# ── Time & licence ────────────────────────────────── #}

Time & licence

Year range and Creative Commons variant.

{# FRREP-INT002 — RIMS grant/project cross-system linkage lookup. #}
{% if results is not None %}
{% if page_obj.paginator.count %}

{{ page_obj.paginator.count }} result{{ page_obj.paginator.count|pluralize }}

{% if user.is_authenticated and request.GET %} Save this search {% endif %}
{% include "documents/partials/document_list_results.html" with object_list=results view="list" %} {% include "components/pagination.html" %} {% else %}

No results

Nothing matched every field you filled in. Broaden your search — remove a field, widen the year range, or try the author surname only.

Try a full-text search instead →

{% endif %}
{% endif %}
{% endblock %}