We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50971d commit c987cd2Copy full SHA for c987cd2
components/tag.tsx
@@ -29,7 +29,7 @@ function PublicationTag({ tag }: { tag: Tag }) {
29
color = "secondary";
30
break;
31
case Tag.MultiModalFoundationModel:
32
- name = "Multi-Modal Foundation Model";
+ name = "Multimodal Foundation Model";
33
color = "success";
34
35
case Tag.GeometricAndGraphLearning:
config/publications.ts
@@ -1,6 +1,6 @@
1
export enum Tag {
2
GeometricAndGraphLearning = "Geometric and Graph Learning",
3
- MultiModalFoundationModel = "Multi-Modal Foundation Model",
+ MultiModalFoundationModel = "Multimodal Foundation Model",
4
TrustworthyAI = "Trustworthy AI",
5
Applications = "Applications",
6
Benchmark = "Benchmark",
0 commit comments