{% extends "library/base.html" %} {% block title %}Dashboard | clrnoise{% endblock %} {% block content %}

Internal paper database

Reference workspace

Organize papers once, preserve author affiliations, and reuse the same library across every new literature review project.

Add a paper Create a project
Papers {{ paper_count }}
Authors {{ author_count }}
Projects {{ project_count }}

Projects

Current literature reviews

New project
{% if projects %} {% else %}

No projects yet

Create a literature review project and attach papers from your shared library.

{% endif %}

Recent papers

Latest additions

See all
{% if recent_papers %} {% else %}

No papers yet

Start the database with a paper record, then reuse it across projects.

{% endif %}

Reading system

How the workspace flows

01

Capture one paper with a structured summary and author affiliations.

02

Create a new review project and select from the existing paper library.

03

Open a project to see the selected papers and their synthesis notes in one place.

Focused preview

Most recent project snapshot

{% if featured_project %}

{{ featured_project.name }}

{{ featured_project.focus|default:"Use this project to gather a coherent subset of papers for one review question." }}

{{ featured_project.paper_total }} linked papers Open project
{% else %}

Your project snapshot will appear here

Once you create a project, this area highlights the latest set of selected papers.

{% endif %}
{% endblock %}