Datasets:
Upload domains/microsims/learning-graph.csv with huggingface_hub
Browse files
domains/microsims/learning-graph.csv
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ConceptID,ConceptLabel,Dependencies,TaxonomyID
|
| 2 |
+
1,MicroSim Definition,,FOUND
|
| 3 |
+
2,MicroSim Uniqueness,1,FOUND
|
| 4 |
+
3,Simplicity,1,FOUND
|
| 5 |
+
4,Embedding,1|13,FOUND
|
| 6 |
+
5,AI Driven,1|45,FOUND
|
| 7 |
+
6,Programming Fundamentals,,PROG
|
| 8 |
+
7,Variables,6,PROG
|
| 9 |
+
8,Control Flow,6|7,PROG
|
| 10 |
+
9,Loops,6|8,PROG
|
| 11 |
+
10,Functions,6|7|8,PROG
|
| 12 |
+
11,Debugging Techniques,6|7|8|9|10,PROG
|
| 13 |
+
12,JavaScript Basics,6|7|8|9|10,WEB
|
| 14 |
+
13,HTML Fundamentals,6,WEB
|
| 15 |
+
14,CSS Basics,13,WEB
|
| 16 |
+
15,Web Browser,,WEB
|
| 17 |
+
16,Developer Tools,15|12,WEB
|
| 18 |
+
17,Text Editor,6,WEB
|
| 19 |
+
18,Version Control,6,WEB
|
| 20 |
+
19,Git,18,WEB
|
| 21 |
+
20,GitHub,19,WEB
|
| 22 |
+
21,p5.js Library,12|13,P5JS
|
| 23 |
+
22,Canvas Element,21|13,P5JS
|
| 24 |
+
23,Coordinate System,22,P5JS
|
| 25 |
+
24,Pixels,22|23,P5JS
|
| 26 |
+
25,RGB Color Model,22,P5JS
|
| 27 |
+
26,setup() Function,21|10,P5JS
|
| 28 |
+
27,draw() Function,21|10|26,P5JS
|
| 29 |
+
28,Global Variables,7|21,P5JS
|
| 30 |
+
29,Local Variables,7|10,P5JS
|
| 31 |
+
30,Animation Loop,27|9,P5JS
|
| 32 |
+
31,Frame Rate,30,P5JS
|
| 33 |
+
32,createCanvas(),26|22,P5JS
|
| 34 |
+
33,background(),27|25,P5JS
|
| 35 |
+
34,fill(),27|25,P5JS
|
| 36 |
+
35,stroke(),27|25,P5JS
|
| 37 |
+
36,rect(),27|42,P5JS
|
| 38 |
+
37,ellipse(),27|42,P5JS
|
| 39 |
+
38,line(),27|42,P5JS
|
| 40 |
+
39,text(),27|42,P5JS
|
| 41 |
+
40,textSize(),39,P5JS
|
| 42 |
+
41,textAlign(),39,P5JS
|
| 43 |
+
42,Drawing Primitives,27|23,P5JS
|
| 44 |
+
43,Shape Rendering,42|34|35,P5JS
|
| 45 |
+
44,Color Theory,25|34|35,P5JS
|
| 46 |
+
45,Generative AI,,GENAI
|
| 47 |
+
46,Large Language Models,45,GENAI
|
| 48 |
+
47,ChatGPT,46,GENAI
|
| 49 |
+
48,Claude,46,GENAI
|
| 50 |
+
49,AI Prompting,46,GENAI
|
| 51 |
+
50,Prompt Engineering,49,GENAI
|
| 52 |
+
51,Iterative Refinement,50|52,GENAI
|
| 53 |
+
52,AI Code Generation,46|12,GENAI
|
| 54 |
+
53,Code Debugging with AI,52|11,GENAI
|
| 55 |
+
54,Token Limits,46,GENAI
|
| 56 |
+
55,Context Window,46|54,GENAI
|
| 57 |
+
56,AI Hallucinations,46,GENAI
|
| 58 |
+
57,AI Limitations,46|56,GENAI
|
| 59 |
+
58,Educational Simulation,1,FOUND
|
| 60 |
+
59,Interactive Learning,58,FOUND
|
| 61 |
+
60,Web-Based Simulation,58|13|12,FOUND
|
| 62 |
+
61,MicroSim Architecture,1|60,ARCH
|
| 63 |
+
62,Drawing Region,61|22,ARCH
|
| 64 |
+
63,Control Region,61,ARCH
|
| 65 |
+
64,Canvas Width,22|61,ARCH
|
| 66 |
+
65,Canvas Height,22|61,ARCH
|
| 67 |
+
66,Draw Height,62|65,ARCH
|
| 68 |
+
67,Control Height,63|65,ARCH
|
| 69 |
+
68,Margin Variable,61|23,ARCH
|
| 70 |
+
69,Standard Layout,61|62|63,ARCH
|
| 71 |
+
70,Two-Column Layout,69,ARCH
|
| 72 |
+
71,Fixed Layout,69,ARCH
|
| 73 |
+
72,Responsive Layout,69|123,ARCH
|
| 74 |
+
73,Bloom's Taxonomy,,BLOOM
|
| 75 |
+
74,Remember Level,73,BLOOM
|
| 76 |
+
75,Understand Level,73|74,BLOOM
|
| 77 |
+
76,Apply Level,73|75,BLOOM
|
| 78 |
+
77,Analyze Level,73|76,BLOOM
|
| 79 |
+
78,Evaluate Level,73|77,BLOOM
|
| 80 |
+
79,Create Level,73|78,BLOOM
|
| 81 |
+
80,Learning Objectives,73,BLOOM
|
| 82 |
+
81,Cognitive Levels,73|80,BLOOM
|
| 83 |
+
82,Taxonomy Pyramid,73|74|75|76|77|78|79,BLOOM
|
| 84 |
+
83,Objective Classification,80|82,BLOOM
|
| 85 |
+
84,MicroSim Type Selection,83|1,BLOOM
|
| 86 |
+
85,p5.js MicroSim,21|84,TYPES
|
| 87 |
+
86,Mermaid.js Diagrams,84|205,TYPES
|
| 88 |
+
87,Process Diagrams,86,TYPES
|
| 89 |
+
88,Flowcharts,86|208,TYPES
|
| 90 |
+
89,Chart.js Library,84|211,TYPES
|
| 91 |
+
90,Bar Charts,89|213,TYPES
|
| 92 |
+
91,Pie Charts,89|212,TYPES
|
| 93 |
+
92,Line Charts,89|214,TYPES
|
| 94 |
+
93,Timeline Visualization,84|227,TYPES
|
| 95 |
+
94,Geographic Maps,84|224,TYPES
|
| 96 |
+
95,Leaflet.js,94|225,TYPES
|
| 97 |
+
96,Network Graphs,84|218,TYPES
|
| 98 |
+
97,vis-network Library,96|218,TYPES
|
| 99 |
+
98,Causal Loop Diagrams,96,TYPES
|
| 100 |
+
99,Equation Graphing,84|21,TYPES
|
| 101 |
+
100,Specialized MicroSims,84|203,TYPES
|
| 102 |
+
101,3D Visualization,100,TYPES
|
| 103 |
+
102,Circuit Simulation,100,TYPES
|
| 104 |
+
103,Slider Control,63|21,UI
|
| 105 |
+
104,Button Control,63|21,UI
|
| 106 |
+
105,Start Button,104|119,UI
|
| 107 |
+
106,Stop Button,104|119,UI
|
| 108 |
+
107,Pause Button,104|119,UI
|
| 109 |
+
108,Reset Button,104,UI
|
| 110 |
+
109,createSlider(),103|26,UI
|
| 111 |
+
110,createButton(),104|26,UI
|
| 112 |
+
111,Input Handling,103|104,UI
|
| 113 |
+
112,Mouse Events,21|111,UI
|
| 114 |
+
113,mousePressed(),112,UI
|
| 115 |
+
114,mouseDragged(),112,UI
|
| 116 |
+
115,Keyboard Events,21|111,UI
|
| 117 |
+
116,keyPressed(),115,UI
|
| 118 |
+
117,Event Handlers,112|115,UI
|
| 119 |
+
118,User Interaction,111|117,UI
|
| 120 |
+
119,isRunning State,28|30,UI
|
| 121 |
+
120,Animation Control,119|105|106|107,UI
|
| 122 |
+
121,Speed Control,103|31,UI
|
| 123 |
+
122,Parameter Adjustment,103|118,UI
|
| 124 |
+
123,windowResized(),21|10,RESP
|
| 125 |
+
124,updateCanvasSize(),123|64|65,RESP
|
| 126 |
+
125,Container Width,124,RESP
|
| 127 |
+
126,Relative Positioning,23|125,RESP
|
| 128 |
+
127,Responsive Width,72|125,RESP
|
| 129 |
+
128,Dynamic Scaling,127|126,RESP
|
| 130 |
+
129,push() Function,21|23,RESP
|
| 131 |
+
130,pop() Function,129,RESP
|
| 132 |
+
131,translate() Function,23|129,RESP
|
| 133 |
+
132,Element Grouping,129|130|131,RESP
|
| 134 |
+
133,Coordinate Translation,131|23,RESP
|
| 135 |
+
134,Dublin Core Metadata,,META
|
| 136 |
+
135,Metadata Standards,134,META
|
| 137 |
+
136,Title Metadata,135,META
|
| 138 |
+
137,Creator Metadata,135,META
|
| 139 |
+
138,Subject Metadata,135,META
|
| 140 |
+
139,Description Metadata,135,META
|
| 141 |
+
140,JSON Schema,135|12,META
|
| 142 |
+
141,YAML Frontmatter,135|13,META
|
| 143 |
+
142,MicroSim Packaging,61|135,META
|
| 144 |
+
143,index.md File,142|141,META
|
| 145 |
+
144,main.html File,142|13,META
|
| 146 |
+
145,style.css File,142|14,META
|
| 147 |
+
146,script.js File,142|12,META
|
| 148 |
+
147,data.json File,142|140,META
|
| 149 |
+
148,metadata.json File,142|140,META
|
| 150 |
+
149,Quality Score,142|150,META
|
| 151 |
+
150,100-Point Rubric,142,META
|
| 152 |
+
151,MicroSim Validation,149|150,META
|
| 153 |
+
152,Cognitive Load Theory,,PED
|
| 154 |
+
153,Extraneous Load,152,PED
|
| 155 |
+
154,Intrinsic Load,152,PED
|
| 156 |
+
155,Germane Load,152,PED
|
| 157 |
+
156,Universal Design Learning,152,PED
|
| 158 |
+
157,Multiple Representations,156,PED
|
| 159 |
+
158,Scaffolding Strategies,152|59,PED
|
| 160 |
+
159,Guided Exploration,158,PED
|
| 161 |
+
160,Open Exploration,158,PED
|
| 162 |
+
161,PRIMM Methodology,59,PED
|
| 163 |
+
162,Predict Phase,161,PED
|
| 164 |
+
163,Run Phase,161|162,PED
|
| 165 |
+
164,Investigate Phase,161|163,PED
|
| 166 |
+
165,Modify Phase,161|164,PED
|
| 167 |
+
166,Make Phase,161|165,PED
|
| 168 |
+
167,Formative Assessment,59|80,PED
|
| 169 |
+
168,Quiz Mode,167|85,PED
|
| 170 |
+
169,Flash Card MicroSim,74|85,PED
|
| 171 |
+
170,Sorter MicroSim,74|85,PED
|
| 172 |
+
171,Model Editor,79|85,PED
|
| 173 |
+
172,describe() Function,21|173,ACCESS
|
| 174 |
+
173,Screen Reader Support,177,ACCESS
|
| 175 |
+
174,Color Contrast,44|177,ACCESS
|
| 176 |
+
175,Keyboard Navigation,115|177,ACCESS
|
| 177 |
+
176,WCAG Guidelines,177,ACCESS
|
| 178 |
+
177,Accessible Design,156,ACCESS
|
| 179 |
+
178,Rules Files,50|180,GENAI
|
| 180 |
+
179,Skills Development,178,GENAI
|
| 181 |
+
180,Claude Code,48,GENAI
|
| 182 |
+
181,p5.js Editor Preview,21|183,PROF
|
| 183 |
+
182,mkdocs serve,13|183,PROF
|
| 184 |
+
183,Live Preview,17,PROF
|
| 185 |
+
184,iframe Integration,4|13,PROF
|
| 186 |
+
185,MkDocs Embedding,184|182,PROF
|
| 187 |
+
186,HTML Slide Embedding,184|13,PROF
|
| 188 |
+
187,iframe Styling,184|14,PROF
|
| 189 |
+
188,Minimal Borders,187,PROF
|
| 190 |
+
189,Creative Commons,,PROF
|
| 191 |
+
190,Attribution License,189,PROF
|
| 192 |
+
191,CC BY-NC-SA,190,PROF
|
| 193 |
+
192,Fullscreen Icon,184|187,PROF
|
| 194 |
+
193,Copyright Icon,189|184,PROF
|
| 195 |
+
194,Collaboration Workflow,20,PROF
|
| 196 |
+
195,Peer Review,194,PROF
|
| 197 |
+
196,User Testing,59|197,PROF
|
| 198 |
+
197,Usability Studies,59,PROF
|
| 199 |
+
198,Educational Equity,156,ACCESS
|
| 200 |
+
199,Low-Bandwidth Design,198|72,ACCESS
|
| 201 |
+
200,Older Device Support,198|72,ACCESS
|
| 202 |
+
201,Social Image Preview,142|202,META
|
| 203 |
+
202,Open Graph Tags,13|135,META
|
| 204 |
+
203,Other MicroSim Libraries,84,TYPES
|
| 205 |
+
204,General vs. Specialized,203,TYPES
|
| 206 |
+
205,Mermaid,203|206,TYPES
|
| 207 |
+
206,Declarative Layout,12,TYPES
|
| 208 |
+
207,Infographics,203,TYPES
|
| 209 |
+
208,Flowchart,205|87,TYPES
|
| 210 |
+
209,Workflow,205|87,TYPES
|
| 211 |
+
210,ToolTips,118|39,TYPES
|
| 212 |
+
211,ChartJS,203|12,TYPES
|
| 213 |
+
212,Chart Types,211,TYPES
|
| 214 |
+
213,Bar Chart,212,TYPES
|
| 215 |
+
214,Line Chart,212,TYPES
|
| 216 |
+
215,Bubble Chart,212,TYPES
|
| 217 |
+
216,Other Chart Types,212,TYPES
|
| 218 |
+
217,Data Type to Chart Types,212,TYPES
|
| 219 |
+
218,Vis-network JS Library,203|12,TYPES
|
| 220 |
+
219,Graph Layout Algorithms,218,TYPES
|
| 221 |
+
220,History of GraphViz,219,TYPES
|
| 222 |
+
221,Forced Directed Layout,219,TYPES
|
| 223 |
+
222,Graph Node Coloring,218|44,TYPES
|
| 224 |
+
223,Org Chart Example,218,TYPES
|
| 225 |
+
224,Maps,203,TYPES
|
| 226 |
+
225,Leaflet JS Library,224|12,TYPES
|
| 227 |
+
226,OpenMaps Data,224,TYPES
|
| 228 |
+
227,Timelines,203,TYPES
|
| 229 |
+
228,Event Lists,227,TYPES
|
| 230 |
+
229,Durations,227,TYPES
|
| 231 |
+
230,Sequence Diagrams,205|227,TYPES
|
| 232 |
+
231,Heavyweight Libraries,203,TYPES
|
| 233 |
+
232,ReactFlow,231|12,TYPES
|
| 234 |
+
233,ER Diagram Example,205|218,TYPES
|
| 235 |
+
234,Vis-Timeline,227|12,TYPES
|
| 236 |
+
235,Venn Diagrams,203,TYPES
|
| 237 |
+
236,Portfolio Development,142|237,PROF
|
| 238 |
+
237,Diversity of MicroSims,84|203,PROF
|
| 239 |
+
238,Learning Graph,239,PROF
|
| 240 |
+
239,Concept Dependencies,73|80,PROF
|
| 241 |
+
240,Capstone Project,236|79|151,PROF
|
| 242 |
+
241,Project Evaluation,240|150,PROF
|
| 243 |
+
242,Working in Teams,194|195,PROF
|