Personal study notes on ten papers from the CSHINE programme (Compact Spectrometer for Heavy IoN Experiment, Tsinghua University / HIRFL-RIBLL Lanzhou), covering heavy-ion dynamics at Fermi energies.
The compiled document is a self-contained reading guide:
- an overview of how the ten papers fit together,
- a three-tier physics background (nuclear structure and the two-nucleon system; isospin, symmetry energy, and short-range correlations; the observables and methods),
- paper-by-paper notes organised by topic,
- a glossary of acronyms and common interpretation traps.
Latest PDF: CSHINE-Paper-Guide.pdf (always points to the newest GitHub Release).
| Path | Contents |
|---|---|
tex/ |
LaTeX sources; main.tex is the root file. |
papers/ |
Source PDFs of the papers. Git-ignored and never published (publisher copyright). |
| repo root | Local build output (git-ignored): timestamped snapshots plus CSHINE-Paper-Guide.pdf, the fixed-name copy for uploading to GitHub Releases. |
A TeX Live installation with pdflatex and latexmk is required.
./tex/build.shThis compiles tex/main.tex and copies two PDFs to the repository root: a
timestamped archive YYYYMMDDHHMMSS_CSHINE-Paper-Guide.pdf and a fixed-name
CSHINE-Paper-Guide.pdf. Build intermediates and the root PDFs are git-ignored.
Published versions live on GitHub Releases: upload the fixed-name PDF when a
milestone is reached (tag it v1, v2, ...). The LaTeX sources always remain
the ground truth.
- Bremsstrahlung photons as an SRC probe (4 papers): constraining the high-momentum tail from hard photon spectra, CsI(Tl) calibration, and Richardson-Lucy unfolding.
- Femtoscopy (2 papers): the nn interaction from neutron pair correlations; 3D pion source imaging and neutron-skin sensitivity.
- Isospin chronometry (1 paper): emission order of hydrogen isotopes from velocity-gated correlation functions in Ar+Au.
- t/3He yield puzzle (2 papers): ping-pong isospin transport in cluster emission; out-of-fission-plane enhancement of neutron-rich emission.
- Symmetry energy (1 paper): long-time isospin drift constraints on sub-saturation Esym(rho).
The papers/ directory contains published PDFs kept for personal reading. It is
git-ignored on purpose; please do not force-add or publish them.
这是我个人整理的 CSHINE(清华大学 / 兰州 HIRFL-RIBLL)Fermi 能区重离子物理系列论文(共十篇)读书笔记仓库。
tex/是 LaTeX 源码,main.tex为入口。编译产物是一份自成一体的阅读指南:先概述十篇论文之间的关系,再分三个层次讲物理背景(原子核结构与两核子系统;同位旋、对称能与时程关联;观测量与方法),然后按主题逐篇解读,最后附术语表与常见误读。papers/存放论文原文 PDF。出于版权考虑已 git-ignore,不会发布到 GitHub。- 仓库根目录下是本地编译输出(已 git-ignore):带时间戳的存档快照,以及固定文件名的
CSHINE-Paper-Guide.pdf(上传 GitHub Releases 用)。 - 正式发布的版本放在 GitHub Releases:到里程碑时把固定名 PDF 上传为新 Release(tag 用 v1、v2…),固定链接永远指向最新版;LaTeX 源码永远是唯一权威版本。
- 编译:装好 TeX Live(pdflatex + latexmk)后运行
./tex/build.sh,脚本会在仓库根目录生成上述两个 PDF,中间产物留在tex/并被 git-ignore。