Skip to content

Commit

Permalink
update RepoExec
Browse files Browse the repository at this point in the history
  • Loading branch information
NamCyan committed Jun 20, 2024
1 parent 727582f commit 8ba8dd9
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions repoexec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,37 @@
<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;">
<a class="navbar-item" href="https://github.com/FSoft-AI4Code">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>

<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://fsoft-ai4code.github.io/repoexec/">
RepoExec
</a>
</div>
</div>
</div>

</div>
</nav>

<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
Expand All @@ -71,11 +102,11 @@ <h1 class="title is-1 publication-title">RepoExec: Evaluate Code Generation with
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="https://namcyan.github.io/" target="_blank">Nam Le Hai<sup>1</sup></a>,</span>
<a href="https://namcyan.github.io" target="_blank">Nam Le Hai<sup>1</sup></a>,</span>
<span class="author-block">
<a href="https://nmd2k.github.io" target="_blank">Dung Nguyen Manh<sup>1</sup></a>,</span>
<span class="author-block">
<a href="THIRD AUTHOR PERSONAL LINK" target="_blank">Nghi D. Q. Bui<sup>2</sup></a>
<a href="https://bdqnghi.github.io" target="_blank">Nghi D. Q. Bui<sup>2</sup></a>
</span>
</div>

Expand Down

0 comments on commit 8ba8dd9

Please sign in to comment.