pengxiao
|
ec70447106
|
init: merge overleaf subtree baseline
|
2026-05-30 02:06:00 +08:00 |
|
pengxiao
|
5eff99a876
|
Update on Overleaf.
|
2026-05-29 18:05:59 +00:00 |
|
pengxiao
|
2dd5138da3
|
update to overleaf 2026-05-30 02:01
|
2026-05-30 02:01:48 +08:00 |
|
pengxiao
|
b38aa2b9e0
|
docs: 新增项目 README,清理残留 label,添加 diagbox 宏包
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 21:24:00 +08:00 |
|
pengxiao
|
3ff9107c32
|
Revert "test: verify push connectivity"
This reverts commit 38a761b071.
|
2026-05-29 20:29:31 +08:00 |
|
pengxiao
|
38a761b071
|
test: verify push connectivity
|
2026-05-29 20:29:15 +08:00 |
|
pengxiao
|
99a65f025c
|
测试gitea
|
2026-05-29 18:07:06 +08:00 |
|
pengxiao
|
6288f24067
|
feat(latex): 配置 natbib 参考文献系统并插入引用
- 新增 DesignAI.bib(Garrity + 普尔等 2 条)
- preamble 添加 natbib + plainnat 样式
- ch01/ch02 插入 \cite 引用(共 5 处)
- 参考文献加入目录 outline(\addcontentsline)
- 删除 ap07-references.tex,由 \bibliography 自动生成
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 15:40:52 +08:00 |
|
pengxiao
|
d5a6208e89
|
sync(latex): 从 Word 同步第二章和附录内容
- ch02: 第5节重写为"环境-智能体框架",新增表2.1/2.2和图2.1
- ch01: 补充 Garrity 引用来源
- 全部附录(ap01-ap09)从 Word 重新转换,修复 \sub 等转换错误
- 新增 ch13 结语占位、上下篇分隔页
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 15:13:27 +08:00 |
|
pengxiao
|
a90f7adfa1
|
refactor(officefile): 按 md/latex/word 三层结构重组文档目录
将 Markdown 源文件移入 md/,LaTeX 工作目录保留在 latex/,
Word 导出移入 word/;删除临时脚本、调试截图和空 stub。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:25:21 +08:00 |
|
pengxiao
|
de7a47db9d
|
fix(latex): 修复中文引号遗漏,补丁 ``...'' → "..."(15处)
上次修复了 ''...'' 模式,遗漏了 ``...'' 包裹中文的情况。
补充修复 ch02-ch08 及 ap01-ap02 中的混合引号。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:10:44 +08:00 |
|
pengxiao
|
9fd6eccde5
|
fix(latex): 修复中文引号渲染,''...'' → "..."(139处)
pandoc 转换将中文双引号变为两个ASCII单引号,导致LaTeX中
左右引号均渲染为右引号。替换为Unicode中文引号以正确显示。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:05:08 +08:00 |
|
pengxiao
|
57c04644d2
|
chore(latex): 清理临时文件,figures 加入 gitignore
删除 content_raw.tex、_test_ch04.tex、_check_jumps.py、_check_nums.py
将 officefile/latex/figures/ 加入 .gitignore
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 12:25:04 +08:00 |
|
pengxiao
|
c81cf83c13
|
feat(latex): 新增 LaTeX 排版系统,从 Markdown 生成 ctexbook
- 新增 officefile/latex/ 目录,包含 main.tex、preamble.tex 及 14 个章节 + 10 个附录 tex 文件
- md→tex 转换流程:pandoc 转换 + _postprocess.py 后处理(去编号、修破折号、清标签)
- 修复 5 个 md 源文件的标题层级(H1→H2 降级,统一层级结构)
- 配置 VS Code LaTeX Workshop(xelatex + ctexbook 编译链)
- 新增 VS Code workspace 和 .gitignore(排除 LaTeX 编译产物)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 12:21:15 +08:00 |
|
pengxiao
|
72a9484188
|
docs(目录): 用六大数据模态框架重新组织上篇结构
第二篇和第三篇增加模态全景表,展示从感知(1D→2D→3D)到
认知(生成→行动→决策)的六大数据模态演进。章节顺序不变。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-26 08:54:17 +08:00 |
|
pengxiao
|
cee196b09f
|
refactor(ch06-08): 调整第三篇章节顺序
原:RL(Ch06) → 生成式AI(Ch07) → Agent(Ch08)
新:生成式AI(Ch06) → Agent(Ch07) → RL(Ch08)
感知→创造→行动 的叙事线更贴合设计专业学生。
更新了目录、CLAUDE.md 和所有章节内编号。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-25 18:57:59 +08:00 |
|
pengxiao
|
49ceadeb0d
|
fix: 修正附录目录嵌套,移除旧 officefile 附录文件
- 将 officefile/appendix/appendix/ 下的文件提升一级
- 旧 officefile 的 glossary/references/tools.md 移入 Archive
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-25 14:02:01 +08:00 |
|
pengxiao
|
219232de74
|
refactor: 重组项目目录结构
以讲义内容为骨架迁移到标准目录格式:
- officefile/ 主内容(12章 + 附录 + CC4SI补充)
- dofile/ 代码示例(11个Python脚本)
- data/ 图片资源
- output/ 生成输出(忽略)
- Archive/ 归档旧目录(忽略)
- .claude/skills/ 保留markdown-to-docx工具链
- .pandoc/ 保留CSL和本地化配置
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-25 14:00:56 +08:00 |
|
pengxiao
|
af083069d0
|
优化第1章导论:修复格式、统一标题层级、重组篇章结构
- 修复所有表格为标准 Markdown 格式,项目符号改为标准语法
- ASCII 图表放入正确的代码块,修复反引号嵌套问题
- 统一标题层级为 # → ## → ###,每节编号 1.1–1.13
- 将全文分为"AI与设计的交汇"和"AI范式演进"两大板块
- 合并重复的学习目标、关键术语和延伸阅读
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-29 15:22:14 +08:00 |
|
pengxiao
|
328af2b3c3
|
附录2完善markdown语法部分
|
2026-04-25 16:04:53 +08:00 |
|
pengxiao
|
6db9531b16
|
更名:第11章→环境与景观设计,第12章→城市与生态规划设计
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-25 14:54:04 +08:00 |
|
pengxiao
|
d985f6778d
|
重构下篇:5章合并为4章,统一编号为09-12
- 第9章:数字媒体设计(原07)
- 第10章:工业与产品设计(原09,更名)
- 第11章:环境设计(原08)
- 第12章:城市与景观规划设计(原10城市设计+原11生态设计合并)
- 解决上篇07-08与下篇旧07-11的编号冲突
- 更新目录.md
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-25 14:51:58 +08:00 |
|
pengxiao
|
66b6477362
|
重构上篇:按数据模态组织为8章,建立小模型→大模型演进脉络
- 第1章:导论(保留,微调标题)
- 第2章:理论框架(新增环境-智能体-任务框架、数据模态全景)
- 第3章:一维数据——序列与文本(RNN → LLM)
- 第4章:二维数据——图像与视觉(CNN → 大视觉模型)
- 第5章:三维数据——空间与3D(PointNet → 空间智能)
- 第6章:强化学习——从决策到对齐(Q-Learning → RLHF)
- 第7章:生成式AI——从创造到智能生成(VAE/GAN → Diffusion)
- 第8章:AI Agent——从执行到自主(规则系统 → LLM Agent)
- 删除旧目录(02-foundations, 03-computer-vision, 04-transformer, 05-generative-ai, 06-agent)
- 更新目录.md反映新结构
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-25 14:43:22 +08:00 |
|
pengxiao
|
35628b0f4b
|
附录部分增加机器学习实战与网络内容
|
2026-04-25 12:09:00 +08:00 |
|
pengxiao
|
d1f47b9a73
|
重构附录部分
|
2026-04-25 11:46:25 +08:00 |
|
pengxiao
|
907e683983
|
修改自序
|
2026-04-25 11:32:46 +08:00 |
|
pengxiao
|
74c8f1b6fd
|
修改附录1的结构
|
2026-04-25 11:02:39 +08:00 |
|
pengxiao
|
fac0133db5
|
合并子章节到父文件,每个篇章归为单文件
将 11 个目录下的 26 个子章节文件合并到对应的父文件中,
用 --- 分隔各子章节,移除冗余的章节目录索引。
每个篇章现在是独立的单文件,结构更简洁。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-25 10:48:05 +08:00 |
|
pengxiao
|
e58b95d227
|
初始化:从 docx 拆分为独立 Markdown 章节
将《设计人工智能:基础与应用》拆分为 38 个 Markdown 文件,
按 11 个部分(上篇6部分+下篇5部分)+ 3 个附录组织。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-25 10:32:58 +08:00 |
|