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
2 changes: 1 addition & 1 deletion src/components/ProjectPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/self/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<p>
1. Scalable graph analytics and mining <br/>
2. Scalable data structures and systems
2. Scalable data storage and systems
</p>
<p>
Please refer to our <a href="/lab">lab website</a> for more details.
Expand Down