Skip to content

Commit b171e0e

Browse files
committed
Updated about page
1 parent a270b69 commit b171e0e

File tree

2 files changed

+217
-81
lines changed

2 files changed

+217
-81
lines changed

about.html

+217
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ <h1 id="main-heading">Visualize It</h1>
4040
<div class="container" style="width: 100%">
4141
<div class="row">
4242
<div class="s12">
43+
<br>
44+
<center>
45+
<div style="background:black; border: 1px solid red;">
46+
<p class="flow-text">
47+
This website has been submitted for 3b1b's Summer of Math Exposition II
48+
</p>
49+
</div>
50+
</center>
4351
<p class="flow-text">
4452
All simulations here were developed by ChanRT. Fork me at <a href="https://www.github.com/chanrt">GitHub</a>!
4553
<br>
@@ -64,6 +72,215 @@ <h1 id="main-heading">Visualize It</h1>
6472
Spread the word about this website!
6573
<br> <br>
6674
</p>
75+
76+
<h2>Timeline</h2>
77+
<center>
78+
<div style="background:black; border: 1px solid red;">
79+
<p class="flow-text">
80+
This is an ONGOING project!
81+
</p>
82+
</div>
83+
</center>
84+
<center>
85+
<table class="flow-text">
86+
<tr>
87+
<th>Topic</th>
88+
<th>Date</th>
89+
</tr>
90+
<tr>
91+
<td>Firefly Synchronization</td>
92+
<td>June 30th, 2022</td>
93+
</tr>
94+
<tr>
95+
<td>Ising Model</td>
96+
<td>June 29th, 2022</td>
97+
</tr>
98+
<tr>
99+
<td>Collective Behaviour</td>
100+
<td>June 24th, 2022</td>
101+
</tr>
102+
<tr>
103+
<td>Flocking Behaviour (<a href="flocking_behaviour/simulation.html">archived</a>)</td>
104+
<td>June 17th, 2022</td>
105+
</tr>
106+
<tr>
107+
<td>Monte Carlo</td>
108+
<td>March 15th, 2022</td>
109+
</tr>
110+
<tr>
111+
<td>K-means Clustering</td>
112+
<td>March 15th, 2022</td>
113+
</tr>
114+
<tr>
115+
<td>Image Filters</td>
116+
<td>December 4th, 2021</td>
117+
</tr>
118+
<tr>
119+
<td>Home Range (<a href="home_range/simulation.html">archived</a>)</td>
120+
<td>November 29th, 2021</td>
121+
</tr>
122+
<tr>
123+
<td>Nuclear Fusion</td>
124+
<td>November 10th, 2021</td>
125+
</tr>
126+
<tr>
127+
<td>Sorting Algorithms</td>
128+
<td>October 7th, 2021</td>
129+
</tr>
130+
<tr>
131+
<td>Genetic Algorithm</td>
132+
<td>October 4th, 2021</td>
133+
</tr>
134+
<tr>
135+
<td>Polynomial Regression</td>
136+
<td>September 20th, 2021</td>
137+
</tr>
138+
<tr>
139+
<td>Contact Process</td>
140+
<td>September 19th, 2021</td>
141+
</tr>
142+
<tr>
143+
<td>Bezier Curves</td>
144+
<td>September 4th, 2021</td>
145+
</tr>
146+
<tr>
147+
<td>Reaction Diffusion</td>
148+
<td>August 24th, 2021</td>
149+
</tr>
150+
<tr>
151+
<td>Random Walks</td>
152+
<td>August 22nd, 2021</td>
153+
</tr>
154+
<tr>
155+
<td>Maze Generation</td>
156+
<td>August 20th, 2021</td>
157+
</tr>
158+
<tr>
159+
<td>Collatz Conjecture</td>
160+
<td>July 31st, 2021</td>
161+
</tr>
162+
<tr>
163+
<td>Prime Counting (<a href="prime_counting/simulation.html">archived)</td>
164+
<td>July 23rd, 2021</td>
165+
</tr>
166+
<tr>
167+
<td>Hilbert Curve</td>
168+
<td>July 23rd, 2021</td>
169+
</tr>
170+
<tr>
171+
<td>Lorenz System</td>
172+
<td>July 21st, 2021</td>
173+
</tr>
174+
<tr>
175+
<td>Logistic Map (archived)</td>
176+
<td>May 20th, 2021</td>
177+
</tr>
178+
<tr>
179+
<td>Lexical Analysis</td>
180+
<td>May 17th, 2021</td>
181+
</tr>
182+
<tr>
183+
<td>Travelling Salesman</td>
184+
<td>May 14th, 2021</td>
185+
</tr>
186+
<tr>
187+
<td>Mandelbrot Fractal</td>
188+
<td>March 13th, 2021</td>
189+
</tr>
190+
<tr>
191+
<td>Verhulst Model (<a href="verhulst_model/simulation.html">archived</a>)</td>
192+
<td>March 5th, 2021</td>
193+
</tr>
194+
<tr>
195+
<td>Heat Equation (<a href="heat_equation/simulation.html">archived</a>)</td>
196+
<td>February 24th, 2021</td>
197+
</tr>
198+
<tr>
199+
<td>Conway's Game of Life</td>
200+
<td>February 7th, 2021</td>
201+
</tr>
202+
<tr>
203+
<td>Linear Momentum</td>
204+
<td>January 26th, 2021</td>
205+
</tr>
206+
<tr>
207+
<td>Linear Transformations</td>
208+
<td>January 23rd, 2021</td>
209+
</tr>
210+
<tr>
211+
<td>Conic sections (<a href="conic_sections/simulation.html">archived</a>)</td>
212+
<td>January 21st, 2021</td>
213+
</tr>
214+
<tr>
215+
<td>Quantum Computing</td>
216+
<td>January 18th, 2021</td>
217+
</tr>
218+
<tr>
219+
<td>Special Relativity</td>
220+
<td>January 7th, 2021</td>
221+
</tr>
222+
<tr>
223+
<td>Stroboscopic Effect</td>
224+
<td>December 24th, 2020</td>
225+
</tr>
226+
<tr>
227+
<td>Planetary Motion</td>
228+
<td>December 15th, 2020</td>
229+
</tr>
230+
<tr>
231+
<td>Projectile Motion</td>
232+
<td>December 10th, 2020</td>
233+
</tr>
234+
<tr>
235+
<td>Spring Motion</td>
236+
<td>December 9th, 2020</td>
237+
</tr>
238+
<tr>
239+
<td>Trigonometric Functions</td>
240+
<td>December 5th, 2020</td>
241+
</tr>
242+
<tr>
243+
<td>Repository created</td>
244+
<td>November 25th, 2020</td>
245+
</tr>
246+
</table>
247+
</center>
248+
249+
<h2>Planned Topics</h2>
250+
<center>
251+
<div style="background:black; border: 1px solid red;">
252+
<p class="flow-text">
253+
If this website gets a larger audience, then I will have greater impetus to work onthese topics!
254+
</p>
255+
</div>
256+
</center>
257+
<ol class="flow-text">
258+
<li>Simulating the Wave equation (<a href="waves/simulation.html">partially completed</a>)</li>
259+
<li>XY model of Statistical Mechanics</li>
260+
<li>Beautiful patterns generated by Diffusion Limited Aggregation</li>
261+
<li>Percolation and minimal spanning clusters</li>
262+
<li>Lotka Volterra Equations in spatially-explicity domain</li>
263+
<li>Famous Fractals</li>
264+
<li>The Schelling Model of psychological segregation</li>
265+
<li>Drawing implicit functions using Marching Squares (<a href="marching_squares/simulation.html">partially
266+
completed</a>)</li>
267+
<li>Collision detection algorithms</li>
268+
<li>Perlin noise (implementation not yet clear)</li>
269+
<li>Doppler effect</li>
270+
<li>Graph algorithms like Djikstra, A*, Bellmann-Ford, etc.</li>
271+
<li>Graph (set of nodes and edges) drawing algorithms </li>
272+
<li>Random Boolean Networks</li>
273+
<li>Fourier Transforms</li>
274+
<li>Double pendula, phase space of a pendulum</li>
275+
<li>Fluids (specifics not yet clear)</li>
276+
<li>Splines and other beautiful curves (specifics not yet clear)</li>
277+
<li>Orbits (basically, shooting balls out of a cannon at different altitudes and velocities)</li>
278+
<li>SIR Model of Pandemic spread</li>
279+
<li>Boltzmann Distribution in a randomized exchange lattice</li>
280+
<li>Working of Gradient Descent Algorithm</li>
281+
<li>Solve Travelling Salesman using Genetic ALgorithm, Simulated Annealing and Ant-Colony Optimization</li>
282+
</ol>
283+
67284
<p class="flow-text">
68285
Additionally, if you have any concept(s) in mind that I can simulate,
69286
<br>

simulation_topics.txt

-81
This file was deleted.

0 commit comments

Comments
 (0)