Update index.html
Browse files- index.html +22 -1
index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<body>
|
12 |
|
13 |
|
14 |
-
|
15 |
journey
|
16 |
title Create AI
|
17 |
section Training
|
@@ -27,6 +27,25 @@ journey
|
|
27 |
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
28 |
</div>
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
<div class="mermaid">
|
32 |
sequenceDiagram
|
@@ -54,5 +73,7 @@ journey
|
|
54 |
>.
|
55 |
</p>
|
56 |
</div>
|
|
|
|
|
57 |
</body>
|
58 |
</html>
|
|
|
11 |
<body>
|
12 |
|
13 |
|
14 |
+
<div class="mermaid">
|
15 |
journey
|
16 |
title Create AI
|
17 |
section Training
|
|
|
27 |
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
28 |
</div>
|
29 |
|
30 |
+
<div class="mermaid">
|
31 |
+
mindmap
|
32 |
+
root((mindmap))
|
33 |
+
Origins
|
34 |
+
Long history
|
35 |
+
::icon(fa fa-book)
|
36 |
+
Popularisation
|
37 |
+
British popular psychology author Tony Buzan
|
38 |
+
Research
|
39 |
+
On effectiveness<br/>and features
|
40 |
+
On Automatic creation
|
41 |
+
Uses
|
42 |
+
Creative techniques
|
43 |
+
Strategic planning
|
44 |
+
Argument mapping
|
45 |
+
Tools
|
46 |
+
Pen and paper
|
47 |
+
Mermaid
|
48 |
+
</div>
|
49 |
|
50 |
<div class="mermaid">
|
51 |
sequenceDiagram
|
|
|
73 |
>.
|
74 |
</p>
|
75 |
</div>
|
76 |
+
|
77 |
+
|
78 |
</body>
|
79 |
</html>
|