diff --git a/README.md b/README.md index e4acfcb70..fd1a627d6 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ People on this website are centrally managed in the `/content/people/index.md` f * `key` ... short key to identify this person when referencing them in the blog section * `firstName`, `lastName`, `affiliation` - * `image` ... name of the head shot image (preferred 500x500px in JPG format) stored in `/content/people/headshots` + * `image` ... name of the head shot image (preferred 250x250px in JPG format) stored in `/content/people/headshots` * `description` ... used within the blog footer as an about the author text * `note` ...optional note about past contributors * `link` ... optional used for linking to a personal website diff --git a/content/people/headshots/quang-nguyen.jpg b/content/people/headshots/quang-nguyen.jpg new file mode 100644 index 000000000..e31094082 Binary files /dev/null and b/content/people/headshots/quang-nguyen.jpg differ diff --git a/content/people/headshots/woochan-lee.jpg b/content/people/headshots/woochan-lee.jpg new file mode 100644 index 000000000..55bec3cba Binary files /dev/null and b/content/people/headshots/woochan-lee.jpg differ diff --git a/content/people/index.md b/content/people/index.md index 325c9d3f2..7a50cc08b 100644 --- a/content/people/index.md +++ b/content/people/index.md @@ -372,6 +372,12 @@ people: team: - past note: Contributor, August 2020-February 2021 +- firstName: Woochan + lastName: Lee + image: woochan-lee.jpg + affiliation: CMU/Stat + team: + - contributors - key: lipsitch firstName: Marc lastName: Lipsitch @@ -465,6 +471,12 @@ people: affiliation: Stanford University team: - core +- firstName: Quang + lastName: Nguyen + image: quang-nguyen.jpg + affiliation: Dartmouth/Epidemiology + team: + - contributors - firstName: Mike lastName: O'Brien image: mike-o'brien_head-shot.jpg