aboutsummaryrefslogtreecommitdiff
path: root/src/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/about.html')
-rw-r--r--src/templates/about.html54
1 files changed, 43 insertions, 11 deletions
diff --git a/src/templates/about.html b/src/templates/about.html
index 800a47a..703e78b 100644
--- a/src/templates/about.html
+++ b/src/templates/about.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
- <title>Mark's Kitchen - About</title>
+ <title>Mark's Kitchen &#8212; About</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<meta name="description" content="About Mark">
{{> header}}
@@ -29,20 +29,21 @@
<dd>Software engineer at <a href="https://www.chameleoncloud.org/">Chameleon Cloud</a></dd>
<dt>Location</dt>
- <dd>Chicagoland</dd>
+ <dd>Chicagoland. Previously, Madison and West Michigan</dd>
<dt>Almae Matres</dt>
<dd>Hope College, UW-Madison</dd>
<dt>Source Code</dt>
<dd>
- <a href="https://git.marks.kitchen/">Gitweb</a>
- or
- <a href="https://github.com/Mark-Powers/">GitHub</a>
+ <ul>
+ <li><a href="https://git.marks.kitchen/">Gitweb</a></li>
+ <li><a href="https://github.com/Mark-Powers/">GitHub</a></li>
+ </ul>
</dd>
<dt>Social</dt>
- <dd><a href="https://fosstodon.org/@markp">markp</a></dd>
+ <dd><a href="https://fosstodon.org/@markp">markp@fosstodon</a></dd>
<dt>Hobbies</dt>
<dd>
@@ -50,14 +51,45 @@
chess, cooking, disc golf
</dd>
- <dt>Operating System<dt>
- <dd>Regolith Linux</dd>
+ <dt>Operating System</dt>
+ <dd>
+ Regolith Linux &#8212; I like how little fuss Ubuntu is, it runs any I
+ want without too much hassle. Regolith is great for people like me,
+ who are also want to try/use i3 in an environment they are
+ comfortable with.
+ </dd>
- <dt>Editor<dt>
- <dd>vim</dd>
+ <dt>Editor</dt>
+ <dd>
+ Vim &#8212; I stick mostly to defaults. I like that pretty much on any
+ system, it'll have this editor that I am used to, and Vim is
+ very powerful with enough practice.
+ </dd>
- <dt>Pets<dt>
+ <dt>Pets</dt>
<dd>One very fluffy black cat, one shorthair kitten</dd>
+
+ <dt>Erdos Number</dt>
+ <dd>3 &#8212; Myself &#8596; Charles A. Cusack &#8596; Charles J. Colbourn &#8596; Paul Erdos</dd>
+
+ <dt>Articles</dt>
+ <dd>
+ <p>
+ Cusack, Charles A., Aaron Green, Airat Bekmetjev, and Mark Powers.
+ "Graph pebbling algorithms and Lemke graphs."
+ Discrete Applied Mathematics 262 (2019): 72-82.
+ </p>
+ <p>
+ Cusack, Charles A., Airat Bekmetjev, and Mark Powers.
+ "Two-pebbling and odd-two-pebbling are not equivalent."
+ Discrete Mathematics 342, no. 3 (2019): 777-783.
+ </p>
+ <p>
+ Cusack, Charles A., Mark Powers, and Airat Bekmetjev.
+ "Doppelgangers and Lemke graphs."
+ Discrete Mathematics 341, no. 10 (2018): 2686-2693.
+ </p>
+ </dd>
</dl>
</div>
</body>