You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Each cheat sheet is a long-form Chinese tutorial with: formula derivations · fr
42
42
</a>
43
43
</p>
44
44
45
-
> 📝 **Long-form blog preview** (above): same `/render-html` workflow producing technical surveys. *A Survey on Continuous DLM* (2026 H1, 6 papers) — bilingual survey by **Ruofeng Yang** (SJTU), written end-to-end via cross-model discussion (Claude Opus 4.7 + Codex GPT-5.5 xhigh + Gemini auto-gemini-3). [**📖 Read full blog ↗**](https://wanshuiyin.github.io/ARIS-in-AI-Offer/blogs/continuous_dlm_2026h1_survey.html).
45
+
> 📝 **Long-form blog preview** (above): a standalone hand-authored long-form technical survey. *A Survey on Continuous DLM* (2026 H1, 6 papers) — bilingual survey by **Ruofeng Yang** (SJTU), written end-to-end via cross-model discussion (Claude Opus 4.7 + Codex GPT-5.5 xhigh + Gemini auto-gemini-3). [**📖 Read full blog ↗**](https://wanshuiyin.github.io/ARIS-in-AI-Offer/blogs/continuous_dlm_2026h1_survey.html).
46
46
47
47
### 📱 HTML reads cleanly everywhere
48
48
@@ -58,7 +58,7 @@ Phone on the subway, iPad at a café, laptop in the library — same HTML link o
58
58
59
59
## 📢 What's New
60
60
61
-
- **2026-05-28** —  📝 **First blog shipped: *A Survey on Continuous DLM* (2026 H1, 6 papers)** — long-form bilingual technical survey by **Ruofeng Yang** (SJTU), written end-to-end through the `ARIS-in-AI-Offer` workflow (Claude Opus 4.7 + Codex GPT-5.5 xhigh + Gemini auto-gemini-3 cross-model discussion). Compares **ELF**, ByteDance **Cola-DLM**, and **Flow-Matching family** across discrete-DLM problems, the "known-unknown" continuous space idea, training pipeline, architecture / params / shapes, inference grids + Tab 6/7 numerical results, denoising trajectories, and a Field Landscape against Cola-DLM. Lives at [`docs/blogs/continuous_dlm_2026h1_survey.html`](docs/blogs/continuous_dlm_2026h1_survey.html) (1.7 MB self-contained, no build) — demonstrates the kind of long-form analysis the [`render-html`](skills/render-html/SKILL.md) toolchain can produce. **Preview strip + live link** at the top of this README. ([8475a2d](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/8475a2d))
61
+
- **2026-05-28** —  📝 **First blog shipped: *A Survey on Continuous DLM* (2026 H1, 6 papers)** — long-form bilingual technical survey by **Ruofeng Yang** (SJTU), written end-to-end through cross-model discussion (Claude Opus 4.7 + Codex GPT-5.5 xhigh + Gemini auto-gemini-3). Compares **ELF**, ByteDance **Cola-DLM**, and **Flow-Matching family** across discrete-DLM problems, the "known-unknown" continuous space idea, training pipeline, architecture / params / shapes, inference grids + Tab 6/7 numerical results, denoising trajectories, and a Field Landscape against Cola-DLM. Lives at [`docs/blogs/continuous_dlm_2026h1_survey.html`](docs/blogs/continuous_dlm_2026h1_survey.html) (1.7 MB self-contained, no build) — a hand-authored long-form HTML, not yet part of the audited [`/render-html`](skills/render-html/SKILL.md) pipeline. **Preview strip + live link** at the top of this README. ([8475a2d](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/8475a2d))
62
62
- **2026-05-28** —  ⚡ **`render-html` P0 polish + all 23 tutorials regenerated** — academic template gained 7 interactive features: print degradation fix (PDF no longer loses `<details>` content), TOC sidebar scrollspy (current section auto-highlights as you scroll), figure lightbox (native `<dialog>` with focus trap + Esc), long-code auto-collapse (`<pre>` ≥30 lines wrapped in `<details class="code-card">`, per-block override via ` ```python {collapsed}` / `{open}` fence flags), paper citation popover (new `[[key]]` MD syntax + `--papers <papers.json>` sidecar), eyebrow cleanup (marketing uppercase → body-serif gray), `--blog-mode` infrastructure (opt-in `aris-blog` body class). XSS-hardened script injection via `json_for_script()` (escapes `</script>` break-out). All 23 bilingual tutorial pairs (= 46 HTMLs) regenerated to pick up the new template shell — source MDs untouched. Codex GPT-5.5 xhigh 4-round review (design × 2 → code × 1 → spot-check × 1). Try it: scroll [`attention_tutorial.html`](docs/tutorials/attention_tutorial.html) and watch the TOC sidebar follow ([b79c57d](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/b79c57d), [8793f40](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/8793f40)).
63
63
- **2026-05-26** —  🐍 **5 runnable PyTorch tutorial scripts** — first runnable-code contribution in [`docs/tutorials/code/`](docs/tutorials/code/): [`mha.py`](docs/tutorials/code/mha.py) (MHA + causal mask) · [`axial_attention.py`](docs/tutorials/code/axial_attention.py) (H/W axial + complexity table) · [`flow_matching.py`](docs/tutorials/code/flow_matching.py) (Rectified Flow on 2D moons) · [`mmdit_block.py`](docs/tutorials/code/mmdit_block.py) (double-stream MMDiT block) · [`toy_mmdit_t2i_pipeline.py`](docs/tutorials/code/toy_mmdit_t2i_pipeline.py) (end-to-end T2I skeleton). Pure PyTorch, CPU-runnable in seconds, every script ships with built-in `assert` sanity checks (shape parity, numerical agreement with `nn.MultiheadAttention` where applicable). Pairs with [`attention_tutorial.md`](docs/tutorials/attention_tutorial.md) / [`flow_matching_tutorial.md`](docs/tutorials/flow_matching_tutorial.md) / [`image_generation_systems_tutorial.md`](docs/tutorials/image_generation_systems_tutorial.md) ([f63f468](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/f63f468)).
64
64
-**2026-05-24** —  🐙 **ARIS-Homepage v1.1: `--from-repos`** — snapshot user-selected `owner/repo` list via `gh` CLI; LLM agent merges repo timelines into homepage News + `featured_projects[].github`. Private repos skipped by default. Closes [#2](https://github.com/wanshuiyin/ARIS-in-AI-Offer/issues/2) by [@Yafei-Liu99](https://github.com/Yafei-Liu99) ([cdcf9a2](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/cdcf9a2)).
0 commit comments