Skip to content

Commit 1f81101

Browse files
committed
update pages
1 parent f26f03e commit 1f81101

2 files changed

Lines changed: 70 additions & 39 deletions

File tree

site/index.html

Lines changed: 56 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Noto+Serif:ital,wght@0,400;0,600;0,700;1,400&display=swap"
1414
rel="stylesheet">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">
16+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
18+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
19+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
1620
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
21+
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js"></script>
1722

1823
<style>
1924
/* 简单的补充样式,以防没有 style.css */
@@ -67,42 +72,59 @@
6772
<main class="container">
6873
<!-- Title Section -->
6974
<header class="header">
70-
<h1>MAI-UI: A Foundational GUI Agent for Mobile Intelligent Assistance</h1>
71-
72-
73-
<p class="authors">
74-
<!-- 请替换为实际作者 -->
75-
<span class="author">Hanzhang Zhou<sup>*</sup></span>,
76-
<span class="author">Xu Zhang<sup>*</sup></span>,
77-
<span class="author">Panrong Tong</span>,
78-
<span class="author">Jianan Zhang</span>,
79-
<span class="author">Liangyu Chen</span>,
80-
</p>
81-
<p class="authors">
82-
83-
<span class="author">Quyu Kong</span>,
84-
<span class="author">Chenglin Cai</span>,
85-
<span class="author">Chen Liu</span>,
86-
<span class="author">Yue Wang<sup></sup></span>,
87-
<span class="author">Jingren Zhou</span>,
88-
<span class="author">Steven HOI</span>
89-
</p>
90-
91-
<p class="affiliations">
92-
Tongyi Group, Alibaba Group
93-
</p>
94-
95-
<p style="text-align: center; font-size: 0.9rem; color: #666; margin-top: 0.5rem; margin-bottom: 1rem;">
96-
<sup>*</sup>Lead contributors.<br>
97-
All authors are core contributors.<br>
98-
<sup></sup>Corresponding to yue.w@alibaba-inc.com
99-
</p>
100-
75+
<h1 class="title is-1 publication-title">
76+
MAI-UI: A Foundational GUI Agent for Mobile Intelligent Assistance
77+
</h1>
78+
<div class="is-size-5 publication-authors">
79+
<span class="author-block">
80+
<a>Hanzhang Zhou</a><sup>*</sup>,</span>
81+
<span class="author-block">
82+
<a>Xu Zhang</a><sup>*</sup>,</span>
83+
<span class="author-block">
84+
<a>Panrong Tong</a>,</span>
85+
<span class="author-block">
86+
<a>Jianan Zhang</a>,</span>
87+
<span class="author-block">
88+
<a>Liangyu Chen</a>,</span>
89+
<br>
90+
<span class="author-block">
91+
<a>Quyu Kong</a>,</span>
92+
<span class="author-block">
93+
<a>Chenglin Cai</a>,</span>
94+
<span class="author-block">
95+
<a>Chen Liu</a>,</span>
96+
<span class="author-block">
97+
<a>Yue Wang</a><sup></sup>,</span>
98+
<span class="author-block">
99+
<a>Jingren Zhou</a>,</span>
100+
<span class="author-block">
101+
<a>Steven HOI</a>,</span>
102+
</div>
101103

102-
<div class="links">
103-
<a href="https://arxiv.org/abs/2512.22047" class="link-btn">Paper (arXiv)</a>
104-
<a href="https://github.com/Tongyi-MAI/MAI-UI" class="link-btn">Code (GitHub)</a>
104+
<div class="is-size-5 publication-authors">
105+
<span class="author-block"><sup>1</sup>Tongyi Group, Alibaba Group</span>
106+
<span class="author-block"><sup>*</sup>Lead contributors</span>
107+
<span class="author-block"><sup></sup>Corresponding to yue.w@alibaba-inc.com</span>
108+
</div>
105109

110+
<br>
111+
<div class="publication-links">
112+
<span class="link-block">
113+
<a href="https://arxiv.org/abs/2512.22047" class="external-link button is-normal is-rounded is-dark">
114+
<span class="icon">
115+
<i class="ai ai-arxiv"></i>
116+
</span>
117+
<span>Paper</span>
118+
</a>
119+
</span>
120+
<span class="link-block">
121+
<a href="https://github.com/Tongyi-MAI/MAI-UI" class="external-link button is-normal is-rounded is-dark">
122+
<span class="icon">
123+
<i class="fab fa-github"></i>
124+
</span>
125+
<span>Code</span>
126+
</a>
127+
</span>
106128
</div>
107129
</header>
108130

site/style.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ body {
2222
font-family: 'Google Sans', sans-serif;
2323
}
2424

25+
.title.is-1.publication-title {
26+
font-family: 'Google Sans', sans-serif;
27+
font-size: 3rem;
28+
font-weight: 400;
29+
line-height: 1.125;
30+
margin-bottom: 1.5rem;
31+
}
32+
2533
.publication-authors {
2634
font-family: 'Google Sans', sans-serif;
2735
}
@@ -89,12 +97,13 @@ body {
8997
margin-bottom: 48px;
9098
}
9199

92-
.header h1 {
93-
font-family: 'Noto Serif', Georgia, serif;
94-
font-size: 2.2rem;
100+
.header h1,
101+
.header .title.is-1 {
102+
font-family: 'Google Sans', sans-serif;
103+
font-size: 3rem;
95104
font-weight: 400;
96-
line-height: 1.3;
97-
margin-bottom: 24px;
105+
line-height: 1.125;
106+
margin-bottom: 1.5rem;
98107
color: #111;
99108
}
100109

0 commit comments

Comments
 (0)