dossgollin-lab / dossgollin-lab.github.io

Group website for the Doss-Gollin lab at Rice University
https://dossgollin-lab.github.io
MIT License
0 stars 7 forks source link

Submit Jonah profile to the people file #84

Closed js336rice closed 7 months ago

js336rice commented 8 months ago

Going to submit my own profile to the people file

js336rice commented 8 months ago

Jonah

jdossgollin commented 8 months ago

Can you crop the photo to square? Will work better as a circle

js336rice commented 8 months ago

Can do. Also, I was going to email you to ask about uploading the .qmd file to the issue, GitHub is saying that it doesn’t support that file type?

I also tried uploading directly to the folder that the other profiles are in, but got a message that I didn’t have the necessary permissions to do that

On Sat, Jan 13, 2024 at 20:56 James Doss-Gollin @.***> wrote:

Can you crop the photo to square? Will work better as a circle

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/dossgollin-lab/dossgollin-lab.github.io/issues/84*issuecomment-1890830563__;Iw!!BuQPrrmRaQ!ksoczQX_bYaVvFDz3RnjKxka9f3ZFVOE0_w7BBiukoejpQjwACQzw2BsuwRkFn82V6Wse8rCjaNejFDAUQpYKmSxEnRlPnrF$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BFIC23YOPEOF4CQ42L7R4D3YONCMLAVCNFSM6AAAAABBZTUQIKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQHAZTANJWGM__;!!BuQPrrmRaQ!ksoczQX_bYaVvFDz3RnjKxka9f3ZFVOE0_w7BBiukoejpQjwACQzw2BsuwRkFn82V6Wse8rCjaNejFDAUQpYKmSxEpixV5xL$ . You are receiving this because you authored the thread.Message ID: @.***>

js336rice commented 8 months ago

Jonah

js336rice commented 8 months ago

title: "Jonah Schaechter" sortby: "Schaechter, Jonah" position: "Ph.D. Student" started: "Spring 2024" ended: "Current" toc: false about: id: person-profile image: "../../_assets/img/people/Jonah.jpg" template: trestles links:

format: html: page-layout: full

:::{#person-profile}

Bio

Jonah Schaechter is a Ph.D. student in the Civil and Environmental Engineering department at Rice University. Jonah completed a BS and MS at Columbia University in Mechanical Engineering. He is interested in climate damage mitigation, and how we adapt infrastructure both to reduce emissions, and to be more resiliant to climate change.

Education

:::

js336rice commented 8 months ago

^Copied and pasted the text of the .qmd for now so at least I have a backup of that saved here

jdossgollin commented 7 months ago

Thanks @js336rice, this is definitely all the information needed. However, if you want the full pull request experience what you'll need to do is the following. Let me know if it's helpful compared to what's the README and I'll update it there

  1. Clone the repository to your machine
    1. Fork the repository on GitHub. *You do not have the ability to edit dossgollin-lab/dossgollin-lab.github.io. This will create <your_username>/dossgollin-lab.github.io that you can edit.
    2. Clone your forked repository (<your_username>/dossgollin-lab.github.io) to your computer (the easiest way to do this is using GitHub desktop, but there are many ways).
    3. This repository has some submodules. Don't worry if you don't know what that is. In a terminal window (open to the folder you just cloned) run git submodule update --init --recursive to get submodules up and running
  2. Make any changes to the site. Here are some common ones:
    1. To add yourself to the People page:
      1. Add a square picture of yourself to _assets/img/people
      2. Add a file to the appropriate sub-folder in people/. Modify it to include your own information. It is suggested to start from the page of someone else and then customize it to include your own information.
  3. Preview the site (optional but recommended!): there are two ways
    1. Docker installation option (runs slow but less can go wrong):
      1. You'll need Docker Desktop
      2. In a terminal window open to this repository, run make install. This will use Docker to install the packages you need.
      3. To preview the website, run make devserver
    2. Native Ruby installation (runs faster but can be a bit tricky to install properly):
      1. In a terminal window open to this repository, run bundle install to install required packages. If you don't have bundle set up, you will need to install it.
      2. If you chose the native Ruby installation option above, run bundle exec jekyll serve -w
  4. Push your changes back to the website.
    1. Stage and commit your changes (again, GitHub Desktop is recommended for beginners)
    2. Push changes (they will go to your fork of the repository on GitHub)
    3. Create a Pull Request to update the full website. This is a way for the changes you make on your own fork of the project to be merged in to the shared repository.
js336rice commented 7 months ago

Saw this earlier this week, working on it now. I appreciate the in-depth instructions!

js336rice commented 7 months ago

Created pull request!