-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The main
branch is protected, so you can't push changes to the live website immediately. Instead, you need to add changes to a branch and create a pull request. In a pull request, you can also preview your changes without changing the actual website.
If you want to make changes using the github interface, you will be notified that you can't commit to main
and github will tell you that you need to create a new branch after clicking "commit changes". In your new branch, github will offer you to create a pull request. In the pull request, you will get a link to a preview of your changes (This takes a little bit and after the green symbol on github the website still needs some time until the preview is online, so don't worry if you see a "Page Not Found"). After at least one approval, you can merge your changes into the main branch.
-
Put a picture of you (or something else if you prefer) into
images/team/<firstname>-<lastname>.jpg
. Color-Picture. You could use Freds picture as template, 1:1 ratio, roughly 1500px, https://sciai-lab.github.io/lab-webpage/images/team/fred-hamprecht.jpg. -
Add your basic info to
_data/members-list.yaml
:
<Firstname Lastname>:
email: <your email>
room: Room 4.<xyz>
phone: +49 6221 54<vwxyz>
address: Im Neuenheimer Feld 205, 69120 Heidelberg
- Create a
firstname-lastname.md
in_members
with the following content:
---
name: Firstname Lastname
image: images/team/<firstname>-<lastname>.jpg
role: <choose from postdoc, phd, master, bachelor, etc. see `_data/types.yaml`>
links:
<any additional links you want to add (optional), e.g.>
twitter: <my_twitter_name>
---
# Firstname Lastname
Describe your current role in the group, your academic background and your research interests.
Possibly add something about what you like to do in your free time.
Possibly add something like a fun fact about you. Feel free to get creative.