-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 2.16 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vy Phung</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Vy K Phung</h1>
<p>
<a href="https://github.com/vy-phung">Github</a> |
<a href="https://www.linkedin.com/in/vy-phung-41215a179/">Linkedin</a> |
<a href="/vyphung/resume.html">Résumé</a>
</p>
<h2>My profile</h2>
<p>
I am just a person who is curious about the application of data science and statistics to biology especially molecular biology. <br>
At the moment, my concentration is analyzing the biological data in research for the purpose of applying those discoveries to solve social problems. <br>
There are lots of things I need to learn, so it is great that I can connect to anyone who is interested in biology, statistics or data science. <br>
Moreover, I also like to connect or engage with strangers too because I basically love to laugh, learn and talk about things I haven't known yet. <br>
</p>
<h2>Personal projects</h2>
<p>
Data analysis:
<a href="https://github.com/vy-phung/Data-analysis.git">Medical Appointment</a> <br>
Genomic data science:
<a href="https://github.com/vy-phung/genomic-data-science-project-about-fetus-and-adult.git">Re-analysis RNA-seq</a> <br>
IBM Watson Studio:
<a href="https://github.com/vy-phung/IBM-Watson-Studio.git"> Watson Studio</a>
<li><a href="https://github.com/vy-phung/IBM-Watson-Studio/blob/b9841942c4b615b73d125518fc7ab530db15382c/House%20Sales%20in%20King%20County,%20USA%20data%20analysis.ipynb">House sales data analysis</a></li>
<li><a href="https://github.com/vy-phung/IBM-Watson-Studio/blob/b9841942c4b615b73d125518fc7ab530db15382c/Data%20visualization.ipynb">Data visualization</a></li>
<li><a href="https://github.com/vy-phung/IBM-Watson-Studio/blob/b9841942c4b615b73d125518fc7ab530db15382c/Basic_language_translator_and_speech_to_text.ipynb">Basic language translator and speech to text</a></li>
</p>
</body>
</html>