This repository contains the source code for the website of the Biomedical Research in AI and Neuroimaging Laboratory at the University of Texas at Arlington (BRAIN Lab @ UTA), led by Dr. Xi Zhu.
The BRAIN Lab @ UTA website is a clean, modern, and responsive static website built with HTML, CSS, and minimal JavaScript. It is designed to be easily deployable on GitHub Pages and maintainable by lab members.
- Clean and professional design
- Fully responsive layout
- Fast loading and minimal JavaScript
- Easy to maintain and update
- SEO-friendly structure
- Accessible design
brain-lab-website/
├── css/
│ └── styles.css
├── js/
│ └── script.js
├── images/
├── team_members/
├── lab projects/
├── lab grants/
├── index.html
└── README.md
To work on the website locally:
- Clone the repository:
git clone https://github.com/yourusername/brain-lab-website.git
cd brain-lab-website-
Open the files in your preferred code editor.
-
Use a local server to preview changes (e.g., Live Server in VS Code).
To deploy the website to GitHub Pages:
-
Create a GitHub repository for the website (e.g.,
brain-lab-website). -
Push your code to GitHub:
git remote add origin https://github.com/yourusername/brain-lab-website.git
git branch -M main
git push -u origin main-
Go to your repository settings on GitHub.
-
Under "GitHub Pages", select the main branch as the source.
-
Your site will be published at
https://yourusername.github.io/brain-lab-website/.
If you have a custom domain for the lab (e.g., brain.uta.edu):
- Add a CNAME file to the repository root.
- Add your domain to the file:
brain.uta.edu
- Update your domain's DNS settings according to GitHub Pages documentation.
Lab members can contribute to the website by:
- Creating a fork of the repository
- Making changes in a new branch
- Submitting a pull request
- Getting approval from the lab administrator
Copyright (c) 2024 BRAIN Lab @ UTA (Biomedical Research in AI and Neuroimaging Laboratory at the University of Texas at Arlington)
All rights reserved.