-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen_source.html
More file actions
39 lines (37 loc) · 1.43 KB
/
open_source.html
File metadata and controls
39 lines (37 loc) · 1.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research & Experiences</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1>Open Source Projects</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research & Experiences</a></li>
<li><a href="projects.html">Personal Projects</a></li>
<li><a href="open_source.html">Open Source Projects</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="misc.html">Miscellaneous</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Personal</h2>
<p>Check out my first open-source project <a href="https://github.com/limitless-100/Mathematics-Mastery-Resources---from-high-school-to-graduate-level">here</a>. Feel free to contribute!</p>
</section>
<section>
<h2>Others</h2>
<p> In the coming months, I will post my completed works on Julia Scientific Machine Learning (SciML), Macaulay2 with Professor Mike Stillman (Cornell University), Stochastic Differential Equations on Classiq, and QuantumCumulants.jl with Professor Stefan Krastanov (University of Massachusetts Amherst). </p>
</section>
</main>
<footer>
<p>© 2025 Adesina Lekan. All Rights Reserved.</p>
</footer>
</body>
</html>