This repository contains the source for my personal academic website, hosted at https://sarvezh1.github.io.
I wanted one place to bring together the research questions I am working on, projects and computational pipelines I have built, publications, and a few things that do not fit neatly into an academic CV.
The website is deliberately simple and built with:
- HTML
- CSS
- JavaScript
There is no framework or build system. I wanted the site to stay lightweight, easy to maintain, and simple enough that I can keep changing it as my work changes.
Most of the content lives directly in index.html, with styling in css/style.css and the small interactive parts in js/main.js.
This repository uses a dual-licensing structure.
-
Website code: The original HTML structure, CSS, JavaScript, responsive layout, and interface implementation are released under the MIT License. Feel free to use and adapt the code for your own website.
-
Personal and academic content: My biography, research descriptions, academic history, publication information, photographs, contact details, personal writing, and other identity-specific content are All Rights Reserved and are not covered by the MIT License.
-
Third-party material: Externally owned artwork, trademarks, publications, and other third-party material remain the property of their respective rights holders.
See the LICENSE file for the full terms.