-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (87 loc) · 5.18 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<title>akurmustafa</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="/index.html">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class=
"nav-link"
href="/publications.html">Publication(s)</a>
</li>
<li class="nav-item">
<a class=
"nav-link"
href="/resume.html">Resume</a>
</li>
<li class="nav-item">
<a class=
"nav-link"
href="/contact.html">Contact</a>
</li>
<li class="nav-item">
<a class=
"nav-link"
href="/recommendations.html">Recommendations</a>
</li>
<li class="nav-item">
<a class=
"nav-link"
href="/blog.html">Blog</a>
</li>
<li class="nav-item">
<a class=
"nav-link"
href="/about.html">About Me</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12 col-md-9">
<h1>About</h1>
<p>
Hi, I'm Mustafa Akur. I received my B.Sc. from <a href="http://www.boun.edu.tr/en-US/"
target="_blank">Boğaziçi University</a> in the <a href="https://ee.boun.edu.tr/" target="_blank">Electrical and Electronics Engineering</a> department in Istanbul, Turkey. Currently, I am a Ph.D. student at CEDAR, OHSU. My research mainly focuses on the application of computer vision for medical image diagnosis. Before starting my Ph.D., I was a software developer at <a href="https://www.synnada.ai/" target="_blank">Synnada</a>, where I primarily worked on the open-source <a href="https://github.com/apache/arrow-datafusion" target="_blank">Apache DataFusion</a> project (an extensible query engine with columnar data storage). My contributions to the project can be found on this <a href="https://github.com/pulls?q=is%3Apr+author%3Amustafasrepo+archived%3Afalse+is%3Aclosed+user%3Aapache+is%3Apublic">page</a>.
Prior to that, I worked at <a href="https://www.aselsan.com.tr/en" target="_blank">ASELSAN</a> (a defense industry firm in Turkey). At ASELSAN, I worked on Machine Learning, Signal Processing, and real-time data processing.
You can view my github page on <a href="https://github.com/akurmustafa" target="_blank">akurmustafa</a>. During my work at Synnada, I used <a href="https://github.com/mustafasrepo" target="_blank">mustafasrepo</a> for my job. You can find my resume <a href="./documents/akurmustafa.pdf">here</a> for more details about my work history. You can also find my contact information at <a href="./contact.html">this link</a>.
</p>
<p>
I enjoy movies, and I occasionally rate them. You can find my Letterboxd account <a href="https://letterboxd.com/akurmustafa/" target="_blank">here</a>. The same goes for books—you can find my Goodreads account <a href="https://www.goodreads.com/akurmustafa">here</a>.
</p>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
-->
</body>
</html>