Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Publishing Papers
This guide covers the full workflow from experiment results to a published paper on arXiv. Hubify Labs handles drafting, review, compilation, and submission packaging.Overview
Step 1: Create a Paper
- Web UI
- CLI
- Go to Papers in the sidebar
- Click New Paper
- Enter title, select template (
prdfor Physical Review D) - The Paper Lead generates an initial outline based on your lab’s completed experiments
Step 2: Build the Claims Table
The claims table is the backbone of your paper. Every scientific assertion must be backed by evidence.| # | Claim | Evidence | Confidence | Status |
|---|---|---|---|---|
| 1 | ”Matter bounce predicts f_NL = -4.375” | EXP-031, Branch V | High | Verified |
| 2 | ”NANOGrav signal consistent with bounce” | EXP-042, gamma=3.0 | Medium | Verified |
| 3 | ”Quintom-B favored at 2.3 sigma” | EXP-048, w0-wa MCMC | Medium | Under review |
Step 3: Draft Sections
Agents draft sections in parallel. You can direct which experiments feed into which sections:Step 4: Cross-Model Peer Review
Run a structured peer review using multiple AI models:- Accuracy, Are claims consistent with the data?
- Completeness, Are there missing analyses or citations?
- Clarity, Is the writing clear and well-structured?
- Overclaiming, Are conclusions justified by the evidence?
- Novelty, Does the paper clearly state what is new?
Step 5: Revise
Apply review feedback:Step 6: Compile to PDF
- Zero undefined references
- All figures embedded (PDF size should be 15-25 MB for a paper with 10+ figures)
- Correct page count
- Bibliography completeness
Step 7: Package and Submit
- Compiled PDF
- LaTeX source (
.tex) - Figures (all PNGs)
- Bibliography (
.bib) - Supplementary data (if any)
Tracking Readiness
Monitor paper progress in the readiness dashboard:Best Practices
- Lock claims before drafting, do not write sections around unverified claims
- Run reviews after every major revision, not just at the end
- Compile frequently to catch LaTeX issues early
- Use
revtex4-2, notaastex631 - Keep figures in the same directory as the
.texfile