-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
274 lines (240 loc) · 12.2 KB
/
cv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mustafa Safa Doğan - CV</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@300;400;700&display=swap');
body {
font-family: 'Roboto', sans-serif;
background-color: #000;
color: #0f0;
padding: 20px;
line-height: 1.6;
font-size: 16px;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #111;
padding: 30px;
border: 4px solid #0f0;
}
h1 {
font-family: 'Press Start 2P', cursive;
color: #0f0;
font-size: 28px;
margin-bottom: 20px;
text-align: center;
}
h2 {
font-family: 'Press Start 2P', cursive;
color: #0f0;
font-size: 20px;
border-bottom: 2px solid #0f0;
padding-bottom: 10px;
margin-top: 30px;
}
h3 {
font-family: 'Press Start 2P', cursive;
color: #0f0;
font-size: 16px;
margin-top: 20px;
margin-bottom: 10px;
}
.section {
margin-bottom: 30px;
}
.item-title {
font-weight: bold;
font-size: 18px;
margin-bottom: 5px;
}
.item-subtitle {
font-style: italic;
margin-bottom: 10px;
}
.item-content {
margin-bottom: 15px;
}
.skills-category {
margin-bottom: 20px;
}
.skills-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.skill-item {
background-color: #0f0;
color: #000;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
}
.social-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
}
.social-btn {
background-color: #0f0;
color: #000;
border: none;
padding: 10px 20px;
cursor: pointer;
font-family: 'Press Start 2P', cursive;
text-decoration: none;
font-size: 14px;
}
.social-btn:hover {
background-color: #0a0;
}
</style>
</head>
<body>
<div class="container">
<h1>Mustafa Safa Doğan</h1>
<p style="text-align: center; font-size: 18px;">Doctor of Medicine</p>
<div class="section">
<h2>Experience</h2>
<div class="item-title">Freelance Developer</div>
<div class="item-subtitle">09/2017 - Present, Remote</div>
<div class="item-content">I have been working for many projects with primarily focus on machine learning, blockchain, cross-platform mobile development and full-stack web development.</div>
<div class="item-title">İvrindi State Hospital - Medical Doctor</div>
<div class="item-subtitle">09/2023 - Present, Balıkesir</div>
<div class="item-content">Working in the emergency department of the hospital with a patient volume of 70-100 patients per day. Providing advanced life support for all blue codes in the hospital, including dialysis and palliative care units. Responsible for performing forensic autopsies.</div>
</div>
<div class="section">
<h2>Education</h2>
<div class="item-title">Istanbul University, Istanbul Faculty of Medicine</div>
<div class="item-subtitle">09/2017 - 07/2023</div>
<div class="item-content">Doctor of Medicine | GPA: 3.05/4 - 79.3/100</div>
<div class="item-title">Balıkesir Science High School</div>
<div class="item-subtitle">08/2013 - 06/2017</div>
<div class="item-content">High School Diploma | Balıkesir, TR | GPA: 96.47/100</div>
</div>
<div class="section">
<h2>Presentations</h2>
<div class="item-title">Building an Assistive Artificial Neural Network Model for Heart Disease Diagnose</div>
<div class="item-subtitle">04/2021</div>
<div class="item-content">The article focuses on the crucial significance of accurate and effortless diagnosis of heart diseases, which has prompted extensive research in the field. With the aim of preventing misdiagnoses, complications, and resource wastage, the article centers on the development of a novel diagnostic method for heart diseases.</div>
<div class="item-content">Marmara University - Marmara Student Congress 2021, Istanbul, TR</div>
<div class="item-title">Developing an Artificial Intelligence: DNA Sequence Analysis with Natural Language Processing Approach</div>
<div class="item-subtitle">04/2021</div>
<div class="item-content">I discussed the development of a model utilizing Bayesian classification with the k-mer method, applied in natural language analysis, to facilitate protein family grouping from human DNA sequences.</div>
<div class="item-content">Yeditepe University - 14th National Student Congress of Yeditepe University Faculty of Medicine Scientific Research Society (YÜTBAT), Istanbul, TR</div>
</div>
<div class="section">
<h2>Awards</h2>
<div class="item-title">Cetin Ceviz Entrepreneurial Camp Award</div>
<div class="item-subtitle">04/2019</div>
<div class="item-content">2nd place - Link https://archive.fo/mH4VH</div>
<div class="item-content">Istanbul Technical University</div>
<div class="item-title">Bu Gençlikte İş Var, Semi-Finalist</div>
<div class="item-subtitle">07/2020</div>
<div class="item-content">TÜSİAD BGIV is an entrepreneurship program to provide university students with an innovative perspective and entrepreneurial competence; a wide range of support such as education, interaction with the business world and guidance.</div>
<div class="item-content">TÜSİAD, the Turkish Industry and Business Association is Turkey's top business organization, which represent 80% of Turkey's total foreign trade volume.</div>
<div class="item-title">Best Oral Presentation Award - YÜTBAT National Student Congress</div>
<div class="item-subtitle">05/2021</div>
<div class="item-content">Received the best oral presentation award with my presentation titled "Developing an Artificial Intelligence: DNA Sequence Analysis with Natural Language Processing Approach" at the 14th National Student Congress of Yeditepe University Faculty of Medicine Scientific Research Society (YÜTBAT)</div>
<div class="item-content">Yeditepe University</div>
</div>
<div class="section">
<h2>Projects</h2>
<div class="item-title">Curiosmo</div>
<div class="item-subtitle">2019-2021</div>
<div class="item-content">Co-founded and served as a back-end developer for Curiosmo, an educational platform designed to support students in preparing for critical exams such as Turkey's Medical Speciality Exam, United States Medical Licensing Exam, and university finals. Curiosmo featured case-oriented questions contributed by specialist doctors, accompanied by comprehensive and up-to-date explanations.</div>
<div class="item-title">Regional Project Contest of Tubitak</div>
<div class="item-subtitle">2016</div>
<div class="item-content">Project: "Analysis of Stereoscopic Images"</div>
<div class="item-content">Developed a distance measurement software based on stereoscopic angle difference. This project demonstrated early engagement with advanced technological concepts and research methodologies.</div>
<div class="item-content">Finalist in the Computer Sciences field, showcasing exceptional skills and innovation in technology at a young age.</div>
</div>
<div class="section">
<h2>Skills</h2>
<div class="skills-category">
<h3>Software Development & Design</h3>
<div class="skills-list">
<span class="skill-item">Python</span>
<span class="skill-item">JavaScript</span>
<span class="skill-item">TypeScript</span>
<span class="skill-item">PHP</span>
<span class="skill-item">SQL</span>
<span class="skill-item">C#</span>
<span class="skill-item">Java</span>
<span class="skill-item">Git</span>
<span class="skill-item">GitHub</span>
</div>
</div>
<div class="skills-category">
<h3>Data Science & Big Data</h3>
<div class="skills-list">
<span class="skill-item">TensorFlow</span>
<span class="skill-item">Keras</span>
<span class="skill-item">scikit-learn</span>
<span class="skill-item">pandas</span>
<span class="skill-item">NumPy</span>
<span class="skill-item">Data Analytics</span>
<span class="skill-item">Data Visualization</span>
<span class="skill-item">Matplotlib</span>
</div>
</div>
<div class="skills-category">
<h3>Back-end Development & DevOps</h3>
<div class="skills-list">
<span class="skill-item">Python</span>
<span class="skill-item">Bash Scripting</span>
<span class="skill-item">AWS</span>
<span class="skill-item">MongoDB</span>
<span class="skill-item">PostgreSQL</span>
<span class="skill-item">MySQL</span>
<span class="skill-item">Django</span>
<span class="skill-item">Flask</span>
<span class="skill-item">Heroku</span>
<span class="skill-item">Node.js</span>
<span class="skill-item">Express.js</span>
</div>
</div>
<div class="skills-category">
<h3>Front-end Development</h3>
<div class="skills-list">
<span class="skill-item">Ionic Framework</span>
<span class="skill-item">Apache Cordova</span>
<span class="skill-item">Vue.js</span>
<span class="skill-item">Next.js</span>
<span class="skill-item">Vuetify</span>
<span class="skill-item">Bootstrap</span>
<span class="skill-item">Bulma</span>
<span class="skill-item">Electron</span>
<span class="skill-item">React</span>
<span class="skill-item">Buefy</span>
</div>
</div>
<div class="skills-category">
<h3>Product Development</h3>
<div class="skills-list">
<span class="skill-item">GitHub</span>
<span class="skill-item">Google Ads</span>
<span class="skill-item">Google Analytics</span>
<span class="skill-item">Yandex Metrica</span>
<span class="skill-item">Google Firebase</span>
<span class="skill-item">Google Play Console</span>
<span class="skill-item">App Store Connect</span>
<span class="skill-item">Windows Dev Center</span>
</div>
</div>
</div>
<div class="section">
<h2>Contact</h2>
<div class="item-content">mustafasafadogan@icloud.com</div>
</div>
<div class="social-buttons">
<a href="https://github.com/alakise" target="_blank" class="social-btn">GitHub</a>
<a href="https://linkedin.com/in/" target="_blank" class="social-btn">LinkedIn</a>
</div>
</div>
</body>
</html>