Files
my-vault/airport-wiki/SCHEMA.md
T
zhiqiang feng 587f8f51be refactor: merge flight-wiki + restructure concepts/ into two subdirectories
- flight-wiki fully merged into airport-wiki/concepts/flight-operations/
- concepts/ restructured: tech-infrastructure/ (9 pages) + flight-operations/ (10 pages)
- aodb.md (380 lines) split into aodb-core.md + aodb-vendors.md
- SCHEMA.md updated: Domain covers '智算中心+航班運營' dual domains
- new: airport-systems-landscape.md (flight ops system architecture)
- index.md rewritten with visual directory tree
- log.md updated
2026-04-10 09:02:57 +08:00

160 lines
5.6 KiB
Markdown
Raw 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.
---
title: Wiki Schema
created: 2026-04-08
updated: 2026-04-10
type: schema
tags: [meta]
---
# Wiki Schema
## Domain
機場智能化工程 — 涵蓋機場智算中心(數據中心)技術建設與航班運營管理兩大領域。
**第一領域:機場智算中心技術**
機場數據中心/智算中心的規劃、設計、硬件選型、網路架構、等級標準、液冷供電、預制模塊化建設。
**第二領域:航班運營管理**
機場運營系統(AODB/A-CDM/SMGCS/BHS/FIDS)、航班數據交換標準、供應商對比、運營流程優化。
## Conventions
- 文件名:小寫、中劃線、無空格(如 `tier-iii-design.md`
- 每個 wiki 頁面以 YAML frontmatter 開頭
- 使用 `[[wikilinks]]` 建立頁面間鏈接(每頁至少 2 個外部鏈接)
- 更新頁面時同步更新 `updated` 日期
- 新頁面必須添加到 `index.md` 對應版塊
- 所有操作追加到 `log.md`
## Frontmatter
```yaml
---
title: 頁面標題
created: YYYY-MM-DD
updated: YYYY-MM-DD
type: entity | concept | comparison | query | summary
tags: [從下方標籤體系選取]
sources: [raw/articles/source-name.md]
---
```
## Tag Taxonomy(標籤體系)
### 智算中心技術標籤
- 等級標準:`tier-iii`, `tier-iv`, `ansi/tia-942`, `uptime-institute`
- 網路架構:`network`, `fiber`, `switching`, `routing`, `wan`, `lan`, `dci`, `infiniband`, `roce`
- 硬件設施:`server`, `gpu`, `storage`, `power`, `cooling`, `ups`, `generator`, `cab`, `pdu`, `liquid-cooling`
- 物理安全:`security`, `cctv`, `access-control`, `biometric`, `perimeter`
- 選址與土建:`site`, `building`, `floor-plan`, `reinforcement`, `load-bearing`
- 供應商:`vendor`, `oem`, `integrator`, `contractor`
- 項目管理:`planning`, `design`, `construction`, `commissioning`, `timeline`, `rfp`
- 合規認證:`certification`, `audit`, `fire-code`, `insurance`
- 運維管理:`monitoring`, `maintenance`, `mttf`, `mttr`, `sla`
### 航班運營標籤
- 運營系統:`a-cdm`, `aodb`, `smgcs`, `bhs`, `fids`, `vdgs`, `rms`, `dcb`
- 航班數據:`flight-data`, `milestone`, `ssim`, `ctot`, `tobt`, `tsat`
- 場面活動:`airside`, `taxiway`, `runway`, `apron`, `stand`, `deicing`
- 旅客服務:`passenger`, `smart-gating`, `self-service`, `biometric`, `app`
- 行李系統:`bag-trace`, `rfid`, `sorting`, `ibs`, `early-bag-storage`
- 數據交換:`api`, `integration`, `xml`, `idx`, `cidx`
### 通用標籤
- `ai-ml`AI/ML 應用
- `comparison`:對比分析
- `timeline`:時間線
- `glossary`:術語表
- `draft`:草稿
- `archived`:歸檔
## Page Thresholds(頁面創建規則)
- **創建獨立頁面** 當一個實體/概念在 2+ 來源中被提及,或在一個來源中處於核心位置
- **追加到現有頁面** 當來源提到已在覆蓋範圍內的內容
- **不建頁面** 僅一次提及、細節性內容、或超出本領域的內容
- **拆分頁面** 當頁面超過 ~200 行時,拆分為子主題並交叉鏈接
- **歸檔頁面** 內容完全被取代時,移至 `_archive/`
## Directory Structure(目錄結構)
```
airport-wiki/
├── SCHEMA.md # 本文件
├── index.md # 內容總索引
├── log.md # 操作日誌
├── 機場智算中心技術方案.md # 綜合技術方案
├── 機場航班數據管理運營方案.md # 運營管理方案
├── concepts/
│ ├── tech-infrastructure/ # 智算中心技術(9頁)
│ │ ├── airport-data-center-overview.md
│ │ ├── gpu-cluster.md
│ │ ├── network-architecture.md
│ │ ├── power-and-cooling.md
│ │ ├── tier-iii-design.md
│ │ ├── tier-iv-design.md
│ │ ├── prefab-modular-dc.md
│ │ ├── modern-airport-trends.md
│ │ └── glossary.md
│ └── flight-operations/ # 航班運營系統(10頁)
│ ├── a-cdm.md
│ ├── aodb-core.md
│ ├── aodb-vendors.md
│ ├── aodb-acdm-integration.md
│ ├── smgcs.md
│ ├── baggage-handling.md
│ ├── flight-data-exchange.md
│ ├── smart-gating.md
│ ├── deicing-operations.md
│ └── airport-systems-landscape.md # 系統層級總圖(新建)
├── comparisons/ # 橫向對比
│ ├── airport-dc-case-studies.md
│ └── airport-operations-systems.md
├── entities/ # 機場實體案例
│ ├── shenzhen-airport.md
│ ├── zhengzhou-airport-hangang.md
│ └── fuzhou-changle-airport-bsj.md
└── raw/
├── articles/
├── papers/
├── transcripts/
└── assets/
```
## Entity Pages(實體頁面)
每個主要實體一頁,包括:
- 概述 / 是什麼
- 關鍵事實和數據
- 與其他實體的關係([[wikilinks]]
- 來源引用
## Concept Pages(概念頁面)
每個概念/主題一頁,包括:
- 定義 / 解釋
- 當前知識狀態
- 開放問題或爭議
- 相關概念([[wikilinks]]
## Comparison Pages(對比頁面)
並排分析,包括:
- 比較對象及原因
- 對比維度(表格格式優先)
- 結論或綜合判斷
- 來源
## Update Policy(更新政策)
新信息與現有內容衝突時:
1. 檢查日期 — 新來源通常取代舊來源
2. 如確實矛盾,記錄雙方立場和日期、來源
3. 在 frontmatter 標記:`contradictions: [page-name]`
4. 在 lint 報告中標記待用戶審核
## Glossary(術語表)
建設和運營涉及的英文縮寫和術語,統一在 `concepts/tech-infrastructure/glossary.md` 中解釋。