vault backup: 2026-01-22 16:52:55

This commit is contained in:
2026-01-22 16:52:55 -05:00
parent 8db36d7e9d
commit 1e0a853527
10 changed files with 245 additions and 23 deletions
+34 -2
View File
@@ -1,13 +1,13 @@
---
id:
aliases: []
title: Diagrams
tags:
- authorship/original
- destiny/uncertain
- status/incomplete
- topic/meta
- type/encyclopedia-entry
title: Diagrams
---
# Diagrams
@@ -62,4 +62,36 @@ classDiagram
| `--` | Link (Solid) |
| `..>` | Dependency |
| `..\|>` | Realization |
| `..` | Link (Dashed) |
| `..` | Link (Dashed) |
### Pie Chart
```mermaid
pie title Estimating Process
"Estimate Preparation" : 15
"Takeoff" : 65
"Estension & Review" : 10
"Bid Summary" : 10
```
### Mind Map
```mermaid
mindmap
root((mindmap))
Origins
Long history
::icon(fa fa-book)
Popularisation
British popular psychology author Tony Buzan
Research
On effectiveness<br/>and features
On Automatic creation
Uses
Creative techniques
Strategic planning
Argument mapping
Tools
Pen and paper
Mermaid
```