-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathabout.html
409 lines (396 loc) · 14.9 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>About | Visualize It</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Materialize -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="style.css" />
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M95CKRP8HB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { window.dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M95CKRP8HB');
</script>
<body>
<nav class="nav-extended" style="background:black; margin-top: 0mm">
<div class="nav-wrapper">
<h1 id="main-heading">Visualize It</h1>
</div>
<div class="nav-content">
<ul class="tabs tabs-transparent tabs-fixed-width">
<li class="tab"><a href="index.html" style="font-size: larger;">Home</a></li>
<li class="tab"><a class="active" href="#" style="font-size: larger;">About</a></li>
</ul>
</div>
</nav>
<div class="container" style="width: 100%">
<div class="row">
<div class="s12">
<br>
<p class="flow-text">
All simulations here were developed by ChanRT / Chandan Relekar. Fork me at <a
href="https://www.github.com/chanrt">GitHub</a>!
<br>
Everything has been programmed using vanilla JavaScript.
<br> <br>
You are free to use these simulations for educational purposes.
<br>
However, an acknowledgement would be great!
<br> <br>
Many simulations on this website are inspired from the works of YouTube creators.
<br>
To name a few: <a target="_blank" href="https://www.youtube.com/c/TheCodingTrain">The Coding Train</a>, <a
target="_blank" href="https://www.youtube.com/c/SebastianLague/videos">Sebastian Lague</a>, <a
target="_blank" href="https://www.youtube.com/c/veritasium/featured">Veritasium</a>, <a target="_blank"
href="https://www.youtube.com/c/3blue1brown/videos">3Blue1Brown</a>, <a target="_blank"
href="https://www.youtube.com/channel/UCpCSAcbqs-sjEVfk_hMfY9w">Zach Star</a>, <a target="_blank"
href="https://www.youtube.com/c/Reducible">Reducible</a>, <a target="_blank"
href="https://www.youtube.com/user/Computerphile">Computerphile</a>, <a target="_blank"
href="https://www.youtube.com/c/numberphile">Numberphile</a> and many others!
<br>
Certain simulations on niche topics were motivated by courses that I took at my university (<a target="_blank"
href="https://iisc.ac.in/">Indian Institute of Science</a>).
<br> <br>
A lot of simulations are under development, and a new one is released every 2-3 weeks or so.
<center>
<div style="background:black; border: 1px solid red;">
<p class="flow-text">
This website was featured in top 100 worldwide of 3Blue1Brown's Summer of Math Exposition II
</p>
</div>
</center>
<br>
<img class="responsive-img" src="assets/3b1b.png">
<br> <br>
</p>
<p class="flow-text">
This website has had almost 100,000 views since July 2021 (measured on August 2024), and has been accessed from
countries all over the world!
<div class="col s12 l6">
<img class="responsive-img" src="assets/views.png">
</div>
<div class="col s12 l6">
<img class="responsive-img" src="assets/world.png">
<br>
<br>
<br>
</div>
</p>
<h2>Timeline</h2>
<center>
<div style="background:black; border: 1px solid red;">
<p class="flow-text">
This is an ONGOING project!
</p>
</div>
</center>
<center>
<table class="flow-text">
<tr>
<th>Topic</th>
<th>Date</th>
</tr>
<tr>
<td>Hopfield Networks</td>
<td>September 8th, 2024</td>
</tr>
<tr>
<td>Public Goods</td>
<td>June 29th, 2024</td>
</tr>
<tr>
<td>Small-World Networks</td>
<td>June 4th, 2024</td>
</tr>
<tr>
<td>Pedestrian Dynamics</td>
<td>January 24th, 2024</td>
</tr>
<tr>
<td>Ant Colony Optimization</td>
<td>November 4th, 2023</td>
</tr>
<tr>
<td>Predator Escape (<a href="predator_escape/simulation.html">archived</a>)</td>
<td>March 2nd, 2024</td>
</tr>
<tr>
<td>Double Pendulum</td>
<td>February 19th, 2023</td>
</tr>
<tr>
<td>Vicsek Model</td>
<td>February 14th, 2023</td>
</tr>
<tr>
<td>Porous Percolation</td>
<td>February 12th, 2023</td>
</tr>
<tr>
<td>Bernoulli Percolation</td>
<td>February 9th, 2023</td>
</tr>
<tr>
<td>Simple Fluid</td>
<td>January 21st, 2023</td>
</tr>
<tr>
<td>Fourier Series</td>
<td>January 19th, 2023</td>
</tr>
<tr>
<td>Tricritical Directed Percolation</td>
<td>January 18th, 2023</td>
</tr>
<tr>
<td>Lotka-Volterra Model</td>
<td>October 10th, 2022</td>
</tr>
<tr>
<td>Schelling's Model</td>
<td>July 20th, 2022</td>
</tr>
<tr>
<td>Gradient Descent</td>
<td>July 18th, 2022</td>
</tr>
<tr>
<td>Firefly Synchronization</td>
<td>June 30th, 2022</td>
</tr>
<tr>
<td>Ising Model</td>
<td>June 29th, 2022</td>
</tr>
<tr>
<td>Collective Behaviour</td>
<td>June 24th, 2022</td>
</tr>
<tr>
<td>Flocking Behaviour (<a href="flocking_behaviour/simulation.html">archived*</a>)</td>
<td>June 17th, 2022</td>
</tr>
<tr>
<td>Monte Carlo</td>
<td>March 15th, 2022</td>
</tr>
<tr>
<td>K-means Clustering</td>
<td>March 15th, 2022</td>
</tr>
<tr>
<td>Image Filters</td>
<td>December 4th, 2021</td>
</tr>
<tr>
<td>Home Range (<a href="home_range/simulation.html">archived</a>)</td>
<td>November 29th, 2021</td>
</tr>
<tr>
<td>Nuclear Fusion</td>
<td>November 10th, 2021</td>
</tr>
<tr>
<td>Sorting Algorithms</td>
<td>October 7th, 2021</td>
</tr>
<tr>
<td>Genetic Algorithm</td>
<td>October 4th, 2021</td>
</tr>
<tr>
<td>Polynomial Regression</td>
<td>September 20th, 2021</td>
</tr>
<tr>
<td>Contact Process</td>
<td>September 19th, 2021</td>
</tr>
<tr>
<td>Bezier Curves</td>
<td>September 4th, 2021</td>
</tr>
<tr>
<td>Reaction Diffusion</td>
<td>August 24th, 2021</td>
</tr>
<tr>
<td>Random Walks</td>
<td>August 22nd, 2021</td>
</tr>
<tr>
<td>Maze Generation</td>
<td>August 20th, 2021</td>
</tr>
<tr>
<td>Collatz Conjecture (<a href="collatz_conjecture/simulation.html">archived</a>)</td>
<td>July 31st, 2021</td>
</tr>
<tr>
<td>Prime Counting (<a href="prime_counting/simulation.html">archived)</td>
<td>July 23rd, 2021</td>
</tr>
<tr>
<td>Hilbert Curve</td>
<td>July 23rd, 2021</td>
</tr>
<tr>
<td>Lorenz System</td>
<td>July 21st, 2021</td>
</tr>
<tr>
<td>Logistic Map (<a href="bifurcation_diagram/simulation.html">archived</a>)</td>
<td>May 20th, 2021</td>
</tr>
<tr>
<td>Lexical Analysis</td>
<td>May 17th, 2021</td>
</tr>
<tr>
<td>Travelling Salesman</td>
<td>May 14th, 2021</td>
</tr>
<tr>
<td>Mandelbrot Fractal</td>
<td>March 13th, 2021</td>
</tr>
<tr>
<td>Verhulst Model (<a href="verhulst_model/simulation.html">archived</a>)</td>
<td>March 5th, 2021</td>
</tr>
<tr>
<td>Heat Equation (<a href="heat_equation/simulation.html">archived</a>)</td>
<td>February 24th, 2021</td>
</tr>
<tr>
<td>Conway's Game of Life</td>
<td>February 7th, 2021</td>
</tr>
<tr>
<td>Linear Momentum</td>
<td>January 26th, 2021</td>
</tr>
<tr>
<td>Linear Transformations</td>
<td>January 23rd, 2021</td>
</tr>
<tr>
<td>Conic sections (<a href="conic_sections/simulation.html">archived</a>)</td>
<td>January 21st, 2021</td>
</tr>
<tr>
<td>Quantum Computing</td>
<td>January 18th, 2021</td>
</tr>
<tr>
<td>Special Relativity</td>
<td>January 7th, 2021</td>
</tr>
<tr>
<td>Stroboscopic Effect</td>
<td>December 24th, 2020</td>
</tr>
<tr>
<td>Planetary Motion</td>
<td>December 15th, 2020</td>
</tr>
<tr>
<td>Projectile Motion</td>
<td>December 10th, 2020</td>
</tr>
<tr>
<td>Spring Motion</td>
<td>December 9th, 2020</td>
</tr>
<tr>
<td>Trigonometric Functions</td>
<td>December 5th, 2020</td>
</tr>
<tr>
<td>Repository created</td>
<td>November 25th, 2020</td>
</tr>
</table>
<p>
*Certain topics here have been archived because they have been covered within an overarching topic (like
flocking behaviour is a particular case of collective behaviour, among others). The websites for topics like
prime counting, Collatz conjecture and conic sections are not educative enough, to be featured along with
others.
</p>
</center>
<h2>Planned Topics</h2>
<center>
<div style="background:black; border: 1px solid red;">
<p class="flow-text">
If this website gets a larger audience, then I will have greater impetus to work on these topics!
</p>
</div>
</center>
<ol class="flow-text">
<li>Solve Travelling Salesman using Genetic Algorithm and Simulated Annealing</li>
<li>Pattern formation in pulsed oscillators</li>
<li>Phase-coupled Oscillators</li>
<li>Orbits (basically, shooting balls out of a cannon at different altitudes and velocities)</li>
<li>Artificial Life (<a href="artificial_life/simulation.html">partially completed</a>)</li>
<li>Collapse of stars, using Lane-Emden equations</li>
<li>Accretion disk of black holes</li>
<li>Simulating the Wave equation (<a href="waves/simulation.html">partially completed</a>)</li>
<li>XY model of Statistical Mechanics (<a href="xy_model/simulation.html">partially completed</a>)</li>
<li>Beautiful patterns generated by Diffusion Limited Aggregation</li>
<li>Famous Fractals</li>
<li>Drawing implicit functions using Marching Squares (<a href="marching_squares/simulation.html">partially
completed</a>)</li>
<li>Collision detection algorithms</li>
<li>Perlin noise (implementation not yet clear)</li>
<li>Doppler effect</li>
<li>Graph algorithms like Djikstra, A*, Bellmann-Ford, etc.</li>
<li>Graph (set of nodes and edges) drawing algorithms </li>
<li>Random Boolean Networks</li>
<li>Fluids (specifics not yet clear)</li>
<li>Splines and other beautiful curves (specifics not yet clear)</li>
<li>SIR Model of Pandemic spread</li>
<li>Boltzmann Distribution in a randomized exchange lattice</li>
<li>Raycasting</li>
<li>Wave function collapse (procedural level generation)</li>
<li>Maximum flow in a network</li>
<li>Forest fires</li>
<li>Microbial growth patterns</li>
<li>Power-law clustering of Vegetation</li>
<li>Kuramoto Model</li>
<li>Levy walk</li>
<li>Chemotaxis</li>
<li>Lennard Jones fluid</li>
<li>Voter model (stochastic imitation, majority choice)</li>
<li>Language competition (Abrams - Strogatz Model)</li>
<li>Threshold model (complex contagion model used to describe spread of rumours and fads)</li>
<li>Parking strategies</li>
<li>Sandpile mode (<a href="sandpile_model/simulation.html">partially completed</a>)</li>
<li>Toner-Tu field theory (<a href="toner_tu/simulation.html">partially completed</a>)</li>
</ol>
<p class="flow-text">
Additionally, if you have any concept(s) in mind that I can simulate,
<br>
then please contact me via <a href="https://github.com/chanrt">GitHub</a>, email me at <a
href="mailto:[email protected]">[email protected]</a> or tweet me <a
href="https://twitter.com/_chanrt_">@_chanrt_</a>
<br>
</p>
<center>
<div style="background:black; border: 1px solid red;">
<p class="flow-text">
Thanks for visiting!
</p>
</div>
</center>
</div>
</div>
</div>
</body>
</html>