Skip to content

QTIM-Lab/coral-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CORAL Lab Website

This is the official website for the Colorado Ophthalmology Research AI Lab (CORAL) at the University of Colorado.

Setup Instructions

  1. Clone this repository:
git clone https://github.com/coral-lab/coral-lab.github.io.git
cd coral-lab.github.io
  1. Make changes to the website content:
  • Edit index.html for main content changes
  • Modify styles in css/style.css
  • Add images to the images directory
  • Add any JavaScript functionality in the js directory
  1. Test locally:
  • Open index.html in a web browser to preview changes
  • For more advanced testing, use a local server:
    python -m http.server 8000
    Then visit http://localhost:8000 in your browser
  1. Deploy:
  • Commit your changes
  • Push to the main branch
  • GitHub Pages will automatically deploy the updates

Directory Structure

coral-lab.github.io/
├── index.html          # Main webpage
├── css/               
│   └── style.css       # Main stylesheet
├── images/             # Image assets
├── js/                # JavaScript files
└── README.md          # This file

Maintenance

To update the website:

  1. Edit the relevant files
  2. Test changes locally
  3. Commit and push to GitHub
  4. Wait a few minutes for GitHub Pages to deploy

Contact

For questions or issues, please contact: Dr. Jayashree Kalpathy-Cramer University of Colorado

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors