avatar
Zhenghong (Nemo) Yu
Someone who is curious about the CS field.

I am a Ph.D. student in the Department of Computer Sciences at the University of Wisconsin–Madison, advised by Prof. Paris Koutris.

My research primarily focuses on database theory, with a strong interest in applying theoretical insights to practical system design. Beyond databases, I am also interested in traditional systems topics such as operating systems and distributed systems.

Prior to that, I received my B.E. from the School of Information Science and Technology at ShanghaiTech University.

Collaborations, discussions, and chats are welcome!

-- Keep calm & do good research!
class Researcher (CS : Type) (Me : Type) where
  week : Me → List (Literature CS) → Project CS → Discussion CS → IO Unit

-- Implementation if far from completion
  week me pubs proj comm := do
    let learning ← pubs.collect >>= (·.study)
    let progress ← proj.hardWork
    let insights ← comm.make >>= (·.summarize)
    me.meeting learning progress insights
    pure ()

(Idea by Guanzhou)

Email: zyu379 [AT] wisc [dot] edu, yuzhh1 [AT] shanghaitech [dot] edu [dot] cn

Publications

echo "I'm currently working on getting my first academic paper out there"

Education

Shanghai Tech University, Shanghai, China

B.E. in Computer Science · Aug. 2020 to Jun. 2024

University of Wisconsin-Madison, Madison, WI, USA

VISP in Computer Science · Jan. 2023 to Jan. 2024

Magician

I was a proud member of Magician, the robotics student team of RMUC. It was the starting point of my academic journey, and I’m always grateful and honored to have been part of that team — it’s still my mental home, wherever I go.
Magician in 2022 Season (Second from the back left is me)