-
Notifications
You must be signed in to change notification settings - Fork 1
/
myresearch.html
956 lines (828 loc) · 39.2 KB
/
myresearch.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
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
<!DOCTYPE html>
<!-- <html class='v2' dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> -->
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T4JKWW7');</script>
<!-- End Google Tag Manager -->
<link href='https://www.blogger.com/static/v1/widgets/3416767676-css_bundle_v2.css' rel='stylesheet' type='text/css'/>
<link href='./images/elif_oral.ico' rel='shortcut icon'/>
<link href='./images/elif_oral.ico' rel='icon' type='image/x-icon'/>
<link href='https://elifo.github.io/index.html' rel='canonical'/>
<meta content='Elif Oral cv seismology earthquakes science research' name='description'/>
<meta content='Elif Oral' property='og:title'/>
<meta name="google-site-verification" content="nPVSTXJtqawB86hKENFPWXlpwssarMOx9SxhS6tKOes" />
<title>Elif's research highlights</title>
<style type='text/css'>
@font-face {
font-family: 'Allerta Stencil';
font-style: normal;
font-weight: 400;
src: url(//fonts.gstatic.com/s/allertastencil/v11/HTx0L209KT-LmIE9N7OR6eiycOe1_Db29XP-vA.woff2) format('woff2');
unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U + FEFF, U + FFFD;
}
</style>
<!-- to put image and text side by side -->
<style>
* {
box-sizing: border-box;
}
.imageColumn {
float: left;
width: 25%;
padding: 10px;
}
h1{
text-align: center;
}
</style>
<!-- to put image and text side by side -->
<style id='page-skin-1' type='text/css'>
<!--
/*
-----------------------------------------------
Blogger Template Style
Name: Travel
Designer: Sookhee Lee
URL: www.plyfly.net
----------------------------------------------- */
/* Variable definitions
====================
<Variable name="keycolor" description="Main Color" type="color" default="#539bcd"/>
<Group description="Page Text" selector="body">
<Variable name="body.font" description="Font" type="font"
default="normal normal 13px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="body.text.color" description="Text Color" type="color" default="#bbbbbb"/>
</Group>
<Group description="Backgrounds" selector=".body-fauxcolumns-outer">
<Variable name="body.background.color" description="Outer Background" type="color" default="#539bcd"/>
<Variable name="content.background.color" description="Main Background" type="color" default="transparent"/>
</Group>
<Group description="Links" selector=".main-outer">
<Variable name="link.color" description="Link Color" type="color" default="#ff9900"/>
<Variable name="link.visited.color" description="Visited Color" type="color" default="#b87209"/>
<Variable name="link.hover.color" description="Hover Color" type="color" default="#ff9900"/>
</Group>
<Group description="Blog Title" selector=".header h1">
<Variable name="header.font" description="Font" type="font"
default="normal normal 60px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="header.text.color" description="Text Color" type="color" default="#ffffff" />
</Group>
<Group description="Blog Description" selector=".header .description">
<Variable name="description.text.color" description="Description Color" type="color"
default="#000000" />
</Group>
<Group description="Tabs Text" selector=".tabs-inner .widget li a">
<Variable name="tabs.font" description="Font" type="font"
default="normal bold 16px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="tabs.text.color" description="Text Color" type="color" default="#ffffff"/>
<Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#ffffff"/>
</Group>
<Group description="Tabs Background" selector=".tabs-outer .PageList">
<Variable name="tabs.background.color" description="Background Color" type="color" default="transparent"/>
<Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="transparent"/>
</Group>
<Group description="Date Header" selector=".main-inner h2.date-header">
<Variable name="date.font" description="Font" type="font"
default="normal normal 14px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="date.text.color" description="Text Color" type="color" default="#000000"/>
</Group>
<Group description="Post Title" selector="h3.post-title a">
<Variable name="post.title.font" description="Font" type="font"
default="normal bold 20px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="post.title.text.color" description="Text Color" type="color"
default="#ffffff"/>
</Group>
<Group description="Post Background" selector=".column-center-inner">
<Variable name="post.background.color" description="Background Color" type="color"
default="transparent"/>
<Variable name="post.background.url" description="Post Background URL" type="url" default="none"/>
</Group>
<Group description="Gadget Title Color" selector="h2">
<Variable name="widget.title.font" description="Font" type="font"
default="normal bold 14px 'Trebuchet MS',Trebuchet,sans-serif"/>
<Variable name="widget.title.text.color" description="Title Color" type="color" default="#ffffff"/>
</Group>
<Group description="Gadget Text" selector=".footer-inner .widget, .sidebar .widget">
<Variable name="widget.font" description="Font" type="font"
default="normal normal 13px 'Courier New', Courier, FreeMono, monospace"/>
<Variable name="widget.text.color" description="Text Color" type="color" default="#000000"/>
</Group>
<Group description="Gadget Links" selector=".sidebar .widget">
<Variable name="widget.link.color" description="Link Color" type="color" default="#000000"/>
<Variable name="widget.link.visited.color" description="Visited Color" type="color" default="#077193"/>
<Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#ffffff"/>
</Group>
<Group description="Sidebar Background" selector=".column-left-inner .column-right-inner">
<Variable name="widget.outer.background.color" description="Background Color" type="color" default="transparent" />
<Variable name="widget.border.bevel.color" description="Bevel Color" type="color" default="transparent" />
</Group>
<Variable name="body.background" description="Body Background" type="background"
color="transparent" default="$(color) none repeat-x scroll top center"/>
<Variable name="content.background" description="Content Background" type="background"
color="transparent" default="$(color) none repeat scroll top center"/>
<Variable name="comments.background" description="Comments Background" type="background"
default="#cccccc none repeat scroll top center"/>
<Variable name="content.imageBorder.top.space" description="Content Image Border Top Space" type="length" default="0"/>
<Variable name="content.imageBorder.top" description="Content Image Border Top" type="url" default="none"/>
<Variable name="content.margin" description="Content Margin Top" type="length" default="20px"/>
<Variable name="content.padding" description="Content Padding" type="length" default="20px"/>
<Variable name="content.posts.padding" description="Posts Content Padding" type="length" default="10px"/>
<Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url"
default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)"/>
<Variable name="tabs.selected.background.gradient" description="Tabs Selected Background Gradient" type="url"
default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)"/>
<Variable name="widget.outer.background.gradient" description="Sidebar Gradient" type="url"
default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)"/>
<Variable name="footer.background.gradient" description="Footer Background Gradient" type="url" default="none"/>
<Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string"
default="transparent none repeat scroll top left"/>
<Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" />
<Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/>
<Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/>
*/
/* Content
----------------------------------------------- */
body {
font: normal normal 13px 'Courier New', Courier, FreeMono, monospace;
color: #000000;
/*background: transparent url(http://1.bp.blogspot.com/-0vP-m0lNiZM/VTgQIuNUleI/AAAAAAAAAes/GiLL2nZ2QyY/s0/Untitled.png) no-repeat scroll bottom center;*/
}
html body .region-inner {
min-width: 0;
max-width: 100%;
width: auto;
}
a:link {
text-decoration:none;
color: #00b2eb;
}
a:visited {
text-decoration:none;
color: #077193;
}
a:hover {
text-decoration:underline;
color: #00b2eb;
}
.content-outer .content-cap-top {
height: 0;
background: transparent none repeat-x scroll top center;
}
.content-outer {
margin: 0 auto;
padding-top: 0;
}
.content-inner {
background: transparent none repeat-x scroll top center;
background-position: left -0;
background-color: transparent;
padding: 30px;
}
.main-inner .date-outer {
margin-bottom: 2em;
}
/* Header
----------------------------------------------- */
.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
padding-left: 10px;
padding-right: 10px;
}
.Header h1 {
font: normal bold 80px 'Courier New', Courier, FreeMono, monospace;
color: #ffffff;
}
.Header h1 a {
color: #ffffff;
}
.Header .description {
font-size: 130%;
}
/* Tabs
----------------------------------------------- */
.tabs-inner {
margin: 1em 0 0;
padding: 0;
}
.tabs-inner .section {
margin: 0;
}
.tabs-inner .widget ul {
padding: 0;
background: #000000 url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top center;
}
.tabs-inner .widget li {
border: none;
}
.tabs-inner .widget li a {
display: inline-block;
padding: 1em 1.5em;
color: #ffffff;
font: normal normal 24px Allerta Stencil;
}
.tabs-inner .widget li.selected a,
.tabs-inner .widget li a:hover {
position: relative;
z-index: 1;
background: transparent url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top center;
color: #ffffff;
}
/* Headings
----------------------------------------------- */
h2 {
font: normal bold 36px 'Courier New', Courier, FreeMono, monospace;
color: #ffffff;
}
.main-inner h2.date-header {
font: normal normal 14px 'Trebuchet MS',Trebuchet,sans-serif;
color: #747474;
}
.footer-inner .widget h2,
.sidebar .widget h2 {
padding-bottom: .5em;
}
/* Main
----------------------------------------------- */
.main-inner {
padding: 30px 0;
}
.main-inner .column-center-inner {
padding: 20px 0;
}
.main-inner .column-center-inner .section {
margin: 0 20px;
}
.main-inner .column-right-inner {
margin-left: 30px;
}
.main-inner .fauxcolumn-right-outer .fauxcolumn-inner {
margin-left: 30px;
background: transparent url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top left;
}
.main-inner .column-left-inner {
margin-right: 30px;
}
.main-inner .fauxcolumn-left-outer .fauxcolumn-inner {
margin-right: 30px;
background: transparent url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top left;
}
.main-inner .column-left-inner,
.main-inner .column-right-inner {
padding: 15px 0;
}
/* Posts
----------------------------------------------- */
h3.post-title {
margin-top: 20px;
}
h3.post-title a {
font: normal bold 20px 'Trebuchet MS',Trebuchet,sans-serif;
color: #ffffff;
}
h3.post-title a:hover {
text-decoration: underline;
}
.main-inner .column-center-outer {
background: transparent none repeat scroll top left;
_background-image: none;
}
.post-body {
line-height: 1.4;
position: relative;
}
.post-header {
margin: 0 0 1em;
line-height: 1.6;
}
.post-footer {
margin: 0 0 0;
line-height: 0;
padding: 0;
}
#blog-pager {
font-size: 140%;
}
#comments {
background: #cccccc none repeat scroll top center;
padding: 15px;
}
#comments .comment-author {
padding-top: 1.5em;
}
#comments h4,
#comments .comment-author a,
#comments .comment-timestamp a {
color: #ffffff;
}
#comments .comment-author:first-child {
padding-top: 0;
border-top: none;
}
.avatar-image-container {
margin: .2em 0 0;
}
/* Comments
----------------------------------------------- */
#comments a {
color: #ffffff;
}
.comments .comments-content .icon.blog-author {
background-repeat: no-repeat;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
}
.comments .comments-content .loadmore a {
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
}
.comments .comment-thread.inline-thread {
background: transparent;
}
.comments .continue {
border-top: 0px solid #ffffff;
}
/* Widgets
----------------------------------------------- */
.sidebar .widget {
border-bottom: 0px solid transparent;
padding-bottom: 0px;
margin: 0px 0;
}
.sidebar .widget:first-child {
margin-top: 0;
}
.sidebar .widget:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.footer-inner .widget,
.sidebar .widget {
font: normal normal 12px 'Courier New', Courier, FreeMono, monospace;
color: #000000;
}
.sidebar .widget a:link {
color: transparent;
text-decoration: none;
}
.sidebar .widget a:visited {
color: transparent;
}
.sidebar .widget a:hover {
color: transparent;
text-decoration: underline;
}
.footer-inner .widget a:link {
color: #00b2eb;
text-decoration: none;
}
.footer-inner .widget a:visited {
color: #077193;
}
.footer-inner .widget a:hover {
color: #00b2eb;
text-decoration: underline;
}
.widget .zippy {
color: #ffffff;
}
.footer-inner {
background: # 000000; url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top center;
}
/* Mobile
----------------------------------------------- */
body.mobile {
background-size: 100% auto;
}
body.mobile .AdSense {
margin: 0 -10px;
}
.mobile .body-fauxcolumn-outer {
background: transparent none repeat scroll top left;
}
.mobile .footer-inner .widget a:link {
color: transparent;
text-decoration: none;
}
.mobile .footer-inner .widget a:visited {
color: transparent;
}
.mobile-post-outer a {
color: #ffffff;
}
.mobile-link-button {
background-color: #00b2eb;
}
.mobile-link-button a:link, .mobile-link-button a:visited {
color: #ffffff;
}
.mobile-index-contents {
color: #000000;
}
.mobile .tabs-inner .PageList .widget-content {
background: transparent url(//www.blogblog.com/1kt/travel/bg_black_50.png) repeat scroll top center;
color: #ffffff;
}
.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
border-left: 1px solid #ffffff;
}
#header-inner {
background-position: center !important;
width: 100% !important;
text-align: center;
}
#header-inner img {
margin: auto;
}
.PageList {text-align:center !important; }
.PageList li {display:inline !important; float:none !important; }
.post-title {
text-align: center;
}
.date-header {
text-align: center;
}
#blog-pager {display:none;}body { background transparent top center no-repeat;
}.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img {
/* remove borders by xomisse */
-moz-box-shadow: none !important;
-goog-ms-box-shadow: none !important;
-webkit-box-shadow:none !important;
box-shadow:none;
}
.Image img{
display: block;
margin-left: auto;
margin-right: auto;
}
-->
</style>
<style id='template-skin-1' type='text/css'>
<!--
body {
min-width: 960px;
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 960px;
max-width: 960px;
_width: 960px;
}
.main-inner .columns {
padding-left: 0px;
padding-right: 0px;
}
.main-inner .fauxcolumn-center-outer {
left: 0px;
right: 0px;
/* IE6 does not respect left and right together */
_width: expression(this.parentNode.offsetWidth -
parseInt("0px") -
parseInt("0px") + 'px');
}
.main-inner .fauxcolumn-left-outer {
width: 0px;
}
.main-inner .fauxcolumn-right-outer {
width: 0px;
}
.main-inner .column-left-outer {
width: 0px;
right: 100%;
margin-left: -0px;
}
.main-inner .column-right-outer {
width: 0px;
margin-right: -0px;
}
#layout {
min-width: 0;
}
#layout .content-outer {
min-width: 0;
width: 800px;
}
#layout .region-inner {
min-width: 0;
width: auto;
}
-->
</style>
<link href='./images/elif_oral.ico' rel='shortcut icon'/>
<link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=611894017183015835&zx=45fc3de5-46ad-4311-a5f5-cf6d76d3784a' media='none' onload='if(media!='all')media='all'' rel='stylesheet'/>
<noscript>
<link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=611894017183015835&zx=45fc3de5-46ad-4311-a5f5-cf6d76d3784a' rel='stylesheet'/>
</noscript>
<script type="text/javascript" language="javascript">
// Supply ads personalization default for EEA readers
// See https://www.blogger.com/go/adspersonalization
adsbygoogle = window.adsbygoogle || [];
if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
adsbygoogle.requestNonPersonalizedAds = 1;
}
</script>
</head>
<body class='loading'>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T4JKWW7"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class='navbar no-items section' id='navbar'></div>
<div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
<meta content='Elif Oral' itemprop='name'/>
<meta content='Researcher in earthquake studies' itemprop='description'/>
</div>
<div class='body-fauxcolumns'>
<div class='fauxcolumn-outer body-fauxcolumn-outer'>
<div class='cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left'>
<div class='fauxborder-right'></div>
<div class='fauxcolumn-inner'></div>
</div>
<div class='cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</div>
<div class='content'>
<div class='content-fauxcolumns'>
<div class='fauxcolumn-outer content-fauxcolumn-outer'>
<div class='cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left'>
<div class='fauxborder-right'></div>
<div class='fauxcolumn-inner'></div>
</div>
<div class='cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</div>
<div class='content-outer'>
<div class='content-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left content-fauxborder-left'>
<div class='fauxborder-right content-fauxborder-right'></div>
<div class='content-inner'>
<header>
<div class='header-outer'>
<div class='header-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left header-fauxborder-left'>
<div class='fauxborder-right header-fauxborder-right'></div>
<div class='region-inner header-inner'>
<div class='header section' id='header'>
<div class='widget Header' data-version='1' id='Header1'>
<div id='header-inner'>
<a href='https://elifo.github.io/index.html' style='display: block'>
<img alt='Elif Oral' height='185px; ' id='Header1_headerimg' src='./images/elif_oral_header.png' style='display: block' width='502px; '/>
</a>
</div>
</div>
</div>
</div>
</div>
<div class='header-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</header>
<div class='tabs-outer'>
<div class='tabs-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left tabs-fauxborder-left'>
<div class='fauxborder-right tabs-fauxborder-right'></div>
<div class='region-inner tabs-inner'>
<div class='tabs section' id='crosscol'>
<div class='widget PageList' data-version='1' id='PageList1'>
<div class='widget-content'>
<ul>
<li>
<a href='https://drive.google.com/file/d/1mF96xNhRptWsd5A1F3P99ItNbPr1fexF/view?usp=sharing'>MyCV </a>
</li>
<li>
<a href='https://elifo.github.io/myresearch.html'>MyResearch</a>
</li>
<li>
<a href='https://elifo.github.io/about.html'>AboutMe</a>
</li>
</ul>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=611894017183015835&widgetType=PageList&widgetId=PageList1&action=editWidget§ionId=crosscol' onclick='return _WidgetManager._PopupConfig(document.getElementById("PageList1"));' rel='nofollow' target='configPageList1' title='Edit'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div>
</div>
<!-- end of top part -->
<!-- MAIN PART ELIF -->
<br />
<br />
<span style="font-family: HelveticaNeue-Light, sans-serif; font-size: small;"> List of publications is available in <a href='https://drive.google.com/file/d/1mF96xNhRptWsd5A1F3P99ItNbPr1fexF/view?usp=sharing' id="trigger" style="color:black"> <u>MyCV</u></a> </span></div>
<br />
<br />
<br />
<!-- PART 1 -->
<div style="text-align: center;">
<span style="font-family: HelveticaNeue, monospace; font-size:large;"> • Multi-physics multi-scale modeling of fault rupture mechanics and engineering strong motion •</span><div/>
<!-- hor. line -->
<hr style="height:2px;border-width:10;color:gray;background-color:gray">
<br />
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> 2023 Türkiye & Syria earthquakes <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> Predicting rupture extent and outcomes in complex fault networks by leveraging AI <br /></span>
<!-- hor. line -->
<!-- <hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video id="myVideo" onloadstart="this.playbackRate = 4;" width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/turkiye_prelim.mov" type="video/mp4" />
</video><div/>
-->
<div style="text-align: center;">
<blockquote class="twitter-tweet tw-align-center"><p lang="en" dir="ltr">Earthquake prediction is so often related to "when" question that we might be missing a better one: how big can it be? can we predict it? <br><br>On the long way to answers, physics-based models empowered with AI look like the best companion. <a href="https://twitter.com/hashtag/AGU23?src=hash&ref_src=twsrc%5Etfw">#AGU23</a> poster <a href="https://t.co/drp7iWu0Yn">https://t.co/drp7iWu0Yn</a> 🤓 <a href="https://t.co/Iwq7e4vi9L">pic.twitter.com/Iwq7e4vi9L</a></p>— Elif Oral (@elifo_alpha) <a href="https://twitter.com/elifo_alpha/status/1733373697224744982?ref_src=twsrc%5Etfw">December 9, 2023</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- -->
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> California, US <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> A new method to approximate initial fault stressses starting from regional seismicity<br /></span>
<!-- hor. line -->
<hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/StressHeterogenity.mp4" type="video/mp4" />
</video><div/>
<!-- -->
<br />
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> Palu, Indonesia <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> Effect of fault damage zones on rupture and triggered landslides<br /></span>
<!-- hor. line -->
<hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/Palu.mp4" type="video/mp4" />
</video><div/>
<!-- -->
<br />
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> Martinique, Lesser Antilles/Caribbean <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> Identifying the kinematic source parameters influential on engineering design<br /></span>
<!-- hor. line -->
<hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/martinique.mp4" type="video/mp4" />
</video><div/>
<!-- hor. line -->
<hr style="height:2px;border-width:10;color:gray;background-color:gray">
<br />
<br />
<br />
<!-- PART 2 -->
<span style="font-family: HelveticaNeue, monospace; font-size: large;"> • Site effects, Near-surface soil dynamics, and Observational seismology •</span>
<!-- hor. line -->
<hr style="height:2px;border-width:10;color:gray;background-color:gray">
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> Kathmandu, Nepal <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> Unraveling the coupling of soil nonlinearity and wave incidence at city scale<br /></span>
<!-- hor. line -->
<hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/Nepal.mp4" type="video/mp4" />
</video><div/>
<!-- -->
<br />
<br />
<br />
<div style="text-align: center;">
<span style="font-family: Helvetica-Light, monospace; font-size: medium;"> Los Alamos, New Mexico <br/></span>
<span style="font-family: Helvetica-Light, monospace; font-size: small;"> Sensitivity of 3D topographical amplification to noise vs body waves<br /></span>
<!-- hor. line -->
<hr width=60% align='center' style="height:2px;border-width:10;color:gray;background-color:gray">
<video width="560" height="315" autoplay loop muted controls>
<source src="./portfolio/LosAlamos.mov" type="video/mp4" />
</video><div/>
<!-- -->
<br />
<br />
<br />
<!-- RESEARCH ROW 4 -->
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"><tbody>
<tr><td>
<!-- COLUMN 1 -->
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"><tbody>
</td></tr>
<span style="font-family: HelveticaNeue-Light, monospace; font-size: medium;"> Soil dynamics in the US/Japan:<br/></span>
<span style="font-family: HelveticaNeue-Light, monospace; font-size: small;"> Wave propagation in liquefiable soils</span>
</div>
<embed src="portfolio/soil_nonli.pdf#toolbar=0" height=450 width=450 >
<tr><td class="tr-caption" style="text-align: center;"><span style="font-family: HelveticaNeue-Light, monospace; font-size: medium;">
<a href="portfolio/soil_nonli.pdf" id="trigger" style="color:black"> [Full screen]</a>
</span></td></tr>
</tbody></table>
<!-- COLUMN 2 -->
</td><td><table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"><tbody>
<span style="font-family: HelveticaNeue-Light, monospace; font-size: medium;">Quarry blasts in Montelimar, France:<br/></span>
<span style="font-family: HelveticaNeue-Light, monospace; font-size: small;"> Relocating the human-made (?) earthquake</span>
<embed src="portfolio/montelimar.pdf#toolbar=0" height=450 width=450 >
<tr><td class="tr-caption" style="text-align: center;"><span style="font-family: HelveticaNeue-Light, monospace; font-size: medium;">
<a href="portfolio/montelimar.pdf" id="trigger" style="color:black"> [Full screen]</a>
</span></td></tr>
</tbody></table>
</tbody></table>
<!-- hor. line -->
<hr style="height:0.1px;border-width:10;color:gray;background-color:gray">
<!-- hor. line -->
<hr style="height:0.1px;border-width:10;color:gray;background-color:black">
<br />
<br />
<br />
<!-- END OF MAIN PART ELIF -->
<footer>
<div class='footer-outer'>
<div class='footer-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left footer-fauxborder-left'>
<div class='fauxborder-right footer-fauxborder-right'></div>
<div class='region-inner footer-inner'>
<div class='foot section' id='footer-1'>
<div class='widget Image' data-version='1' id='Image1'>
<h2>Elif</h2>
<div class='widget-content'>
<div class='separator' style='clear: both; text-align: center;'>
<img src="images/footer.png" usemap="#image-map">
<map name="image-map">
<area target="" alt="" title="" href="https://drive.google.com/file/d/1mF96xNhRptWsd5A1F3P99ItNbPr1fexF/view?usp=sharing" coords="717,95,792,55" shape="rect">
<area target="" alt="" title="" href="https://elifo.github.io/about.html" coords="714,177,803,127,767,95,758,75" shape="0">
<area target="" alt="" title="" href="https://elifo.github.io/myresearch.html" coords="810,51,924,96" shape="0">
<area target="" alt="" title="" href="mailto:[email protected]" coords="822,130,927,176" shape="0">
<area target="" alt="" title="" href="#" coords="254,-1,-1,248" shape="0">
</map>
</div>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=611894017183015835&widgetType=Image&widgetId=Image1&action=editWidget§ionId=footer-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Image1"));' rel='nofollow' target='configImage1' title='Edit'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div>
<!-- outside of the include in order to lock Attribution widget -->
<div class='foot section' id='footer-3'>
<div class='widget Attribution' data-version='1' id='Attribution1'>
<div class='widget-content' style='text-align: center; '>
<span style="font-family: HelveticaNeue-Light, monospace; font-size:small;">Elif Oral © 2020 ∞ Feel free to be inspired</span>
</div>
<div class='clear'></div>
<span class='widget-item-control'>
<span class='item-control blog-admin'>
<a class='quickedit' href='//www.blogger.com/rearrange?blogID=611894017183015835&widgetType=Attribution&widgetId=Attribution1&action=editWidget§ionId=footer-3' onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' rel='nofollow' target='configAttribution1' title='Edit'>
<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
</a>
</span>
</span>
<div class='clear'></div>
</div>
</div>
</div>
</div>
<div class='footer-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</footer>
</body>
</html>