Skip to content

NunoDuarte/NunoDuarte.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NunoDuarte Homepage

A personal academic website

🌟 Features

  • Curriculum Vitae - Almost up-to-date version of my academic CV
  • Personal Bio - Short bio of my personal career (useful to include in talks)
  • Conference Deadlines - Track submission deadlines for top-tier conferences, journals, and workshops
  • GitHub Integration - Direct link to code repositories and projects
  • YouTube Channel - Research demonstrations and presentations
  • Publications & Projects - Curated list of relevant academic work

📑 Updating Conference Deadlines

  1. Add new conference information to static/data/conferences.json
  2. Archive past conferences in static/data/past_conferences.txt

⏳ TODO list

  • update photo - more professional

🏠 Local Development

To test template updates or add content locally

Dependencies

  • Jekyll 4.3.0
  • Ruby 3.x
  • Webrick 1.7

Prerequisites

Install Bundler:

sudo gem install bundler

Or specify version 2.4.2 if needed:

sudo gem install bundler -v 2.4.2

Setup

  1. Create a Gemfile in the project root

  2. Add the following content to Gemfile:

source "https://rubygems.org"

gem "jekyll", "~> 4.3.0"
gem "webrick", "~> 1.7"  # Required for Jekyll on Ruby 3.x
  1. Install dependencies:
bundle install
  1. Start the local server:
bundle exec jekyll serve
  1. View the site at: http://127.0.0.1:4000/

About

Personal Webpage with curated AI conference deadlines: https://nunoduarte.github.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •