skip to main content
Student Wellness Services  /  Advocate Programs  /  Health Advocate  /  Program Staff and HAs

Program Staff and Current Health Advocates

Picture of Mark

Health Advocate Program Instructor

Pronouns: he, him, his
Professional Affiliations: American Red Cross
Professional Interests: Emergency Management

It is important to train now for eventualities in the future.

Email: [email protected]
Mail Code: 1-8

Picture of Virgi

Assistant Program Instructor

Email: [email protected]

2024 - 2025 Health Advocates

House First Name Last Name
Avery Kenji Nakagawa
Avery Paul Jean-Sebastien
Avery Ethan Dawn
Avery Miles Gee
Avery Dillan Lau
Avery Ridah Shanavas
Avery Leo Zhang
Avery Catherine Zheng
Bechtel Aaban A. Syed
Blacker Jadelynn Dao
Blacker Tessa Pierce
Blacker Sylvia Wang
Blacker Luke Alvidrez
Blacker Ethan Labelson
Blacker Julian Millan
Blacker Alicia Zhang
Blacker/Marks Jabri Garcia-Jimenez
Blacker/Marks Emily Nikas
Dabney Cellie Cap
Dabney Jessie Gan
Dabney Laurent Andrea Torres Sauceda
Dabney Maya Caskay
Dabney Sarah (she/they) Liaw
Dabney Mira (they) Menezes
Dabney Hannah Rose
Fleming Sophie Elam
Fleming Roy Jiang
Fleming Yoyo Benchetrit
Fleming Madelyn Gilbert
Fleming Giulia Murgia
Fleming Bram Schork
Fleming/Page Elizabeth Field
Lloyd Saumya Chauhan
Lloyd Sulekha Kishore
Lloyd Mabel Lu
Lloyd Caden Mikkelsen
Lloyd Andy Sun
Lloyd Jena Alsup
Lloyd Claire Hays
Lloyd Emma Olinger
Lloyd Sanjana Shah
Lloyd Jasmine Wang
Marks/Braun Max Montemayor
Page Akul Goel
Page Yingying Gong
Page Simon Hu
Page Jolie Jones
Page Grace Wilson
Page (Bechtel) Thandolwenkosi Nkala
Ricketts Bertha Mireles
Ricketts Ava Barbano
Ricketts Jonathan Booker
Ricketts (Bechtel) Antônio Victor Machado de Oliveira
Unaffiliated (Flem Soc) Jason Lin
Unaffiliated Sara Razavi
Venerable Sahithi Ankireddy
Venerable Alex Burr
Venerable Emilly Choe
Venerable Sophia Dalfonzo
Venerable Randy Ngo
Venerable Cece Abramson
Venerable Yao Huang
'); // This code changes the way the search field works. Instead of performing no more than one search per searchDelay // number of milliseconds, the system instead implement a debounce mechanism that prevents searches from being // performed until the user has stopped typing in the search field for more than searchDelay milliseconds. // This avoids letting the info panel update more than once per search, which is super annoying for screen reader // users who have to hear the entire info panel read out each time it changes. // Remove the default event handlers for the search field. $('div.dataTables_filter input', table_id).off('keyup.DT input.DT'); // Set up a debounce pattern, instead. var search_timeout = null; // Grab the searchDelay setting from data_table's settings object. var search_delay = data_table.settings()[0].searchDelay; // Set up a new event handler for when the user types a character into the search field. $('div.dataTables_filter input', table_id).on('keyup', function() { // Get the search string from the input field. var search = $('div.dataTables_filter input', table_id).val(); // As soon as the user types any character, prevent the previous timed function call from firing. clearTimeout(search_timeout); // Perform a search for the current search string, delayed by search_delay milliseconds. search_timeout = setTimeout(function() { // Only skip the search if we've somehow run this function before the 'search' var got initialized. We WANT to // trigger a search when the query is the empty string, because that means "show the whole table". if (search != null) { data_table.search(search).draw(); } }, search_delay); }); });
Hours
Mon - Fri
8:00 am - 5:00 pm
Contact
1239 Arden Rd.
Mail Code 1-8
Pasadena, California 91125
Fax(626) 585-1522