Skip to content

Commit 10428ad

Browse files
split into two posts
1 parent 0fba560 commit 10428ad

File tree

6 files changed

+1092
-673
lines changed

6 files changed

+1092
-673
lines changed

index.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,39 @@ <h1>
2424
Hello and welcome to my blog! As a postdoctoral researcher in machine learning and artificial intelligence, I’m here to share my journey, insights, and notes with you. I strive to be as clear and grounded as possible, and I hope you’ll find something interesting and valuable in my posts.
2525
</p>
2626

27-
<div onclick="location.href='posts/15-12-24-chaos/index.html';" style="cursor: pointer;">
27+
<div onclick="location.href='posts/29-12-24-chaos-II/index.html';" style="cursor: pointer;">
2828
<article class="light-post-theme post-block">
2929
<div class="post-inner">
3030
<div class="post-title">
31-
<img src="icons/pin.svg" width=16px height=16px/> An Introduction to Chaos Theory with Differential Topology.
31+
<img src="icons/pin.svg" width=16px height=16px/> Chaos Theory with Differential Topology (Part II).
3232
</div>
3333
<div class="post-desc">
34-
A brief introduction to chaos theory from a guy that is still in the learning process. I will share some of the things I learned from Alligood et al. (1998). This is also an attempt to understand the basics of differential topology. I try to bring the two subject together in a way that is accessible to anyone with a basic understanding of calculus.
34+
The second part of the series on chaos theory. In this post, we will introduce the concept of fixed points and their stability. (THIS POST IS STILL UNDER CONSTRUCTION)
3535
</div>
3636
<div class="post-foot">
37-
<img src="icons/clock.svg" width=12px height=12px/> Date: 15 December, 2024 | Estimated Reading Time: ~TBD min
37+
<img src="icons/clock.svg" width=12px height=12px/> Date: 29 December, 2024 | Estimated Reading Time: ~TBD min
3838
</div>
3939
</div>
4040
</article>
4141
</div>
4242
<br>
4343

44-
44+
<div onclick="location.href='posts/15-12-24-chaos-I/index.html';" style="cursor: pointer;">
45+
<article class="light-post-theme post-block">
46+
<div class="post-inner">
47+
<div class="post-title">
48+
<img src="icons/pin.svg" width=16px height=16px/> Chaos Theory with Differential Topology (Part I).
49+
</div>
50+
<div class="post-desc">
51+
A brief introduction to chaos theory from a differential topolody perspecitive from a guy that is studying these topics for fun. I will share some of the things I learned from Alligood et al. (1998). This is also an attempt to understand the basics of differential topology. Here we discuss basics of differential topology and basic definitions of dynamical systems.
52+
</div>
53+
<div class="post-foot">
54+
<img src="icons/clock.svg" width=12px height=12px/> Date: 15 December, 2024 | Estimated Reading Time: ~20-30 min
55+
</div>
56+
</div>
57+
</article>
58+
</div>
59+
<br>
4560

4661
<div onclick="location.href='posts/26-09-24-icml-story/index.html';" style="cursor: pointer;">
4762
<article class="light-post-theme post-block">

0 commit comments

Comments
 (0)