OVGU Nuclear Medicine - AI Expertise

Showcasing innovation and research in Artificial Intelligence for Nuclear Medicine.

View the Project on GitHub jakubMitura14/OVGU_nuclear_projects

How to Contribute to the AI Projects Showcase

This document explains how to add new projects or update existing information on the OVGU Nuclear Medicine AI Projects website. The site is built using GitHub Pages and Jekyll, which makes content updates straightforward.

Website Structure

The website is organized as follows:

How to Add a New Project

1. Create a New Project Markdown File

Note on Rendering: To avoid issues with how GitHub Pages renders Markdown inside HTML, we use standard HTML tags (<h2>, <ul>, <li>) for the project list section in the index.md. Please maintain this structure.

3. Add Any Images (Optional)

Customizing the Style

The website’s appearance is controlled by the files in the assets/css/ directory and the theme set in _config.yml. If you need to make design changes, you should edit these files.

Deployment

The website is automatically built and deployed by GitHub Pages whenever changes are pushed to the main branch. No special configuration is needed.