This repository contains the python script to generate my homepage. It is very easy to adapt to your needs, and easy to maintain as the papers are crawled automatically from publication_list.bib
and the talks from talk_list.bib
.
- Update and adjust the name and bio text in the function
get_personal_data
in thebuild.py
file. - Upload your own profile photo to
assets/img/profile.jpg
. - Replace
publications_list.pub
with your publications. Note that the entries are crawled from top to bottom, i.e. the first entries are shown at the top. Further, the entries contain additional fields likehtml
,code
, and more, that are used to generate the links to the project page, code, etc. Check out the functionget_paper_entry
inbuild.py
for more information. - Replace
talk_list.pub
with your talks similar to before. Check out the functionget_talk_entry
inbuild.py
for more information on accepted talk fields. - Update the author websites in the function
get_author_dict
inbuilds.py
to automatically generate the links to your co-authors' websites. - Run
python build.py
which automatically generates theindex.html
file - the only file you need! - Add credits and a link to my website; if you want me to also link to yours, send me a short message.
The overall design and open-sourcing the script is inspired by Jon Barron's awesome template and some functionality is inspired by Andreas Geiger's cool website!