Skip to content

Commit 47aedd9

Browse files
committed
Site published
0 parents  commit 47aedd9

15 files changed

Lines changed: 473 additions & 0 deletions

CV.pdf

214 KB
Binary file not shown.

colors.css

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.theme-light {
2+
--link-color: #0000EE; /*links*/
3+
--visited-color: #551A8B; /*visited link*/
4+
--focus-color: #0000EE; /*when link was held but let go*/
5+
--hover-color: #0000EE; /*when hovering*/
6+
--active-color: #0000EE; /*when link is held*/
7+
--page-background-color: white; /*background*/
8+
--page-foreground-color: black; /*all text*/
9+
--separator-color: #dedede; /*separating line*/
10+
--slider-color: hsl(23, 100%, 50%); /*slider*/
11+
}
12+
13+
.theme-dark {
14+
--link-color: hsl(217, 60%, 51%);
15+
--visited-color: hsl(267, 60%, 45%);
16+
--focus-color: hsl(217, 60%, 51%);
17+
--hover-color: hsl(217, 60%, 51%);
18+
--active-color: hsl(217, 60%, 51%);
19+
--page-background-color: #1C1D1F;
20+
--page-foreground-color: #d2dbde;
21+
--separator-color: #000000;
22+
--slider-color: hsl(232, 20%, 50%);
23+
}
24+
25+
.theme-dark img{
26+
filter: invert(92%) sepia(13%) saturate(187%) hue-rotate(181deg) brightness(98%) contrast(92%);
27+
}
28+
29+
/*defaults
30+
.theme-light {
31+
--link-color: #1982d2;
32+
--page-background-color: white;
33+
--page-foreground-color: #2c3e50;
34+
--page-secondary-foreground-color: #67727e;
35+
--separator-color: #dedede;
36+
--slider-color: hsl(23, 100%, 50%);
37+
}
38+
39+
.theme-dark {
40+
--link-color: #1982d2;
41+
--page-background-color: #1C1D1F;
42+
--page-foreground-color: #d2dbde;
43+
--page-secondary-foreground-color: #859399;
44+
--separator-color: #000000;
45+
--slider-color: hsl(232, 20%, 50%);
46+
}
47+
48+
.theme-dark img{
49+
filter: invert(92%) sepia(13%) saturate(187%) hue-rotate(181deg) brightness(98%) contrast(92%);
50+
}
51+
/*

index.html

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<!doctype html>
2+
3+
<head>
4+
5+
6+
<script type="text/x-mathjax-config">
7+
MathJax.Hub.Config({
8+
extensions: ["tex2jax.js"],
9+
jax: ["input/TeX","output/SVG"],
10+
});
11+
</script>
12+
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
13+
14+
<title>Nick Georgakopoulos</title>
15+
<link href="colors.css" rel="stylesheet" type="text/css" />
16+
<link href="layout.css" rel="stylesheet" type="text/css" />
17+
<link href="slider.css" rel="stylesheet" type="text/css" />
18+
</head>
19+
20+
<body>
21+
22+
<div class="contents">
23+
<div id="titlearea">
24+
<table cellspacing="0" cellpadding="0">
25+
<tbody>
26+
<tr style="height: 56px;">
27+
<td id="logo"><img alt="Logo" src="symm.png" /></td>
28+
<td id="projectalign" style="padding-left: 12em;">
29+
<div class="headertitle">
30+
<div class="title"> Nick Georgakopoulos
31+
<td id="projectalign" style="padding-left: 12em;">
32+
<td id="logo"><img alt="Logo" src="mack.png" /></td>
33+
</script>
34+
</div>
35+
</div>
36+
</td>
37+
</tr>
38+
</tbody>
39+
</table>
40+
</div>
41+
42+
<div class="slider_loc">
43+
<label id="switch" class="switch">
44+
<input type="checkbox" onchange="toggleTheme()" id="slider">
45+
<span class="slider round"></span>
46+
</label>
47+
</div>
48+
<script src="switch.js"></script>
49+
50+
51+
52+
53+
<div class="header">
54+
<div class="headertitle">
55+
<div class="textblock">
56+
<h1>
57+
About
58+
</h1>
59+
</div>
60+
</div>
61+
</div>
62+
<p>I am a 5th year PhD student in mathematics at the University of Chicago. My advisor is <a
63+
href="https://math.uchicago.edu/~may/">J. P. May</a>.
64+
<br>
65+
I work in the field of algebraic topology and in particular, equivariant homotopy theory. My research interests
66+
include:
67+
<li>\(RO(G)\) homology computations</li>
68+
<li>Equivariant classifying spaces and genuine characteristic classes</li>
69+
<li>Equivariant power operations; Steenrod and Dyer-Lashof algebras.</li>
70+
<li>Minimal cell structures and discrete Morse theory in the equivariant setting</li>
71+
I am also interested in developing computer software to assist with, and in many cases automate, the algebra involved in
72+
equivariant computations. You can find all that work in the links below.
73+
</p>
74+
75+
<p>Here is my <a href="CV.pdf">CV</a>.
76+
</p>
77+
78+
79+
<div class="header">
80+
<div class="headertitle">
81+
<div class="textblock">
82+
<h1>
83+
Preprints
84+
</h1>
85+
</div>
86+
</div>
87+
</div>
88+
<p>
89+
<li><a href="papers/C4.pdf">The \(RO(C_4)\) integral homology of a point</a></li>
90+
<li><a href="papers/BC4Sigma2.pdf">The \(RO(C_4)\) cohomology of the infinite real projective space</a></li>
91+
<li><a href="papers/borel.pdf">The \(C_{2^n}\) Borel dual Steenrod algebra</a></li>
92+
<li><a href="papers/Rational.pdf">\(C_2\) equivariant characteristic classes over the rational Burnside ring</a>
93+
</li>
94+
<li><a href="papers/Rational_Higher_Powers.pdf">\(C_{2^n}\)-equivariant rational stable stems and characteristic classes</a></li>
95+
</p>
96+
97+
<div class="header">
98+
<div class="headertitle">
99+
<div class="textblock">
100+
<h1>
101+
Code
102+
</h1>
103+
</div>
104+
</div>
105+
</div>
106+
<p>
107+
<li><a href=" https://github.com/NickG-Math/Mackey"> https://github.com/NickG-Math/Mackey</a></li>
108+
<li><a
109+
href="https://github.com/NickG-Math/Symmetric_Polynomials">https://github.com/NickG-Math/Symmetric_Polynomials</a>
110+
</li>
111+
112+
<div class="header">
113+
<div class="headertitle">
114+
<div class="textblock">
115+
<h1>
116+
</p>
117+
Contact
118+
</h1>
119+
</div>
120+
</div>
121+
</div>
122+
<p> If you have any comments or questions about my work, I would be more than happy to discuss them with you! <br>
123+
You can reach out to me in the following two ways:
124+
<li>Email: <a href="mailto:nickg@math.uchicago.edu">nickg@math.uchicago.edu</a></li>
125+
<li>Github: <a href=" https://github.com/NickG-Math/"> https://github.com/NickG-Math</a></li>
126+
</p>
127+
128+
<div class="header">
129+
<div class="headertitle">
130+
<div class="textblock">
131+
<h1>
132+
133+
134+
<div class="header">
135+
<div class="headertitle">
136+
<div class="textblock">
137+
<h1>
138+
</p>
139+
Picture
140+
</h1>
141+
</div>
142+
</div>
143+
</div>
144+
<img src="mack.png" alt="A multiplication graph" style="width:80%;height:80%;>
145+
146+
<div class="header">
147+
<div class="headertitle">
148+
<div class="textblock">
149+
<h1>
150+
151+
152+
</body>
153+
</body>
154+
155+
<address class="footer">&#169; 2021 Nick Georgakopoulos</address>
156+
157+
</html>

layout.css

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
:root {
2+
--spacing-small: 5px;
3+
--spacing-medium: 10px;
4+
--spacing-large: 16px;
5+
--font-family: -BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
6+
--page-font-size: 15.6px;
7+
--title-font-size: 22px;
8+
--content-line-height: 27px;
9+
--content-maxwidth: 900px;
10+
}
11+
12+
.title {
13+
font: 400 14px/28px Roboto,sans-serif;
14+
font-size: 200%;
15+
font-weight: bold;
16+
margin: 10px 2px;
17+
}
18+
19+
body {
20+
font-size: var(--page-font-size);
21+
color: var(--page-foreground-color);
22+
background-color: var(--page-background-color);
23+
}
24+
25+
body, div, p, dl, .title {
26+
font-family: var(--font-family);
27+
}
28+
29+
h1, h2, h3, h4, h5 {
30+
margin-top: .9em;
31+
font-weight: 600;
32+
line-height: initial;
33+
}
34+
35+
a{
36+
text-decoration: none;
37+
padding-bottom: 3px;
38+
}
39+
40+
a:link {
41+
color: var(--link-color);
42+
}
43+
44+
a:visited {
45+
color: var(--visited-color);
46+
}
47+
48+
49+
a:focus {
50+
color: var(--focus-color);
51+
border-bottom: 1px solid;
52+
}
53+
54+
55+
a:hover {
56+
color: var(--hover-color);
57+
border-bottom: 1px solid;
58+
}
59+
60+
a:active {
61+
color:var(--active-color);
62+
}
63+
64+
p, div, table, dl {
65+
font-size: var(--page-font-size);
66+
}
67+
68+
#titlearea {
69+
width: auto;
70+
padding: var(--spacing-medium) var(--spacing-large);
71+
background: none;
72+
border-bottom: none;
73+
color: var(--header-foreground);
74+
}
75+
76+
77+
div.header {
78+
border-bottom: 1px solid var(--separator-color);
79+
background-color: var(--page-background-color);
80+
}
81+
82+
div.contents, div.header .title, div.header .summary {
83+
max-width: var(--content-maxwidth);
84+
}
85+
86+
div.contents, div.header .title {
87+
line-height: initial;
88+
margin: calc(var(--spacing-medium) + .2em) auto var(--spacing-medium) auto;
89+
}
90+
div.header .title {
91+
font-weight: 600;
92+
font-size: 210%;
93+
padding: var(--spacing-medium) var(--spacing-large);
94+
}
95+
96+
address.footer {
97+
font-style: normal;
98+
font-size: 38%;
99+
text-align: right;
100+
padding-right: 12px;
101+
}
102+
103+
#logo {
104+
vertical-align: middle;
105+
left: 30%;
106+
}
107+
108+
#logo img {
109+
max-height: calc(var(--title-font-size) * 3);
110+
margin-right: var(--spacing-small);
111+
}
112+
113+
114+
.slider_loc {
115+
margin-left: auto;
116+
margin-right: auto;
117+
width: 8em
118+
}

mack.png

483 KB
Loading

moon.svg

Lines changed: 46 additions & 0 deletions
Loading

papers/BC4Sigma2.pdf

420 KB
Binary file not shown.

papers/C4.pdf

336 KB
Binary file not shown.

papers/Rational.pdf

375 KB
Binary file not shown.

papers/Rational_Higher_Powers.pdf

200 KB
Binary file not shown.

0 commit comments

Comments
 (0)