Skip to content

Commit

Permalink
update bib&page
Browse files Browse the repository at this point in the history
  • Loading branch information
2toinf committed Jul 3, 2024
1 parent 4050a12 commit 36b2b46
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 37 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@ TO BE UPDATE
If you find our code and paper can help, please cite our paper as:

```
@article{li2024decisionnce,
@inproceedings{lidecisionnce,
title={DecisionNCE: Embodied Multimodal Representations via Implicit Preference Learning},
author={Li, Jianxiong and Zheng, Jinliang and Zheng, Yinan and Mao, Liyuan and Hu, Xiao and Cheng, Sijie and Niu, Haoyi and Liu, Jihao and Liu, Yu and Liu, Jingjing and others},
journal={arXiv preprint arXiv:2402.18137},
year={2024}
booktitle={Forty-first International Conference on Machine Learning}
}
```
65 changes: 31 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!DOCTYPE html>

<html>

<head>
<title>DecisionNCE</title>

<style>
.hidden {
display: none;
Expand All @@ -14,7 +17,7 @@
<meta name="keywords" content="DecisionNCE, Representation Learning, Embodied AI, AI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Embodied Multimodal Representations via Implicit Preference Learning</title>

<title>Embodied Multimodal Representations via Implicit Preference Learning</title>
<!-- <link rel="icon" href="./assets/icon.png"> -->

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
Expand All @@ -26,42 +29,19 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">

<script defer src="./assets/js/fontawesome.all.min.js"></script>

</head>

<body>

<!-- <nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://github.com/ZhengYinan-AIR/OMIGA">
<b>OMIGA</b> <p style="font-size:18px; display: inline; margin-left: 5px;"></p>
</a>
</a>
</div>
</div>
</div>
</div>
</nav> -->



<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 is-bold">
<!-- <img src="./assets/icon.png" style="width:1em;vertical-align: middle" alt="Logo"/> -->
Expand Down Expand Up @@ -107,6 +87,23 @@ <h2 class="subtitle is-3 publication-subtitle">
<span class="author-block"><a href="mailto:[email protected]">[email protected]</a></span>
</div>


<style>
.accepted {
text-align: center;
color: #0a283d; /* Dark blue color */
font-size: 24px;
background-color: #e8f0fe79; /* Light blue background */
border: 1px solid #B6D4FE;
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
</style>
<div class="accepted">
<i class="fas fa-fire icon" style="color: red;"></i>
Existing News! Our paper has been accepted at ICML-2024!
</div>

<div class="column has-text-centered">
<div class="publication-links">
Expand Down Expand Up @@ -180,6 +177,7 @@ <h2 class="subtitle is-3 publication-subtitle">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h1 class="title is-2">Abstraction</h1>

<div class="content has-text-justified">
<p>
Multimodal pretraining has emerged as an effective strategy for
Expand Down Expand Up @@ -447,12 +445,11 @@ <h2 class="title is-3">Feasibility-Guided Diffusion Model</h2>
<div class="container is-max-desktop content">
<h2 class="title is-3 has-text-centered">BibTeX</h2>
<pre><code>
@article{li2024decisionnce,
title={DecisionNCE: Embodied Multimodal Representations via Implicit Preference Learning},
author={Li, Jianxiong and Zheng, Jinliang and Zheng, Yinan and Mao, Liyuan and Hu, Xiao and Cheng, Sijie and Niu, Haoyi and Liu, Jihao and Liu, Yu and Liu, Jingjing and others},
journal={arXiv preprint arXiv:2402.18137},
year={2024}
}
@inproceedings{lidecisionnce,
title={DecisionNCE: Embodied Multimodal Representations via Implicit Preference Learning},
author={Li, Jianxiong and Zheng, Jinliang and Zheng, Yinan and Mao, Liyuan and Hu, Xiao and Cheng, Sijie and Niu, Haoyi and Liu, Jihao and Liu, Yu and Liu, Jingjing and others},
booktitle={Forty-first International Conference on Machine Learning}
}
</code></pre>
</div>
</section>
Expand Down

0 comments on commit 36b2b46

Please sign in to comment.