-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (86 loc) · 3.88 KB
/
index.html
File metadata and controls
112 lines (86 loc) · 3.88 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description"
content="A Comprehensive Survey of Agents for Computer Use: Foundations, Challenges, and Future Directions">
<meta property="og:title" content="Agents for Computer Use"/>
<meta property="og:description"
content="A Comprehensive Survey of Agents for Computer Use: Foundations, Challenges, and Future Directions"/>
<meta property="og:url" content="https://sagerpascal.github.io/computer-control-agents"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/cca_banner.png"/>
<meta property="og:image:width" content="5760"/>
<meta property="og:image:height" content="1970"/>
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="AI agents, computer use, mobile control, GUI automation, LLM, VLM">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Agents for Computer Use</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;URL=https://sagerpascal.github.io/agents-for-computer-use" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3JHTT952T1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-3JHTT952T1');
</script>
<style>
.sankey-frame {
width: 100%;
height: 1050px;
}
.carousel-plots-frame {
width: 500px;
height: 400px;
}
.results-carousel {
display: flex;
justify-content: center; /* Centers items horizontally */
align-items: center; /* Centers items vertically */
gap: 20px; /* Optional: Adds space between items */
}
.results-carousel .item {
display: flex;
flex-direction: column; /* Ensures title and iframe stack properly */
align-items: center; /* Centers content inside each item */
text-align: center;
}
</style>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Re-Directing to new Homepage...</h1>
<p>You are being re-directed, if nothing happens, please <a href="https://sagerpascal.github.io/agents-for-computer-use">follow this link</a></p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>