diff --git a/README.md b/README.md index 15f253b..03dca87 100644 --- a/README.md +++ b/README.md @@ -16,65 +16,49 @@ The website is created using a template from [Allan Lab](https://www.allanlab.or --- -## Getting Started (Clone & Run Locally) +## Getting Started (Fork & Add) -### Prerequisites - -- **Git** — [Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -- **Ruby** (>= 2.5) and **Bundler** — [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) -- **Jekyll** — installed automatically via Bundler (see below) - -### 1. Clone the Repository +### 1. Fork the Repository +> **⚠️ IMPORTANT: Make sure you are logged in to your GitHub account. +- Go to [https://github.com/Logos-Lab/logos-lab.github.io](https://github.com/Logos-Lab/logos-lab.github.io) +- Click on the `Fork` button. +- Confirm the fork. +### 2. Clone your forked repository ```bash -git clone https://github.com/Logos-Lab/logos-lab.github.io.git +git clone https://github.com//logos-lab.github.io.git cd logos-lab.github.io ``` -### 2. Install Dependencies +### 3. **Create a new branch** for your changes: +> **⚠️ IMPORTANT: Do NOT commit directly to `gh-pages`.** All changes must go through a pull request. ```bash -gem install bundler # if you don't have bundler already -bundle install +git checkout gh-pages +git pull origin gh-pages # make sure you're up to date +git checkout -b # e.g. git checkout -b bshah43 ``` -### 3. Run the Site Locally +### 4. **Make your changes** (edit files, add images, etc.). +See `Updating Your Profile (Masters & PhD Students)` section +### 5. **Commit and push** your branch: ```bash -bundle exec jekyll serve +git add . +git commit -m "" +git push ``` -The site will be available at **http://localhost:4000**. Changes to most files will auto-reload; if you edit `_config.yml`, you need to restart the server. - ---- - -## Git Workflow (Branches & Pull Requests) - -> **⚠️ IMPORTANT: Do NOT commit directly to `gh-pages`.** All changes must go through a pull request. - -1. **Create a new branch** for your changes: - - ```bash - git checkout gh-pages - git pull origin gh-pages # make sure you're up to date - git checkout -b # e.g. git checkout -b update-omkar-profile - ``` - -2. **Make your changes** (edit files, add images, etc.). - -3. **Commit and push** your branch: - - ```bash - git add . - git commit -m "Brief description of your change" - git push origin - ``` +### 6. Merge changes in the main branch of **YOUR FORK** +- Go to `https://github.com//logos-lab.github.io`. +- See the pull requests section. +- Approve your pull requests and merge with your main branch. -4. **Open a Pull Request** on GitHub: - - Go to the repository on GitHub: https://github.com/Logos-Lab/logos-lab.github.io - - Click **"Compare & pull request"** for your branch. - - Set the base branch to **`gh-pages`**. - - Add a short description and request a review. +### 5. **Open a Pull Request** on GitHub: +- Go to the repository on GitHub: [https://github.com//logos-lab.github.io](https://github.com//logos-lab.github.io) +- Click **"Compare & pull request"** for your branch. +- Set the base branch to **`gh-pages`**. +- Add a short description and request a review. 5. **Once approved and merged**, your changes will be live on the website. diff --git a/_data/students.yml b/_data/students.yml index 5edc24f..9537b4d 100644 --- a/_data/students.yml +++ b/_data/students.yml @@ -72,11 +72,14 @@ number_educ: 0 education1: -- name: Bhavya Shah - photo: s6.jpg +- name: Bhavya Minesh Shah + website: https://search.asu.edu/profile/5016411 + photo: bhavya.jpg info: Master student - number_educ: 0 - education1: + number_educ: 2 + education1: Master of Science in Robotics and Autonomous Systems (AI) from Arizona State University + education2: Bachelor of Technology in Computer Science and Engineering from Vellore Institute of Technology, Vellore + joined: Spring 2026 - name: Anudeep Gottapu photo: s6.jpg diff --git a/images/teampic/bhavya.jpg b/images/teampic/bhavya.jpg new file mode 100644 index 0000000..821f3b7 Binary files /dev/null and b/images/teampic/bhavya.jpg differ