Multi-paper management
Organize and manage multiple papers, revision rounds, and submission workflows.
Overview
Rebuttr is designed to handle multiple papers simultaneously, whether you're responding to reviews for several manuscripts or tracking multiple revision rounds for a single paper.
Paper Status
Each paper has a status that helps you track its progress:
| Status | Description |
|---|---|
| Draft | Paper created, no reviews imported yet |
| In Progress | Reviews imported, responses being drafted |
| Completed | All comments have responses |
| Submitted | Rebuttal exported and submitted to journal |
Dashboard View
The dashboard shows all your papers with key information:
- Paper title and journal
- Current status
- Progress (responses completed / total comments)
- Last modified date
- Quick actions
Filtering and Sorting
Use the filter controls to find papers quickly:
- By status: Show only papers at a specific stage
- By journal: Group papers by target journal
- By date: Sort by creation or last modified date
- Search: Find papers by title or author
Revision Rounds
Track multiple rounds of revision for the same paper:
Creating a New Round
- Open your existing paper
- Click "New Revision Round"
- The previous round is archived
- Import new reviewer comments
- Previous responses are available for reference
Round History
All revision rounds are preserved. You can reference previous rounds when drafting new responses, which is helpful when reviewers ask about changes made in earlier revisions.
Organizing Papers
Tags
Add tags to categorize your papers:
- By project or grant
- By collaborators
- By priority or deadline
- By topic or field
Archives
Archive completed or abandoned papers to keep your dashboard clean:
Bulk Operations
Perform operations on multiple papers at once:
Data Storage
All paper data is stored locally:
| Location | Contents |
|---|---|
~/Rebuttr/papers/ |
Paper data and reviews |
~/Rebuttr/exports/ |
Generated export files |
~/Rebuttr/backups/ |
Automatic backups |
~/Rebuttr/rebuttr.db |
SQLite database |
Collaboration
Share paper data with collaborators:
Export and Import
- Export the paper as JSON:
rebuttr export --paper "My Paper" --format json - Share the JSON file with your collaborator
- They import it:
rebuttr import --file paper.json
Sync Limitations
Rebuttr doesn't have real-time sync. For collaborative editing, export/import JSON files or consider using shared cloud storage for your Rebuttr data directory.
Best Practices
- Use consistent naming: Include journal abbreviation in paper titles
- Update status: Keep paper status current for accurate dashboard views
- Tag strategically: Use tags that help you filter when busy
- Archive regularly: Keep your active paper list manageable
- Backup frequently: Export to JSON before major changes
Next Steps
- Exporting - Export options for collaboration
- CLI reference - All management commands
- JSON format - Data format for sharing