graph TD
%% External Flags (Inputs)
subgraph 外部條件
direction LR
F_PublicAwareness[民眾保育總體意識提升]:::externalFlag
F_MonitoringNetwork[全國生態監測網絡建立]:::externalFlag
F_InternationalCoop[國際合作]:::externalFlag
end
%% Events (Problems)
subgraph 危機事件
direction TB
E_Stranding[綠蠵龜擱淺事件增加]:::event --> F_Crisis[綠蠵龜生存危機]:::crisisFlag
F_Crisis -- 導致 --> E_SpawnDamage[綠蠵龜產卵地遭人為破壞]:::event
F_Crisis -- 導致 --> E_PlasticPollution[海洋塑膠污染影響綠蠵龜覓食]:::event
end
%% Strategies and their effects
subgraph 保育策略與成果
direction LR
F_PublicAwareness -- 需要 --> S_Educate[推動綠蠵龜保育宣導與教育]:::strategy
S_Educate -- 設定 --> F_Awareness[綠蠵龜保育意識強化]:::flag
F_Awareness -- 需要 --> S_ProtectSpawn[劃設綠蠵龜產卵地保護區]:::strategy
S_ProtectSpawn -- 設定 --> F_SpawnProtected[產卵地保護強化]:::flag
F_Awareness -- 需要 --> S_CleanOcean[執行海洋清潔及友善漁業推廣]:::strategy
S_CleanOcean -- 設定 --> F_OceanImproved[海洋環境改善]:::flag
F_Awareness & F_MonitoringNetwork -- 需要 --> S_RescueResearch[強化綠蠵龜救傷與研究網絡]:::strategy
S_RescueResearch -- 設定 --> F_RescueResearchImproved[綠蠵龜救傷研究提升]:::flag
F_SpawnProtected & F_OceanImproved & F_RescueResearchImproved & F_InternationalCoop -- 需要 --> S_Integrate[綠蠵龜族群復育整合計畫]:::strategy
S_Integrate -- 設定 --> F_StablePopulation[綠蠵龜族群穩定]:::goalFlag
S_Integrate -- 清除 --> F_Crisis
end
%% Event Resolution (Disappearance conditions)
subgraph 事件解決條件
direction TB
F_StablePopulation -- 解決 --> E_Stranding
F_SpawnProtected -- 解決 --> E_SpawnDamage
F_StablePopulation -- 解決 --> E_SpawnDamage
F_OceanImproved -- 解決 --> E_PlasticPollution
F_StablePopulation -- 解決 --> E_PlasticPollution
end
%% Styling
classDef event fill:#FFF0F0,stroke:#A52A2A,stroke-width:2px,color:#333,rx:5px,ry:5px
classDef strategy fill:#F0FFF0,stroke:#228B22,stroke-width:2px,color:#333,rx:5px,ry:5px
classDef flag fill:#F0FFFF,stroke:#1E90FF,stroke-width:2px,color:#333
classDef crisisFlag fill:#FFF8DC,stroke:#FF8C00,stroke-width:2px,color:#333
classDef goalFlag fill:#E6E6FA,stroke:#8A2BE2,stroke-width:2px,color:#333
classDef externalFlag fill:#F5F5F5,stroke:#696969,stroke-width:1px,color:#333,stroke-dasharray:5 5