-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreferences.bib
More file actions
1525 lines (1333 loc) · 42.2 KB
/
references.bib
File metadata and controls
1525 lines (1333 loc) · 42.2 KB
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
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#Part-02-Thermal-loads
@techreport{iso_tr_9492,
title = {ISO/TR 9492: Basis for design of structures – Temperature climatic actions},
author = {{International Organization for Standardization}},
year = {1987},
institution = {International Organization for Standardization},
type = {Technical Report},
number = {ISO/TR 9492}
}
@misc{en_1991_1_5,
title = {Eurocode 1: Actions on structures - Part 1-5: General actions – Thermal actions},
organization = {CEN},
year = {2003}
}
@misc{eurocode_thermal_actions,
title = {New European code for thermal actions},
note = {Background document},
year = {1999}
}
@manual{technical_handbook_45,
title = {Technical handbook 45. Actions on structures},
address = {Prague},
year = {1987},
note = {Technical handbook 45}
}
@article{mirambell1987modelo,
author = {Mirambell, E. and Aguado, A.},
title = {Modelo de obtencion de distribuciones de temperaturas y de tensiones longitudinales autoequilibradas en puentes de hormigon},
journal = {Revista internacional de métodos numéricos para cálculo y diseňo en ingeniería},
volume = {3},
number = {2},
pages = {205-230},
year = {1987}
}
@techreport{mangerig1986klimatische,
author = {Mangerig, I.},
title = {Klimatische Temperaturbeansppruchung von Stahl-und Stahlverbund-brucken},
institution = {Universitat Bochum},
year = {1986}
}
@article{froli2000statistical,
author = {Froli, M. and Barsotti, R.},
title = {Statistical analysis of thermal actions on a concrete segmental box-girder bridge},
journal = {Structural Engineering International},
year = {2000}
}
@techreport{trrl696,
title = {Bridge temperatures estimated from shade temperatures},
number = {696},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1976}
}
@techreport{trrl748,
author = {Black, W. et al.},
title = {Bridge temperatures derived from measurement of movement},
number = {748},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1976}
}
@techreport{trrl783_1977,
author = {Emerson, M.},
title = {Temperatures in bridges during the hot summer of 1976},
number = {783},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1977}
}
@techreport{trrl641,
author = {Mortlock, J.D.},
title = {The instrumentation of bridges for the measurement of temperature and movement},
number = {641},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1974}
}
@techreport{white1979nonlinear,
author = {White, I.G.},
title = {Non-linear differential temperature distributions in concrete bridge structures: a review of the current literature},
institution = {Cement and Concrete Association},
type = {Technical report},
year = {1979}
}
@techreport{jones1977calculated,
author = {Jones, M.R.},
title = {Calculated deck plate temperatures for a steel box bridge},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1977}
}
@techreport{mangerig1986klimatische_bis,
author = {Mangerig, I.},
title = {Klimatische Temperaturbeansppruchung von Stahl-und Stahlverbund-brucken},
institution = {Universitat Bochum},
year = {1986}
}
@book{neville1986properties,
author = {Neville, A.M.},
title = {Properties of Concrete},
publisher = {Longman},
address = {London},
year = {1986}
}
@techreport{trrl783_1996,
author = {Emerson, M.},
title = {Extreme values bridge temperatures for design purposes},
number = {783},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1996}
}
@techreport{trrl561,
author = {Emerson, M.},
title = {The calculation of the distribution of temperature in bridges},
number = {561},
institution = {TRRL Laboratory},
address = {Crowthorne},
year = {1973}
}
@techreport{markova2013optimisation,
author = {Markova, J. and Holicky, M. and Kral, J.},
title = {Optimisation of safety and working life of existing bridges},
institution = {CTU in Prague Klokner Institute},
type = {Research report},
year = {2013}
}
#Part-03-general-principles
@book{Aitchison1975,
title={Statistical Prediction Analysis},
author={Aitchison, J. and Dunsmore, I.R.},
year={1975},
publisher={Cambridge University Press},
address={Cambridge}
}
@book{Raiffa1968,
title={Applied Statistical Decision Theory},
author={Raiffa, H. and Schlaifer, R.},
year={1968},
publisher={MIT Press},
address={Cambridge}
}
@article{Engelund1992,
title={On Predictive Distribution Functions for the Three Asymptotic Extreme Value Distributions},
author={Engelund, S. and Rackwitz, R.},
journal={Structural Safety},
volume={11},
year={1992},
pages={255-258}
}
@techreport{KerskenBradleyRackwitz1991,
author = {Kersken-Bradley, M. and Rackwitz, R.},
title = {Stochastic Modeling of Material Properties and Quality Control},
institution = {Joint Committee on Structural Safety},
type = {JCSS Working Document},
year = {1991},
month = {March},
note = {IABSE-publication}
}
#Part-03-concrete
@techreport{KerskenBradley1991,
author = {Marita-Kersken-Bradley and Rackwitz, R.},
title = {Stochastic Modeling of Material Properties and Quality Control},
institution = {Joint Committee on Structural Safety},
type = {JCSS Working Document},
year = {1991},
month = {March},
note = {IABSE-publication}
}
@article{Rackwitz1983,
title={Predictive Distribution of Strength under Control},
author={Rackwitz, R.},
journal={Materials \& Structures},
volume={16},
number={94},
pages={259--267},
year={1983}
}
#Part-03-structural-steel
@techreport{Baker1972,
author = {Baker, M. J.},
title = {Variability in the Strength of Structural Steels - A Study in Material Variability; Part 1: Material Variability},
institution = {CIRIA},
year = {1972},
type = {Technical Note},
number = {44}
}
@conference{Edlund1977,
author = {Edlund, L.},
title = {Coefficients of Variation for the Yield Strength of Steel},
booktitle = {2nd Colloquium on Stability of Steel Structures, Final Report},
year = {1977},
address = {Liege}
}
@article{Galambos1978,
author = {Galambos, T. V. and Ravindra, M. K.},
title = {Properties of Steel for Use in LRFD},
journal = {J. Str. Div., ASCE},
volume = {104},
number = {ST9},
year = {1978}
}
@article{Kennedy1984,
author = {Kennedy, D. J. L. and Baker, K. A.},
title = {Resistance Factors for Steel Highway Bridges},
journal = {Can. J. Civ. Eng.},
volume = {11},
year = {1984},
pages = {324--334}
}
@techreport{Yamanouchi1990,
author = {Yamanouchi, H. and Kato, B. and Aoki, H.},
title = {Statistical Features of Mechanical Properties of Current Japanese Steels},
institution = {Document for ECCS TC13: Seismic Design},
year = {1990}
}
@techreport{Manzocchi1992,
author = {Manzocchi, G. M. E. and Chryssanthopoulos, M. K. and Elnashai, A. S.},
title = {Statistical Analysis of Steel Tensile Test Data and Implications on Seismic Design Criteria},
institution = {Imperial College},
year = {1992},
type = {ESEE Report},
number = {92-7}
}
@article{Agostoni1994,
author = {Agostoni, N. and Ballio, G. and Poggi, C.},
title = {Statistical Analysis of the Mechanical Properties of Structural Steel},
journal = {Costruzioni Metalliche},
number = {2},
year = {1994},
pages = {31--39}
}
#Part-03-prestressing-steel
@misc{EN10138,
title = {Prestressing steels},
author = {{CEN}},
howpublished = {CEN, Brussels},
year = {n.d.}
}
@misc{AS1310,
title = {Steel wire for tendons in prestressed concrete},
author = {{Standards Australia}},
howpublished = {Standards Australia},
year = {n.d.}
}
@misc{ASTMA421_A722,
title = {Uncoated stress-relieved steel wire for prestressed concrete and Uncoated high-strength steel bar for prestressing concrete},
author = {{American Society for Testing and Materials}},
howpublished = {American Society for Testing and Materials, Philadelphia},
year = {n.d.}
}
@techreport{RambergOsgood1943,
author = {Ramberg, W. and Osgood, W.R.},
title = {Description of stress-strain curves by three parameters},
institution = {NACA},
year = {1943},
type = {Technical Note},
number = {902}
}
@techreport{Rasmussen2001,
author = {Rasmussen, K.J.R.},
title = {Full stress-strain curves for stainless steel alloys},
institution = {Department of Civil Engineering, University of Sydney},
year = {2001},
type = {Research Report},
number = {R811}
}
@article{Mirza1980,
author = {Mirza, S.A. and Kikuchi, D.K. and MacGregor, J.G.},
title = {Flexural strength reduction factor for bonded prestressed concrete beams},
journal = {ACI Journal},
volume = {77},
number = {4},
year = {1980},
pages = {237-246}
}
@misc{ReportPrestressingSteels1976,
title = {Report on Prestressing Steels: Types and Properties},
author = {{FIP Commission on Prestressing Steels and Systems}},
howpublished = {FIP, Wexham Spring, England},
year = {1976}
}
@misc{EN1992-1,
title = {Eurocode 2: Design of concrete structures. Part 1: General rules and rules for buildings},
author = {{CEN}},
howpublished = {CEN, Brussels},
year = {n.d.}
}
@misc{CEB-FIPMC90,
title = {CEB-FIP Model Code 1990 (CEB-FIP MC90)},
author = {{Bulletin D’Information No. 213/214}},
howpublished = {Lausanne, Switzerland},
year = {n.d.}
}
@misc{Mathieu1991,
title = {Reliability problems associated with prestress},
author = {Mathieu, H.},
howpublished = {In: Bulletin D’Information No. 202: Reliability of Concrete Structures. CEB, Lausanne, Switzerland},
year = {1991},
pages = {99-163}
}
@article{Naaman1982,
author = {Naaman, A.E. and Siriaksorn, A.},
title = {Reliability of partially prestressed concrete beams at serviceability limit states},
journal = {PCI Journal},
volume = {27},
number = {6},
year = {1982},
pages = {66-85}
}
#Part-03-timber
@techreport{Glos1981,
author = "P. Glos",
title = "Zur Modellierung des Festigkeitsverhaltens von Bauholz bei Druck-, Zug- und Biegebeanspruchung",
institution = "Berichte zur Zuverlässigkeitstheorie der Bauwerke, SFB 96",
year = "1981",
address = "Munich, Germany"
}
@misc{COSTActionE242005,
title = "Reliability of timber structures",
year = "2005",
howpublished = "\\url{http://www.km.fgg.uni-lj.si/coste24/coste24.htm}"
}
@techreport{ISO83751985,
author = {{International Organisation for Standardisation}},
title = {Solid timber in structural sizes – determination of some physical and mechanical properties},
year = {1985},
institution = {International Organisation for Standardisation},
type = {Standard},
number = {ISO 8375}
}
@techreport{ISO31311975,
author = {{International Organisation for Standardisation}},
title = {Wood - Determination of density for physical and mechanical tests},
year = {1975},
institution = {International Organisation for Standardisation},
type = {Standard},
number = {ISO 3131}
}
@misc{EN1995112004,
title = "Eurocode 5: Design of timber structures; part 1-1: general rules and rules for buildings",
howpublished = "Comité Européen de Normalisation, Brussels, Belgium",
year = "2004"
}
@phdthesis{Isaksson1999,
author = "T. Isaksson",
title = "Modelling the Variability of Bending Strength in Structural Timber",
school = "Lund Institute of Technology",
year = "1999",
type = "PhD Thesis",
note = "Report TVBK-1015"
}
@phdthesis{Kohler2005,
author = "J. Köhler",
title = "Reliability of Timber Structures",
school = "Swiss Federal Institute of Technology",
year = "2005",
note = "Submitted for approval"
}
@article{Gerhards1979,
author = "C. C. Gerhards",
title = "Time-related effects of loads of wood strength. A linear cumulative damage theory",
journal = "Wood Science",
volume = "19",
number = "2",
pages = "139-144",
year = "1979"
}
@inproceedings{FoschiYao1986,
author = "R. O. Foschi and Z. C. Yao",
title = "Another look at three duration of load models",
booktitle = "Proceedings of the 19th Meeting, International Council for Research and Innovation in Building and Construction, Working Commission W18 – Timber Structures",
year = "1986",
address = "Florence, Italy"
}
@article{Nielsen2000,
author = "L.F. Nielsen",
title = "Lifetime and Residual Strength of wood subjected to static and variable load – Part I +II",
journal = "Holz als Roh- und Werkstoff",
volume = "58",
pages = "81-90 and 141-152",
year = "2000"
}
@article{SorensenSvenssonStang2005,
author = "J.D. Sørensen and S. Svensson and B.D. Stang",
title = "Reliability-based calibration of load duration factors for timber structures",
journal = "Structural Safety",
volume = "27",
pages = "153-169",
year = "2005"
}
@inproceedings{KohlerSvensson2002,
author = "J. Köhler and S. Svensson",
title = "Probabilistic Modeling of Duration of Load Effects in Timber Structures",
booktitle = "Proceedings of the 35th Meeting, International Council for Research and Innovation in Building and Construction, Working Commission W18 – Timber Structures",
year = "2002",
address = "Kyoto, Japan",
note = "Paper No. 35-17-1"
}
@article{Faber2004,
author = "M. H. Faber and J. Köhler and J. D. Sørensen",
title = "Probabilistic modelling of graded timber material properties",
journal = "Journal of Structural Safety",
volume = "26",
number = "3",
pages = "295-309",
year = "2004"
}
@inproceedings{Kohler2003,
author = "J. Köhler and M. H. Faber",
title = "A probabilistic approach to cost optimal timber grading",
booktitle = "Proceedings of the 36th Meeting, International Council for Research and Innovation in Building and Construction, Working Commission W18 – Timber Structures",
year = "2003",
address = "Colorado, USA",
note = "Paper No. 36-5-2"
}
#Part-03-soil-properties
@article{Asoaka1982,
author = "Asoaka, A. and Grivas, D.A.",
title = "Spatial Variability of the Undrained Strength of Clays",
journal = "ASCE Journal of the Geotechnical Engineering Division",
volume = "108",
number = "GT5",
pages = "743-756",
year = "1982"
}
@book{Baecher2003,
author = "Baecher, G.B. and Christian, J.T.",
title = "Reliability and statistics in geotechnical engineering",
publisher = "J. Wiley",
address = "Chichester, West Sussex, England; Hoboken, NJ",
year = "2003"
}
@article{Benkoski1991,
author = "Benkoski, S.J. and Monticino, M.G. and Weisinger, J.R.",
title = "A survey of the search theory literature",
journal = "Naval Research Logistics",
volume = "38",
pages = "469-494",
year = "1991"
}
@inproceedings{Cherubini1997,
author = "Cherubini, C.",
title = "Data and considerations on the variability of geotechnical properties of soils",
booktitle = "Advances in Safety and Reliability, Proceedings of the ESREL '97",
editor = "C. Guedes Soares",
volume = "2",
pages = "1583-1591",
year = "1997",
address = "Lisbon"
}
@article{Chiasson1995,
author = "Chiasson, P. and Lafleur, J. and Soulié, M. and Haw, K.T.",
title = "Characterizing Spatial Variability of Clay by Geostatistics",
journal = "Canadian Geotechnical Journal",
volume = "32",
pages = "1-10",
year = "1995"
}
@book{Goovaerts1997,
author = "Goovaerts, P.",
title = "Geostatistics for natural resources evaluation",
publisher = "Oxford University Press",
address = "New York",
year = "1997"
}
@article{Hess1992,
author = "Hess, K.M. and Wolf, S.H. and Celia, M.A.",
title = "Large scale Natural Gradient Tracer Test in Sand and Gravel, Cape Cod, Massachusetts 3. Hydraulic Conductivity Variability and Calculated Macrodispersivities",
journal = "Water Resources Research",
volume = "28",
number = "8",
pages = "2011-2017",
year = "1992"
}
@article{Lumb1966,
author = "Lumb, P.",
title = "The variability of natural Soils",
journal = "Canadian Geotechnical Journal",
volume = "III",
number = "2",
pages = "74-94",
year = "1966"
}
@article{Mulla1988,
author = "Mulla, D.J.",
title = "Estimating Spatial Patterns in Water Content, Matric Suction and Hydraulic Conductivity",
journal = "Soil Science Society of America Journal",
volume = "52",
pages = "1547-1553",
year = "1988"
}
@article{Rackwitz2000,
author = "Rackwitz, R.",
title = "Reviewing Probabilistic Soils Modelling",
journal = "Computers and Geotechnics",
volume = "26",
number = "3-4",
pages = "199-223",
year = "2000"
}
@article{Rehfeldt1992,
author = "Rehfeldt, K.R. and Boggs, J.M. and Gelhar, L.W.",
title = "Field Study of Dispersion in a Heterogeneous Aquifer, 3-D Geostatistical Analysis of Hydraulic Conductivity",
journal = "Water Resources Research",
volume = "28",
number = "12",
pages = "3309-3324",
year = "1992"
}
@article{Ronold1990,
author = "Ronold, M.",
title = "Random Field Modeling of Foundation Failure Modes",
journal = "Journal of Geotechnical Engineering",
volume = "166",
number = "4",
month = "April",
year = "1990"
}
@article{Rosenbaum1987,
author = {M.S. Rosenbaum},
title = {The use of stochastic Models in the Assessment of a Geological Database},
journal = {Quarterly Journal of Engineering Geology},
volume = {20},
pages = {31--40},
year = {1987}
}
@inproceedings{Schultze1971,
author = {E. Schultze},
title = {Frequency Distribution and Correlation of Soil Properties},
booktitle = {Proceedings of the 1st International Conference on Applications of Statistics And Probability to Soil and Structural Engineering},
pages = {371--387},
year = {1971},
address = {Hong Kong}
}
@article{Soulié1990,
author = {M. Soulié and P. Montes and V. Silvestri},
title = {Modeling Spatial Variability of Soil Parameters},
journal = {Canadian Geotechnical Journal},
volume = {27},
pages = {617--630},
year = {1990}
}
@misc{SGeMS2006,
author = {{The Stanford Geostatistical Modeling Software (S-GeMS)}},
title = {{S-GeMS}},
year = {2006},
howpublished = {\url{http://sgems.sourceforge.net/}}
}
@article{Tang1979,
author = {W.H. Tang},
title = {Probabilistic Evaluation of Penetration Resistances},
journal = {ASCE Journal of the Geotechnical Engineering Division},
volume = {105},
number = {GT 10},
pages = {1173--1191},
year = {1979}
}
@article{Unlu1990,
author = {K. Unlu and D.R. Nielsen and J.W. Biggar and F. Morkoc},
title = {Statistical Parameters Characterizing Variability of Selected Soil Hydraulic Properties},
journal = {Soil Science Society of America Journal},
volume = {54},
pages = {1537--1547},
year = {1990}
}
@article{Vanmarcke1977,
author = {E.H. Vanmarcke},
title = {Probabilistic Modeling of Soil Profiles},
journal = {ASCE Journal of the Geotechnical Engineering Division},
volume = {103},
number = {GT 11},
year = {1977},
note = {Also: E.H. Vanmarcke, Random Fields – Analysis and Synthesis, MIT Press, Cambridge, 1983}
}
@article{Vrouwenvelder2003,
author = {T. Vrouwenvelder and E. Calle},
title = {Measuring Spatial Correlation of Soil Properties},
journal = {Heron},
volume = {48},
number = {nr 4},
pages = {297--311},
year = {2003},
publisher = {Delft University of Technology and TNO, the Netherlands},
note = {\url{www.heron.tudelft.nl}}
}
#Part-03-dimensions
@techreport{Casciati1991,
author = {F. Casciati and I. Negri and R. Rackwitz},
title = {Geometrical Variability in Structural Members and Systems},
institution = {JCSS Working Document},
year = {1991},
month = {January}
}
@inproceedings{Tichy1979a,
author = {M. Tichý},
title = {Dimensional Variations},
booktitle = {Quality Control of Concrete Structures},
organization = {RILEM},
pages = {171--180},
address = {Stockholm},
month = {June},
year = {1979}
}
@inproceedings{Tichy1979b,
author = {M. Tichý},
title = {Variability of Dimensions of Concrete Elements},
booktitle = {Quality Control of Concrete Structures},
organization = {RILEM},
pages = {225--227},
address = {Stockholm},
month = {June},
year = {1979}
}
@techreport{Bouska1983,
author = {P. Bouska and M. Holický},
title = {Statistical analysis of geometric parameters of concrete cross sections},
institution = {Building Research Institute},
year = {1983},
note = {In Czech - Summary in English is provided},
address = {Prague}
}
@inproceedings{Fajkus1999,
author = {M. Fajkus and M. Holický and L. Rozlívka and M. Vorlíček},
title = {Random Properties of Steel Elements Produced In Czech Republic},
booktitle = {Proc. Eurosteel'99},
number = {Paper No. 90},
year = {1999},
address = {Prague}
}
@misc{ENV13670_1_2000,
title = {Execution of concrete structures - Part 1: Common},
howpublished = {Brussels},
year = {2000},
note = {ENV 13670-1}
}
#Part-02-snow-load
@misc{ENV1991-2-3,
title = {{Eurocode 1: Basis of Design and Actions on Structures, Part 2-3: Actions on Structures Exposed to Fire}},
howpublished = {European Prestandard},
year = {1991},
note = {ENV 1991-2-3}
}
@misc{ISO4355,
title = {{Bases for Design of Structures -- Determination of Snow Loads on Roofs}},
howpublished = {International Organization for Standardization},
year = {1998},
note = {ISO 4355}
}
#Part-02-wind-load
@inproceedings{Harris1980,
author = {R.I. Harris and D.M. Deaves},
title = {The structure of strong winds},
booktitle = {The wind engineering in the eighties. Proceedings of CIRIA Conference},
year = {1980},
address = {London},
pages = {4.1-4.93},
organization = {Construction Industry, Research and Information Association}
}
@book{Simiu1986,
author = {E. Simiu and R.H. Scanlan},
title = {Wind effects on structures},
publisher = {J. Wiley & Sons},
year = {1986},
edition = {Second}
}
@techreport{ESDU85020,
title = {Characteristics of atmospheric turbulence near the ground. Part II: single point data for strong winds (neutral atmosphere)},
author = {{Engineering Sciences Data Unit}},
year = {1993},
month = {April},
pages = {36},
address = {London, U.K.},
institution = {Engineering Sciences Data Unit},
number = {ESDU 85020}
}
@article{Solari1987,
author = {G. Solari},
title = {Turbulence modelling for gust loading},
journal = {Journal of Structural Engineering, ASCE},
volume = {113},
number = {7},
pages = {1500-1569},
year = {1987}
}
@inproceedings{Davenport1987,
author = {A.G. Davenport},
title = {Proposed new international (ISO) wind load standard},
booktitle = {High winds and building codes. Proceedings of the WERC/NSF Wind engineering symposium},
year = {1987},
address = {Kansas City, Missouri},
month = nov,
pages = {373-388}
}
@techreport{JointCommittee1974,
author = {{Joint Committee on Structural Safety CEB-CECM-CIB-FIP-IABSE}},
title = {Basic data on loads},
year = {1974},
type = {Second draft},
address = {Lisbon},
institution = {Joint Committee on Structural Safety}
}
#Part-02-wave-load
@article{Arhan1978,
author = {Arhan, M. and Ezraty, R.},
title = {Statistical Relations Between Successive Wave Heights},
journal = {Acta Oceanologica},
volume = {1},
pages = {151-158},
year = {1978}
}
@inproceedings{Battjes1978,
author = {Battjes, J. A.},
title = {Engineering Aspects of Ocean Waves and Currents},
booktitle = {Seminar on Safety of Structures under Dynamic Loading},
address = {Trondheim, Norway},
year = {1978}
}
@inproceedings{BitnerGregersen1991,
author = {Bitner-Gregersen, E.M. and Haver, S.},
title = {Joint Environmental Model for Reliability Calculations},
booktitle = {Proc. of the 1st International Offshore and Polar Engineering Conference},
address = {Edinburgh, United Kingdom},
year = {1991},
month = {August 11-15}
}
@article{BitnerGregersen1990,
author = {Bitner-Gregersen, E.M. and Hagen, Ø.},
title = {Uncertainties in Data for the Offshore Environment},
journal = {Structural Safety},
volume = {7},
pages = {11-34},
year = {1990}
}
@inproceedings{Borgman1965,
author = {Borgman, L.E.},
title = {Spectral density of ocean wave forces},
booktitle = {Journal ASCE, Waterways and Harbors Div.; Proceedings, ASCE Specialty Cong. on Coastal Engineering},
address = {Santa Barbara, CA},
year = {1965},
note = {October 1965}
}
@book{BritishMaritime1986,
author = {Hogben, N. and Da Cunha, L.F. and Oliver, H.N.},
title = {Global Wave Statistics},
publisher = {Unwin Brothers Limited},
address = {London, England},
year = {1986}
}
@inproceedings{Cardone1995,
author = {Cardone, C.J. and Shaw, V.R. and Swail, V.R.},
title = {Uncertainties in Metocean Data},
booktitle = {Proceedings of the E\&P Forum Workshop},
year = {1995}
}
@article{Carter1992,
author = {Carter, D.J.T. and Challenor, P.G. and Srokosz, M.A.},
title = {An Assessment of GEOSAT Wave Height and Wind Speed Measurements},
journal = {J. Geophys. Res.},
volume = {97},
number = {C7},
year = {1992}
}
@article{Cartwright1956,
author = {Cartwright, D.E. and Longuet-Higgins, M.S.},
title = {The statistical distribution of maxima of a random process},
journal = {Proc. Roy. Soc. London, Ser.A},
volume = {237},
year = {1956}
}
@inproceedings{Cavanie1976,
author = {Cavanie, A. and Arhan, M. and Ezraty, R.},
title = {A statistical relationship between individual heights and periods of storm waves},
booktitle = {Behaviour of Offshore Structures (BOSS’ 76), The Norwegian Institute of Technology},
year = {1976}
}
@inproceedings{Cooper1995,
author = {Cooper, C. and Forristal, G.Z.},
title = {Title of the Paper},
booktitle = {Proceedings of the 1995 Offshore Technology Conference},
year = {1995},
}
@inproceedings{Dean1979,
author = {Dean, R.G. and Lo, Jen-Men and Johansson},
title = {Rare Wave Kinematics vs. Design Practice},
booktitle = {Proceedings, Civil Engineering in the Oceans 5, ASCE Specialty Conference},
address = {San Francisco, Cal.},
year = {1979}
}
@article{DerKiureghian1986,
author = {Der Kiureghian, A. and Liu, P.-L.},
title = {Structural Reliability under Incomplete Probability Information},
journal = {J. Eng. Mechanics},
publisher = {ASCE},
volume = {113},
number = {8},
pages = {1208-1225},
year = {1986}
}
@article{Ditlevsen2002,
author = {Ditlevsen, O.},
title = {Stochastic model for joint wave and wind loads on offshore structures},
journal = {Structural Safety},
volume = {24},
pages = {139-163},
publisher = {Elsevier Science Ltd.},
year = {2002}
}
@article{Earle1982,
author = {Earle, W.D. and Baer, L.},
title = {Effects of Uncertainties on Extreme Wave Heights},
journal = {J. Waterway, Port, Coastal and Ocean Division},
publisher = {ASCE},
year = {1982}
}
@inproceedings{Forristal1995,
author = {Forristal, G. Z. and Shaw, C. J.},
title = {Uncertainties in the Design Process},
booktitle = {Proceedings of the E\&P Forum Workshop},
year = {1995}
}
@book{Goda1985,
author = {Goda, Y.},
title = {Random seas and design of maritime structures},
publisher = {University of Tokyo press},
address = {Tokyo},
year = {1985}
}
@misc{GuedesSoares1989,
author = {Guedes Soares, C.},
year = {1989}
}
@article{GuedesSoaresNolasco1992,
author = {Guedes Soares, C. and Nolasco, M.C.},
title = {Spectral Modelling of Sea States with Multiple Wave Systems},
journal = {Journal of Offshore Mechanics and Arctic Engineering},
volume = {114},
pages = {278-284},
year = {1992}
}
@article{GuedesSoaresHenriques1996,
author = {Guedes Soares, C. and Henriques, A. C.},
title = {Statistical Uncertainty in Long-Term Distributions of Significant Wave Height},
journal = {Journal of Offshore Mechanics and Arctic Engineering},
volume = {118},
pages = {284-291},
year = {1996}
}
@inproceedings{GuedesSoaresFerreira1995,
author = {Guedes Soares, C. and Ferreira, J. A.},
title = {Modelling Long-term Distributions of Significant Wave Height},
booktitle = {Proceedings of the 14th International Conference on Offshore Mechanics and Arctic Engineering},
editor = {C. Guedes Soares},
publisher = {ASME},
address = {New York},
pages = {51-61},
year = {1995}
}
@inproceedings{HaringSpencer1979,
author = {Haring, R.E. and Spencer, L.P.},
title = {Ocean test structure data base},
booktitle = {Proc., Intl. Conf. on Civ. Eng. in the Oceans IV},
publisher = {ASCE},
pages = {669-683},
year = {1979}
}
@techreport{Hasselman1973,
author = {Hasselman, K. and others},
title = {Measurements of Wind-Wave Growth and Swell Decay During the Joint North Sea Wave Project (JONSWAP)},
institution = {Deutschen Hydrographischen Institut},
number = {12},
address = {Hamburg, Germany},
year = {1973}
}
@inproceedings{Heideman1994,
author = {Heideman, J. and Gudmestad, O.T. and Petrauskas, C.},