-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (94 loc) · 4.12 KB
/
index.html
File metadata and controls
107 lines (94 loc) · 4.12 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
html:4t
<!DOCTYPE HTLM>
<html>
<head>
<meta charset="utf-8">
<title> Synat's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="synat.jpg" alt="Synat's profile picture"></td>
<td>
<h1>Synat Keam</h1>
<p><em>Research student at <strong> <a href="https://ncard.org.au/">National Centre for Asbestos Related Diseases</a></strong>.</em></p>
<p>The University of Western Australia</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>About myself</h3>
<p>Hi everyone, I am Synat, a research student at National Centre for Asbestos Related Diseases, University of Western Australia (UWA) in beautiful sunny Perth, Western Australia, Australia. My project looks into combining the radiotherapy and
immunotherapy in mesothelioma with the aim of
increasing the response rate of mesothelioma patients to immune checkpoint blockade immunotherapy. Apart from my research,
I love statistics and data sciences. I believe stats does play a key roles in every fields including medicine/medical research. We spend
lots of time generating data from the lab and I think it is very important to do a proper analysis. I am not a statistician / data scientist by train. However, I have completed many units in statistics at The University of Western Australia
including
Biostatistics I (PUBH 4401) & Biostistics II (PUBH5769), Multilevel and mixed effects modelling (STATS4065) and applied statistics and data visualization (STATS 4067) for high dimention data.
I also completed several short courses run by UWA centre for applied statistics including introduction to R, statistics in R, introduction statistics with SPSS and R,
ANOVA, linear regregresion, multiple regression and logistic regression with R. Apart from that, I have also completed a few machine learning courses for data analysis through
UWA Coursera enhancement units. I also enrolled in python programming bootcamp and data sciences bootcamp using python through Udemy. For my daily data analysis, I am using three programing languages
including R, python and Julia. I previously used SAS during Biostatistics II unit.
<p>
<hr size="3" noshade>
<h3>Educations</h3>
<ul>
<li>Undergraduate degree in Medical Laboratory Technology, Technical School for Medical Care, University of Health Sciences, Cambodia</li>
<li>Master of Infectious Diseases, University of Western Australia, Perth, Australia</li>
<li>Doctor of Philosophy (Tumour Immunology), University of Western Australia (3rd year) , Perth, Australia (expecting to finish in 2023)</li>
</ul>
<hr size="3" noshade>
<h3>Work Experiences</h3>
<table border="1" cellspacing="10">
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
<thead>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Lab-Technologist at Pasteur Institute, Cambodia</td>
</tr>
<tr>
<td>2013-0215</td>
<td>TB laborary specialist at National Center for Tuberculosis and Leprosy Control</td>
</tr>
<tr>
<td>2015-present</td>
<td>Lab Technologist at Tropaing Kroleng Referral Hospital, Ministry of Health, Cambodia</td>
</tr>
<tr>
<td>2015-present</td>
<td> Co-founder of Dialab Takhmao Medical Laboratory, a fast growing private laborary in Takhmao</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h3> Skills </h3>
<table cellspacing= "10">
<tr>
<td></td>
<td></td>
</tr>
</table>
<table>
<tr>
<td>R programming for Data Sciences</td>
<td>🎉🎉🎉</td>
<tr>
<td>Python programming (multi-purposes including Data Sciences) @ Udemy</td>
<td>🎂🎂🎂</td>
</tr>
<td>Full-stack web-development (HTML, CSS, JavaScript) @ Udemy</td>
<tr>
</table>
<hr size="3" noshade>
<h3>Publications</h3>
<ol>
Enhancing the efficacy of immunotherapy using radiotherapy
Synat Keam, Suki Gill, Martin A Ebert, Anna K Nowak, Alistair M Cook
</ol>
</body>
</html>