Personal academic website for The Cisneros Group at the University of Tennessee Space Institute (UTSI).
Live site: https://ecisneros8.github.io
| Page | File | Description |
|---|---|---|
| Home | index.md |
Bio, research interests, news, apply |
| Research | research.md |
Overview, publications, current projects |
| People | people.md |
Group members by degree level |
| Teaching | teaching.md |
Course list |
By default the homepage shows an animated turbulent-flow simulation. To replace it with a static image:
- Drop your image at
assets/images/hero.jpg(any format works). - Open
_config.ymland uncomment/update thehero_image:line.
Replace the placeholder in index.md with:
<img src="/assets/images/profile.jpg" alt="Dr. Esteban Cisneros" class="profile-photo">and place your photo at assets/images/profile.jpg.
bundle exec jekyll serve