Eugenia Chen

UIUC Computer Science 2021

public class AboutMe {

String university = "University of Illinois Urbana-Champaign";

int graduationYear = 2021;

int age = 19;

String WECE = Infrastructure Director;

String[] extraCurricularActivities = { "Women in Computer Science tech team", "Women in Electrical and Computer Engineering creative team", "Engineering Outreach Society"};

String[] hobbies = { "violin", "figure skating", "graphic design", "ultimate frisbee"};

}

My Projects.

UIUC Computer Science 2021

Women in Electrical and Computer Engineering website

Jan 2018 - current

WECE website home page

My Resume.

Contact Me.

public class ContactMe {

String email = "eyc3@illinois.edu";

String cell = "(319) 621-0937";

String address = "941 Meadowlark Dr., Iowa City, IA 52246";

}