feat: 初始提交 - 科创企业特有风险的识别与管理 (数智风控系统)

This commit is contained in:
Chen Xiao
2026-08-14 08:21:26 +08:00
commit a41576a8c0
190 changed files with 28531 additions and 0 deletions
@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
<rect width="1280" height="720" fill="#0A0F1E"/>
<!-- Header -->
<text x="40" y="65" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="36" font-weight="bold" fill="#F8FAFC">供应链知识图谱本体设计</text>
<text x="40" y="105" font-family="Microsoft YaHei, sans-serif" font-size="18" fill="#22D3EE">NetworkX 异构图谱建模</text>
<line x1="40" y1="122" x2="1240" y2="122" stroke="#334155" stroke-width="1.5"/>
<rect x="60" y="140" width="1160" height="500" rx="8" fill="#111827" stroke="#22D3EE" stroke-width="1.5"/>
<g transform="translate(90, 175)">
<rect x="0" y="0" width="510" height="430" rx="8" fill="#1E293B" stroke="#3B82F6" stroke-width="1.5"/>
<rect x="0" y="0" width="510" height="50" rx="8" fill="#3B82F6"/>
<text x="255" y="33" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">图谱核心实体 Node</text>
<text x="30" y="95" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 目标科创企业 (Core Target)</text>
<text x="30" y="155" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 1 级/ 2 级/ 3 级 供应商 (Suppliers)</text>
<text x="30" y="215" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 美国 BIS 实体清单对象 (BIS Entity)</text>
<text x="30" y="275" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 核心专利与技术节点 (Patents)</text>
<text x="30" y="335" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 算法备案归属主体 (Algorithm Reg)</text>
<rect x="550" y="0" width="510" height="430" rx="8" fill="#1E293B" stroke="#22D3EE" stroke-width="1.5"/>
<rect x="550" y="0" width="510" height="50" rx="8" fill="#0891B2"/>
<text x="805" y="33" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">拓扑关系 Edge</text>
<text x="580" y="95" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 供应依赖 (SUPPLIES_TO)</text>
<text x="580" y="155" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 制裁波及 (SANCTIONED_BY)</text>
<text x="580" y="215" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 专利竞争 (COMPETES_WITH)</text>
<text x="580" y="275" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 股权关联 (OWNS_SHARES)</text>
<text x="580" y="335" font-family="Microsoft YaHei, sans-serif" font-size="19" fill="#CBD5E1">• 核心流向 (MIGRATED_TO)</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB