Skip to content

Commit

Permalink
update members 24 fall (#42)
Browse files Browse the repository at this point in the history
* add new members

* fix link not find ci (maybe?)

* Fix broken link ci

* add Ma Yue
  • Loading branch information
CalaW authored Jan 7, 2025
1 parent 78f2e2b commit 72a01e8
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
fail: true
# removed md files that include liquid tags
args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html'
args: --user-agent 'curl/7.54' --exclude-path _pages/members.md --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --verbose --no-progress './**/*.md' './**/*.html'
21 changes: 18 additions & 3 deletions _data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
- name: Dongjie Zhu / 朱东杰
image: assets/img/people/zhudongjie.jpg
alt: I am Dongjie. I am wearing a suit.
- name: Daoheng Li / 李道衡
image: assets/img/people/lidaoheng.jpg
alt: I am Daoheng. I am wearing a black jacket.
- name: Master's Students
full: true
list:
Expand All @@ -47,13 +50,25 @@
- name: Bo Yan / 晏博
image: assets/img/people/yanbo.jpg
alt: I am Bo. I am wearing a blue jacket.
- name: Undergraduate Students
full: true
list:
- name: Chen Chen / 陈辰
website: https://calaw.cc/
image: assets/img/people/chenchen.jpg
alt: I am Chen. I am wearing a white shirt.
- name: Qikai Zou / 邹祺凯
image: assets/img/people/zouqikai.jpg
alt: I am Qikai. I am wearing a suit.
- name: Undergraduate Students
full: true
list:
- name: Shihefeng Wang / 王施赫丰
image: assets/img/people/wangshihefeng.jpg
alt: I am Shihefeng. I am wearing a blue shirt.
- name: Qingqi Zhang / 张清琦
image: assets/img/people/zhangqingqi.jpg
alt: I am Qingqi. I am wearing a dark blue shirt.
- name: Yue Ma / 马跃
image: assets/img/people/mayue.jpg
alt: I am Yue. I am wearing a suit.
- name: Alumni
full: false
list:
Expand Down
8 changes: 6 additions & 2 deletions _pages/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ profiles:
<div class="row row-cols-2 row-cols-sm-3 row-cols-md-4">
{% for member in group.list %}
<div class="col text-center">
<a target="_blank" href="{{member.website}}">
{% if member.website %}
<a target="_blank" href="{{member.website}}">
{% include figure.liquid loading="eager" path=member.image alt=member.alt class="img-fluid rounded" %}
</a>
{% else %}
{% include figure.liquid loading="eager" path=member.image alt=member.alt class="img-fluid rounded" %}
</a>
{% endif %}
<p style="margin-bottom:1.5rem">{{ member.name }}</p>
<!-- the figure has 1rem vertical margin -->
</div>
Expand Down
Binary file added assets/img/people/lidaoheng.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/people/mayue.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/people/wangshihefeng.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/people/zhangqingqi.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/people/zouqikai.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 72a01e8

Please sign in to comment.