-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (96 loc) · 3.27 KB
/
index.html
File metadata and controls
116 lines (96 loc) · 3.27 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<head>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/SVG"],
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<title>Nick Georgakopoulos</title>
<link href="colors.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<link href="slider.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="contents">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="logo"><img alt="Logo" src="symm.png" /></td>
<td id="projectalign" style="padding-left: 12em;">
<div class="headertitle">
<div class="title"> Nick Georgakopoulos
<td id="projectalign" style="padding-left: 12em;">
<td id="logo"><img alt="Logo" src="mack.png" /></td>
</script>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="slider_loc">
<label id="switch" class="switch">
<input type="checkbox" onchange="toggleTheme()" id="slider">
<span class="slider round"></span>
</label>
</div>
<script src="switch.js"></script>
<div class="header">
<div class="headertitle">
<div class="textblock">
<h1>
About
</h1>
</div>
</div>
</div>
<p>I am currently a Quantitative Researcher at <a
href="https://radixtrading.co/">Radix Trading</a>. <br>
I obtained my Ph.D. in mathematics from the University of Chicago in March 2022, advised by <a
href="https://math.uchicago.edu/~may/">J. P. May</a>.
</p>
<div class="header">
<div class="headertitle">
<div class="textblock">
<h1>
Math Papers and Code (2017-2022)
</h1>
</div>
</div>
</div>
<p>
<li><a href="papers/C4.pdf">The \(RO(C_4)\) integral homology of a point</a></li>
<li><a href="papers/BC4Sigma2.pdf">The \(RO(C_4)\) cohomology of the infinite real projective space</a></li>
<li><a href="papers/borel.pdf">The \(C_{2^n}\) Borel dual Steenrod algebra</a></li>
<li><a href="papers/Rational.pdf">\(C_2\) equivariant characteristic classes over the rational Burnside ring</a>
</li>
<li><a href="papers/Rational_Higher_Powers.pdf">\(C_{2^n}\)-equivariant rational stable stems and characteristic classes</a></li>
<br>
<li><a href=" https://github.com/NickG-Math/Mackey"> <TT>mackey</TT>, a C++ library computing the \(RO(G)\) graded co/homology of \(G\)-spaces</a></li>
<li><a
href="https://github.com/NickG-Math/Symmetric_Polynomials"><TT>sympp</TT>, a C++ library for symmetric polynomials in multiple variables with relations.</a>
</li>
</p>
<div class="header">
<div class="headertitle">
<div class="textblock">
<h1>
</p>
Picture from my research
</h1>
</div>
</div>
</div>
<img src="mack.png" alt="A multiplication graph" style="width:80%;height:80%;>
<div class="header">
<div class="headertitle">
<div class="textblock">
<h1>
</body>
</body>
<address class="footer">© 2026 Nick Georgakopoulos</address>
</html>