diff --git a/_pages/cv.md b/_pages/cv.md
index 4ea6515..5072dfb 100644
--- a/_pages/cv.md
+++ b/_pages/cv.md
@@ -110,11 +110,13 @@ I mainly publish at ACL conferences. You may also refer to my [Google Scholar](h
## Supervision and Mentorship
### Current Students
+Aside from MBZUAI, I co-supervise students from an Indonesian university, where I commit to meeting them weekly.
+
{% for student in site.data.student.student %}
-
- {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}
- {{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}
+ {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}\
+ Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}
{% if student.job %}
Current position: {{ student.job | raw }}
{% endif %}
@@ -126,8 +128,8 @@ I mainly publish at ACL conferences. You may also refer to my [Google Scholar](h
{% for student in site.data.student.paststudent %}
-
- {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}
- {{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}
+ {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}\
+ Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}
{% if student.job %}
Current position: {{ student.job | raw }}
{% endif %}
@@ -139,8 +141,8 @@ I mainly publish at ACL conferences. You may also refer to my [Google Scholar](h
{% for student in site.data.student.staff %}
-
- {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}
- {{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}
+ {{ student.name | raw }} — {{ student.rolejob | raw }}{{ student.period | raw }}\
+ Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}
{% if student.job %}
Current position: {{ student.job | raw }}
{% endif %}