ameerazampixis commited on
Commit
d461eef
1 Parent(s): cefaaea

paper 1 added

Browse files
public/paper_image/paper1.png ADDED
src/app/about-event.tsx CHANGED
@@ -6,36 +6,12 @@ import AboutCard from "@/components/about-card";
6
  import React from 'react';
7
  const EVENT_INFO = [
8
  {
9
- title: "Paper Title",
10
  description:
11
- "Discriptions",
12
- subTitle: "Paper Tag Lipsync",
13
- imageName : "avatar1.jpg",
14
- paper_links :"https://arxiv.org/pdf/2402.16607.pdf"
15
- },
16
- {
17
- title: "Paper Title",
18
- description:
19
- "Discriptions",
20
- subTitle: "Paper Tag Lipsync",
21
- imageName : "avatar1.jpg",
22
- paper_links :"https://arxiv.org/pdf/2402.16607.pdf"
23
- },
24
- {
25
- title: "Paper Title",
26
- description:
27
- "Discriptions",
28
- subTitle: "Paper Tag Lipsync",
29
- imageName : "avatar1.jpg",
30
- paper_links :"https://arxiv.org/pdf/2402.16607.pdf"
31
- },
32
- {
33
- title: "Paper Title",
34
- description:
35
- "Discriptions",
36
- subTitle: "Paper Tag Lipsync",
37
- imageName : "avatar1.jpg",
38
- paper_links :"https://arxiv.org/pdf/2402.16607.pdf"
39
  },
40
 
41
  ];
 
6
  import React from 'react';
7
  const EVENT_INFO = [
8
  {
9
+ title: "Lips Are Lying: Spotting the Temporal Inconsistency between Audio and Visual in Lip-Syncing DeepFakes",
10
  description:
11
+ " DeepFake can be bifurcated into entertainment applications like face swapping and illicit uses such as lipsyncing fraud",
12
+ subTitle: "Lipsync",
13
+ imageName : "paper1.png",
14
+ paper_links :"https://arxiv.org/pdf/2401.15668.pdf"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  },
16
 
17
  ];