-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
46 lines (39 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
MathJax = {
tex: {
inlineMath: [['\\(','\\)']]
} }
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
<meta name="generator" content="plasTeX" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About</title>
<link rel="next" href="All-Posts.html" title="All Posts" />
<link rel="prev" href="index.html" title="commutative.group" />
<link rel="up" href="index.html" title="commutative.group" />
<link rel="stylesheet" href="styles/theme-white.css" />
<link rel="stylesheet" href="styles/theme-commgroup.css" />
</head>
<body>
<header>
<h1 id="doc_title"><a href="index.html">commutative.group</a></h1>
</header>
<div class="wrapper">
<div class="content">
<div class="content-wrapper">
<div class="main-text">
<h1 id="a0000000002"><div class="centered">About</div></h1>
<p><br /></p>
<p>My name is Anakin Dey. I am a senior studying mathematics at the University of Illinois Urbana-Champaign. As evidenced by this blog, my main interests in mathematics and computer science are on the algebraic and algorithmic side. You can find more about me at <a href ="https://www.anakin-dey.com/">my website</a>. </p>
<p>I have a work in progress tool I am calling <a href ="https://github.com/Spamakin/abel">Abel</a> which generates this site from some L<sup style="font-variant:small-caps; margin-left:-0.3em">a</sup>T<sub style="text-transform:uppercase; margin-left:-0.2em">e</sub>X files as well as some other templating. The tool generates <a href ="https://github.com/Spamakin/commutative.group/">code</a> which is then deployed to this site. If you have any errors, you can email me at the email on my website or raise an issue on the Abel repository. All blog posts are viewable not just as webpages, but also as PDFs if that is your thing. Simply add <span class="ttfamily">.pdf</span> to the url in the browser. </p>
</div> <!--main-text -->
</div> <!-- content-wrapper -->
</div> <!-- content -->
</div> <!-- wrapper -->
</body>
</html>