Skip to content

Commit

Permalink
deploy: 5c17eb7
Browse files Browse the repository at this point in the history
  • Loading branch information
rushcheyo committed Jul 20, 2024
1 parent 035cff6 commit f10da12
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion blog/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
2 changes: 1 addition & 1 deletion blog/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
2 changes: 1 addition & 1 deletion blog/my-research/2023/11/25/streaming-max-cut/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
4 changes: 2 additions & 2 deletions blog/sw.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var CACHE_NAME = "xiaoyu-me-20240720002612";
var CACHE_NAME = "xiaoyu-me-20240720053323";

self.addEventListener("install", function(e) {
e.waitUntil(
caches.open(CACHE_NAME).then(function(cache) {
return cache.addAll([
"/blog/css/pixyll.css?202407200026",
"/blog/css/pixyll.css?202407200533",
"/blog/"
]);
})
Expand Down
2 changes: 1 addition & 1 deletion blog/thanks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Xiaoyu's Blog" href="/blog/feed.xml" />

<!-- Custom CSS -->
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200026" type="text/css">
<link rel="stylesheet" href="/blog/css/pixyll.css?202407200533" type="text/css">

<!-- Fonts -->

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ <h1>Xiaoyu Chen 陈晓雨</h1>
<h2>About Me</h2>
<p>I am a third-year computer science undergraduate student at Peking University, enrolled in the <a href="https://cfcs.pku.edu.cn/english/research/turing_program/introduction1/index.htm">Turing Class</a> Honors Program.</p>
<p>During my undergraduate studies, I have been fortunate to be advised by <a href="https://www.shaofengjiang.cn/">Shaofeng Jiang</a>, <a href="https://www.tongyangli.com/">Tongyang Li</a>, <a href="https://www.kuancheng88.com/">Kuan Cheng</a>, and <a href="https://liutianren.com/">Tianren Liu</a>, among others.</p>
<p>Currently, I am visiting Toyota Technological Institute at Chicago (<a href="https://ttic.edu/">TTIC</a>) as an intern student, advised by <a href="https://www.ttic.edu/faculty/li/">Zhiyuan Li</a>.</p>
<p>Currently, I am visiting Toyota Technological Institute at Chicago (<a href="https://ttic.edu/">TTIC</a>) as an intern, advised by <a href="https://www.ttic.edu/faculty/li/">Zhiyuan Li</a>.</p>
</section>

<section id="research">
<h2>Research</h2>
<p>I am broadly interested in understanding modern deep learning methods through a combination of theoretical and empirical analysis, with a current focus on the optimization of transformers.</p>
<p>I am broadly interested in understanding modern deep learning methods through a combination of theoretical and empirical analysis, with a current focus on optimization of transformers.</p>
<p>Previously, I worked on theoretical computer science (TCS), mainly on the topics of clustering algorithms.</p>
</section>

Expand Down Expand Up @@ -204,7 +204,7 @@ <h2>Teaching</h2>
<div class="details">
<span class="position">Teaching Assistant for </span>
<span class="course">Discrete Mathematics and Structures</span>
(by <a href="https://liutianren.com/">Prof. Tianren Liu</a>), Peking University.
(taught by <a href="https://liutianren.com/">Prof. Tianren Liu</a>), Peking University.
</div>
</div>
</div>
Expand Down

0 comments on commit f10da12

Please sign in to comment.