Skip to content

ronaldalbrt/ronaldalbrt.github.io

Repository files navigation

Ronald's Personal Website

This is my personal academic website built with Franklin.jl, a static site generator written in Julia.

Overview

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

Technology Stack

  • Julia programming language
  • Franklin.jl for static site generation
  • Custom CSS based on Tufte style
  • Font Awesome icons for social links

Local Development

  1. Install Julia and required packages:
using Pkg
Pkg.add(["Franklin", "NodeJS"])
  1. Clone the repository:
git clone https://github.com/ronaldalbrt/ronaldalbrt.github.io.git
cd ronaldalbrt.github.io
  1. Start the Franklin server:
using Franklin
serve()
  1. Visit http://localhost:8000 to view the site

License

See LICENSE file for details.

About

personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published