This is my personal academic website built with Franklin.jl, a static site generator written in Julia.
The website includes:
- Academic profile and contact information
- Research interests in Neural Algorithmic Reasoning, Graph Deep Learning, and Deep Learning for Remote Sensing
- Projects page showcasing my work
- Blog section for research and technical writing
- Julia programming language
- Franklin.jl for static site generation
- Custom CSS based on Tufte style
- Font Awesome icons for social links
- Install Julia and required packages:
using Pkg
Pkg.add(["Franklin", "NodeJS"])
- Clone the repository:
git clone https://github.com/ronaldalbrt/ronaldalbrt.github.io.git
cd ronaldalbrt.github.io
- Start the Franklin server:
using Franklin
serve()
- Visit
http://localhost:8000
to view the site
See LICENSE file for details.