aboutsummaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-12-12 09:19:48 +0100
committerYuchen Pei <me@ypei.me>2018-12-12 09:19:48 +0100
commitd4731984b0162b362694629d543ec74239be9c73 (patch)
treedad95e267ecb81f53e574a4faff6401f545599b4 /site/index.html
parentfda9f1171d43462bc9c87a777c0d481168692c2b (diff)
added front matters to engine; removed site/
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/site/index.html b/site/index.html
deleted file mode 100644
index a167ab1..0000000
--- a/site/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Yuchen Pei</title>
- <link rel="stylesheet" href="../assets/css/default.css" />
- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
- <script src="../assets/js/analytics.js" type="text/javascript"></script>
- </head>
- <body>
- <header>
- <span class="logo">
- <a href="index.html">Yuchen Pei</a>
- </span>
- <nav>
- <a href="blog.html">Blog</a><a href="microblog.html">Microblog</a><a href="links.html">Links</a>
- </nav>
- </header>
-
- <div class="main">
- <div class="bodyitem">
- <p>Yuchen is a post-doctoral researcher in mathematics at the <a href="https://www.math.kth.se/RMSMA/">KTH RMSMA group</a>. Before KTH he did a PhD at the <a href="https://warwick.ac.uk/fac/sci/masdoc">MASDOC program at Warwick</a>, and spent two years in a postdoc position at <a href="http://cmsa.fas.harvard.edu">CMSA at Harvard</a>.</p>
-<p>He is interested in machine learning and functional programming.</p>
-<p>He is also interested in the idea of open research and open sourced his research in Robinson-Schensted algorithms as a <a href="https://toywiki.xyz">wiki</a>.</p>
-<p>He can be reached at: ypei@kth.se | hi@ypei.me | <a href="https://github.com/ycpei">Github</a> | <a href="https://www.linkedin.com/in/ycpei/">LinkedIn</a></p>
-<p>This website is made using a <a href="https://github.com/ycpei/ypei.me/blob/master/engine/engine.py">handmade static site generator</a>.</p>
-<p>Unless otherwise specified, all contents on this website are licensed under <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.</p>
-
- </div>
- </div>
-
- </body>
-</html>