├── .nojekyll
├── README.md
├── index.html
└── static
├── css
├── bulma-carousel.min.css
├── bulma-slider.min.css
├── bulma.css.map.txt
├── bulma.min.css
├── fontawesome.all.min.css
└── index.css
├── images
├── carousel1.jpg
├── carousel2.jpg
├── carousel3.jpg
├── carousel4.jpg
└── favicon.ico
├── js
├── bulma-carousel.js
├── bulma-carousel.min.js
├── bulma-slider.js
├── bulma-slider.min.js
├── fontawesome.all.min.js
└── index.js
├── pdfs
└── sample.pdf
└── videos
├── banner_video.mp4
├── carousel1.mp4
├── carousel2.mp4
└── carousel3.mp4
/.nojekyll:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
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://horwitz.ai/probex
7 | - https://vision.huji.ac.il/probegen
8 | - https://horwitz.ai/mother
9 | - https://horwitz.ai/spectral_detuning
10 | - https://vision.huji.ac.il/ladeda
11 | - https://vision.huji.ac.il/dsire
12 | - https://horwitz.ai/podd
13 | - https://dreamix-video-editing.github.io
14 | - https://horwitz.ai/conffusion
15 | - https://horwitz.ai/3d_ads/
16 | - https://vision.huji.ac.il/ssrl_ad
17 | - https://vision.huji.ac.il/deepsim
18 |
19 |
20 |
21 | ## Start using the template
22 | To start using the template click on `Use this Template`.
23 |
24 | The template uses html for controlling the content and css for controlling the style.
25 | 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.
26 |
27 | **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.
28 |
29 | ## Components
30 | - Teaser video
31 | - Images Carousel
32 | - Youtube embedding
33 | - Video Carousel
34 | - PDF Poster
35 | - Bibtex citation
36 |
37 | ## Tips:
38 | - The `index.html` file contains comments instructing you what to replace, you should follow these comments.
39 | - The `meta` tags in the `index.html` file are used to provide metadata about your paper
40 | (e.g. helping search engine index the website, showing a preview image when sharing the website, etc.)
41 | - The resolution of images and videos can usually be around 1920-2048, there rarely a need for better resolution that take longer to load.
42 | - 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.
43 | - 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.
44 | - 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.
45 | - This project page can also be made into a github pages website.
46 | - Replace the favicon to one of your choosing (the default one is of the Hebrew University).
47 | - Suggestions, improvements and comments are welcome, simply open an issue or contact me. You can find my contact information at [https://horwitz.ai](https://horwitz.ai)
48 |
49 | ## Acknowledgments
50 | Parts of this project page were adopted from the [Nerfies](https://nerfies.github.io/) page.
51 |
52 | ## Website License
53 |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
54 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
151 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper tellus sed ante aliquam tempus. Etiam porttitor urna feugiat nibh elementum, et tempor dolor mattis. Donec accumsan enim augue, a vulputate nisi sodales sit amet. Proin bibendum ex eget mauris cursus euismod nec et nibh. Maecenas ac gravida ante, nec cursus dui. Vivamus purus nibh, placerat ac purus eget, sagittis vestibulum metus. Sed vestibulum bibendum lectus gravida commodo. Pellentesque auctor leo vitae sagittis suscipit. 152 |
153 |BibTex Code Here
282 |