Skip to content

Commit

Permalink
Update the website (#46)
Browse files Browse the repository at this point in the history
* update website
  • Loading branch information
DVampire authored Jul 3, 2024
1 parent aa012f2 commit 10b8ca3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 12 additions & 0 deletions docs/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,16 @@ body {
margin-left: 10%;
}

pre {
white-space: pre;
overflow-x: auto;
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 5px;
}

code {
font-family: monospace;
}


Binary file modified docs/images/Chrome_2x2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1 class="title is-1 publication-title"><span style="font-weight: bold">Cradle<
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="href="https://arxiv.org/pdf/2403.03186""
<a href="https://arxiv.org/pdf/2403.03186"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -719,12 +719,14 @@ <h3 class="title is-4">Conclusion</h3>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre style="white-space: pre-wrap"><code>@article{weihao2024cradle,
title = {{Cradle: Empowering Foundation Agents towards General Computer Control}},
author = {Weihao Tan and Wentao Zhang and Xinrun Xu and Haochong Xia and Ziluo Ding and Boyu Li and Bohan Zhou and Junpeng Yue and Jiechuan Jiang and Yewen Li and Ruyi An and Molei Qin and Chuqiao Zong and Longtao Zheng and Yujie Wu and Xiaoqiang Chai and Yifei Bi and Tianbao Xie and Pengjie Gu and Xiyun Li and Ceyao Zhang and Long Tian and Chaojie Wang and Xinrun Wang and Börje F. Karlsson and Bo An and Shuicheng Yan and Zongqing Lu},
journal = {arXiv preprint arXiv:2403.03186},
year = {2024},
}</code></pre>
<pre><code>@article{weihao2024cradle,
title = {{Cradle: Empowering Foundation Agents towards General Computer Control}},
author = {Weihao Tan and Wentao Zhang and Xinrun Xu and Haochong Xia and Ziluo Ding and Boyu Li and Bohan Zhou and Junpeng Yue and Jiechuan Jiang and Yewen Li and Ruyi An and Molei Qin and Chuqiao Zong and Longtao Zheng and Yujie Wu and Xiaoqiang Chai and Yifei Bi and Tianbao Xie and Pengjie Gu and Xiyun Li and Ceyao Zhang and Long Tian and Chaojie Wang and Xinrun Wang and Börje F. Karlsson and Bo An and Shuicheng Yan and Zongqing Lu},
journal = {arXiv:2403.03186},
month = {March},
year = {2024},
primaryClass={cs.AI}
}</code></pre>
</div>
</section>

Expand Down

0 comments on commit 10b8ca3

Please sign in to comment.