Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.03 KB

people.md

File metadata and controls

17 lines (9 loc) · 1.03 KB

Instructions for People page

The people.js file currently contains the code for adding lab members to the page.

  1. Part 1: UPDATING the list of lab members

  2. The instructions for this part are very similar to the PART 1 instructions in publications.md. The corresponding Google Spreadsheet file is "VKC Lab People (Web)".

  3. Note that it is CRUCIAL for the first line to match the keys specified in the people.js file.

  4. Please check that each member's image file matches the one specified in the spreadsheet, e.g. that someone named Hattie Alexander who has "people_hattie.jpg" listed under the Photo column does have an image located at img/people/people_hattie.jpg .

  5. Images should be square but may be of any size (recommended 600x600 px).

  6. Part 2: CHANGING the type of info listed about lab members

  7. The instructions for this part are very similar to the PART 2 instructions in publications.md. The corresponding JavaScript file is people.js .