From 405f79760084231ed11edd1bd821bb3191911e66 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Mon, 2 Feb 2026 13:47:52 +0800 Subject: [PATCH] feat: change title of project --- src/components/ProjectPage/data.ts | 2 +- src/components/self/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectPage/data.ts b/src/components/ProjectPage/data.ts index dbc942b..3792cb9 100644 --- a/src/components/ProjectPage/data.ts +++ b/src/components/ProjectPage/data.ts @@ -79,7 +79,7 @@ export const keyValueProject: ProjectProps = { }; export const graphProject: ProjectProps = { - title: "Graph Data Mining and Learning", + title: "Graph Data Analytics, Mining and Learning", description: rawData[1].description, imgSrc: rawData[1].img, publications: graphPublications, diff --git a/src/components/self/index.tsx b/src/components/self/index.tsx index 7fc74f0..0165ed0 100644 --- a/src/components/self/index.tsx +++ b/src/components/self/index.tsx @@ -56,7 +56,7 @@ export class SelfIntro extends React.Component { I have broad interest in efficient and effective big data analytics, queries and mining, particularly about:
1. Scalable graph analytics and mining
- 2. Scalable data structures and systems
+ 2. Scalable data storage and systems
Please refer to our lab website for more details.