Files
research-notes/docs/index.md
2026-03-18 17:38:01 +08:00

42 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="hero">
<h1>Flower Research Notes</h1>
<p>一个面向科研工作的轻量知识站:记录论文总结、知识点卡片与专题梳理。</p>
</div>
<div class="card-grid">
<div class="card">
<h3><a href="papers/">论文总结</a></h3>
<p>适合快速回顾 paper 的核心问题、方法、创新点、实验结果与个人评价。</p>
</div>
<div class="card">
<h3><a href="notes/">知识点卡片</a></h3>
<p>把论文里的概念、公式、模块和技术细节拆成可复用的小卡片。</p>
</div>
<div class="card">
<h3><a href="topics/">专题梳理</a></h3>
<p>把分散笔记串成一条知识路径,用于复习、写综述、开题和做分享。</p>
</div>
</div>
## 推荐工作流
1. 你发我一篇论文PDF、arXiv 链接、标题都可以)
2. 我产出一篇结构化总结
3. 你确认后,我发布到 blog
4. 如有必要,再额外提取 2~3 个知识点卡片
## 文章模板风格
这个站默认采用偏 GitHub 风格的极简排版:
- 白底 / 深色双主题
- 强调可读性与检索效率
- 适合公式、代码、论文链接和结构化总结
## 后续可以继续加的能力
- 标签与专题自动聚合
- 论文引用信息自动解析
- 私有草稿 / 公开文章分离
- RSS 与站内全文搜索优化