Skip to content

Commit

Permalink
contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jul 1, 2024
1 parent 64ccbcb commit 56fcde9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
20 changes: 10 additions & 10 deletions content/home.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Hey, I'm a student interested in software **development**, computer **networking**, managing **infrastructure** at **scale**, **cybersecurity**, and **DevOps**.
# Student interested in software **development**, computer **networking**, managing **infrastructure** at **scale**, **cybersecurity**, and **DevOps**.

My name is Ezri Zhu (they/any), and I am a rising junior at the [Stevens Institute of
My name is *ezri*, I am a rising junior at the [Stevens Institute of
Technology](https://www.stevens.edu/school-engineering-science/departments/computer-science)
pursuing a Bachelor of Science degree in Computer Science and a minor in
Economics. I'm currently working with [Prof. Michael
Greenberg](https://greenberg.science/) and the rest of the [PaSH
Team](https://binpa.sh/) on [a speculative execution engine for the
shell](https://sigops.org/s/conferences/hotos/2023/papers/liargkovas.pdf). As
well as with [Prof. Ethan Katz-Bassett](https://www.columbia.edu/~ebk2141/)
from [Columbia EE](https://www.ee.columbia.edu/) on the [PEERING
testbed](https://peering.ee.columbia.edu).
pursuing a degree in *Computer Science* and a minor in *Economics*. I'm
currently working with [Prof. Michael Greenberg](https://greenberg.science/) and
the rest of the [PaSH Team](https://binpa.sh/) on [*a speculative execution
engine for the
shell*](https://sigops.org/s/conferences/hotos/2023/papers/liargkovas.pdf). As
well as with [Prof. Ethan Katz-Bassett](https://www.columbia.edu/~ebk2141/) from
[Columbia EE](https://www.ee.columbia.edu/) on [*the PEERING
testbed*](https://peering.ee.columbia.edu).

In my free time, I enjoy playing a variety of video games, watching anime,
reading, writing my blog, and exploring the city. You can find what my current
Expand Down
3 changes: 3 additions & 0 deletions content/news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Jun 2024: I will be joining the Stevens CIO Student Advisory Committee as the
Vice President of Infrastructure starting this fall.

* Apr 2024: I will be joining the [PEERING BGP
Testbed](https://peering.ee.columbia.edu/) at Columbia University this summer!

Expand Down
4 changes: 2 additions & 2 deletions src/feed/blog_atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub async fn get(State(state): State<super::SiteState>) -> Response {
XmlEvent::start_element("feed").attr("xmlns", "http://www.w3.org/2005/Atom").into(),

XmlEvent::start_element("title").into(),
XmlEvent::characters("Ezri's blog").into(),
XmlEvent::characters("ezri's blog").into(),
XmlEvent::end_element().into(),

XmlEvent::start_element("id").into(),
Expand All @@ -36,7 +36,7 @@ pub async fn get(State(state): State<super::SiteState>) -> Response {

XmlEvent::start_element("author").into(),
XmlEvent::start_element("name").into(),
XmlEvent::characters("Tianyu (Ezri) Zhu").into(),
XmlEvent::characters("ezri zhu").into(),
XmlEvent::end_element().into(),
XmlEvent::start_element("email").into(),
XmlEvent::characters("me@ezrizhu.com").into(),
Expand Down
2 changes: 1 addition & 1 deletion src/feed/news_atom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub async fn get(State(state): State<super::SiteState>) -> Response {

XmlEvent::start_element("author").into(),
XmlEvent::start_element("name").into(),
XmlEvent::characters("Tianyu (Ezri) Zhu").into(),
XmlEvent::characters("ezri zhu").into(),
XmlEvent::end_element().into(),
XmlEvent::start_element("email").into(),
XmlEvent::characters("me@ezrizhu.com").into(),
Expand Down
16 changes: 9 additions & 7 deletions src/site/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark
);

let title: String = if title.is_empty() {
"Tianyu (Ezri) Zhu".to_string()
"ezri zhu".to_string()
} else {
title.to_string() + " - Tianyu (Ezri) Zhu"
title.to_string() + " - ezri zhu"
};

let mut webring_enabled = false;
Expand All @@ -47,7 +47,7 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark

title { (title) };
meta name="description" content=(description);
meta name="author" content="Tianyu (Ezri) Zhu";
meta name="author" content="ezri zhu";

link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png";
link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png";
Expand All @@ -68,9 +68,9 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark
body {
a id="prideflag" href="https://www.hrw.org/topic/lgbt-rights" target="_blank" { img src="/assets/img/pride.svg" alt="progressive pride flag"; }
div class="home-menu pure-menu pure-menu-horizontal" {
a href="/" {
img class="logo" src="/assets/img/logo.svg" alt="Tianyu (Ezri) Zhu";
}
//a href="/" {
// img class="logo" src="/assets/img/logo.svg" alt="ezri zhu";
//}
ul class="pure-menu-list" {
li class="pure-menu-item" {
a class="pure-menu-link" href="/" {
Expand Down Expand Up @@ -138,6 +138,8 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark
}

p {
"⎈-657a7269"
br;
"All opinions here are my own and do not reflect the views of my employers or university: future, past, and present."
br;
"Copyright 2018-2023 • All text here are released under "
Expand Down Expand Up @@ -196,7 +198,7 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark

div class="h-card" style="display: none" {
a class="u-email" href="mailto:me@ezrizhu.com" {};
a class="u-url u-uid p-name" href="https://ezrizhu.com" { "Tianyu (Ezri) Zhu" };
a class="u-url u-uid p-name" href="https://ezrizhu.com" { "ezri zhu" };
p class="p-note" { "I’m a student interested in software development, computer networking, managing infrastructure at scale, cybersecurity, and DevOps" };
}
}
Expand Down

0 comments on commit 56fcde9

Please sign in to comment.