Skip to content
Merged
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
14 changes: 7 additions & 7 deletions src/components/People/alumni.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export class Alumni extends React.Component<{ isVisible: boolean }> {
alumniGroup.map((alumnus, _) => (
alumnus.web.length > 0 ?
<a href={alumnus.web}>
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next ?? ""} />
</a> :
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next ?? ""} />
))
}
</div>
Expand All @@ -83,9 +83,9 @@ export class Alumni extends React.Component<{ isVisible: boolean }> {
alumniGroup.map((alumnus, _) => (
alumnus.web.length > 0 ?
<a href={alumnus.web}>
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next ?? ""} />
</a> :
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos="" date={alumnus.date} nxt={alumnus.next ?? ""} />
))
}
</div>
Expand All @@ -101,9 +101,9 @@ export class Alumni extends React.Component<{ isVisible: boolean }> {
alumniGroup.map((alumnus, _) => (
alumnus.web.length > 0 ?
<a href={alumnus.web}>
<AlumnusCard name={alumnus.name} pos={alumnus.position} date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos={alumnus.position} date={alumnus.date} nxt={alumnus.next ?? ""} />
</a> :
<AlumnusCard name={alumnus.name} pos={alumnus.position} date={alumnus.date} nxt={alumnus.next} />
<AlumnusCard name={alumnus.name} pos={alumnus.position} date={alumnus.date} nxt={alumnus.next ?? ""} />
))
}
</div>
Expand All @@ -118,4 +118,4 @@ export class Alumni extends React.Component<{ isVisible: boolean }> {
}
}

export default Alumni;
export default Alumni;
89 changes: 51 additions & 38 deletions src/components/People/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,25 @@
"area": "Graph Learning",
"web": "https://wei2hu0.github.io/"
},
{
"name": "Tianhao WU",
"date": "Aug 2025 - Present",
"img": "tianhao.jpg",
"bg": "PhD from Tsinghua University",
"web": "https://herew.github.io",
"area": "Graph Algorithm & Learning"
},
{
"name": "Yao CHENG",
"date": "Aug 2025 - Present",
"img": "chengyao.jpg",
"bg": "PhD from East China Normal University",
"web": "https://scholar.google.com/citations?user=0BzLJqkAAAAJ&hl=zh-CN",
"area": "Graph Algorithm & Learning"
}
],
"RA": [
},
{
"name": "Mengke He",
"date": "Mar 2025 - Present",
"img": "mengke.jpg",
"bg": "Master from Nanyang Technological University",
"web": "https://scholar.google.com/citations?hl=zh-CN&user=B69QIDUAAAAJ",
"area": "Graph Algorithm & Learning"
"name": "Dingheng MO",
"date": "2021 - 2025",
"img": "MoDingheng.png",
"bg": "Graduated PhD",
"web": "https://volatill.github.io/",
"area": "Data Systems"
}
],
"RA": [],
"phds": [
{
"name": "Zhaoqi ZHANG",
"date": "Feb 2022 - Present",
"bg": "co-supervised with Prof. Cong GAO",
"web": "https://scholar.google.com/citations?user=eige9cUAAAAJ&hl=en",
"area": "Spatial Data Mining"
},
{
"name": "Fan WANG",
"img": "WangFan.jpg",
Expand Down Expand Up @@ -91,6 +75,14 @@
"web": "https://haoxuanxie.github.io/",
"area": "Graph Algorithm"
},
{
"name": "Jiarui YE",
"date": "Aug 2024 - Present",
"bg": "BS from Fudan University",
"web": "",
"area": "",
"img": "jiarui.jpg"
},
{
"name": "Yige JIANG",
"date": "Aug 2025 - Present",
Expand All @@ -110,27 +102,20 @@
{
"name": "Levina LI",
"date": "Aug 2026 (incoming)",
"img": "",
"bg": "BS from UCLA",
"web": "https://levinaxu.github.io/",
"area": "T.B.D."
}
],
"masters": [
{
"name": "Jiarui YE",
"date": "Aug 2024 - Present",
"bg": "BS from Fudan University",
"web": "",
"area": "",
"img": "jiarui.jpg"
},
{
"name": "Shambhavi Das",
"date": "Dec 2023 - Present",
"bg": "By MSDS",
"name": "Xinpeng JIANG",
"date": "Aug 2025 - Present",
"img": "",
"bg": "BS from Peking University",
"web": "",
"area": "",
"img": ""
"area": ""
}
],
"alumni": [
Expand Down Expand Up @@ -174,6 +159,15 @@
"position": "Graduated PhD",
"next": "ByteDance @ Singapore"
},
{
"name": "Zhaoqi ZHANG",
"date": "Feb 2022 - Present",
"bg": "co-supervised with Prof. Cong GAO",
"web": "https://scholar.google.com/citations?user=eige9cUAAAAJ&hl=en",
"area": "Spatial Data Mining",
"position": "Graduated PhD",
"next": "T.B.D."
},
{
"name": "Meng LI",
"date": "Jul 2021 - Jul 2022",
Expand Down Expand Up @@ -228,6 +222,15 @@
"position": "Master",
"next": "Xiaomi"
},
{
"name": "Mengke He",
"date": "Mar 2025 - Present",
"img": "mengke.jpg",
"bg": "Master from Nanyang Technological University",
"web": "https://scholar.google.com/citations?hl=zh-CN&user=B69QIDUAAAAJ",
"area": "Graph Algorithm & Learning",
"position": "Research Assistant"
},
{
"name": "Yufei HAN",
"date": "",
Expand Down Expand Up @@ -302,6 +305,16 @@
"position": "PostDoc",
"next": "Associate Professor @ SouthEast University"
},
{
"name": "Tianhao WU",
"date": "Aug 2025 - Present",
"img": "tianhao.jpg",
"bg": "PhD from Tsinghua University",
"web": "https://herew.github.io",
"area": "Graph Algorithm & Learning",
"position": "PostDoc",
"next": "Lecturer @ Tianjin University"
},
{
"name": "Tiancheng HUANG",
"date": "2023 - 2024",
Expand Down Expand Up @@ -337,4 +350,4 @@
"position": "PostDoc"
}
]
}
}
4 changes: 2 additions & 2 deletions src/components/Services/services.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "SC4023 Big Data Management",
"keyword": "(Course Designer and Instructor) Recent 3 years teaching feedback scores > 95/100",
"keyword": "Course Designer and Instructor",
"years": [
{
"year": "0",
Expand All @@ -12,7 +12,7 @@
},
{
"name": "DS6126 Scalable Data Systems",
"keyword": "(Course Designer and Instructor) Recent 2 teaching feedback scores > 97/100",
"keyword": "Course Designer and Instructor",
"years": [
{
"year": "0",
Expand Down
48 changes: 24 additions & 24 deletions src/components/self/fundingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ import * as React from "react";
import rawData from './funding.json';

// revert the list
const fundings: string[] = rawData.reverse();
// const fundings: string[] = rawData.reverse();

export class FundingList extends React.Component {
render() {
return (
<div style={{ width: '70%' }}>
<div style={{ textAlign: 'left', display:'flex', fontSize: "20px", fontWeight: "bold", fontFamily: "Droid Serif", marginBottom: '2rem' }}>
// export class FundingList extends React.Component {
// render() {
// return (
// <div style={{ width: '70%' }}>
// <div style={{ textAlign: 'left', display:'flex', fontSize: "20px", fontWeight: "bold", fontFamily: "Droid Serif", marginBottom: '2rem' }}>

<img src="funds.png" style={{ width: '1.5rem', marginRight: '0.5rem' }} />
<div>Research Grants</div>
</div>
<ul style={{ textAlign: 'left', listStyleType: 'none', paddingInlineStart: '0rem', height: '15rem', overflow: "scroll" }}>
{
fundings.map(val => (
<li style={{ marginBottom: '1rem', fontFamily: "'Cardo'", fontSize: "16px" }}>
<span style={{ fontWeight: 'bold' }}>{val.split(', ')[0]}</span>
<span>, {val.split(', ')[1]}, {val.split(', ')[2]}</span>
</li>
))
}
</ul>
</div>
)
}
}
// <img src="funds.png" style={{ width: '1.5rem', marginRight: '0.5rem' }} />
// <div>Research Grants</div>
// </div>
// <ul style={{ textAlign: 'left', listStyleType: 'none', paddingInlineStart: '0rem', height: '15rem', overflow: "scroll" }}>
// {
// fundings.map(val => (
// <li style={{ marginBottom: '1rem', fontFamily: "'Cardo'", fontSize: "16px" }}>
// <span style={{ fontWeight: 'bold' }}>{val.split(', ')[0]}</span>
// <span>, {val.split(', ')[1]}, {val.split(', ')[2]}</span>
// </li>
// ))
// }
// </ul>
// </div>
// )
// }
// }

export default FundingList;
// export default FundingList;
4 changes: 0 additions & 4 deletions src/components/self/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as React from "react";
import { Col, Row } from "antd";
import { Content } from "antd/es/layout/layout";
import NewsList from "./news";
import FundingList from "./fundingList";

export class SelfIntro extends React.Component {
public render() {
Expand Down Expand Up @@ -85,9 +84,6 @@ export class SelfIntro extends React.Component {
<div style={{ display: 'flex', justifyContent: 'center' }}>
<NewsList />
</div>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<FundingList />
</div>
</Content>
);
}
Expand Down
Loading