Welcome to the team! As a quick order of business, let's get you added to the website!
All references to John Doe are for illustration. Please use a more descriptive branch name. Like
add_your_nameinstead ofadd_john_doe
-
Install git, create a GitHub account and request to join BattModels
-
Clone the website:
git clone https://github.com/BattModels/group-website.git -
Open
_data/people.ymlin the newly createdgroup-websitefolder -
Add a small (<100 Kb) headshot here:
img/people/uniqname.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 (Example)
-
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
- i.e. if you're a master's student, add your entry under
-
Commit and push your changes:
- Create a new branch:
git checkout -b add_john_doe - Add files to the staging area with
git addgit add _data/people.ymlgit add img/people/uniqname.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
- Create a new branch:
-
Open a pull request on Github
- If this is your first commit, slack @abhutani or @amalss to approve running CI (GitHub will ask if needed)
- If all checks pass, merge your pull request
- Otherwise, try to fix the issues and ask for help
-
Congrats on making your first pull request in the group!
your_uniqname:
display_name: "John Doe"
role: staff
image: img/people/your_uniqname.png
webpage: "www.john_doe_awesome_site.com"
email: "jdoe [at] umich [dot] edu"
bio: Current PositionWe define several roles (Full List is in _config.yml), but you probably want
one of the following:
phdmastersugradpostdocstaff
Common websites to link to:
- Google Scholar
- Personal Blog
If you do not have a website, please omit this entry. You are always welcome to add one later.
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.