Your Desktop Is Your
Research Dashboard

Track paper deadlines, monitor experiment runs, log citation counts, and manage grant milestones — all pinned to your wallpaper. Works over SSH. Zero cloud dependency.

dotnet run -- research-dashboard.csv --desktop

Built for Academic Workflows

Researchers juggle papers, experiments, grants, teaching, and conferences. QuickSheet keeps it all visible without opening yet another app or browser tab.

📄

Paper Deadline Tracker

Conference submission deadlines (ICML, NeurIPS, CVPR, CHI) always visible. Color-code by urgency. Never miss a deadline again.

🧪

Experiment Log

Log hyperparameters, metrics, and status for each run directly in cells. CSV format means easy import into pandas or R later.

📊

Live ArXiv Lookups

Use the ext: arxiv 2301.07041 prefix to pull paper titles, authors, and abstracts directly into cells.

💰

Grant Milestone Tracker

Track deliverables, reporting dates, and budget spend across multiple grants. Progress bars show completion at a glance.

🖥️

SSH-Friendly

Running on a headless server or HPC cluster? QuickSheet's CSV files sync trivially via rsync, git, or shared filesystems.

🔒

Zero Cloud, Full Privacy

No SaaS account, no data leaves your machine. Perfect for sensitive research data, IRB-protected datasets, or air-gapped labs.

Example: Research Dashboard Layout

Here's how a typical PhD student or postdoc might lay out their desktop:

Paper,Venue,Deadline,Status,Days Left "Attention Is Still All You Need",NeurIPS 2026,2026-06-15,Writing,19 "Graph Transformers for Materials",ICML 2026,2026-07-01,Experiments,35 "Privacy-Preserving FL Survey",TPAMI,Rolling,Revision,— Grant,Funder,Next Report,Budget Remaining NSF CAREER #2345678,NSF,2026-09-01,$142k / $500k NIH R01 (Year 2),NIH,2026-12-15,$380k / $1.2M ext: arxiv 2405.04434 i: curl -s "https://api.semanticscholar.org/graph/v1/paper/CorpusID:123456?fields=citationCount" | jq .citationCount Experiment,Model,LR,Epochs,Val Acc,Status exp-041,ViT-L/14,3e-4,100,87.2%,✓ Done exp-042,ViT-L/14,1e-4,100,—,i: tail -1 ~/runs/exp042/progress.log exp-043,DINO-v2,5e-4,200,—,Running (GPU 3)

Why Researchers Choose QuickSheet

Need QuickSheet Notion / Obsidian Google Sheets Terminal (htop/tmux)
Always visible (no window switching) ✓ Desktop wallpaper — (window) — (browser tab) — (terminal window)
Works offline / air-gapped ✓ Fully local ✓ Local mode — Needs internet
CSV-native (pandas/R compatible) ✓ Native format — Export only ✓ Download as CSV
Live command output in cells i: prefix ✓ But no grid layout
Zero setup / zero account ✓ One binary — Account needed — Google account
Extensible (ArXiv, weather, stocks) ✓ 25+ extensions ✓ Plugins ✓ Add-ons
Works over SSH / on HPC ✓ CSV + rsync

Research Workflow Recipes

📅 Conference Deadline Countdown

Track all upcoming paper deadlines. Use i: echo $(( ($(date -d '2026-06-15' +%s) - $(date +%s)) / 86400 )) days for live countdowns. Color cells red when <7 days remain.

🧬 Experiment Hyperparameter Grid

Log every experiment run with model, learning rate, batch size, and metrics. CSV format lets you import pandas as pd; df = pd.read_csv("dashboard.csv") for analysis.

📈 Citation Monitor

Use inline commands to poll Semantic Scholar API: i: curl -s "api.semanticscholar.org/..." | jq .citationCount. Watch your h-index grow from your wallpaper.

🖥️ GPU Cluster Status

Monitor your SLURM jobs: i: squeue -u $USER --format="%.8i %.9P %.30j %.2t" | head -5. See which jobs are running without opening a terminal.

📚 Reading List + Notes

Keep a living reading list with paper titles, venues, key takeaways, and "read ✓/✗" status. Use ext: arxiv <id> to auto-fill metadata.

💵 Grant Budget Tracker

Track spending across personnel, equipment, travel, and indirect costs. Column sums (Σ) show totals. Progress bar cells (p: 28) visualize burn rate.

Relevant Extensions

📄

quicksheet-arxiv

Look up arXiv papers by ID. Returns title, authors, abstract, and publication date directly in your cells.

📝

quicksheet-words

Word count, reading time, Flesch-Kincaid readability score. Perfect for checking paper abstracts and grant proposals.

💻

quicksheet-sysmon

CPU, RAM, disk, and uptime monitoring. Keep an eye on your local workstation or lab server resources.

💰

quicksheet-ai-costs

Track API costs for OpenAI, Anthropic, and other LLM providers. Essential if your research uses large language models.

Start Your Research Dashboard

One command. No account. No cloud. Your data stays on your machine.

View on GitHub See All Features