-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
708 lines (642 loc) · 44.5 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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Dr. Zeynep Cansu Ayturan - Environmental Engineer</title>
<meta content="Environmental Engineer at Directorate Of Climate Change" name="description">
<meta content="Dr. Zeynep Cansu Ayturan - Environmental Engineer" property="og:title">
<meta content="Environmental Engineer at Directorate Of Climate Change" property="og:description">
<meta property="og:image" content="/profile.jpg">
<meta content="summary" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="ayturan.com" name="generator">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="apple-touch-icon" sizes="57x57" href="favi/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favi/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favi/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favi/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favi/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favi/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favi/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favi/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favi/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favi/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favi/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favi/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favi/favicon-16x16.png">
<link rel="manifest" href="favi/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favi/ms-icon-144x144.png">
<meta name="theme-color" content="#010101">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link href="https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap" rel="stylesheet">
</head>
<body>
<header id="header">
<h1><a href="/">Dr. Zeynep Cansu Ayturan </a></h1>
</header>
<div id="page">
<div class="header">
<div id="sidebar">
<div class="image">
<img src="profile.jpg" alt="profile">
</div>
<ul class="nopadding">
<li>Ministry of Environment, Urbanisation and Climate Change, Directorate Of Climate Change, Ankara, Türkiye
</li>
<li><br/></li>
<li>Hacettepe University, Engineering Faculty, Environmental Engineering Department, Ankara, Türkiye
</li>
</ul>
<br/>
<h2><a aria-label="Personal" class="site-name"> Lines of Research:</a></h2>
Air Pollution Control, Environmental Technology, Environmental Modelling, Environmental Science, Nanomaterial Synthesis, Air Quality and Measurement
<hr/>
<nav class="navigation">
<h3><a aria-label="Personal" class="site-name">Personal Data:</a></h3>
<ul>
<li>
<b>Date of birth: </b> September 10, 1990
</li>
<li>
<b>Nationality: </b> Turkish
</li>
<li>
<b>Address:</b> Ankara, TR
</li>
<li>
<b>Languages:</b> English, Turkish
</li>
<li>
<b>Age:</b> 34
</li>
</ul>
</nav>
<hr/>
<div class="social-link-group">
<a class="social-icon-link w-inline-block" target="_blank" href="https://www.linkedin.com/in/zcayturan" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="https://github.com/zcayturan" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="https://www.facebook.com/cansuayturan" aria-label="Facebook"><i class="fab fa-facebook"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="https://www.instagram.com/cansuayturan" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="https://www.twitter.com/cansuayturan" aria-label="Twitter"><i class="fab fa-x-twitter"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="mailto:[email protected]" aria-label="Email"><i class="fa fa-envelope"></i></a>
<a class="social-icon-link w-inline-block" target="_blank" href="https://scholar.google.com/citations?user=5XkM28AAAAAJ" aria-label="Google Scholar"><i class="fa-brands fa-google-scholar"></i></a>
</div>
</div>
</div>
<div id="content">
<article class="post">
<h2 class="name"><i class="fas fa-university"></i> EDUCATION </h2>
<ul class="resume-items">
<li class="resume-item border-line-h">
<div class="date">Jan 2016 - Jul 2021</div>
<div class="name">Ph.D. in Environmental Engineering</div>
<div class="company">Konya Technical University, Konya, Türkiye</div>
Field of study: Environmental Protection Technology<br/>
Thesis: Removal of Air Pollutants Originating from Stack Gas with Photocatalytic Oxidation
<ol>
<li class="resume-item">
<div class="date">Sep 2016 - Jan 2017</div>
<div class="name">Erasmus Mobility (funded by EU)</div>
<div class="company">Hochschule Osnabrück University of Applied Sciences, Osnabrück, Germany</div>
</li>
</ol>
</li>
<li class="resume-item">
<div class="date">Jan 2014 - Dec 2015</div>
<div class="name">M.Sc. in Environmental Engineering</div>
<div class="company">Selçuk University, Konya, Türkiye</div>
<div class="description">Field of study: Environmental Modeling<br>Thesis: Modelling of Atmospheric SO2 Pollution in Seydişehir Town by Artificial Neural Networks</div>
</li>
<li class="resume-item">
<div class="date">Sep 2007 - Jun 2013</div>
<div class="name">B.Sc. in Environmental Engineering</div>
<div class="company">Middle East Technical University, Ankara, Türkiye</div>
</li>
<p>~~</p>
<li class="resume-item">
<div class="date">Sep 2023 - Ongoing</div>
<div class="name">M.Sc. in Clean Inexhaustible Energies</div>
<div class="company">Hacettepe University, Ankara, Türkiye</div>
</li>
<li class="resume-item">
<div class="date">Sep 2023 - Aug 2024</div>
<div class="name">M.Sc. in Occupational Health and Safety (without thesis)</div>
<div class="company">Ahmet Yesevi University, Ankara, Türkiye (Online)</div>
</li>
<li class="resume-item">
<div class="date">Sep 2020 - Aug 2022</div>
<div class="name">Associate Degree in Web Design and Coding</div>
<div class="company">Anadolu University, Eskisehir, Türkiye (Online)</div>
</li>
</ul>
<hr/>
<h2 class="name"><i class="fas fa-briefcase"></i> WORK EXPERIENCE</h2>
<ul class="b">
<li>
<b>Environmental Engineer </b> ~
<small>Ministry of Environment, Urbanisation and Climate Change, Directorate Of Climate Change, Ankara, Türkiye</small>
<br>
Jun 2024 - Ongoing
<p>
Department: Department of Greenhouse Gas Reduction Policies
</p>
<ol>
<li>To determine the reduction policies for the sectors in the national and annual National Greenhouse Gas Emission Inventories submitted to the UNFCCC Secretariat, with the contributions of the institutions and organizations represented in the Coordination Board, in line with the net-zero emission target and the circular economy principle.</li>
<li>To prepare the Long Term Climate Strategy and periodic National Contribution Statements by updating them when necessary, or submitting them to the Coordination Board for approval.</li>
<li>To monitor and evaluate the implementation of the National Declaration of Contribution at the national level and to report the results to the Coordination Board.</li>
<li>To coordinate the activities of the reduction and related working groups to be established under the Coordination Board.</li>
<li>Preparing or getting prepared legislation and guides on mitigation.</li>
<li>To follow the negotiation processes within the scope of the UNFCCC and the Paris Agreement on mitigation, to contribute to the development of policies in this field, and to fulfill its duties as a national focal point.</li>
<li>To follow the studies carried out by international organizations regarding reduction, coordinate these studies at the national level, give opinions, participate and contribute.</li>
<li>Participating in the studies carried out at the national, regional, or local level, represented in the Coordination Board or other relevant institutions and organizations regarding reduction, giving opinions, and contributing.</li>
<li>To make or have made national and international projects to support reduction activities.</li>
<li>Carrying out or getting work done for training, raising awareness, and raising public awareness for reduction.</li>
</ol>
</li>
<li>
<b>Post–Doctoral Researcher - BIDEB </b> ~
<small> (Science Fellowships and Grant Programs) Scholar under the scope of the 2218 TUBITAK (Scientific and Technological Research Council of Türkiye) </small>
<br>
Nov 2022 – Ongoing
<p>
Project: Estimation of Deficiency in the Data Monitored in the Chimneys of Energy Production Facilities Using Statistical and Artificial Intelligence Methods.
</p>
<ol>
<li>Data Analysis (six years hourly data of energy production facilities)</li>
<li>Data Selection and Categorization (SPSS and MS Excel)</li>
<li>Model development (SPSS and MATLAB)</li>
<li>Application of Models to New Data</li>
</ol>
</li>
<li>
<b>Research Assistant</b> ~
<small>Konya Technical University, Environmental Engineering Department, Konya, Türkiye</small>
<br>
Sep 2018 - Jun 2024
<p>
Responsibilities:
</p>
<ol>
<li>Teaching assistant in Air Pollution Analysis Laboratory, Environmental Microbiology Laboratory, Unit Operations Laboratory.</li>
<li>Supporting assistant in various courses and student projects.</li>
<li>Educational manager, assisting students in course selections and other problems.</li>
<li>Conducting studies about air pollution modeling with Artificial Intelligence.</li>
<li>Conducting studies about the removal of air pollutants with photocatalytic oxidation and nano photocatalyst production.</li>
<li>Worked on four research projects funded by University and Scientific and Technological Research Council of Türkiye as an assistant researcher.</li>
<li>Intern Commission Member, Erasmus Commission Member, Department Automation Commission Member, Department Career Center Representative.</li>
</ol>
</li>
<li>
<b>Assistant Manager</b> ~
<small>Konya Technical University, Technology Transfer Office Research and Application Center, Konya, Türkiye</small>
<br>
Oct 2021 – Oct 2022
<p>
Responsibilities:
</p>
<ol>
<li>Writing academic projects.</li>
<li>Establishing and assisting university-industry cooperation.</li>
<li>Project support.</li>
<li>Organizing events and meetings to inform students and academicians related to national and international project support.</li>
</ol>
</li>
<li>
<b>Research Assistant</b> ~
<small>Selçuk University, Environmental Engineering Department, Konya, Türkiye</small>
<br>
Feb 2015- Sep 2018
</li>
<li>
<b>Environmental Engineer/Consultant</b> ~
<small>Ençev Energy Environment Investments and Consultancy, Ankara, Türkiye</small>
<br>
Jun 2013 – Jan 2014<br/>
Responsibilities:
<ol>
<li>Preparation of structured Environmental Impact Assessment Reports.</li>
</ol>
</li>
</ul>
<hr/>
<h2> COURSES TAUGHT</h2>
<p>2021/2022 Academic Year – 1st Semester and 2nd Semester</p>
<ul class="b">
<li>
<b>Course Name:</b> Occupational Health and Safety (2 year undergraduate) <br>
Affiliation: Konya Technical University <br>
Language: Turkish <br>
Role: Instructor <br>
</li>
</ul>
<hr/>
<h2>COMPLETE LIST OF PUBLICATIONS</h2>
<h3>Journal Publications with Peer Review</h3>
<ul>
<li>
Ayturan, Z.C., Kongoli, C., Kunt, F. (2024) Investigation of the effects of tree species on air quality using i-Tree software: A case study in California. <i>Annals of Forest Research</i>, 67(2): 201-213 .
<a aria-label="pdf" target="_blank" href="https://doi.org/10.15287/afr.2024.3605"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dinçbaş, T., Hasar, H. (2024) Evaluation Of Desertification And Erosion Combat Efforts With Regards To Paris Agreement Commitments And Net Zero Emission 2053 Targets. <i>Çevre Şehir ve İklim Dergisi</i>, Special (1): 32 - 48.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/tr/pub/csid/issue/88120/1556901"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2024) Photocatalytic Reduction of VOCs with Ag/Ni-Doped Photocatalyst in Different Temperature and Humidity Environments. <i>Atmosphere</i>, 15(1): 70.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.3390/atmos15010070"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Kunt, F., Ayturan, Z. C., Yümün, F., Karagönen, İ., Semerci, M., & Akgün, M. (2023). Modeling and assessment of PM10 and atmospheric metal pollution in Kayseri Province, Turkey. <i>Atmosphere</i>, 14(2), 356.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.3390/atmos14020356"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Kunt, F, Köpüklü, B.N., Ayturan, Z.C., Dursun, S. (2023) A Review Investigation Of The Usage Artificial Neural Networks On Air Pollution Modeling, <i>International Journal of Ecosystems and Ecology Science</i>, Vol. 13 (1): 215-218.
<a aria-label="pdf" target="_blank" href="https://hdl.handle.net/20.500.13091/4730"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Dursun, S., Ayturan Z.C., (2022) Simultaneous Removal of Gaseous Benzene and Toluene with Photocatalytic Oxidation Process at High Temperatures under UVC Irradiation. <i>Environmental Science and Pollution Research</i>, 29, 38232–38247.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.1007/s11356-022-18790-2"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Kunt, F., Ayturan, Z. C., Yümün, F., Karagönen, İ., Semerci, M., & Akgün, M. (2021). Measurement and evaluation of particulate matter and atmospheric heavy metal pollution in Konya Province, Türkiye. <i>Environmental Monitoring and Assessment</i>, 193.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.1007/s10661-021-09428-w"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Kunt, F., Ayturan, Z.C., Dursun, S. (2021) Statistical Analysis and Evaluation of PM Concentrations During the Dust Storms at May 2020 for Selçuklu District of Konya City, Türkiye. <i>Uludağ University Journal of The Faculty of Engineering</i>, Vol. 26, No. 2, 527-546.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.17482/uumfd.941031"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan Y.A., Ayturan Z.C., Altun H.O., Kongoli C., Tuncez F.D., Dursun S. and Ozturk A. (2020), Short-term prediction of PM2.5 pollution with deep learning methods, <i>Global NEST Journal</i>, 22(1), 126-131.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.30955/gnj.003208"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2020) Effect of Preparation Technique to Attachment of Ag and Ni Nanoparticles on Glass Surface. <i>Düzce University Journal of Science and Technology</i>, 8 (1): 765-782.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.29130/dubited.560819"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2018) Usage of Photocatalytic Oxidation for The Removal of Air Pollutants. <i>International Journal of Ecosystems and Ecology Science</i>, Vol. 8(4), 711-716.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.31407/ijees8409"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Dursun, S, Ayturan, Z.C. (2018) Chromium Phytotoxicity Test of Metal Coating Wastewaters. <i>International Journal of Environmental Pollution and Environmental Modelling</i>, 1(2), 50-57.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/ijepem/issue/38592/447818"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan Y.A., Ayturan, Z.C., Altun, H.O. (2018) Air Pollution Modelling with Deep Learning: A Review. <i>International Journal of Environmental Pollution and Environmental Modelling</i>, Vol. 1(3): 58-62.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/ijepem/issue/39774/471354"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Kunt, F., Dursun, Ş. (2018) Metal Bioaccumulation/Toxicity Test for Metal Industry Wastewaters. <i>International Journal of Environmental Pollution and Environmental Modelling</i>, 1(1), 1-5.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/ijepem/issue/38466/446118"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Y.A., Öztürk, Ali., Ayturan, Z.C. (2017) Modelling of PM10 Pollution in Karatay District of Konya with Artificial Neural Networks. <i>Journal of International Environmental Application and Science</i>, 12(3), 256-263.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/jieas/issue/40241/479480"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2017) Soil Contamination in Gartlage Area, Germany. <i>Journal of International Environmental Application and Science</i>, 12(2), 180-185.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/tr/pub/jieas/issue/40262/480217"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Cay, T., Dursun, S. (2016) Konya City Urban Sprawl and Environmental Pollution Relation. <i>International Journal of Ecosystems and Ecology Science</i>, Vol. 6 (4), 559-564.
<a aria-label="pdf" target="_blank" href="https://ijees.net/journal-39-International--Journal-of-Ecosystems-and-Ecology-Science--(IJEES)--Volume-6-4,-2016.html"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2016) Low Impact Development and Green Infrastructure. <i>Scientific Journal of Environmental Sciences</i>, Vol. 6 (4), 251-257.
<a aria-label="pdf" target="_blank" href="https://www.semanticscholar.org/paper/Low-impact-development-and-green-infrastructure-Ozturk-Dursun/b2b83b6760c860b62c8533ff0f69047c07785a76"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ayturan, Z.C., Dursun, S. (2016) Modelling of SO2 Pollution in Selçuklu District of Konya with Artificial Neural Networks. <i>International Journal of Ecosystems and Ecology Science</i>, 543-550.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/jieas/issue/40241/479480"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Kunt, F., Ayturan, Z.C., Dursun, Ş. (2016) Used Some Modelling Applications in Air Pollution Estimates, <i>Journal of International Environmental Application & Science</i>, Vol. 11(4), 418-425.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/jieas/issue/40291/481046"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Ozturk, Z.C., Dursun, S. (2016) Modelling of Atmospheric SO2 Pollution in Seydişehir Town by Artificial Neural Networks. <i>Journal of International Environmental Application and Science</i>, Vol. 11(1), 1-7.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/jieas/issue/40302/481432"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Dursun S., Kunt, F., Ozturk, Z.C., Vrenozi, B. (2015) The Effects of Global Climate Change on Ecology, <i>Journal of Bahri Dagdas Crop Research</i> 4(2), 50-54.
<a aria-label="pdf" target="_blank" href="https://dergipark.org.tr/en/pub/bdbad/issue/25865/272669"><i class="fas fa-external-link-square-alt"></i></a>
</li>
</ul>
<h3>Book Chapters with Peer Review</h3>
<ul>
<li>
Dursun, S., Ayturan, Z.C. (2018). Phytoremediation of Metal Industry Wastewaters: A Review. In: Kallel, A., Ksibi, M., Ben Dhia, H., Khélifi, N. (eds) Recent Advances in Environmental Science from the Euro-Mediterranean and Surrounding Regions. EMCEI 2017. Advances in Science, Technology & Innovation. Springer, Cham. https://doi.org/10.1007/978-3-319-70548-4_134
<a aria-label="pdf" target="_blank" href="https://doi.org/10.1007/978-3-319-70548-4_134"><i class="fas fa-external-link-square-alt"></i></a>
</li>
<li>
Dursun, S., Ayturan, Z. C., Dinc, G. (2017, September). Removal of wastewater treatment sludge by incineration. In WASTES–Solutions, Treatments and Opportunities II: Selected Papers from the 4th Edition of the International Conference on Wastes: Solutions, Treatments and Opportunities, Porto, Portugal, 25-26 September 2017 (p. 147). CRC Press.
<a aria-label="pdf" target="_blank" href="https://doi.org/10.1201/9781315206172"><i class="fas fa-external-link-square-alt"></i></a>
</li>
</ul>
<h3>Conference Proceedings with Peer Review (Full Paper Published)</h3>
<ul>
<li>
Kunt, F, Köpüklü, B.N., Ayturan, Z.C., Dursun, S., Mankolli, H. (2022) A Review Investigation of The Usage Artificial Neural Networks on Air Pollution Modeling. International Conference of Ecosystems (ICE2022), 149-153.
</li>
<li>
Ayturan, Z.C., Dursun Ş. (2022) Cleaner Production Solutions For Abrasive Waterjet Cutting System. 9th International Marmara Sciences Congress (IMASCON 2022 Spring), 161-168.
</li>
<li>
Öztürk, E.G., Ayturan, Z.C. (2022) Life Cycle Impact Assessment and Economic Evaluation of Material Cutting Technologies. 5th International Conference on Energy and Environment: bringing together Engineering and Economics, 532-537.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2020) Determination of Priority Classes in Water Protection Zones of Lechtingen Area By GIS. International Symposium for Environmental Science and Engineering Research (ISESER2020), 107-114.
</li>
<li>
Ayturan, Z.C., Dursun Ş. (2020) Determination of Seepage Water Rate and Potential Nitrate Leaching Risk of Wallenhorst Area Germany with GIS. 10th International Conference of Ecosystems (ICE2020), 164-171.
</li>
<li>
Ayturan, Z.C., Anlauf, R., Dursun Ş. (2019) Prognosis of Seepage Water Quality and Solute Transport in The Groundwater at A Site Contaminated with Benzene and Naphthalene. International Marmara Science and Social Sciences Congress (Autumn) 2019, 149-159.
</li>
<li>
Dursun, Ş., Mankolli, H., Symochko, L., Ayturan, Z.C. (2019) Ambient Particle Matter Pollution Near University Region of Konya City. 2 Cilicia International Symposium on Engineering and Technology, 64-69.
</li>
<li>
Dursun, Ş., Mankolli, H., Symochko, L., Sapuric, Z., Kongoli, C., Kunt, F., Ayturan, Z.C. (2019) Comparison of Environmental Pollution Control Via Biological Remediation Methods. 6 th International Conference on Sustainable Agriculture and Environment, 625-630.
</li>
<li>
Ayturan, Z.C., Ayturan, Y.A., Dalkılıç, E., Dursun, Ş. (2019) Homemade Dip Coating Machine for Thin Films. International Symposium for Environmental Science and Engineering Research (ISESER 2019), 109-117.
</li>
<li>
Karahanlı, B., Ayturan, Z.C., Dursun, Ş. (2019) Photocatalytic Cr (VI) Removal with Nanomaterial Coated on Natural Stone. International Symposium for Environmental Science and Engineering Research (ISESER 2019), 371-383
</li>
<li>
Kunt, F., Ayturan, Z.C., Dursun, Ş., Mankolli, H. (2019) Indoor Formaldehyde Emission in Air and Health Impacts. International Symposium for Environmental Science and Engineering Research (ISESER 2019), 384-386.
</li>
<li>
Ayturan, Z.C., Dursun Ş. (2019) Preparation of Ag-Ni Doped TiO2 Nanomaterials Coated on Glass Surface with Sol-Gel Method. 8th International Conference of Ecosystems (ICE2019), 66-72.
</li>
<li>
Çiftçi, Ç., Dursun, Ş., Kunt, F., Ayturan, Z.C. (2018) The Examination of Three Different Housing Regions in Konya Interms of The Ecological Sustainable Design Criteria. 8th International Conference of Ecosystems (ICE2018), 306-313.
</li>
<li>
Ayturan, Y.A., Ayturan, Z.C., Altun, H.O. (2018) Air Pollution Modelling with Deep Learning. 8 International Conference of Ecosystems (ICE2018), 301-305.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2018). Usage of Photocatalytic Oxidation for The Removal of Air Pollutants. 8 International Conference of Ecosystems (ICE2018), 221-226.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2017) Solid Waste Recycling from Industrial Facilities in Türkiye. 4th International Conference: Wastes: Solutions, Treatments and Opportunities, 155-157.
</li>
<li>
Ayturan, Z.C., Dursun, S. (2017) Soil Contamination in Gartlage Area, Germany, 7th International Conference of Ecosystems (ICE2017), 34-35.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2017) Heavy Metal Pollution from Mining Activities in Konya. 7th International Conference of Ecosystems (ICE2017), 129-132.
</li>
<li>
Dursun, Ş., Ayturan, Z.C. (2016) Reduction of Unwanted Products in Incineration Processes. 3rd International Conference on Sustainable Agriculture and Environment, 201-205.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2016) Low Impact Development and Green Infrastructure. Asian Conference on Civil, Material and Environmental Sciences, 374-380.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2016) Modelling of SO2 Pollution in Karatay District of Konya with Artificial Neural Networks. 6th International Conference of Ecosystems (ICE2016), 31-36.
</li>
<li>
Ayturan, Z.C., Çay, T., Dursun, Ş. (2016) Environmental Effects of Urban Sprawl in Konya City. 6th International Conference of Ecosystems (ICE2016), 37-41.
</li>
<li>
Ozturk, Z.C., Kunt, F., Dursun, S. (2015) Application of Artifıcial Neural Network in Environmental Engineering Problems. 5th International Conference of Ecosystems (ICE2015), 368-375.
</li>
<li>
Dursun S, Kunt, F., Ozturk, Z. C., Vrenozi, B. (2015) Global Climate Change Effects on Ecology. 2nd International Conference on Sustainable Agriculture and Environment (ICSAE 2015),
</li>
</ul>
<h3>Conference Proceedings with Peer Review (Abstract Published)</h3>
<ul>
<li>
Dursun, Ş., Ayturan, Z.C. (2021) Removal of VOCs with Photocatalytic Oxidation Method by Using Doped TiO2 Photocatalyst. International Marmara Sciences Congress (Autumn) 2021, 6.
</li>
<li>
Ayturan, Z.C., Dursun Ş. (2021) The Parameters Affecting Forced Convective Mass Transfer of Liquid Benzene and Toluene. International Symposium for Environmental Science and Engineering Research (ISESER2021), 259.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2019) Effect of Preparation Technique To Attachment of Ag and Ni Nanoparticles on Glass Surface. International Marmara Science and Social Sciences Congress (Spring) 2019, 91.
</li>
<li>
Çiftçi, Ç., Dursun, Ş., Kunt, F., Ayturan, Z.C. (2018) Evaluation of Urban Heat Island Interaction with Urbanization in Konya City. International Symposium for Environmental Science and Engineering Research (ISESER2018), 50.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2018) Modifications on TiO2 for Improving Photocatalytic Activity, International Symposium for Environmental Science and Engineering Research (ISESER2018), 89.
</li>
<li>
Dursun, Ş., Ayturan, Z.C. (2017) Chromium Phytotoxicity Test of Metal Coating Wastewaters. International Congress of Health and Environment, 170.
</li>
<li>
Ayturan, Z.C., Dursun, Ş. (2017) Soil Properties and Problems in Konya Region. International Congress of Health and Environment, 140.
</li>
<li>
Vrenozi, B., Dursun, Ş., Ayturan, Z.C. (2017) Biological Control Methods for Pest Management in Vineyards. International Congress of Health and Environment, 98.
</li>
<li>
Ayturan, Z.C., Kunt, F., Dursun, Ş. (2017) Metal Bioaccumulation/Toxicity Test for Metal Industry Wastewaters. International Congress of Health and Environment, 283.
</li>
<li>
Kunt, F., Ozturk, Z. C., Dursun, S. (2015) Used Some Modelling Applications in Air Pollution Estimates. 5th International Conference of Ecosystems (ICE2015), 82.
</li>
</ul>
<hr/>
<h2> SCIENTIFIC ACTIVITES</h2>
<h3>Oral Communications in International Conferences</h3>
<ul>
<li>9<sup>th</sup> International Marmara Sciences Congress (IMASCON 2022 Spring)<br/>
Paper Presentation, Kocaeli, Türkiye<br/>
May 13-14, 2022
</li>
<li>International Marmara Sciences Congress (Autumn) 2021<br/>
Abstract Presentation (Online)<br/>
Dec 10-11, 2021
</li>
<li>International Symposium for Environmental Science and Engineering Research (ISESER2021)<br/>
Abstract Presentation (Online)<br/>
Jun 11-13, 2021
</li>
<li>International Symposium for Environmental Science and Engineering Research (ISESER2020)<br/>
Paper Presentation (Online)<br/>
Jul 04-05, 2020
</li>
<li>10<sup>th</sup> International Conference of Ecosystems (ICE2020)<br/>
Paper Presentation (Online)<br/>
Jun 25-26, 2020
</li>
<li>International Marmara Social Sciences Congress (Autumn 2019)<br/>
Paper Presentation, Kocaeli, Türkiye<br/>
Nov 01-03, 2019
</li>
<li>International Symposium for Environmental Science and Engineering Research (ISESER 2019)<br/>
Paper Presentation, Konya, Türkiye<br/>
May 25-27, 2019
</li>
<li>International Marmara Science and Social Sciences Congress (Spring) 2019<br/>
Abstract Presentation, Kocaeli, Türkiye<br/>
Apr 26-28, 2019
</li>
<li>8<sup>th</sup> International Conference of Ecosystems (ICE2018)<br/>
Paper Presentation, Tirana, Albania<br/>
Jun 22-25, 2018
</li>
<li>International Symposium for Environmental Science and Engineering Research (ISESER2018)<br/>
Abstract Presentation, Konya, Türkiye<br/>
May 11-12, 2018
</li>
<li>International Congress of Health and Environment<br/>
Abstract and Poster Presentation, Adana, Türkiye<br/>
Oct 23-25, 2017
</li>
<li>4<sup>th</sup> International Conference: Wastes: Solutions, Treatments and Opportunities<br/>
Paper Presentation, Porto, Portugal<br/>
Sep 25-26, 2017
</li>
<li>7<sup>th</sup> International Conference of Ecosystems (ICE2017)<br/>
Paper Presentation, Tirana, Albania<br/>
Jun 02-05, 2017
</li>
<li>Asian Conference on Civil, Material and Environmental Sciences<br/>
Paper Presentation, Hokkaido, Japan<br/>
Jul 19-21, 2016
</li>
<li>6<sup>th</sup> International Conference of Ecosystems (ICE2016)<br/>
Paper Presentation, Tirana, Albania<br/>
Jun 02-05, 2016
</li>
<li>5<sup>th</sup> International Conference of Ecosystems (ICE2015)<br/>
Paper Presentation, Tirana, Albania<br/>
Jun 02-05, 2015
</li>
</ul>
<h2>REVIEWER FOR PEER REVIEWED JOURNALS AND CONFERENCES</h2>
<ul>
<li>IEEE Access</li>
<li>Water, Air, & Soil Pollution</li>
<li>CHEMOSPHERE</li>
<li>Journal of International Environmental Application and Science</li>
<li>International Symposium for Environmental Science and Engineering Research</li>
<li>International Conference of Ecosystems</li>
</ul>
<h2>PARTICIPATION IN PROJECTS</h2>
<h3>Scientific Research Projects (Selçuk University)</h3>
<ul>
<li>Project Name: Modeling of Atmospheric SO2 Pollution in Seydişehir District with Artificial Neural Networks (Thesis Project M.Sc. -15101016)<br/>
Executive: Prof. Dr. Sukru DURSUN<br/>
Assistant Researcher: Z. Cansu Öztürk
</li>
<li>Project Name: Determination of Ambient PM2.5 Level in Indoor and Outdoor Areas of Selçuk University Campus (Research Project - 16401091)<br/>
Executive: Prof. Dr. Sukru DURSUN<br/>
Assistant Researcher: Z. Cansu Öztürk
</li>
<li>Project Name: Removal of Flue Gas Sourced Air Pollutants by Photocatalytic Oxidation Method (Thesis Project Ph.D. - 18101004)<br/>
Executive: Prof. Dr. Sukru DURSUN<br/>
Assistant Researcher: Z. Cansu Ayturan
</li>
</ul>
<h3>TUBITAK Projects (Scientific and Technological Research Council of Türkiye)</h3>
<ul>
<li>
Project Name: Removal of Volatile Organic Compounds from Flue Gas Using Ag-Ni/TiO2 Photocatalyst by Heterogeneous Photocatalytic Oxidation Method (3001 Initial R&D Project – 118Y080)<br/>
Executive: Prof. Dr. Sukru DURSUN<br/>
Assistant Researcher: Z. Cansu Ayturan
</li>
<li>
Project Name: Estimation of Deficiency in the Data Monitored in the Chimneys of Energy Production Facilities Using Statistical and Artificial Intelligence Methods (2218 Postdoc Project - 122C059)<br/>
Executive: Z. Cansu Ayturan<br/>
Advisor: Prof. Dr. Merih Aydınalp Köksal and Prof. Dr. Gülen Güllü
</li>
</ul>
<hr/>
<h2>CERTIFICATIONS</h2>
<ul>
<li>
Nov 2015 | Occupational Safety Expertise Certificate Class C Specialization Certificate (Document No.123203)
</li>
</ul>
<h2>NETWORKS AND MEMBERSHIP</h2>
<ul>
<li>
Aug 2013 – Ongoing |Chamber of Environmental Engineers (Union of Chambers of Turkish Engineers and Architects)
</li>
</ul>
<h2>COMPUTER SKILLS</h2>
<ul>
<li>
Microsoft Office
</li>
<li>
AutoCAD
</li>
<li>
SPSS
</li>
<li>
MATLAB
</li>
<li>
ArcGIS
</li>
<li>
Hydrus
</li>
<li>
PMWIN
</li>
<li>
C#
</li>
</ul>
<h2>MISCELLANEOUS</h2>
<ul>
<li>
Assistant Editor of the National Environmental Sciences Research Journal (UCBAD). (Journal Founded: 2018- continued)
</li>
<li>
Assistant Editor of the International Journal of Environmental Pollution and Environmental Modeling (IJEPEM). (Journal Founded: 2018- continued)
</li>
<li>
Member of the Organizing Committee Member of the International Symposium for Environmental Science and Engineering Research 2023 (Oct 18-21, 2023) and the editor of the book of proceedings.
</li>
<li>
Member of the Organizing Committee Member of the International Symposium for Environmental Science and Engineering Research 2021 (June 11-13, 2021) and the editor of the book of abstracts and the book of proceedings.
</li>
<li>
Member of the Organizing Committee Member of the International Symposium for Environmental Science and Engineering Research 2020 (July 04-05, 2020) and the editor of the book of abstracts and the book of proceedings.
</li>
<li>
Member of the Organizing Committee Member of the International Symposium for Environmental Science and Engineering Research 2019 (May 25-27, 2019) and the editor of the book of abstracts and the book of proceedings.
</li>
<li>
Member of the Organizing Committee Member of the International Symposium for Environmental Science and Engineering Research 2018 (May 11-12, 2018) and the editor of the book of abstracts.
</li>
<li>
Secretariat at the International Health and Environment Symposium (23-25 October 2017).
</li>
<li>
Member of the organizing committee memeber of the 1st National Environmental Engineering Students Symposium (30-31 May, 2016) and co-editor of the book of proceedings.
</li>
<li>
Member of the event organization commission in METU R&D Community. (2012-2013)
</li>
</ul>
</article>
</div>
<footer id="footer">
<p class="copyright">
<a aria-label="sitemap" href="/sitemap.xml">Sitemap</a> |
Powered by <a href="https://github.com/">Github</a> and the
<a aria-label="github" href="https://github.com/bake/solar-theme-hugo">Solar</a>-theme.
</p>
<p class="text-right">
<a target="_blank" aria-label="Sub Network Solutions" href="https://sub.fyi/">Sub.fyi</a>
</p>
</footer>
</div>
</body>
</html>