Skip to content

Commit

Permalink
udpate project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanchao Liang committed Nov 9, 2024
1 parent 727d73f commit 862863e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG" />
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" />
<meta property="og:url" content="URL OF THE WEBSITE" />
<meta name="description" content="A real-world, complex code generation benchmark with repository-level context.">
<meta property="og:title" content="REPOCOD" />
<meta property="og:description" content="A real-world, complex code generation benchmark with repository-level context." />
<meta property="og:url" content="https://lt-asset.github.io/REPOCOD/" />
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<meta name="twitter:title" content="REPOCOD">
<meta name="twitter:description" content="Real-world, complex, repository level code generation benchmark">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1 class="title is-1 publication-title">
</div>

<div class="is-size-5 publication-authors">
<span class="author-block">Purdue University<br>Under Submission</span>
<span class="author-block">Purdue University<br></span>
<!-- <span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span> -->
</div>

Expand Down

0 comments on commit 862863e

Please sign in to comment.