Skip to content

Commit 0b7aa07

Browse files
committed
update RepoExec
1 parent 9f6f114 commit 0b7aa07

File tree

2 files changed

+10
-43
lines changed

2 files changed

+10
-43
lines changed

repoexec/README.md

+2-42
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,5 @@
1-
# Academic Project Page Template
2-
This is an academic paper project page template.
3-
4-
5-
Example project pages built using this template are:
6-
- https://vision.huji.ac.il/spectral_detuning/
7-
- https://vision.huji.ac.il/podd/
8-
- https://dreamix-video-editing.github.io
9-
- https://vision.huji.ac.il/conffusion/
10-
- https://vision.huji.ac.il/3d_ads/
11-
- https://vision.huji.ac.il/ssrl_ad/
12-
- https://vision.huji.ac.il/deepsim/
13-
14-
15-
16-
## Start using the template
17-
To start using the template click on `Use this Template`.
18-
19-
The template uses html for controlling the content and css for controlling the style.
20-
To edit the websites contents edit the `index.html` file. It contains different HTML "building blocks", use whichever ones you need and comment out the rest.
21-
22-
**IMPORTANT!** Make sure to replace the `favicon.ico` under `static/images/` with one of your own, otherwise your favicon is going to be a dreambooth image of me.
23-
24-
## Components
25-
- Teaser video
26-
- Images Carousel
27-
- Youtube embedding
28-
- Video Carousel
29-
- PDF Poster
30-
- Bibtex citation
31-
32-
## Tips:
33-
- The `index.html` file contains comments instructing you what to replace, you should follow these comments.
34-
- The `meta` tags in the `index.html` file are used to provide metadata about your paper
35-
(e.g. helping search engine index the website, showing a preview image when sharing the website, etc.)
36-
- The resolution of images and videos can usually be around 1920-2048, there rarely a need for better resolution that take longer to load.
37-
- All the images and videos you use should be compressed to allow for fast loading of the website (and thus better indexing by search engines). For images, you can use [TinyPNG](https://tinypng.com), for videos you can need to find the tradeoff between size and quality.
38-
- When using large video files (larger than 10MB), it's better to use youtube for hosting the video as serving the video from the website can take time.
39-
- Using a tracker can help you analyze the traffic and see where users came from. [statcounter](https://statcounter.com) is a free, easy to use tracker that takes under 5 minutes to set up.
40-
- This project page can also be made into a github pages website.
41-
- Replace the favicon to one of your choosing (the default one is of the Hebrew University).
42-
- Suggestions, improvements and comments are welcome, simply open an issue or contact me. You can find my contact information at [https://pages.cs.huji.ac.il/eliahu-horwitz/](https://pages.cs.huji.ac.il/eliahu-horwitz/)
1+
# RepoExec: Evaluate Code Generation with a Repository-Level Executable Benchmark
2+
Project page of RepoExec benchmark dataset. Check out it [GitHub](https://github.com/FSoft-AI4Code/RepoExec) page.
433

444
## Acknowledgments
455
Parts of this project page were adopted from the [Nerfies](https://nerfies.github.io/) page.

repoexec/index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,14 @@ <h2 class="title">BibTeX</h2>
338338
<div class="columns is-centered">
339339
<div class="column is-8">
340340
<div class="content">
341-
341+
<h4>Contact us</h4>
342+
<p>
343+
<ul>
344+
<li>🌐: fpt-aicenter</li>
345+
<li>📧: [email protected]</li>
346+
</ul>
347+
</p>
348+
<h4>Acknowledgements</h4>
342349
<p>
343350
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
344351
</p>

0 commit comments

Comments
 (0)