-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
444 lines (380 loc) · 20.7 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<!-- Bootstrap Icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="./assets/style.css">
<title>Portfolio</title>
</head>
<body>
<div class="container">
<!-- Header -->
<div class="header-container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-8">
<h1>Tran Thien My</h1>
<h2>Business Data Analyst</h2>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 text-right">
<ul class="icons">
<li>
<a target="_blank" href="mailto:[email protected]">
<i class="bi bi-envelope-at-fill"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/tranthienmy22">
<i class="bi bi-github"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/thien-my-tran/">
<i class="bi bi-linkedin"></i>
</a>
</li>
</ul>
<p>
<i class="bi bi-telephone-fill"></i> +84 386 694 994
</p>
<p>
<i class="bi bi-geo-alt-fill"></i> Ho Chi Minh City, Vietnam
</p>
</div>
</div>
</div>
<!-- About me -->
<div class="intro-container">
<h3 class="intro-header text-left"><i class="bi bi-person-lines-fill"></i> About Me</h3>
<div class="row clearfix">
<div class="col-xs-12 col-md-4">
<span class="profile-img" style="background-image: url('./assets/profile.jpg')"></span>
</div>
<div class="col-xs-12 col-md-8 col-print-12">
<p>
I have experience working with data in the form of reports, research, and analysis as part of my job in
the fields of Hospitality and Industrial Real Estate. I realized a strong interest in working data, so recently,
I decided to take a break from my career and dive deep into data analytics and business intelligence.
</p>
<p>
The more I learned and practiced, the more certain I felt that this was exactly what I was looking for.
I enjoy playing with data, making sense of it, telling stories about it, and using it to make better evidence-based decisions.
</p>
<p>
Now I am looking for a challenging and rewarding opportunity in data analytics and business intelligence. I am eager to learn and
grow in this field, and I am confident that I can contribute value by helping businesses make better decisions
and achieve their goals.
</p>
</div>
</div>
</div>
<!-- Projects -->
<div class="intro-container">
<h3 class="intro-header text-left"><i class="bi bi-bar-chart-fill"></i> Projects</h3>
<!-- Project 1 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Data Exploration with SQL BigQuery: Website Conversion Rate</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This project aims to explore 2.4 million rows of web data from a fictitious e-commerce clothing company
from 2019 to the present using SQL on Google BigQuery and Google Sheets for quick data visualization.
The goal is to draw significant insights and give recommendations for the primary business question: how to
increase the website conversion rate.
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>SQL</li>
<li>Google BigQuery</li>
<li>Google Sheet</li>
<li>Exploratory Data Analysis</li>
<li>Data Visualization</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://github.com/tranthienmy22/Increase-website-conversion-rate" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://github.com/tranthienmy22/Increase-website-conversion-rate" target="_blank">
<img class="project-img" src="./assets/conversion-rate.jpg" alt="Increase-Conversion-Rate">
</a>
</div>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Cohort Analysis: Customer Retention, Segment by Quantity and Revenue</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This project uses Python and Jupyter Notebook to perform time-based cohort analysis to find significant trends
and patterns in retention rate, order item quantity, and revenue of different customer cohorts based on their
acquisition time. The goal is to provide recommendations for optimizing sales and marketing strategies to
improve overall performance.
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>Python</li>
<li>Jupyter Notebook</li>
<li>Data Visualization</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://github.com/tranthienmy22/Cohort-Analysis" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://github.com/tranthienmy22/Cohort-Analysis" target="_blank">
<img class="project-img" src="./assets/cohort-analysis.jpg" alt="Cohort-Analysis">
</a>
</div>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Market Basket Analysis: EDA, Data Visualizations and Association Rules Mining</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This project uses Python and Jupyter Notebook to perform data pre-processing, data exploration, data
visualizations, and market basket analysis of an Edinburgh bakery café called "Bread Basket".
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>Python</li>
<li>Jupyter Notebook</li>
<li>Data Wrangling</li>
<li>Exploratory Data Analysis</li>
<li>Data Visualization</li>
<li>Statistical knowledge</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://github.com/tranthienmy22/Market-basket-analysis-Bread-Basket" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://github.com/tranthienmy22/Market-basket-analysis-Bread-Basket" target="_blank">
<img class="project-img" src="./assets/market-basket-analysis.jpg" alt="Market-Basket-Analysis">
</a>
</div>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Maven Toys Company - Executive Performance Summary</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This project uses Power BI to create an interactive report of the sales performance of a Mexico toy
company, providing stakeholders with significant insights into store and product performance. These
insights can be used to optimize sales and marketing strategies.
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>MS PowerBI Desktop</li>
<li>Power Query</li>
<li>Data Visualization</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://github.com/tranthienmy22/Maven-toys-performance-report" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://github.com/tranthienmy22/Maven-toys-performance-report" target="_blank">
<img class="project-img" src="./assets/maven-toys-performance.jpg" alt="Maven-toys-performance-report">
</a>
</div>
</div>
</div>
</div>
<!-- Project 5 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Airbnb Listings Analysis in 5 Asian Cities</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This project uses PowerBI Desktop to provide broad audiences with a comprehensive analysis of lodging
properties listed on Airbnb in Bangkok, Tokyo, Taipei, Hongkong and Singapore to deliver meaningful
insights into listings in these markets.
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>MS PowerBI Desktop</li>
<li>Power Query</li>
<li>Data Visualization</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://github.com/tranthienmy22/Airbnb-listings-analysis-5-asian-cities" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://github.com/tranthienmy22/Airbnb-listings-analysis-5-asian-cities" target="_blank">
<img class="project-img" src="./assets/airbnb-listings-analysis.jpg" alt="airbnb-listings-analysis">
</a>
</div>
</div>
</div>
</div>
<!-- Project 6 -->
<div class="row">
<div class="col-12 mb-2">
<h4>Google Data Analytics Professional Certificate Capstone Project: Cyclistic - Member & Casual Analysis</h4>
</div>
<div class="col-12 mb-5">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="row">
<div class="col-12">
<p>
This is the final project for the Google Data Analytics Professional Certificate.
After completing eight courses in this program, I am excited to apply what I have learned
to conduct my first project as a junior data analyst. This project uses R to perform nearly all steps of the
analysis of a large dataset of nearly six million rows, from data cleaning, manipulation,
transformation, and visualization.
</p>
</div>
<div class="col-12">
<h5>Tools & Skills</h5>
<ul class="technologies">
<li>R</li>
<li>Kaggle Notebook</li>
<li>Data cleaning and preparation</li>
<li>Exploratory Data Analysis</li>
</ul>
</div>
<div class="col-12">
<a class="btn btn-primary" href="https://www.kaggle.com/code/myantran/cyclistic-member-casual-analysis" target="_blank" role="button">
Read more
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 text-sm-right mt-2 mt-sm-0">
<a href="https://www.kaggle.com/code/myantran/cyclistic-member-casual-analysis" target="_blank">
<img class="project-img" src="./assets/cyclistics-analysis.jpg" alt="cyclistic-member-casual-analysis">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Experience -->
<div class="intro-container">
<h3 class="intro-header text-left"><i class="bi bi-person-workspace"></i> Experience</h3>
<div class="row clearfix">
<div class="col-xs-12 col-sm-4">
<h5>Twenty Plus Holdings Investment JSC.</h5>
<p>2022 - 2023</p>
</div>
<div class="col-xs-12 col-sm-8">
<p><b>Secretary of the Board of Directors</b></p>
<p>Skills: Office Administration · Problem solving · Analysis · Communication</p>
</div>
</div>
<div class="row clearfix">
<div class="col-xs-12 col-sm-4">
<h5>Marina Bay Vung Tau Resort & Spa</h5>
<p>2019 - 2021</p>
</div>
<div class="col-xs-12 col-sm-8">
<p><b>Assistant Sales Manager</b></p>
<p>Skills: Cross-functional Collaborations · Negotiation · Customer
Satisfaction · Communication · Problem solving</p>
</div>
</div>
</div>
<!-- Education -->
<div class="intro-container">
<h3 class="intro-header text-left"> <i class="bi bi-mortarboard-fill"></i> Education</h3>
<div class="row clearfix">
<div class="col-xs-12 col-sm-4">
<h5><b>Foreign Trade University</b></h5>
<p>Bachelor's degree, International Business Economics</p>
<p>2015 - 2019</p>
</div>
<div class="col-xs-12 col-sm-8">
<p><b> GPA: 3.59/4.00 (8.6/10)</b></p>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<h5>Google Data Analytics Professional Certificate</h5>
<h5>Google Business Intelligence</h5>
</div>
</div>
<!-- End -->
<div class="intro-container">
<h3 class="intro-header"></h3>
<p>
<i><font size="-1">
I appreciate any constructive comments or feedback on my work. If you have any questions,
or would like to learn more, please feel free to contact me at [email protected]. Thank you!
</font></i>
</p>
</div>
</div>
</body>
</html>