17 lines
340 B
Markdown
17 lines
340 B
Markdown
# Paper Items
|
|
|
|
每篇论文一个文件,文件名建议:
|
|
|
|
```text
|
|
YYYY-first-author-short-title.md
|
|
```
|
|
|
|
例子:
|
|
|
|
```text
|
|
2023-yao-react.md
|
|
2024-yang-swe-agent.md
|
|
```
|
|
|
|
一篇论文可以有多个 topic,不要因为目录位置限制它的归类。后续可通过 frontmatter 生成搜索索引、标签页、图谱和阅读队列。
|