blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

index.smd (680B)


      1 ---
      2 .title = "Grace Tan's Site",
      3 .date = @date("2025-04-09T21:13:53+08:00"),
      4 .author = "Grace Tan",
      5 .layout = "index.shtml",
      6 .description = "Hello! I am a PhD student studying weak memory models.",
      7 .alternatives = [{
      8     .name = "raw",
      9     .layout = "index.raw.shtml",
     10     .output = "index.raw.html",
     11 }],
     12 .draft = false,
     13 ---
     14 
     15 # Grace Tan's Site
     16 
     17 Hello! I am a PhD student at the National University of Singapore (School of Computing),
     18 advised by Prof. [Umang Mathur](https://www.comp.nus.edu.sg/~umathur/).
     19 I am in the [Foundations of Computer Systems Lab](https://focs-lab.comp.nus.edu.sg/) led by my advisor.
     20 
     21 ## Now
     22 
     23 I am currently studying algorithms for consistency testing.