Find me on GitHub
https://github.com/josehu07
CV | LinkedIn | Google Scholar
guanzhou.hu (at) wisc.edu | |
josehu (at) cs.wisc.edu |
To all my loved ones and my friends ♥
GitHub Pages — Theme by orderedlist
I am a computer science Ph.D. student in the ADSL lab at the University of Wisconsin-Madison, advised by Professor Andrea Arpaci-Dusseau and Professor Remzi Arpaci-Dusseau. My research interest lies in computer systems, especially distributed storage systems and operating systems.
My current focus is on modernizing distributed replication protocols under data-heavy workloads. Previously, I have studied file systems and kernel storage stack technologies for emerging hardware such as persistent memory.
/// Keep calm & do good research!
impl<CS> Researcher<CS> for Me {
// TODO: This method is far from complete.
fn week(
&mut self,
paper: &Paper<CS>,
project: &mut Project<CS>,
) -> Result<(), Box<dyn Error>> {
let report = paper.read()?.note()?;
let progress = project.exec()?;
self.meeting(report, progress)?;
Ok(())
}
}
If you don’t mind wasting a few seconds of your life, please take a look at these rather cool open-source projects I did!
2020.08 - 20??.?? | Ph.D. candidate in Computer Science ↩︎ | UW-Madison |
2019.09 - 2020.07 | Special student program | MIT |
2016.09 - 2020.07 | BEng. in Computer Science | ShanghaiTech |
2019.07 - 2019.09 | Summer research intern ↩︎ | UCLA |
Please comment below anything you wanna say! 😉