-
Notifications
You must be signed in to change notification settings - Fork 0
/
BisherigeKurseEN.html
263 lines (238 loc) · 10.7 KB
/
BisherigeKurseEN.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SIAS-Salzburg Institute of Actuarial Studies</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html,body,h1,h2,h3,h4 {font-family:"Lato", sans-serif}
.mySlides {display:none}
.w3-tag, .fa {cursor:pointer}
.w3-tag {height:15px;width:15px;padding:0;margin-top:6px}
a:link {color:blue;text-decoration:underline}
a:visited {color:purple}
a:hover {text-decoration:underline}
a.topbar:link {color:black;text-decoration:none}
a.topbar:visited {color:black;}
a.topbar:hover {color:black;text-decoration:none}
</style>
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
<link rel="manifest" href="Favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<!-- Titel -->
<div class="w3-content" style="max-width:100%;margin-bottom:60px;height:100%;">
<div class="w3-container" style="background-color:#85A8BC;">
<table>
<tr>
<th style="padding-left: 100px;padding-top:10px;position:relative;font-size: 115px; font-family: arial, sans-serif;color: #000000;font-weight:normal;padding-right:20px">SIAS</th>
<td style="padding-left: 20px;position:relative;font-size: 40px; font-family: arial, sans-serif;color: #000000">Salzburg Institute<br>of Actuarial Studies</td>
</tr>
</table>
</div>
</div>
<!-- Ende Titel -->
<!-- Grundgerüst -->
<div class="w3-content" style="max-width:1000px;margin-bottom:80px;">
<!-- Programmvorschau -->
<div class="w3-row-padding">
<div class="w3-center" style="padding-bottom:30px;">
<h1>Previous Courses</h1>
</div>
<table class="w3-table w3-bordered">
<tr>
<td><b>Winter Semester 2017/18</b></td>
<td>Advanced Statistical Methods in Insurance</td>
<td><a href="PastInvitations/ASM-Inv2017-18.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2017</b></td>
<td>Risk Management in Insurance</td>
<td><a href="PastInvitations/RMI-Inv2017.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Winter Semester 2016/17</b></td>
<td>Fundamental Statistical Methods in Insurance</td>
<td><a href="PastInvitations/BSM-Inv2016-17.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2016</b></td>
<td>Instruments and Strategies of Asset Allocation</td>
<td><a href="PastInvitations/ISAA-Inv2016.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Winter Semester 2015/16</b></td>
<td>Actuarial Modelling</td>
<td><a href="PastInvitations/Mod-Inv2015-16.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2015</b></td>
<td>International Accounting of Insurance Companies</td>
<td><a href="PastInvitations/IAIC-Inv2015.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Winter Semester 2014/15</b></td>
<td>Advanced Statistical Methods in Insurance</td>
<td><a href="PastInvitations/ASM-Inv2014-15.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2014</b></td>
<td>Risk Management in Insurance</td>
<td><a href="PastInvitations/RMI-Inv2014.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Winter Semester 2013/14</b></td>
<td>Fundamental Statistical Methods in Insurance</td>
<td><a href="PastInvitations/BSM-Inv2013-14.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2013</b></td>
<td>Instruments and Strategies of Asset Allocation</td>
<td><a href="PastInvitations/ISAA-Inv2013.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Winter Semester 2012/13</b></td>
<td>Actuarial Modelling</td>
<td><a href="PastInvitations/Mod-Inv2012-13.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2012</b></td>
<td>International Accounting of Insurance Companies
<p>Mathematics of Finance</p>
</td>
<td><a href="PastInvitations/IAIC-Inv2012.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/MF-Inv2012.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2011/12</b></td>
<td>Advanced Statistical Methods in Insurance</td>
<td><a href="PastInvitations/ASM-Inv2011-12.pdf" target="_blank">Einladung</a></td>
</tr>
<tr>
<td><b>Summer Semester 2011</b></td>
<td>Risk Management in Insurance
<p>Mathematics of Pension Plans</p>
</td>
<td><a href="PastInvitations/RMI-Inv2011.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/MPP-Inv2011.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2010/11</b></td>
<td>Fundamental Statistical Methods in Insurance
<p>Life Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/BSM-Inv2010-11.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/LIM-Inv2010-11.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Summer Semester 2010</b></td>
<td>Fundamentals of Investing
<p>Non-Life Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/FI-Inv2010.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/NIM-Inv2010.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2009/10</b></td>
<td>Actuarial Modelling
<p>Health Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/Mod-Inv2009-10.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/HIM-Inv2009-10.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Summer Semester 2009</b></td>
<td>International Accounting of Insurance Companies
<p>Mathematics of Finance</p>
</td>
<td><a href="PastInvitations/IAIC-Inv2009.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/MF-Inv2009.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2008/09</b></td>
<td>Advanced Statistical Methods in Insurance</td>
<td><a href="PastInvitations/ASM-Inv2008-09.pdf" target="_blank">Einladung</a> </td>
</tr>
<tr>
<td><b>Summer Semester 2008</b></td>
<td>Risk Management in Insurance
<p>Life Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/RMI-Inv2008.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/LIM-Inv2008.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2007/08</b></td>
<td>Basic Statistical Methods in Insurance
<p>Insurance Supervision Law</p>
</td>
<td><a href="PastInvitations/BSM-Inv2007-08.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/ISL-Inv2007-08" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Summer Semester 2007</b></td>
<td>Mathematics of Finance
<p>Mathematics of Pension Plans</p>
</td>
<td><a href="PastInvitations/MF-Inv2007.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/MPP-Inv2007.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2006/07</b></td>
<td>Actuarial Modelling
<p>Non-Life Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/Mod-Inv2006-07.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/NIM-Inv20106-06.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Summer Semester 2006</b></td>
<td>Statistical Methods in Insurance: Applications
<p>Health Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/SMApp-Inv2006.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/HIM-Inv2006.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
<tr>
<td><b>Winter Semester 2005/06</b></td>
<td>Statistical Methods in Insurance: Advanced Tools
<p>Life Insurance Mathematics</p>
</td>
<td><a href="PastInvitations/SMA-Inv2005-06.pdf" target="_blank">Einladung</a>
<p><a href="PastInvitations/ASM-Inv2005-06.pdf" target="_blank">Einladung</a></p>
</td>
</tr>
</table>
</div>
<br>
</div>
<!-- Ende Grundgerüst -->
</body>
</html>