-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
349 lines (346 loc) · 18.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OsloMet</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<logo><img src="images/oslomet_logo.png" alt=""> </logo>
<nav>
<ul>
<!--These are navigation bar elements which directs to other pages-->
<li><a href="./accessibility.html">Accessibility</a></li>
<li><a href="./github.html">GitHub</a></li>
<li><a href="./activity_page.html">Activity</a></li>
</ul>
</nav>
</header>
<main>
<section>
<img src="images/math-model-1.jpg" alt="An image representing mathematical modeling"
title="An image representing mathematical modeling">
<p class="image-source">Bilde fra <a href="https://pixabay.com/photos/math-work-mathematics-formulas-4711302/">www.pixabay.com</a></p>
<h2>Matematisk modellering og datavitenskap – ingeniør</h2> <!--This is the name of bachelor department.-->
<p>Bachelor program</p>
</section>
<section class="o_met">
<table>
<!--Table header is defined here.-->
<thead>
<tr>
<th>Studiested</th>
<th>Varighet</th>
<th>Omfang</th>
<th>Studiepoeng</th>
</tr>
</thead>
<!--Table body is defined here.-->
<tbody>
<tr>
<td><a href="https://www.oslomet.no/om/studiested-pilestredet"
title="Links to Study in Pilestredet">Pilestredet i Oslo </a></td>
<td>3 year</td>
<td>Heltid</td>
<td>180</td>
</tr>
</tbody>
</table>
</section>
<section class="course">
<!--Here we have 5 different dropdown lists which contain different subjects.-->
<div class="dropdown">
<input type="checkbox" id="dropdown1" hidden/>
<label for="dropdown1" class="dropdown-button">Opptakskrav og poeng</label>
<div class="dropdown-content">
<p>For å søke på dette programmet må du ha generell studiekompetanse...</p>
<a href="https://www.oslomet.no/studier/tkd/forkurs-ingenior">Hvis du mangler generell studiekompetanse...</a>
</div>
</div>
<div class="dropdown">
<input type="checkbox" id="dropdown2" hidden>
<label for="dropdown2" class="dropdown-button">Slik søker du</label>
<div class="dropdown-content">
<p>Du søker på Samordna opptak med studiekode 215 503...</p>
<a href="https://www.oslomet.no/studier/soknad-og-opptak/opptak-til-bachelor-aarsstudier"
title="More about to apply for bachelor">Mer om å søke på bachelor.</a>
</div>
</div>
<div class="dropdown">
<input type="checkbox" id="dropdown3" hidden>
<label for="dropdown3" class="dropdown-button">Hva lærer du?</label>
<div class="dropdown-content">
<p>Bachelor i matematisk modellering og datavitenskap kobler sammen matematikk...</p>
<a href="https://student.oslomet.no/studier/-/studieinfo/programplan/HINGMAMO/2024/H%C3%98ST">Se programplan på student.oslomet.no</a>
</div>
</div>
<div class="dropdown">
<input type="checkbox" id="dropdown4" hidden>
<label for="dropdown4" class="dropdown-button">Studiets oppbygging</label>
<div class="dropdown-content">
<!-- 1. Year -->
<section>
<input type="checkbox" id="year-1" hidden>
<label for="year-1">
<h2 class="toggle-heading">1. Year</h2>
</label>
<div class="year-content">
<table>
<caption>1. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Diskret Matematikk</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAPE1300/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Programmering</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAPE1400/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Teknologi og samfunn for programmerere</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DATA1100/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Innføring i modeller og beregninger</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/MAMO1100/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
<table>
<caption>2. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Matematikk 1000</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAFE1000/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Fysikk og kjemig</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAPE2101/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Databaser</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DATA1500/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<!-- 2. Year -->
<input type="checkbox" id="year-2" hidden>
<label for="year-2">
<h2 class="toggle-heading">2. Year</h2>
</label>
<div class="year-content">
<table>
<caption>3. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Matematikk 2000 med statistikk</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAPE2000/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Moderne fysikk </td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/MAMO2100/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Algoritmer og datastrukturer </td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DATS2300/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
<table>
<caption>4. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Termodynamikk og statistisk fysikk</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/MAMO2400/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Symmetrier og algebraiske strukturer</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/MAMO2500/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<!-- 3. Year -->
<input type="checkbox" id="year-3" hidden>
<label for="year-3">
<h2 class="toggle-heading">3. Year</h2>
</label>
<div class="year-content">
<table>
<caption>5. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Matematikk 3000</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DAVE3700/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Datasikkerhet</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/ITPE3100/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Introduction to Data Science with Scripting</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DATA3800/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
<table>
<caption>6. Semester</caption>
<thead>
<tr>
<th>Course name</th>
<th>Credits</th>
<th>Course description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bacheloroppgave</td>
<td>20</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/DATA3900/2024/H%C3%98ST">les mer...</a></td>
</tr>
<tr>
<td>Testing av programvare</td>
<td>10</td>
<td><a href="https://student.oslomet.no/en/studier/-/studieinfo/emne/ADTS2310/2024/H%C3%98ST">les mer...</a></td>
</tr>
</tbody>
</table>
</div>
</section>
</section>
<section>
<div class="dropdown">
<input type="checkbox" id="dropdown5" hidden>
<label for="dropdown5" class="dropdown-button">Hvordan foregår undervisningen?</label>
<div class="dropdown-content">
<p>For å gjennomføre studiet på normert tid, må du regne med å bruke om lag 40 timer per uke på studierelatert arbeid gjennom hele semesteret. </p>
</div>
</div>
</section>
<!--Here we have an aside tag.-->
<aside>
<h3>Spørsmål om utdanningen?</h3>
<a href="https://www.oslomet.no/kontaktskjema#Jeg%20vil%20bli%20student" title="Links to contact schema">Har du spørsmål om utdanningen, kontakt oss gjennom vårt kontaktskjema.</a>
</aside>
<!--Inside this tag, we have different departments, if you are interested in...-->
<section class="andre">
<h2><span>Du er kanskje også interessert i disse?</span></h2>
<hr>
<ul class="program-liste">
<li>
<a href="https://www.oslomet.no/studier/tkd/anvendt-datateknologi" class="avdeling">Anvendt datateknologi</a>
<div class="detaljer">
<span>Bachelorprogram</span>
<span>|</span>
<span>3 år</span>
<span>|</span>
<span>Pilestredet i Oslo</span>
<span>|</span>
<span>Heltid</span>
</div>
</li>
<hr>
<li>
<a href="https://www.oslomet.no/studier/tkd/bioteknologi-kjemiingenior" class="avdeling">Bioteknologi- og kjemiingeniør</a>
<div class="detaljer">
<span>Bachelorprogram</span>
<span>|</span>
<span>3 år</span>
<span>|</span>
<span>Pilestredet i Oslo</span>
<span>|</span>
<span>Heltid</span>
</div>
</li>
<hr>
<li>
<a href="https://www.oslomet.no/studier/tkd/dataingenior" class="avdeling">Dataingeniør</a>
<div class="detaljer">
<span>Bachelorprogram</span>
<span>|</span>
<span>3 år</span>
<span>|</span>
<span>Pilestredet i Oslo</span>
<span>|</span>
<span>Heltid</span>
</div>
</li>
</ul>
</section>
</main>
<footer>
<p>© 2024 OsloMet - Mathematical Modelling</p>
<address>
Oslo Metropolitan University - Storbyuniversitetet <br>
Postboks 4, St. Olavs plass <br>
0130 Oslo <br>
Tlf.: 67 23 50 00 <br>
<a href="https://www.oslomet.no/om/kontakt" title="Links to OsloMet contact web page">Kontakt oss</a>
</address>
<ul class="social-links">
<li><a href="https://www.facebook.com/oslomet" aria-label="Facebook" title="OsloMet on Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/OsloMet" aria-label="Twitter"><i class="fab fa-twitter" title="OsloMet on Twitter"></i></a></li>
<li><a href="https://www.instagram.com/oslomet/" aria-label="Instagram" title="OsloMet on Instagram"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/school/oslomet/?originalSubdomain=no" aria-label="LinkedIn" title="OsloMet on LinkedIn"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</footer>
</body>
</html>