Automated Scientific Discovery of Mind and Brain
This project is a website for the Automated Scientific Discovery of Mind and Brain lab. It serves as a platform to showcase our research projects, team members, and provide information about our lab.
- Home Screen: Displays the title of the lab, our logo, featured projects, and logos of collaborators.
- Projects Page: A feed of all project thumbnails with filtering options.
- Team Page: Information about team members, including pictures, names, and bios.
- About Page: Details about the lab and its mission.
scientific-lab-website
├── src
│ ├── components
│ ├── pages
│ ├── data
│ ├── styles
│ └── App.tsx
├── public
│ └── assets
├── package.json
├── tsconfig.json
└── README.md
- Clone the repository:
git clone <repository-url> - Navigate to the project directory:
cd scientific-lab-website - Install dependencies:
npm install
To start the development server, run:
npm start
This project is licensed under the MIT License.