-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
54 lines (40 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="css/fonts_import.css" type="text/css" />
<link rel="stylesheet" href="css/cs.css" type="text/css" />
<link rel="stylesheet" href="css/content.css" type="text/css" />
<!-- font family -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons/css/academicons.min.css">
<title>AIM @Zhejiang University</title>
</head>
<body>
<div id="layout-content">
<h1>We are an AI Research Team at Zhejiang University</h1>
<h2>Projects</h2>
<ul>
<li><p><a href="./Framer/">Framer: Interactive frame interpolation</a></p>
</li>
<li><p><a href="./FrozenRecon">3D reconstruction using pre-trained depth models</a></p>
</li>
<li><p><a href="./AutoStory">Generating comics using generative models</a> </p>
</li>
<li><p><a href="./MovieDreamer">Generating long videos using generative models</a> </p>
</li>
<li><p><a href="./GenDeF">GenDeF: Learning generative deformation field for video generation</a> </p>
</li>
</ul>
<div id="footer">
<div id="footer-text">
© <b>.</b>
•
last update: 19:59 30/July/24
•
</div>
</div>
</div>
</body>
</html>