Skip to content

Commit

Permalink
Update cv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afaji authored Jun 12, 2024
1 parent 31d40f7 commit 6b75e86
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ul>
{% for student in site.data.student.student %}
<li>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>
{{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}<br>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>\
Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}<br>
{% if student.job %}
<strong>Current position</strong>: {{ student.job | raw }}<br>
{% endif %}
Expand All @@ -126,8 +128,8 @@ I mainly publish at ACL conferences. You may also refer to my [Google Scholar](h
<ul>
{% for student in site.data.student.paststudent %}
<li>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>
{{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}<br>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>\
Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}<br>
{% if student.job %}
<strong>Current position</strong>: {{ student.job | raw }}<br>
{% endif %}
Expand All @@ -139,8 +141,8 @@ I mainly publish at ACL conferences. You may also refer to my [Google Scholar](h
<ul>
{% for student in site.data.student.staff %}
<li>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>
{{ student.role | raw }} {% if student.co %} with {{ student.co }}{% endif %}<br>
<a href="{{ student.url }}">{{ student.name | raw }}</a> — {{ student.rolejob | raw }}<span style="float: right;">{{ student.period | raw }}</span>\
Role: {{ student.role | raw }}{% if student.co %}; with {{ student.co }}{% endif %}<br>
{% if student.job %}
<strong>Current position</strong>: {{ student.job | raw }}<br>
{% endif %}
Expand Down

0 comments on commit 6b75e86

Please sign in to comment.