Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.73 KB

onboarding.md

File metadata and controls

82 lines (60 loc) · 2.73 KB

On-Boarding

Welcome to the team! As a quick order of business, let's get you added to the website!

  1. Install git, create a GitHub account and request to join BattModels

  2. Clone the website: git clone https://github.com/euclidesprobationem/euclidesprobationem.github.io.git

  3. Open _data/people.yml in the newly created group-website folder

  4. Add a small (<100 Kb) headshot here: img/people/andrewid.png

    • If your headshot is too large, try compressing it with an online tool
    • Aspect ratio should be 1:1 with the head centered in the image
  5. Add an entry to the end of the appropriate section:

    • i.e. if you're a master's student, add your entry under # masters
    • Refer to Entry Format for the desired format
  6. Commit and push your changes:

    • Create a new branch: git checkout -b add_john_doe
    • Add files to the staging area with git add
      • git add _data/people.yml
      • git add img/people/andrewid.png
    • Commit the staged changes: git commit -m "Adding John Doe's Info"
    • Push the commit to Githib with git push -u origin add_john_doe
  7. Open a pull request on Github

    • If this is your first commit, slack @awadell1 to approve running CI
    • If all checks pass, merge your pull request
    • Otherwise, try to fix the issues or ask for help
  8. Congrats on making your first pull request in the group!

Remember: All references to John Doe are for illustration. Please use a more descriptive branch name. Like add_your_name

Entry Format

your_andrew_id:
    display_name: "John Doe"
    role: staff
    image: img/people/your_andrew_id.png
    webpage: "www.john_doe_awesome_site.com"
    email: "jdoe [at] andrew [dot] cmu [dot] com"
    bio: Current Position

Roles

We define several roles (Full List is in _config.yml), but you probably want one of the following:

  • phd
  • masters
  • ugrad
  • postdoc
  • staff

Personal Website

Common websites to link to:

If you do not have a website, please omit this entry. You are always welcome to add one later.

Bio

For your bio enter your current title, omitting your educational level. For example, a P.h.D student in Mechanical Engineering, would put "Mechanical Engineer".

If you have already graduated, you may include your educational level if desired.