Skip to content

Commit 926b019

Browse files
committed
Update
1 parent 5506362 commit 926b019

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

content/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ sections:
4343
2. National Research Foundation, Singapore, and Cyber Security Agency of Singapore under its National Cybersecurity R&D Programme (Fuzz Testing \<NRF-NCR25-Fuzz-0001\>).
4444
4545
### Reading Groups
46-
We currently run two reading groups on alternate weeks. We meet on Wednesday 1-2pm at COM3 MR21. You may contact [Daniel](mailto:dws.lim@nus.edu.sg) if you are interested to join.
47-
1. [Advanced Automata Theory](https://www.mimuw.edu.pl/~bojan/paper/automata-toolbox-book)
48-
2. Logic/Type Theory
46+
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:dws.lim@nus.edu.sg) if you are interested to join.
4947
5048
# - block: markdown
5149
# content:

content/news/2024-06-26-alexey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ date: 2024-06-26
33
---
44

55

6-
Alexey Paznikov joins us as a Research Fellow!
6+
**Alexey Paznikov** joins us as a Research Fellow!

content/news/2024-08-12-new-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ date: 2024-08-16
33
---
44

55

6-
PhD student Zihan Zhou, and undergraduate students Arsyad Kamili, Jed Koh Jin Keat, Ramanathan Kumarappan, Bryan Lim and David Zhu join us!
6+
PhD student **Zihan Zhou**, and undergraduate students **Arsyad Kamili**, **Jed Koh Jin Keat**, **Ramanathan Kumarappan**, **Bryan Lim** and **David Zhu** join us!

content/news/2024-11-19-papers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ date: 2024-11-19
33
---
44

55

6-
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)
6+
Papers accepted:
7+
8+
1. [The Decision Problem for Regular First-Order Theories (POPL'25)](https://arxiv.org/pdf/2410.17185)
9+
2. [Selectively Uniform Concurrency Testing (ASPLOS'25)](https://abhikrc.com/pdf/asplos25.pdf)

content/news/2025-01-24-popl-src.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
date: 2025-01-24
3+
---
4+
5+
Achievements in the POPL'25 Student Research Competition:
6+
7+
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.
8+
2. **Jed** won the Gold medal (undergraduate student category) for his work on designing property testing algorithms for trace closures of regular languages.

themes/blox-bootstrap/assets/scss/wowchemy/layouts/_listing.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
}
2626

2727
.news-list-item .news-content p {
28-
margin-bottom: 0;
28+
margin-bottom: 0.2rem;
29+
}
30+
31+
.news-list-item .news-content :is(ul,ol,dl) {
32+
margin-top: 0;
33+
font-size: 0.95rem;
2934
}
3035

3136
.pub-list-item {

0 commit comments

Comments
 (0)