Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Site Settings
title : "Chenyi Zi"
description : "Chenyi Zi is a Mphil from HKUST(GZ) advised by JiaLi. "
repository : "https://github.com/Barristen"
repository : "Barristen/barristen.github.io"
google_scholar_stats_use_cdn : true

# google analytics
Expand All @@ -28,7 +28,7 @@ author:
employer :
pubmed :
googlescholar : "https://scholar.google.com/citations?user=YOUR_GOOGLE_SCHOLAR_ID"
email : "barristan666@amail.com.com"
email : "barristan666@amail.com"
researchgate : # e.g., "https://www.researchgate.net/profile/yourprofile"
uri :
bitbucket :
Expand All @@ -37,7 +37,7 @@ author:
flickr :
facebook :
foursquare :
github : # e.g., "github username"
github : "Barristen"
google_plus :
keybase :
instagram :
Expand Down
22 changes: 8 additions & 14 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# main links links
# main links
main:
- title: "About Me"
- title: "About"
url: "/#about-me"

- title: "News"
url: "/#-news"
url: "/#news"

- title: "Publications"
url: "/#-publications"
url: "/#publications"

- title: "Honors and Awards"
url: "/#-honors-and-awards"
- title: "Awards"
url: "/#honors-and-awards"

- title: "Educations"
url: "/#-educations"

- title: "Invited Talks"
url: "/#-invited-talks"

- title: "Internships"
url: "/#-internships"
- title: "Education"
url: "/#educations"
10 changes: 8 additions & 2 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">

<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileColor" content="#0a0a0a">
<meta name="msapplication-TileImage" content="images/mstile-144x144.png?v=M44lzPylqQ">
<meta name="msapplication-config" content="images/browserconfig.xml?v=M44lzPylqQ">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#0a0a0a">

<!-- Inter Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="assets/css/academicons.css"/>

<script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "all" } } }); </script>
Expand Down
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nav id="site-nav" class="greedy-nav">
<button><div class="navicon"></div></button>
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg masthead__menu-home-item"><a href="#about-me">Homepage</a></li>
<li class="masthead__menu-item masthead__menu-item--lg masthead__menu-home-item"><a href="#about-me">{{ site.author.name }}</a></li>
{% for link in site.data.navigation.main %}
<li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
Expand Down
58 changes: 27 additions & 31 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ permalink: /
title: ""
excerpt: ""
author_profile: true
redirect_from:
redirect_from:
- /about/
- /about.html
---
Expand All @@ -17,31 +17,31 @@ redirect_from:

<span class='anchor' id='about-me'></span>

My name is Chenyi Zi (资琛义), and I am currently a second-year MPhil student at HKUST(GZ), advised by Prof. [Jia Li](https://sites.google.com/view/lijia/courses). My research interests focus on **Graph Pre-training**, Graph representation learning, and Graph prompt learning. I received my bachelor's degree from Computer Science department, the South University of Technology, advised by Prof. [Shengfeng He](http://www.shengfenghe.com/) .
I am **Chenyi Zi** (资琛义), an Phd student at [HKUST(GZ)](https://www.hkust-gz.edu.cn/), advised by Prof. [Jia Li](https://sites.google.com/view/lijia/courses). My research focuses on **Physical AI**, Graph Representation Learning, and Graph Prompt Learning. I received my bachelor's degree from the Computer Science department at the South China University of Technology, advised by Prof. [Shengfeng He](http://www.shengfenghe.com/).

# News
- *2024.09* &nbsp; Two papers have been accepted by **NeurIPS 2024**.
- *2024.06* &nbsp; Our ProG: A Graph Prompt Learning [Benchmark](https://arxiv.org/abs/2406.05346) is published. See this [repo](https://github.com/sheldonresearch/ProG).
- *2024.01* &nbsp; One paper has been accepted by **WWW 2024**.
- *2024.01* &nbsp; One paper has been accepted by **ICLR 2024**.
- *2023.09* &nbsp; The [website](https://graphprompt.github.io) of KDD 2023 Best Paper — **All in One: Multi-Task Prompting for GNN** is online.

# 🔥 News
- *2024.09*: &nbsp;🎉🎉 Two papers have been acccepted by Neurips24. Thanks to Jia ,Xiangguo, Hong and Yiqing!
- *2024.06*: &nbsp;🎉🎉🎉🎉 Our ProG: A Graph Prompt [Bench](https://arxiv.org/abs/2406.05346) is published!, see this [repo](https://github.com/sheldonresearch/ProG)
- *2024.01*: &nbsp;🎉🎉 One paper has been acccepted by WWW24. Thanks to Jia and Hong!
- *2024.01*: &nbsp;🎉🎉 One paper has been acccepted by ICLR24. Thanks to Jia, Tao and Ziqi!
- *2023.09*: &nbsp;🎉🎉 the [website](https://graphprompt.github.io) of 23KDD best paper -- **All in One: Multi-Task Prompting for GNN** in research track is online, Congratulation to Xiangguo!
# 📝 Publications
# Publications

<div class='paper-box'><div class='paper-box-image'><div><div class="badge">Neurips 2024</div><img src='images/prog.png' alt="sym" width="100%"></div></div>
<div class='paper-box'><div class='paper-box-image'><div><div class="badge">NeurIPS 2024</div><img src='images/prog.png' alt="sym" width="100%"></div></div>
<div class='paper-box-text' markdown="1">

[ ProG: A Graph Prompt Learning Benchmark](https://arxiv.org/abs/2406.05346).
[ProG: A Graph Prompt Learning Benchmark](https://arxiv.org/abs/2406.05346)

***Chenyi Zi***^, Haihong Zhao^, Xiangguo Sun*, Yiqing Lin, Hong Cheng, Jia Li
***Chenyi Zi***^, Haihong Zhao^, Xiangguo Sun*, Yiqing Lin, Hong Cheng, Jia Li

</div>
</div>

<div class='paper-box'><div class='paper-box-image'><div><div class="badge">Neurips 2024</div><img src='images/unigad.png' alt="sym" width="100%"></div></div>
<div class='paper-box'><div class='paper-box-image'><div><div class="badge">NeurIPS 2024</div><img src='images/unigad.png' alt="sym" width="100%"></div></div>
<div class='paper-box-text' markdown="1">

[UniGAD: Unifying Multi-level Graph Anomaly Detection](https://neurips.cc/virtual/2024/poster/93390#:~:text=To%20address%20this,%20we%20present%20UniGAD,%20the%20first%20unified%20framework).
[UniGAD: Unifying Multi-level Graph Anomaly Detection](https://neurips.cc/virtual/2024/poster/93390#:~:text=To%20address%20this,%20we%20present%20UniGAD,%20the%20first%20unified%20framework)

Yiqing Lin, Jianheng Tang, ***Chenyi Zi***, H. Vicky Zhao, Yuan Yao, Jia Li*

Expand All @@ -51,7 +51,7 @@ Yiqing Lin, Jianheng Tang, ***Chenyi Zi***, H. Vicky Zhao, Yuan Yao, Jia Li*
<div class='paper-box'><div class='paper-box-image'><div><div class="badge">ICLR 2024</div><img src='images/ICLR24.png' alt="sym" width="100%"></div></div>
<div class='paper-box-text' markdown="1">

[ Generative Adversarial Policy Network for Modelling Protein Complexes](https://openreview.net/forum?id=4MsfQ2H0lP&referrer=%5Bthe%20profile%20of%20Tao%20Feng%5D(%2Fprofile%3Fid%3D)).
[Generative Adversarial Policy Network for Modelling Protein Complexes](https://openreview.net/forum?id=4MsfQ2H0lP&referrer=%5Bthe%20profile%20of%20Tao%20Feng%5D(%2Fprofile%3Fid%3D))

Tao Feng^, Ziqi Gao^, Jiaxuan You, ***Chenyi Zi***, Yan Zhou, Chen Zhang, Jia Li*

Expand All @@ -65,22 +65,18 @@ Tao Feng^, Ziqi Gao^, Jiaxuan You, ***Chenyi Zi***, Yan Zhou, Chen Zhang, Jia Li

Haihong Zhao, ***Chenyi Zi***, Yang Liu, Chen Zhang, Yan Zhou, Jia Li*


</div>
</div>


# 🎖 Honors and Awards
- *2023.02* **National Scholarship**.
- *2023.01* Yue+ scholarship by 37 [Interactive Entertainment](https://www.37entertainment.net/)
- *2022.04* The Finalist Prize in the 2022 ICM/MCM
- *2022.02* The first prize in the Chinese Mathematics Competition
- *2022.01* The third place in Huawei Cloud gaussDB Database competition
- *2018.10* First Prize in National Olympiad in Mathematics in Provinces, HuNan, China.

# 📖 Educations
- *2023.09 - 2024 (now)*, Mphil in HKUST(GZ)
- *2023.07 - 2023.09*, RA in HKUST(GZ)
- *2019.09 - 2023.07*, South China University of Technology – Computer Science (Full English Teaching), Bachelor


# Honors and Awards
- *2023.02* &nbsp; **National Scholarship**
- *2023.01* &nbsp; Yue+ Scholarship by 37 [Interactive Entertainment](https://www.37entertainment.net/)
- *2022.04* &nbsp; Finalist Prize in the 2022 ICM/MCM
- *2022.02* &nbsp; First Prize in the Chinese Mathematics Competition
- *2022.01* &nbsp; Third Place in Huawei Cloud GaussDB Database Competition
- *2018.10* &nbsp; First Prize in National Olympiad in Mathematics in Provinces, Hunan, China

# Educations
- *2023.09 – Present* &nbsp; MPhil, HKUST(GZ)
- *2023.07 – 2023.09* &nbsp; Research Assistant, HKUST(GZ)
- *2019.09 – 2023.07* &nbsp; B.Eng. in Computer Science, South China University of Technology
4 changes: 2 additions & 2 deletions _sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ select {
padding: 0.25em;
margin-bottom: 0.5em;
color: $text-color;
background-color: #fff;
border: 1px solid mix(#fff, #000, 80%);
background-color: #161616;
border: 1px solid #333;
border-radius: $border-radius;
box-shadow: $box-shadow;

Expand Down
2 changes: 1 addition & 1 deletion _sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.masthead {
position: sticky;
top: 0;
background-color: white;
background-color: #0a0a0a;
border-bottom: 1px solid $border-color;
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
Expand Down
14 changes: 7 additions & 7 deletions _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,17 +257,17 @@
padding: 5px;
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
box-shadow: 0 0 10px rgba(#000, 0.25);
background: #1a1a1a;
box-shadow: 0 0 20px rgba(#000, 0.5);

a {
margin: 0;
padding: 10px 20px;
font-size: $type-size-5;

&:hover {
color: $masthead-link-color-hover;
background: mix(#fff, $primary-color, 75%);
color: #fff;
background: #252525;
}
}

Expand All @@ -279,7 +279,7 @@
width: 0;
border-style: solid;
border-width: 0 10px 10px;
border-color: $border-color transparent;
border-color: #333 transparent;
display: block;
z-index: 0;
}
Expand All @@ -292,7 +292,7 @@
width: 0;
border-style: solid;
border-width: 0 10px 10px;
border-color: #fff transparent;
border-color: #1a1a1a transparent;
display: block;
z-index: 1;
}
Expand Down Expand Up @@ -374,7 +374,7 @@
color: $gray;
text-transform: uppercase;
letter-spacing: 1px;
background-color: #fff;
background-color: #161616;
border: 1px solid $border-color;
border-radius: $border-radius;
box-shadow: $box-shadow;
Expand Down
6 changes: 3 additions & 3 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@
list-style-type: none;
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
background: #1a1a1a;
z-index: -1;
box-shadow: 0 0 10px rgba(#000, 0.25);
box-shadow: 0 0 10px rgba(#000, 0.5);
cursor: default;

@include breakpoint($large) {
Expand Down Expand Up @@ -225,7 +225,7 @@
width: 0;
border-style: solid;
border-width: 0 10px 10px;
border-color: #fff transparent;
border-color: #1a1a1a transparent;
z-index: 1;

@include breakpoint($large) {
Expand Down
Loading
Loading