forked from IOOPM-UU/course-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.org
57 lines (49 loc) · 3.44 KB
/
setup.org
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
#+AUTHOR: Tobias Wrigstad
#+EMAIL: tobias.wrigstad@it.uu.se
#+LANGUAGE: en
#+HTML_LINK_HOME: http://wrigstad.com/ioopm20/
#+HTML_LINK_UP: http://wrigstad.com/ioopm20/
#+HTML_HEAD: <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
#+HTML_HEAD: <link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://wrigstad.com/ioopm20/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://wrigstad.com/ioopm20/css/readtheorg.css"/>
#+HTML_HEAD: <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
#+HTML_HEAD: <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://wrigstad.com/ioopm20/js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://wrigstad.com/ioopm20/js/readtheorg.js"></script>
#+HTML_HEAD: <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/solid.css" integrity="sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z" crossorigin="anonymous">
#+HTML_HEAD: <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/brands.css" integrity="sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE" crossorigin="anonymous">
#+HTML_HEAD: <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/fontawesome.css" integrity="sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6" crossorigin="anonymous">
#+begin_danger
The course web pages are being updated for 2020. This is a *big*
change given the move to digital teaching. As long as this note
remains on this page, any information *is subject to change* and
broken links, etc. are to be expected. Please be restrictive in
reporting any errors for now.
#+end_danger
# #+begin_note
# I am in the process of translating the material for this course
# from Swedish to English. The reason for this is to be able to have
# non-Swedish speaking TAs on this course. This transition will be
# gradual, meaning that these pages are sometimes in Swedish,
# sometimes in English and sometimes a funky mix.
# *This note will be removed early in the course to reduce noise.*
# #+end_note
#+HTML_HEAD_EXTRA: <!-- Start of StatCounter Code for Default Guide -->
#+HTML_HEAD_EXTRA: <script type="text/javascript">
#+HTML_HEAD_EXTRA: var sc_project=11470697;
#+HTML_HEAD_EXTRA: var sc_invisible=1;
#+HTML_HEAD_EXTRA: var sc_security="9ff70043";
#+HTML_HEAD_EXTRA: var scJsHost = (("https:" == document.location.protocol) ?
#+HTML_HEAD_EXTRA: "https://secure." : "http://www.");
#+HTML_HEAD_EXTRA: document.write("<sc"+"ript type='text/javascript' src='" +
#+HTML_HEAD_EXTRA: scJsHost+
#+HTML_HEAD_EXTRA: "statcounter.com/counter/counter.js'></"+"script>");
#+HTML_HEAD_EXTRA: </script>
#+HTML_HEAD_EXTRA: <noscript><div class="statcounter"><a title="Web Analytics"
#+HTML_HEAD_EXTRA: href="http://statcounter.com/" target="_blank"><img
#+HTML_HEAD_EXTRA: class="statcounter"
#+HTML_HEAD_EXTRA: src="//c.statcounter.com/11470697/0/9ff70043/1/" alt="Web
#+HTML_HEAD_EXTRA: Analytics"></a></div></noscript>
#+HTML_HEAD_EXTRA: <!-- End of StatCounter Code for Default Guide -->
#+INCLUDE: "navbar.html" export html