fe5505343e
- 通过悟空(dws CLI)拉取dc战略问题研究院+创新组两个群的消息(377条) - 提取190个飞书链接、18个文件附件 - 下载HTML/MD/XLSX等报告文件到output/downloaded-files/ - 构建知识图谱(JSON+HTML可视化) - 生成Obsidian知识库(28个页面,7大主题) - 生成花园世界全量汇总报告 - 所有脚本路径改为相对路径,便于迁移
98 lines
2.4 KiB
Markdown
98 lines
2.4 KiB
Markdown
# 知识图谱 - dc战略问题研究院 & 创新组
|
|
|
|
```mermaid
|
|
graph TB
|
|
|
|
classDef person fill:#4A90D9,stroke:#2C5F8A,color:#fff,stroke-width:2px
|
|
classDef topic fill:#E8A838,stroke:#B8842C,color:#fff,stroke-width:2px
|
|
classDef doc fill:#5CB85C,stroke:#3D8B3D,color:#fff,stroke-width:1px
|
|
classDef file fill:#D9534F,stroke:#B94441,color:#fff,stroke-width:1px
|
|
classDef group fill:#9B59B6,stroke:#7D3C98,color:#fff,stroke-width:2px
|
|
|
|
subgraph G1[dc战略问题研究院]
|
|
li_zj[李志健]:::person
|
|
huang_jw[黄静雯]:::person
|
|
chen_cz[陈楚真]:::person
|
|
fu_my[傅明游]:::person
|
|
xia_l[夏莲]:::person
|
|
zhang_jz[张家振]:::person
|
|
mo_rl[莫润麟]:::person
|
|
hu_hj[胡辉俊]:::person
|
|
wang_j[汪季]:::person
|
|
end
|
|
|
|
subgraph G2[创新组]
|
|
wang_ym[王雨默]:::person
|
|
wei_y[韦译]:::person
|
|
liu_p[刘鹏]:::person
|
|
zhuo_z[卓泽]:::person
|
|
xu_r[徐锐]:::person
|
|
end
|
|
|
|
subgraph G3[跨组人员]
|
|
shangguan_c[上官成]:::person
|
|
an_d[安东]:::person
|
|
lin_f[林峰]:::person
|
|
end
|
|
|
|
subgraph T[核心研究主题]
|
|
t1[花园世界深度研究]:::topic
|
|
t2[云湖项目选择]:::topic
|
|
t3[Game Analyst Agent]:::topic
|
|
t4[战略思维方法论]:::topic
|
|
t5[AI落地与组织变革]:::topic
|
|
t6[创新组研发]:::topic
|
|
t7[战略组知识产出]:::topic
|
|
end
|
|
|
|
subgraph F[关键文件]
|
|
f1[主报告-我的花园世界.html]:::file
|
|
f2[美国版策略报告.html]:::file
|
|
f3[云湖项目选择.html]:::file
|
|
f4[game-analyst-agent.html]:::file
|
|
f5[取败之道.md]:::file
|
|
f6[策划启示.md]:::file
|
|
f7[进一步的思考.md]:::file
|
|
f8[GOS补充信息.md]:::file
|
|
end
|
|
|
|
%% Person -> Topic
|
|
li_zj --> t1
|
|
li_zj --> t4
|
|
li_zj --> t5
|
|
huang_jw --> t1
|
|
huang_jw --> t2
|
|
huang_jw --> t3
|
|
huang_jw --> t7
|
|
chen_cz --> t1
|
|
chen_cz --> t7
|
|
fu_my --> t1
|
|
wang_ym --> t6
|
|
wei_y --> t6
|
|
liu_p --> t6
|
|
shangguan_c --> t5
|
|
lin_f --> t5
|
|
|
|
%% Topic -> Files
|
|
t1 --> f1
|
|
t1 --> f2
|
|
t1 --> f6
|
|
t1 --> f7
|
|
t1 --> f8
|
|
t2 --> f3
|
|
t3 --> f4
|
|
t4 --> f5
|
|
|
|
%% Daily report flow (研究组)
|
|
xia_l -.->|daily report| t7
|
|
zhang_jz -.->|daily report| t7
|
|
mo_rl -.->|daily report| t7
|
|
hu_hj -.->|daily report| t7
|
|
wang_j -.->|daily report| t7
|
|
|
|
%% Cross-group
|
|
huang_jw -.->|跨组| t6
|
|
li_zj -.->|指导| t6
|
|
li_zj -.->|指导| t7
|
|
```
|