-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (255 loc) · 10.4 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Uğurcan Sakızlı</title>
<style>
.accordion-title {
cursor: pointer;
margin-bottom: 10px;
}
.panel {
display: none;
}
.panel.panel1 {
background-image: url('images/IEL.jpg'); /* Replace with the path to the first background image */
background-size: 15%; /* Resize the background image to cover the panel */
background-repeat: no-repeat;
background-position: right center; /* Place the background image on the right side and center vertically */
color: rgb(0, 0, 0);
padding: 20px;
display: none;
background-color: rgba(255, 255, 255, 0);
}
.panel.panel2 {
background-image: url('images/metu.jpg'); /* Replace with the path to the first background image */
background-size: 15%; /* Resize the background image to cover the panel */
background-repeat: no-repeat;
background-position: right center; /* Place the background image on the right side and center vertically */
color: rgb(0, 0, 0);
padding: 20px;
display: none;
background-color: rgba(255, 255, 255, 0);
}
</style>
</head>
<body>
<header class="fixed-header">
<nav>
<ul>
<li><a href="#section1" onclick="collapseAll()">Background</a></li>
<li><a href="#section2" onclick="collapseAll()">Publications</a></li>
<li><a href="#section3" onclick="collapseAll()">Contact</a></li>
<li><a href="#section4" onclick="collapseAll()">Ask me!</a></li>
</ul>
</nav>
</header>
<div id="section1" class="section">
<h2>Background</h2>
<p>Click to expand!</p>
<h3 class="accordion-title">
<span onclick="toggleAccordion(2)"><strong>Highschool</strong></span>
</h3>
<div class="panel panel1"><p><strong>İstanbul Erkek Lisesi - Istanbul High School</strong></p>
<p>İstanbul Erkek Lisesi is one of the most prestigious high schools in Turkey.<br> Its Germany-based style of education provides the students with a skill set which prioritizes critical thinking and problem solving.<br> I graduated İstanbul Erkek Lisesi with an Abitur, which is equal to what a German student obtains after graduating the highest tier high school in Germany.</p></div>
<h3 class="accordion-title">
<span onclick="toggleAccordion(3)"><strong>Undergraduate</strong></span>
</h3>
<div class="panel panel2"><p><strong>Orta Doğu Teknik Üniversitesi - Middle East Technical University</strong></p>
<p>METU is one of the highest ranking universities in Turkey -3rd in 2023. My major here was biology.<br>During my undergraduate education in METU I focused on learning as much as possible on a wide variety of topics.<br>In the last two years of my studies I was hooked to immunology greatly because of wonderful classes by Mayda Gürsel.<br> I completed many grad-level immunology courses with best scores in the class.<br>In addition to immunology, I learned recombinant DNA techniques and transitioned into molecular biology. </p></div>
<h3 class="accordion-title">
<span onclick="toggleAccordion(4)"><strong>MSc</strong></span>
</h3>
<div class="panel panel3">Explanatory text for Title 3.</div>
<h3 class="accordion-title">
<span onclick="toggleAccordion(5)"><strong>PhD</strong></span>
</h3>
<div class="panel panel4">Explanatory text for Title 4.</div>
<script>
function toggleAccordion(panelNumber) {
var panel = document.querySelectorAll("#section1 .panel");
var title = document.querySelectorAll("#section1 .accordion-title span");
for (var i = 0; i < panel.length; i++) {
if (i === panelNumber - 2) {
panel[i].style.display = (panel[i].style.display === "block") ? "none" : "block";
} else {
panel[i].style.display = "none";
}
}
}
function collapseAll() {
var panel = document.getElementsByClassName("panel");
for (var i = 0; i < panel.length; i++) {
panel[i].style.display = "none";
}
}
</script>
</div>
<div id="section2" class="section">
<h2>Publications</h2>
<ul class="publication-list">
<li class="publication-item">
<div class="publication-content">
<strong>Purinergic signalling selectively modulates maintenance but not repair neurogenesis in the zebrafish olfactory epithelium</strong>
<span class="authors">Demirler, M.C.*; <span class="author-bold">Sakizli, U.*</span>; Bali, B.*; Kocagöz, Y.; Eski, S.E.; Ergönen, A.; Alkiraz, A.S.; Bayramli, X.; Hassenklöver, T.; Manzini, I., Fuss, S.H. (*:Equal contribution)</span>
<span class="publication-year">FEBS Journal, 2019</span>
<span class="description">Zebrafish olfactory epithelium is a dynamic environment where neurons are constantly lost and generated. Since extracellular ATP is a strong damage associated molecular pattern, we investigated the possible role of purinergic signaling in stem cell regulation upon neuronal loss and found out that indeed exposure to extracellular ATP, in a purinergic receptor dependent manner, causes stem cells to generate olfactory neurons.</span>
<a href="https://febs.onlinelibrary.wiley.com/doi/full/10.1111/febs.15170" target="_blank" class="publication-link"> https://doi.org/10.1111/febs.15170</a>
</div>
<div class="publication-image">
<img src="images/febs.jpg">
</div>
</li>
<li class="publication-item">
<div class="publication-content">
<strong>Patterned Arrangements of Olfactory Receptor Gene Expression in Zebrafish are Established by Radial Movement of Specified Olfactory Sensory Neurons</strong>
<span class="authors">Bayramli, X.; Kocagöz, Y.; <span class="author-bold">Sakizli, U.</span>; Fuss, S.H.</span>
<span class="publication-year">Scientific Reports, 2017</span>
<span class="description">Commonly, olfactory receptor gene expression is spatially organized in the olfactory epithelium. However, the mechanism of this phenomenon is not well understood. We found out that olfactory neurons with specific receptor gene expressions are generated by stem cells which reside in specialized proliferation zones and move inwards into the zebrafish olfactory epithelium in time which results in a patterned arrangement of olfactory receptor gene expression.</span>
<a href="https://www.nature.com/articles/s41598-017-06041-1" target="_blank" class="publication-link"> https://doi.org/10.1038/s41598-017-06041-1</a>
</div>
</li>
<!-- Add more publication items as needed -->
</ul>
</div>
<div id="section3" class="section">
<h2>Contact</h2>
<p>Contact me at uguraltcizgican(at)gmail.com</p>
<div class="twitter-profile">
<a href="https://twitter.com/hitsujican" target="_blank">
<img src="images/twitter-logo.png">
<span>@hitsujican</span>
</a>
</div>
<div class="linkedin-profile">
<a href="https://www.linkedin.com/in/u%C4%9Furcan-sak%C4%B1zl%C4%B1-64880514b/" target="_blank">
<img src="images/linkedin-logo.png">
<span>@Uğurcan Sakızlı</span>
</a>
</div>
<div class="evrim-profile">
<a href="https://evrimagaci.org/babalus116" target="_blank">
<img src="images/evrim-logo.webp">
<span>@Uğurcan Sakızlı</span>
</a>
</div>
</div>
<div id="section4" class="section">
<h2>Ask me!</h2>
<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/myyqjyly" method="post">
<fieldset id="fs-frm-inputs">
<label for="full-name">Full Name</label>
<input type="text" name="name" id="full-name" placeholder="First and Last" required="">
<label for="message">Message</label>
<textarea rows="5" name="message" id="message" placeholder="Type your question here." required=""></textarea>
<input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
</fieldset>
<input type="submit" value="Submit">
</form><style>/* reset */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
font-family: inherit;
font-size: 100%;
color: inherit;
border: none;
border-radius: 0;
display: block;
width: 98%;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
font-size: .825rem;
margin-bottom: .5rem;
padding-top: .2rem;
display: flex;
align-items: baseline;
}
/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
border: 1px solid rgba(0,0,0,0.2);
background-color: rgba(255,255,255,0.9);
padding: .75em 1rem;
margin-bottom: 1.5rem;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
background-color: white;
outline-style: solid;
outline-width: thin;
outline-color: gray;
outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
width: 98%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
width: auto;
cursor: pointer;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
margin-bottom: 0;
}
#fs-frm select {
text-transform: none;
}
#fs-frm [type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
display: inline-block;
width: auto;
margin: 0 .5em 0 0 !important;
}
#fs-frm [type="radio"] {
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
margin-right: 3%;
}
</style>
</div>
<script src="script.js"></script>
</body>
</html>