A dense, quick-reference hematology guide for trainees, distilled from the American Society of Hematology Self-Assessment Program, 9th Edition (2025), written in the style of Pocket Oncology.
Published via GitHub Pages (set by CI): https://htlin222.github.io/pocket-hematology/
10 Parts, 49 Chapters:
| Part | Title | Chapters |
|---|---|---|
| I | Consultative Hematology & General Topics | 1–5 |
| II | Red Cell Disorders & Anemias | 6–14 |
| III | Thrombosis & Anticoagulation | 15–19 |
| IV | Bleeding Disorders | 20–22 |
| V | Platelet Disorders | 23–26 |
| VI | Laboratory & Transfusion Medicine | 27–29 |
| VII | Transplantation & Cellular Therapy | 30–33 |
| VIII | Myeloid Neoplasms | 34–41 |
| IX | Lymphoid Neoplasms | 42–47 |
| X | Plasma Cell Disorders | 48–49 |
Requires Quarto (tested on 1.5.57):
quarto render # build HTML book into docs/
quarto preview # live preview in browser.github/workflows/publish.yml— renders the book and deploys to GitHub Pages on every push tomain..github/workflows/release.yml— creates a GitHub Release on tag push (v*) with the HTML bundle attached.
To cut a new release:
git tag v1.0.0
git push origin v1.0.0Key clinical claims (drug dosing, diagnostic criteria, trial outcomes) have been spot-checked against OpenEvidence for alignment with current guidelines (NCCN, ASH, ELN 2022, etc.).
Content is condensed from ASH Self-Assessment Program, 9th Edition (2025) as a study companion for hematology trainees. The source PDF is not included in this repository due to copyright. This is a derivative reference, not a replacement for the full ASH-SAP text.
Text content © the respective authors (ASH-SAP). This repository's code and configuration are released under the MIT License.