This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Example team member entry | ||
|
||
# To create a new entry, create a new yml file. | ||
# The file name is not important, but it would | ||
# be helpful if it was the team member's name | ||
|
||
|
||
name: Charlotte Henderson | ||
title: Deputy Lead | ||
|
||
# Relative path to picture | ||
picturePath: icon.png | ||
|
||
# Team tags | ||
tags: | ||
- leaders | ||
- biology | ||
|
||
|
||
description: | ||
"As a deputy leader, Charlotte has been vital in shaping this year's CLS iGEM team. She has successfully led subgroups and is a strong asset to our biology team. Charlotte works hard to bring the team together and ensure strong communication and understanding of all aspects of the project. In her free time, Charlotte loves to play the guitar and is often involved in sports such as netball. She hopes to continue to work closely with the whole team and provide support to ensure Genoswitch is successful." | ||
|
||
# Optional: Fixed position in the team member list | ||
position: 2 | ||
|
||
# Invalid keys will be ignored. | ||
invalidKey: uwu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Example team member entry | ||
|
||
# To create a new entry, create a new yml file. | ||
# The file name is not important, but it would | ||
# be helpful if it was the team member's name | ||
|
||
|
||
name: Emily Kemp | ||
title: Team Leader | ||
|
||
# Relative path to picture | ||
picturePath: icon.png | ||
|
||
# Team tags | ||
tags: | ||
- leaders | ||
- biology | ||
|
||
|
||
description: | ||
"As our powerhouse of leadership, Emily exudes confidence and reliability. From biology to external connections she oversees all of the City of London iGEM team's workings, and ensures that this machine is always efficient and productive, much like her team on the football field. Whether it be telling the team off for not doing the work, or telling the team off for not communicating, Emily's always ready to step in when others won't." | ||
|
||
# Optional: Fixed position in the team member list | ||
position: 1 | ||
|
||
# Invalid keys will be ignored. | ||
invalidKey: uwu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters