arXiv First Paper — Submission Plan
Paper: Temporal Clustering is Universal in Environmental Data: A Cross-Domain Inter-Event Time Analysis
Target: arXiv, category
physics.data-an(primary),physics.geo-ph(cross-list)Status: Draft complete, account setup in progress
The Paper
Claim: We tested 12 environmental event streams across 6 domains — seismology, space weather, radiation, air quality, hydrology, oceanography. Every single one is temporally clustered (CV > 1.0). No domain follows a homogeneous Poisson process. This cross-domain comparison has not been published before.
Why it's publishable:
- Novel methodology transfer (earthquake clustering statistics applied across domains)
- Universal finding (12/12 clustered) with a clear physical interpretation
- Practical implication: independence assumptions in hazard models are violated everywhere
- Clean, reproducible results from first-source government data
Current state:
- LaTeX source:
workspaces/cross-domain-clustering/paper/paper.tex - Compiled PDF:
workspaces/cross-domain-clustering/www/paper.pdf - Data:
workspaces/cross-domain-clustering/data/(12 Parquet files, 229K events) - Analysis script:
workspaces/cross-domain-clustering/scripts/analyze.py - Interactive viz:
workspaces/cross-domain-clustering/www/clustering-atlas.html
Pre-Submission Checklist
1. Author Information
- Add real author names to
paper.tex(replace "TerraPulse Lab") - Add ORCID identifiers (
\orcid{}in revtex4-2) - Author order decision
- Corresponding author email
2. arXiv Account
- Michael creates arXiv account at https://arxiv.org/user/register
- Verify academic affiliation or endorsement
- First-time submitters to
physics.data-anmay need an endorser - Alternative: submit to
stat.AP(Statistics Applications) which may be easier for first submission
- First-time submitters to
- Link ORCID to arXiv account
3. Paper Content — Final Review
- Abstract: confirm word count < 1920 characters
- Add figure to LaTeX (currently separate PNG)
\begin{figure}[t] \includegraphics[width=\columnwidth]{figure1.png} \caption{Coefficient of variation (CV) of inter-event times across 12 environmental event streams.} \label{fig:atlas} \end{figure} - Expand references (currently 3 — aim for 8-12)
- Add: Corral (2004) unified scaling law for earthquakes
- Add: Wheatland (2000) solar flare waiting times
- Add: Bak et al. (2002) unified scaling for earthquakes
- Add: A radiation measurement campaign paper
- Add: An air quality persistence paper
- Run:
from terrapulse.lab.papers import search_papersfor each domain
- Proofread: check all numbers match
results.json - Add data availability statement:
"All data and analysis code are available at https://terrapulse.info and https://github.com/isenbek/terrapulse"
- Consider adding a brief paragraph about the TerraPulse platform methodology
4. Category Selection
| Category | Pros | Cons |
|---|---|---|
physics.data-an |
Best fit for methodology | May need endorser |
physics.geo-ph |
Earthquake content | Narrower audience |
stat.AP |
Easiest first submission | Less physics visibility |
physics.ao-ph |
Weather/climate content | Narrow |
Recommendation: Primary physics.data-an, cross-list to physics.geo-ph and stat.AP.
5. Supplementary Material
- Prepare supplementary data file (CSV with all results)
- Include analysis script as supplementary code
- Link to TerraPulse platform and GitHub repo
6. Compile & Verify
cd workspaces/cross-domain-clustering/paper
pdflatex paper.tex
pdflatex paper.tex # run twice for references
# Check: no warnings about missing references
# Check: tables render correctly
# Check: figure appears (once added)
# Check: page count (aim for 2-4 pages for PRL style)
Submission Process
Step 1: Prepare Files
paper.tex # LaTeX source
figure1.png # Main figure (clustering atlas)
paper.bbl # Bibliography (generated from .bib or inline)
arXiv accepts .tex + figures as a .tar.gz upload, or PDF directly.
Step 2: Submit
- Go to https://arxiv.org/submit
- Select category:
physics.data-an - Cross-list:
physics.geo-ph,stat.AP - Upload:
paper.tex+figure1.png(or tar.gz bundle) - Fill metadata:
- Title
- Authors
- Abstract (paste from paper)
- Comments: "6 pages, 2 tables, 1 figure"
- Journal reference: leave blank (preprint)
- Preview the compiled PDF
- Submit
Step 3: Post-Submission
- arXiv assigns an ID (e.g.,
2603.xxxxx) - Paper appears on arXiv within 1-2 business days
- Share the arXiv link
- Add to TerraPulse website (
/data/publicationsor similar page) - Index in our knowledge base
- Consider submitting to a journal:
- Physical Review E (full paper, expanded analysis)
- Environmental Research Letters (broader audience)
- Nature Scientific Reports (open access, broad scope)
Timeline
| Date | Action |
|---|---|
| Now | Michael creates arXiv account |
| +1 day | Final paper review, add figure + references |
| +2 days | Compile final PDF, verify |
| +3 days | Submit to arXiv |
| +5 days | Paper appears on arXiv |
Future Papers in Pipeline
After this first submission establishes the workflow:
| Paper | Status | Priority |
|---|---|---|
| ENSO → Seismicity (null result) | Complete | Medium |
| Solar Flux–Kp Lag (replication) | Complete | Medium |
| Earthquake Temporal Clustering | Complete | Can expand to full paper |
| Granger Causality Network | Issue #12 | High — next paper |
| Compound Anomaly Detection | Issue #9 | Medium |
Notes
- arXiv preprints are not peer-reviewed but are widely read and cited
- Posting on arXiv establishes priority (timestamp of submission)
- The paper can be updated with new versions after submission
- Consider a companion blog post on terrapulse.info for broader reach
- All analysis is reproducible:
python workspaces/cross-domain-clustering/scripts/analyze.py