From 09be8d1cc7ae62b0e80cdcd5149913687476110b Mon Sep 17 00:00:00 2001 From: OpenWiki Date: Thu, 16 Jul 2026 23:53:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20literature=20deep-reads=20index=20(sour?= =?UTF-8?q?ces/literature.md)=20=E2=80=94=20=E8=B7=A8=20agent=20=E7=B2=BE?= =?UTF-8?q?=E8=AF=BB=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/literature.md | 64 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 sources/literature.md diff --git a/sources/literature.md b/sources/literature.md new file mode 100644 index 0000000..223bc65 --- /dev/null +++ b/sources/literature.md @@ -0,0 +1,64 @@ +# Literature Deep-Reads — 跨 agent 精读索引 + +> 数据源: Obsidian vault `04-Literature/Deep-Reads//.md` (git-repo connector 自动同步) +> 用途: MiniMax code / Hermes 跨 agent 检索 "Robin 最近精读了什么文献" +> 更新: OpenWiki cron 每天 02:00 自动扫 vault mtime, 增量更新本文件 + +## 最近 30 天精读 (按 mtime 倒序) + +### 2026-07-05 +| DOI | Vendor | 类器官 | 标题 | 路径 | +|---|---|---|---|---| +| `10.1002_btpr.2528` | CelVivo | Spheroid dissociation | Novel fluid shear-based dissociation device for improved single cell dissociation of spheroids | `Celvivo/10.1002_btpr.2528.md` | + +### 2026-06-25 (2 篇) +| DOI | Vendor | 类器官 | 标题 | 路径 | +|---|---|---|---|---| +| `10.1016_j.stemcr.2025.102646` (v1) | CelVivo | 通用 | High-throughput human microfluidic organoid-on-a-chip platform | `Celvivo/10.1016_j.stemcr.2025.102646.md` | +| `10.1016_j.stemcr.2025.102646_v2` | CelVivo | 通用 | 同上 v2 (重写) | `Celvivo/10.1016_j.stemcr.2025.102646_v2.md` | + +### 2026-06-24 (2 篇) +| DOI | Vendor | 类器官 | 标题 | 路径 | +|---|---|---|---|---| +| `10.1021_acsomega.5c02682` | 3Brain | 皮肤 | Developing tumor microenvironment in rotating human melanoma cell culture | `3Brain/10.1021_acsomega.5c02682.md` | +| `10.1016_j.xpro.2025.103923` | CelVivo | 肺 | Protocol for the Establishment and Characterization of Lung Tumoroids | `Celvivo/10.1016_j.xpro.2025.103923.md` | + +### 2026-06-23 (2 篇) +| DOI | Vendor | 类器官 | 标题 | 路径 | +|---|---|---|---|---| +| `10.1002_jbm4.10792` | CelVivo | 通用 | High-throughput microfluidic organoid-on-a-chip (v2-munir2023) | `Celvivo/10.1002_jbm4.10792-v2-munir2023.md` | +| `10.3390_cells11203216` | CelVivo | 肝 NAFLD | Mapping Proteome and Lipidome Changes in Early-Onset NAFLD | `Celvivo/10.3390_cells11203216.md` | + +## 按 Vendor 统计 (mtime 2026-06-16 → 2026-07-16) + +| Vendor | 30 天精读数 | 最近一篇 | +|---|---|---| +| **CelVivo** | 5 篇 | 2026-07-05 | +| **3Brain** | 1 篇 | 2026-06-24 | +| **Cellink** | 0 篇 | (本周期无) | + +## ClinoReactor 关键词命中 (累计) + +- `Planimetry measurements of spheroids in a ClinoReactor using FIJI` (2026-04-01 入库, **未精读**) + +## 跟 OpenWiki 其他源的关系 + +| 源 | 看什么 | +|---|---| +| **本文件** (literature.md) | 精读笔记 (本文件) | +| `sources/hackernews.md` | 外部公开讨论 | +| `sources/git-repo.md` | vault 整体结构 | +| `commitments.md` | Robin 任务承诺 | +| `themes.md` | 跨源主题综合 | + +## 触发查询示例 (MiniMax code 用) + +- "Robin 最近精读了哪些 CelVivo 文献" → 读本文件 CelVivo 段 +- "ClinoReactor 相关最新研究" → 读本文件 ClinoReactor 段 + ClinoReactor 关键词命中 +- "近一周有什么新文献" → 读本文件 "最近 7 天" 段 + +## 维护方式 + +- **手动触发**: 通知 Robin "更新 literature 索引" +- **自动**: OpenWiki cron 每天 02:00 跑 git-repo connector, 写本文件 +- **路径**: `~/.openwiki/wiki/sources/literature.md` (同步推 Gitea) \ No newline at end of file