-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 3.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Merriweather&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<title>MedInnovator</title>
</head>
<body>
<h1>MedInnovator</h1>
<div>
<ul class="headers">
<a href="#">
<li class="headers">ABOUT ME</li>
</a>
<a href="https://medium.com/@VictoriaNguyenMD" target="_blank">
<li class="headers">BLOG</li>
</a>
<a href="https://drive.google.com/file/d/1AxPkgIX5T2tgXCLt_AoFT9Ff0yKOjWwH/view?usp=sharing" target="_blank">
<li class="headers">RESUME</li>
</a>
<a href="https://www.linkedin.com/in/victorianguyenmd/" target="_blank">
<li class="headers">LINKEDIN</li>
</a>
<a href="https://github.com/victorianguyenMD" target="_blank">
<li class="headers">GITHUB</li>
</a>
<a href="rejections.html">
<li class="headers">REJECTIONS</li>
</a>
</ul>
</div>
<div class="content">
<p class="intro"> <img class="my_photo" src="img/p1.jpg"/ alt="Picture of Victoria Nguyen">
<b>Victoria Nguyen</b> is an aspiring software engineer and current undergraduate at the University of the People in the Bay Area. Although Victoria graduated from Howard University in May 2019 with a B.S. in Biology and a chemistry minor, she sought to pursue further education in computer science after noticing the lack of technological innovation in the healthcare field.
<br><br>
Throughout her undergraduate years at Howard University, Victoria conducted research in Alzheimer's disease, Parkinson's disease, pediatric stroke, hospital administration, fertility, and human-computing interactions at the University of Texas' Barshop Institute, National Institute on Aging, Children's National Medical Center, Guangan'men Hospital, and Howard University. During the latter half of her undergraduate years, Victoria had the notion of utilizing technology to optimize laboratory and hospital processes while studying fertility in C.elegans and becoming a medical scribe in Howard University Hospital's Emergency Department. As part of Howard University's College of Arts and Sciences Student Council, Comprehensive Medical Mentoring Program, and Phi Beta Kappa, Victoria has significantly developed her project management skills in her 4 years of undergraduate, which was further demonstrated in Bison Hacks 2019, where she introduced non-engineering majors to developing problem-solving skills in healthcare. By the end of her time at Howard University, Victoria imparted an awareness for campus food insecurity and finding solutions to real-world problems, which influenced the development of the campus' inaugural food pantry, TheStore@HU.
<br><br>
As a nontraditional tech enthusiast, Victoria is bolstering her computer science education at the University of the People with 42 Silicon Valley's project-based curriculum that emphasizes peer-based learning and logical thinking. Apart from her studies, Victoria is current developing a Flutter based mobile application geared toward empowering adolescents aged 14-18 years old with chronic migraines. Her research on current migraine applications in the market led Victoria to present at Hawaii University's 2019 International Conference, where she published her first paper proceedings.
<br><br>
In her free time, Victoria passionately volunteeers to de-escalate crisis situations and mentors a traditionally underrepresented student about Python programming foundations and the importance of deploying the code to a version-control system known as GitHub. Her computer science studies revitalizes her passion toward solving problems in the healthcare field, and she believe that it is just a matter of time for healthcare to catch up with the technology boom. Her overarching goal is to bridge the gap between medicine and technology.
</p>
</div>
</body>
</html>