-
Notifications
You must be signed in to change notification settings - Fork 0
/
studies.html
91 lines (86 loc) · 4.77 KB
/
studies.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMNollK - Study at Chalmers</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="image_logo.png">
</head>
<body>
<header>
<div id="logo-and-nav">
<div id="logo-and-hamburger">
<img id="header-logo-small" src="image_logo.png" alt="DMNollK logo">
<a id="hamburger" href="javascript:void(0)">☰</a>
</div>
<nav id="header-nav">
<a href="index.html">Home</a>
<a href="schedule.html">Schedule</a>
<a href="events.html">Events</a>
<a href="module.html">Module</a>
<a href="studies.html" class="active-page">Study at Chalmers</a>
</nav>
</div>
</header>
<main>
<section>
<h1>The Computer Division</h1>
The CSE division called Dtek, which also includs all bachelor students, have their own webpage and facebookpage
where you can find all sorts of important and useful information. Apart from DMNollK, there are also alot more commitees at Data which you can read about in the Module.
At dtek.se you can subscribe to the weekly newsletter to get updates about the different events happening at the division
during the week.
</br>
All students are welcome to attend the division meetings where important decisions affecting all the divsion's students are taken. There is also a wikipage for Computer Science. Among other things, you can read the protocols from the division meetings there. Note that an account is needed to be able to view most of the information.
</br>
</br>
<a href="https://www.dtek.se/en/">Dtek</a>
</br>
<a href="https://www.facebook.com/dtekchalmers/">Facebook</a>
</br>
<a href="https://wiki.dtek.se/wiki/Main_Page">Wiki</a>
</br>
</br>
Basen is the division room for Computer Science and in there you can cook and microwave your lunch as well
as study. From time to time, there are also different events in there such as pubs, sittnings and game nights.
If you would like to arrange something in Basen, you may book it.
</br>
</br>
<a href="https://dtek.se/basenpax">Book basen </a>
</br>
</br>
The division has its own car called DBil and its own van called DBus and that it's available for members of the division to rent.
The cost for renting is really low. You find more information about renting it
</br>
</br>
<a href="https://sites.google.com/styret.dtek.se/dbus/information">Rent DBus</a>
</br>
</br>
</br>
For international students there are a lot of small things to sort out that you might want to look into.
Because of this we have constructed a survival guide of sorts. This guide is meant to aid you with the experience and wisdom of previous international students.
As well as a few helpful hints from the swedes as well.
<p> <a href="sweden_survival_kit.pdf">The Sweden Survival Kit</a>.</p>
</br>
</br></br>
<h1>Important links</h1>
<a href="https://cloud.timeedit.net/chalmers/web/public/">Schedule and booking study rooms</a></br></br>
<a href="https://chalmers.instructure.com">Course website (Canvas)</a></br></br>
<a href="https://www.student.ladok.se/student/loggain#/aktuell">Sign up for exams (Ladok)</a></br></br>
<a href="https://www.chalmerstenta.se">Review old exams </a></br></br>
<a href="http://maps.chalmers.se/">Chalmers maps</a></br></br>
<h1>Even more links</h1>
<a href="https://www.chalmersstore.se/en/">Chalmers Store for buying course litterature</a></br></br>
<a href="https://www.chalmers.se/en/education/your-studies/services-and-tools/">Useful software that Chalmers pays for</a></br></br>
<a href="http://print.chalmers.se/en/">Print from your own computer</a></br></br>
<a href="https://chalmerskonferens.se/en/gastkarkort/karkort/">The student union card for accessing buildings and gives you discount on food at Chalmers</a></br></br>
<a href="https://chalmerskonferens.se/en/lunchmenyer-johanneberg/">Lunch at Campus Johanneberg</a></br></br>
<a href="https://dtek.se/static/homepage/studiesociala-natverket.pdf">List of names, numbers and email who can help and support you (you should for example contact Funka if you need extra time during exams)</a></br></br>
<a href="https://student.portal.chalmers.se/en/Pages/default.aspx">The Student Portal with loads of information for everyone at Chalmers</a></br></br>
<a href="https://circ.chalmers.se/index.php/faq/">CIRC FAQs-page with more information about living in Gothenburg and medical insurance</br>Bonus: if you are an International student you may attend their reception as well!</a>
</section>
</main>
<footer></footer>
<script src="webpage.js"></script>
</body>
</html>