Chokurei.github.io — 学术个人主页
目标
维护基于 AcadHomepage (Jekyll) 模板的学术个人主页,含 news、publications、Google Scholar 自动引用更新。
近况(≤5 条)
- 08-02: favicon 回退 GZL + logo 换黄顶版 + 新增 3 条 2026.07 news,已 push(见 03)
- 07-01: 添加 DigiEnergy Lab logo(侧栏 + about 行内)与 favicon,已 push(见 02)
- 07-01: 建立 TOP 记录结构,同步全局 dashboard
- 05-13: 新增 2026.05 news 条目(ISPRS 论文、宁波活动),修正 Ningbo 拼写
- 05-07: 编辑 google_scholar_crawler main.py(checkpoint)
关键发现
- [架构] Jekyll 静态站,news 内容维护在
_pages/about.md - [自动化] Google Scholar 引用通过
.githubaction +google_scholar_crawler/自动更新 - [资产] Lab logo=
images/digienergy_logo.png(黄顶版,侧栏_includes/author-profile.html+ about 行内),源图logo/未命名作品 4.png;favicon 已回退原 GZL(images/favicon-*),digienergy_*图标文件保留但未引用 - [构建坑] 本地 build 需
LANG=en_US.UTF-8(SCSS 编码);serve 的 watch 不可靠需手动 build
下一步
- 按需继续更新 news / publications
- 如需本地预览:
LANG=en_US.UTF-8 bundle exec jekyll serve(原 run_server.sh 缺 locale 前缀)