bio.smd (826B)
1 --- 2 .title = "Bio", 3 .date = @date("2025-04-09T21:13:53+08:00"), 4 .author = "Grace Tan", 5 .description = "Grace Tan's Bio", 6 .layout = "page.shtml", 7 .alternatives = [{ 8 .name = "raw", 9 .layout = "page.raw.shtml", 10 .output = "index.raw.html", 11 }], 12 .draft = false, 13 --- 14 15 # Bio 16 17 Grace Tan is a PhD student at the National University of Singapore (School of Computing), 18 and is advised by Prof. [Umang Mathur](https://www.comp.nus.edu.sg/~umathur/). 19 She is part of the group [Foundations of Computer Systems Lab](https://focs-lab.comp.nus.edu.sg/) which is led by her advisor. 20 In 2022, she obtained her Bachelor's Degree in Math and Computer Science at National University of Singapore. 21 22 Her research area is broadly on concurrent programming languages, and is currently focused on consistency testing under weak memory models.