Add agenda for summer semester 2019
This commit is contained in:
parent
ff2c3466be
commit
a6f6d9798c
93
eet/css/style-plan.css
Normal file
93
eet/css/style-plan.css
Normal file
@ -0,0 +1,93 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Myriad Pro", "Lucida Grande", "Trebuchet MS", sans-serif;
|
||||
color: #202020;
|
||||
padding: 2rem;
|
||||
background:
|
||||
url(../images/square_bg.png) repeat top left,
|
||||
url(../images/logo_transparent.png) no-repeat calc(100vw - 200px) 30px;
|
||||
background-size: auto, 150px 150px;
|
||||
}
|
||||
|
||||
header, main, footer {
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
width: 750px;
|
||||
max-width: calc(100vw-2rem);
|
||||
}
|
||||
|
||||
main {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active,
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active,
|
||||
a:hover {
|
||||
color: rgb(41, 125, 207);
|
||||
transition: color .2s;
|
||||
}
|
||||
|
||||
table {
|
||||
cellpadding: .5rem;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table tr:not(:last-of-type) {
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
table th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table td.first-row {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
vertical-align: top;
|
||||
padding: .5rem .2rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1100px) {
|
||||
body {
|
||||
background: url(../images/square_bg.png) repeat top left;
|
||||
}
|
||||
|
||||
main, header, footer {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
max-width: calc(100vw - 4rem);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 530px) {
|
||||
body {
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
171
eet/plan/index.html
Normal file
171
eet/plan/index.html
Normal file
@ -0,0 +1,171 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
|
||||
<title>EETs | Plan</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="description"
|
||||
content="Kurzlinks zum Studium rund um die Fakultät WIAI an der Universität Bamberg" />
|
||||
<meta name="keywords"
|
||||
content="Bamberg, Uni, Universität, WIAI, Wirtschaftsinformatik, Angewandte Informatik, Community, WIAI Community, Fachschaft WIAI, Fachschaft" />
|
||||
|
||||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="../css/style-plan.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Erstsemester-Einführungstage</h1>
|
||||
Überblick über die Veranstaltungen zum Sommersemester 2019
|
||||
</header>
|
||||
<main>
|
||||
<h2>Mittwoch (17. April 2019)</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="first-row">09:00 - 10:30 Uhr</td>
|
||||
<td><h3>Plenumsveranstaltung</h3> im Raum WE5/00.022 (alle Studiengänge)<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:45 - 12:00 Uhr</td>
|
||||
<td>
|
||||
<h3>Facheinführungen</h3>
|
||||
<ul>
|
||||
<li>BA AI: Leon Martin in WE5/00.019</li>
|
||||
<li>BA WI: Carlo Stigl in WE5/00.022</li>
|
||||
<li>BA IISM: Jakob Wirth in WE5/01.003</li>
|
||||
<li>BA I:SSS: Robin Lichtenthäler in WE5/04.003</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>MA AI: Dipl. Inf. Mirko Fetter WE5/02.005</li>
|
||||
<li>MA WI: Thomas Friedrich WE5/01.006</li>
|
||||
<li>MA IISM: Falco Klemm WE5/03.004</li>
|
||||
<li>MA ISSS: Aboubakr El Hacen Benabbas WE5/02.020</li>
|
||||
<li>MA CitH: Olga Yanenko WE5/01.004</li>
|
||||
<li>MA WIPäd: Jens Aichinger WE5/05.005</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:00 - 13:00 Uhr</td>
|
||||
<td><h3>Gemeinsame Mittagspause</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13:00 - 15:00 Uhr</td>
|
||||
<td>
|
||||
<h3>Fun & Games</h3>
|
||||
<p>Um 13:00 Uhr, 13:30 Uhr, 14:00 Uhr und 14:30 Uhr finden Führungen statt. The first library tour will be given in English.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<b>Universitätsführung</b>: Wir zeigen wichtige Hörsäle, Seminarräume, studentische Lernbereiche, Anlaufstellen und Freizeitorte am Erba-Standort. (Startpunkt: im Erbahof)
|
||||
</li>
|
||||
<li>
|
||||
<b>Bibliotheksführung</b>: Eine Einführung zum Bibliotheksbestand, zur Ausleihe und Nutzung vorhandener Medien sowie zum Zugang zur Bibliothek bereitet auf die Studienzeit vor. (Startpunkt: vor der Bibliothek)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
Außerdem werden auf dem gesamten Gelände verschiedene andere Aktivitäten zu finden sein:
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<b>Vorstellung der hochschulnahen Gruppen</b>: Für die Zeit außerhalb des Studiums stellen verschiedene Vereine und Gruppen unterschiedliche studienbezogene Freizeitaktivitäten vor. (Foyer)
|
||||
</li>
|
||||
<li>
|
||||
<b><a href="https://sortierhut.stuve-bamberg.de/">Sortierhut</a></b>: Anhand einer Handvoll Fragen wirst du in eines von fünf Häusern einsortiert. Wer zuerst enträtselt, welche der Fragen
|
||||
bestimmt, in welches Haus man kommt, gewinnt. Hol dir deinen Haussticker bei uns ab, um ihn stolz auf der Brust zu tragen. (WE5/00.022)
|
||||
</li>
|
||||
<li>
|
||||
<b>Popkulturkode</b>: Ein Spiel, bei dem es darum geht, anhand von Pseudcodeschnipseln, also wenigen Zeilen einer ausgedachten Programmiersprache, Anspielungen auf Filme, Serien, Bücher usw. zu erraten. (WE5/00.019)
|
||||
</li>
|
||||
<li>
|
||||
<b>Spiele-Ecke</b>: Cards against Downtime (Informatikedition von Cards against Humanity), Tabu und Montagsmaler (Informatikedition) (WE5/01.006)
|
||||
</li>
|
||||
<li>
|
||||
<b>Erbapark</b>: Frisbee, Kubb (Schwedenschach), Basketball, Volleyball spielen und die frische Luft und das Grün des Parks genießen (Erbapark)
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16:00 - 16:30 Uhr</td>
|
||||
<td>
|
||||
<h3>Feki-Führung</h3> (alle Studiengänge, Treffpunkt: Erba-Foyer um 15:15 Uhr)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Donnerstag (18. April 2019)</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="first-row">11:00 - 11:30 Uhr</td>
|
||||
<td>
|
||||
<h3>Einrichtung der IT-Dienste der Universität</h3>
|
||||
<ul>
|
||||
<li>Bachelor ohne Laptop: WE5/01.004</li>
|
||||
<li>Bachelor mit Laptop: WE5/00.022</li>
|
||||
<li>Master ohne Laptop: WE5/02.005</li>
|
||||
<li>Master mit Laptop: WE5/00.019</li>
|
||||
<li>English speaking students: WE5/04.014</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:45 - 12:30 Uhr</td>
|
||||
<td>
|
||||
<h3>Vorstellung des Rechenzentrums</h3>
|
||||
<ul>
|
||||
<li>Deutschsprachige Studierende: WE5/00.022</li>
|
||||
<li>English speaking students: WE5/00.019</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:30 - 13:00 Uhr</td>
|
||||
<td>
|
||||
<h3>Gemeinsame Mittagspause</h3>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13:00 - 14:30 Uhr</td>
|
||||
<td>
|
||||
<h3>Einführung in die Onlinedienste der Universität</h3>
|
||||
<li>Bachelor ohne Laptop: WE5/01.004</li>
|
||||
<li>Bachelor mit Laptop: WE5/00.022</li>
|
||||
<li>Master ohne Laptop: WE5/02.005</li>
|
||||
<li>Master mit Laptop: WE5/00.019</li>
|
||||
<li>English speaking students: WE5/04.014</li>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ab 14:30 Uhr</td>
|
||||
<td>
|
||||
<h3>Stundenplantutorien</h3>
|
||||
<ul>
|
||||
<li>Bachelor AI: WE5/00.019</li>
|
||||
<li>Bachelor WI: WE5/00.022</li>
|
||||
<li>Bachelor IISM: WE5/01.003</li>
|
||||
<li>Bachelor I:SSS: WE5/04.003</li>
|
||||
<li>Master AI: WE5/02.005</li>
|
||||
<li>Master WI: WE5/01.006</li>
|
||||
<li>Master IISM: WE5/03.004</li>
|
||||
<li>Master ISSS: WE5/02.020</li>
|
||||
<li>Master CitH: WE5/01.004</li>
|
||||
<li>Master WIPäd: WE5/05.005</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
© Fachschaft WIAI - 2019 (<a href="english.html">English version</a>)
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user