Skip to content

Commit

Permalink
Updated ICLR25
Browse files Browse the repository at this point in the history
  • Loading branch information
someshs committed Jan 22, 2025
1 parent e27a880 commit 12f3e1f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,6 @@ <h2 class="heading mb-3">News</h2>
<h2 class="heading mb-3">Research</h2>
<div class="project-container">
<!-- Each project will be a row -->
<div class="row mb-4 align-items-center" id="memorability">
<div class="col-md-3 col-sm-4" id="memorability-img"></div>
<div class="col-md-9 col-sm-8" id="memorability-txt"></div>
</div>
<script type="text/javascript">
createProjectElement(
id = "memorability", {
title: "Long-Term Ad Memorability: Understanding & Generating Memorable Ads",
paper_url: "https://arxiv.org/abs/2309.00378",
authors: "Harini SI*, <b>Somesh Singh</b>*, Yaman K Singla*, Aanisha Bhattacharyya, Veeky Baths, Changyou Chen, Rajiv Ratn Shah, Balaji Krishnamurthy",
conference: "WACV'25",
image: "figures/memorability-1.png",
others: null
});
</script>

<div class="row mb-4" id="bllava">
<div class="col-md-3" id="bllava-img"></div>
<div class="col-md-9" id="bllava-txt"></div>
Expand Down Expand Up @@ -176,6 +160,22 @@ <h2 class="heading mb-3">Research</h2>
});
</script>

<div class="row mb-4 align-items-center" id="memorability">
<div class="col-md-3 col-sm-4" id="memorability-img"></div>
<div class="col-md-9 col-sm-8" id="memorability-txt"></div>
</div>
<script type="text/javascript">
createProjectElement(
id = "memorability", {
title: "Long-Term Ad Memorability: Understanding & Generating Memorable Ads",
paper_url: "https://arxiv.org/abs/2309.00378",
authors: "Harini SI*, <b>Somesh Singh</b>*, Yaman K Singla*, Aanisha Bhattacharyya, Veeky Baths, Changyou Chen, Rajiv Ratn Shah, Balaji Krishnamurthy",
conference: "WACV'25",
image: "figures/memorability-1.png",
others: null
});
</script>

<div class="row mb-4" id="lcbm">
<div class="col-md-3" id="lcbm-img"></div>
<div class="col-md-9" id="lcbm-txt"></div>
Expand Down

0 comments on commit 12f3e1f

Please sign in to comment.