Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellimws committed Feb 3, 2025
1 parent 5506362 commit 20ae91f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
4 changes: 1 addition & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ sections:
2. National Research Foundation, Singapore, and Cyber Security Agency of Singapore under its National Cybersecurity R&D Programme (Fuzz Testing \<NRF-NCR25-Fuzz-0001\>).
### Reading Groups
We currently run two reading groups on alternate weeks. We meet on Wednesday 1-2pm at COM3 MR21. You may contact [Daniel](mailto:[email protected]) if you are interested to join.
1. [Advanced Automata Theory](https://www.mimuw.edu.pl/~bojan/paper/automata-toolbox-book)
2. Logic/Type Theory
We currently run an [Advanced Automata Theory](https://www.mimuw.edu.pl/~bojan/paper/automata-toolbox-book) reading group once every 2 weeks. We meet on Wednesday 1-2pm at COM3 MR21. You may contact [Daniel](mailto:[email protected]) if you are interested to join.
# - block: markdown
# content:
Expand Down
2 changes: 1 addition & 1 deletion content/news/2024-06-26-alexey.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ date: 2024-06-26
---


Alexey Paznikov joins us as a Research Fellow!
**Alexey Paznikov** joins us as a Research Fellow!
2 changes: 1 addition & 1 deletion content/news/2024-08-12-new-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ date: 2024-08-16
---


PhD student Zihan Zhou, and undergraduate students Arsyad Kamili, Jed Koh Jin Keat, Ramanathan Kumarappan, Bryan Lim and David Zhu join us!
PhD student **Zihan Zhou**, and undergraduate students **Arsyad Kamili**, **Jed Koh Jin Keat**, **Ramanathan Kumarappan**, **Bryan Lim** and **David Zhu** join us!
5 changes: 4 additions & 1 deletion content/news/2024-11-19-papers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ date: 2024-11-19
---


Papers accepted: [The Decision Problem for Regular First-Order Theories (POPL'25)](https://arxiv.org/pdf/2410.17185), [Selectively Uniform Concurrency Testing (ASPLOS'25)](https://abhikrc.com/pdf/asplos25.pdf)
Papers accepted:

1. [The Decision Problem for Regular First-Order Theories (POPL'25)](https://arxiv.org/pdf/2410.17185)
2. [Selectively Uniform Concurrency Testing (ASPLOS'25)](https://abhikrc.com/pdf/asplos25.pdf)
8 changes: 8 additions & 0 deletions content/news/2025-01-24-popl-src.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: 2025-01-24
---

Achievements in the POPL'25 Student Research Competition:

1. **Grace** won the Gold medal (graduate student category) for her work on Store Order Consistency Testing for C-like memory models, and complexity theoretic questions around it.
2. **Jed** won the Gold medal (undergraduate student category) for his work on designing property testing algorithms for trace closures of regular languages.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
}

.news-list-item .news-content p {
margin-bottom: 0;
margin-bottom: 0.2rem;
}

.news-list-item .news-content :is(ul,ol,dl) {
margin-top: 0;
font-size: 0.95rem;
}

.pub-list-item {
Expand Down

0 comments on commit 20ae91f

Please sign in to comment.