Skip to content

Commit

Permalink
add ICML
Browse files Browse the repository at this point in the history
  • Loading branch information
lxasqjc committed May 28, 2024
1 parent b05ffef commit a13c1f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<div class="content">
<h1>An Image is Worth Multiple Words: Discovering Object Level Concepts using Multi-Concepts Prompts Learning</h1>
<h5>ICML 2024</h5>
<p id="authors">
<a href="https://chenjin.netlify.app/">Chen Jin<sup>1</sup></a>
<a href="https://rt416.github.io/">Ryutaro Tanno<sup>2</sup></a>
Expand Down
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ h1 {
font-size: 35px;
font-weight: 300;
}
h5 {
text-align: center;
font-size: 25px;
font-weight: 350;
margin-top: -10px;
margin-bottom: -10px;
}
h2 {
font-size: 30px;
font-weight: 300;
Expand Down Expand Up @@ -414,6 +421,13 @@ p code {
}


.publication-awards {
color: #ff3860;
/* width: fit-content; */
font-weight: bolder;
}


.ms-bracket {
color: #e55608;
}
Expand Down

0 comments on commit a13c1f1

Please sign in to comment.