-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·73 lines (56 loc) · 2.56 KB
/
index.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
<html>
<head>
<title>Omar Hijab</title>
<base href="https://omar-hijab.github.io/" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<!-- MathJax JS -->
<script> MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] } }; </script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"> </script>
<link rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
<script src="https://tikzjax.com/v1/tikzjax.js"></script>
<img src="images/masthead.png" width="100%"/>
<link rel="stylesheet" type="text/css" href="css/oh.css">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<h1>Recent Work</h1>
<table>
<tr>
<td width=70%>
<ul>
<li>
<a href='books/calculus/'>Introduction to Calculus and Classical Analysis, Fourth Edition, Springer,
2016.</a>
<li>
<a href='preprints/Hohenberg_Kohn_Theorem_for_Markov_Semigroups_Hijab_2018.pdf'>
The Hohenberg-Kohn Theorem for Markov Semigroups</a>, 2018.
</li>
<li>
<a href='preprints/Omar_Hijab_Adaptive_Control_2019.pdf'>
The Adaptive LQ Regulator</a>, 2019.
</li>
<li><a href='preprints/volume_unit_ball_talk_2019.pdf'>The volume of the ball, 2019</a>
</li>
<li><a href='books/Omar_Hijab_Discrete_Math_2020.pdf'>Discrete math with Python: a primer, 2020</a>
</li>
<!-- <li><a href='/preprints/angles_hijab_2021.pdf'>The Fundamental Theorem of Trigonometry, 2021</a> </li> -->
<li><a href='books/complex_calculus.pdf'>Calculus in the complex plane, 2022</a></li>
<li> <a href="preprints/nesterov.pdf">Data Science: A simple proof of Nesterov convergence, 2024</a> </li>
<li> <a href="preprints/heavyball.pdf">Data Science: A simple proof of heavy ball convergence, 2024</a> </li>
<li> <a href="preprints/binclass-author.pdf">Data Science: Binary classifiers and logistic regression, 2025</a> </li>
<li> <a href="//mathdatasciencebook.com">Math for data science, Springer, 2025</a> </li>
</ul>
</td>
<td align="right">
<img src="images/selfie_transparent.png" width="20%">
</td>
</tr>
</table>
</body>
</html>