Skip to content

Commit c2f0893

Browse files
committed
fix link of geometric and graph learning
1 parent 72a6207 commit c2f0893

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/tag.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ function PublicationTag({ tag }: { tag: Tag }) {
3232
name = "Multi-Modal Foundation Model";
3333
color = "success";
3434
break;
35-
case Tag.GraphRepresentationLearning:
36-
name = "Graph Representation Learning";
35+
case Tag.GeometricAndGraphLearning:
36+
name = "Geometric and Graph Learning";
3737
color = "warning";
3838
break;
3939
}

config/publications.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum Tag {
2-
GraphRepresentationLearning = "Graph Representation Learning",
2+
GeometricAndGraphLearning = "Geometric and Graph Learning",
33
MultiModalFoundationModel = "Multi-Modal Foundation Model",
44
TrustworthyAI = "Trustworthy AI",
55
Applications = "Applications",
@@ -46,7 +46,7 @@ export const publications = [
4646
page: "hybrid",
4747
paper: "https://arxiv.org/abs/2312.02203",
4848
code: "https://github.com/Graph-and-Geometric-Learning/HyBRiD",
49-
tags: [Tag.Applications, Tag.GraphRepresentationLearning],
49+
tags: [Tag.Applications, Tag.GeometricAndGraphLearning],
5050
abstract:
5151
"Traditional methods only focus on pariwise connectivity of brain regions. We proposed a new framework based on information bottleneck that learns high-order relationships of brain regions.",
5252
impact:
@@ -72,7 +72,7 @@ export const publications = [
7272
paper: "https://arxiv.org/abs/2408.00872",
7373
abstract: "we introduce AnoT, an efficient TKG summarization method tailored for interpretable online anomaly detection in TKGs. AnoT begins by summarizing a TKG into a novel rule graph, enabling flexible inference of complex patterns in TKGs.",
7474
impact: "The first attempt at strategies to summarize a temporal knowledge graph and first explore how to inductively detect anomalies in TKG.",
75-
tags: [Tag.GraphRepresentationLearning],
75+
tags: [Tag.GeometricAndGraphLearning],
7676
},
7777
{
7878
title: "DTGB: A Comprehensive Benchmark for Dynamic Text-Attributed Graphs",
@@ -86,7 +86,7 @@ export const publications = [
8686
"we introduce Dynamic Text-attributed Graph Benchmark (DTGB), a collection of large-scale, time-evolving graphs from diverse domains, with nodes and edges enriched by dynamically changing text attributes and categories.",
8787
impact:
8888
"he proposed DTGB fosters research on DyTAGs and their broad applications. It offers a comprehensive benchmark for evaluating and advancing models to handle the interplay between dynamic graph structures and natural language.",
89-
tags: [Tag.GraphRepresentationLearning],
89+
tags: [Tag.GeometricAndGraphLearning],
9090
},
9191
{
9292
title:

0 commit comments

Comments
 (0)