Skip to content

Commit

Permalink
update people
Browse files Browse the repository at this point in the history
  • Loading branch information
xcfcode committed Jul 8, 2024
1 parent e36b4ef commit ee98aeb
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 30 deletions.
52 changes: 27 additions & 25 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{% if site.footer_fixed %}
<footer class="fixed-bottom">
<div class="container mt-0">
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{ site.footer_text }}
{%- if site.impressum_path -%}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{%- endif -%}
{%- if site.last_updated -%}
Last updated: {{ "now" | date: '%B %d, %Y' }}.
{%- endif %}
</div>
</footer>
{%- else -%}
<footer class="sticky-bottom mt-5">
<div class="container">
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{ site.footer_text }}
{%- if site.impressum_path -%}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{%- endif -%}
{%- if site.last_updated -%}
Last updated: {{ "now" | date: '%B %d, %Y' }}.
{%- endif %}
</div>
</footer>
{%- endif %}
{% if site.footer_fixed %}
<footer class="fixed-bottom">
<div class="container mt-0">
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{
site.footer_text }}
{%- if site.impressum_path -%}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{%- endif -%}
{%- if site.last_updated -%}
Last updated: {{ "now" | date: '%B %d, %Y' }}.
{%- endif %}
</div>
</footer>
{%- else -%}
<footer class="sticky-bottom mt-5">
<div class="container">
&copy; Copyright {{ site.time | date: '%Y' }} {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}. {{
site.footer_text }}
{%- if site.impressum_path -%}
<a href="{{ site.url }}{{ site.baseurl }}{{ site.impressum_path }}">Impressum</a>.
{%- endif -%}
{%- if site.last_updated -%}
Last updated: {{ "now" | date: '%B %d, %Y' }}.
{%- endif %}
</div>
</footer>
{%- endif %}
7 changes: 7 additions & 0 deletions _news/announcement_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
date: 2023-08-31 15:59:00-0400
inline: true
---

Welcome the arrival of new students.
2 changes: 1 addition & 1 deletion _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permalink: /people/
description:
nav: true
nav_order: 1
display_categories: [Faculty, Current Students, Alumni]
display_categories: [Faculty, Current Students, Postdoc, Alumni]
horizontal: false
---

Expand Down
2 changes: 1 addition & 1 deletion _people/lei_li.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: PhD Student
img: /assets/img/leili.jpeg
importance: 10
category: Current Students
redirect: https://leili.site/
redirect: https://lilei-nlp.github.io
---
9 changes: 9 additions & 0 deletions _people/mukao_li.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Mukai Li
description: PhD student
img: /assets/img/mukai.jpg
importance: 15
category: Current Students
redirect: https://scholar.google.com/citations?hl=zh-CN&user=BizedOAAAAAJ&view_op=list_works&sortby=pubdate
---
9 changes: 9 additions & 0 deletions _people/sheng_wang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Sheng Wang
description: PhD Student
img: /assets/img/shengwang.jpg
importance: 14
category: Current Students
redirect: https://forence1999.github.io
---
2 changes: 1 addition & 1 deletion _people/who_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: page
title: Join HKUNLP!
description:
img: /assets/img/who_next.png
importance: 15
importance: 17
category: Current Students
redirect: https://docs.google.com/forms/d/e/1FAIpQLSeQVtUQgofMOksSWUjyIj5Vamh-n_IWB8fk2qeG8fa4V9JrRw/viewform?usp=sf_link
---
9 changes: 9 additions & 0 deletions _people/xiachong_feng.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Xiachong Feng
description: Postdoc
img: /assets/img/xcfeng.jpg
importance: 14
category: Postdoc
redirect: http://xcfeng.net/
---
2 changes: 1 addition & 1 deletion _people/xijia_tao.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Xijia Tao
description: Incoming PhD Student
description: PhD Student
img: /assets/img/xijia.png
importance: 13
category: Current Students
Expand Down
9 changes: 9 additions & 0 deletions _people/xinyuan_wang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: page
title: Xinyuan Wang
description: Phd Student
img: /assets/img/xinyuanwang.jpg
importance: 16
category: Current Students
redirect: https://xinyuanwangcs.github.io/
---
2 changes: 1 addition & 1 deletion _people/zhihui_xie.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Zhihui Xie
description: Incoming PhD Student
description: PhD Student
img: /assets/img/zhihui.jpg
importance: 12
category: Current Students
Expand Down
Binary file added assets/img/mukai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/shengwang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/xcfeng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/xinyuanwang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee98aeb

Please sign in to comment.