Repository for a research-oriented personal homepage. Please preview the homepage using this link. This repository is under active development. Please let me know if you encounter any bugs or have any interesting ideas by submitting them through the issues or pull requests (PR).
- Update the name, contact information, biography, publications, and experiences with your own details.
- Remove
CNAME
file or update it with your own domain name. - (Optional) Cite this repository on your homepage to help spread the word ;) You can find a template reference at the end of
index.html
.
- How to unfold the collapsed Education and Experience sections?
- If you want to disable the collapsing feature entirely, remove the corresponding
<div>
tags inindex.html
. You can find them by searching for<!-- Collapse -->
. - If you want to keep the collapsing feature but want to show the sections by default, you can replace
<div class="collapse" id="more-content">
with<div class="show" id="more-content">
inindex.html
. I made a template there for your convenience - just uncomment it.
- If you want to disable the collapsing feature entirely, remove the corresponding