Update 3 Path to Peace

2026-01-18 17:28:55 -05:00
parent 14a282ff73
commit d2457cc0ad

@@ -9,15 +9,7 @@
```mermaid ```mermaid
graph TD graph TD
A[Christmas] -->|Get money| B(Go shopping) B(Current State)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```
```mermaid
graph TD
A[State] -->|No Peace| B(Peace Process)
B --> C{Peace Process} B --> C{Peace Process}
C --> |1| D[Peace through Persuasion] C --> |1| D[Peace through Persuasion]
C --> |2| E[Peace through Separation] C --> |2| E[Peace through Separation]
@@ -50,3 +42,12 @@ Context: There exists between two or more parties "non-peace", i.e. strife, disa
## 3. Peace through elimination ## 3. Peace through elimination
```mermaid
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```