mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
[Sonstiges] Talk für Informatikvorstellung hinzugefügt
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
277
sonstiges/html/informatik-an-uni.html
Normal file
277
sonstiges/html/informatik-an-uni.html
Normal file
@ -0,0 +1,277 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Informatik an der Uni HH</title>
|
||||
|
||||
<meta name="description" content="Computer Science at the University of Hamburg">
|
||||
<meta name="author" content="Jim 2martens">
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
||||
|
||||
<link rel="stylesheet" href="reveal-js/css/reveal.css">
|
||||
<link rel="stylesheet" href="reveal-js/css/theme/black.css" id="theme">
|
||||
|
||||
<!-- Code syntax highlighting -->
|
||||
<link rel="stylesheet" href="reveal-js/lib/css/zenburn.css">
|
||||
|
||||
<!-- Printing and PDF exports -->
|
||||
<script>
|
||||
var link = document.createElement( 'link' );
|
||||
link.rel = 'stylesheet';
|
||||
link.type = 'text/css';
|
||||
link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal-js/css/print/pdf.css' : 'reveal-js/css/print/paper.css';
|
||||
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="reveal">
|
||||
|
||||
<!-- Any section element inside of this container is displayed as a slide -->
|
||||
<div class="slides">
|
||||
<section data-background="images/me3-intro.jpg"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
# Wer bin ich?
|
||||
|
||||
- 2012 Abi am Gym Ohmoor
|
||||
- 2,0
|
||||
- Deutsch (6), PGW (8), Mathe (12), Informatik (15)
|
||||
- seit WS 2012/13 Informatikstudium an Uni HH
|
||||
- arbeite momentan an meiner Bachelorarbeit
|
||||
- Engagement
|
||||
- Fachschaftsrat Informatik
|
||||
- Studierendenparlament
|
||||
- Orientierungseinheit der Informatik
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
# mögliche Fragen
|
||||
|
||||
- Was ist ein Studium?
|
||||
- Was ist Informatik?
|
||||
- Wie sieht Informatikstudium an Uni Hamburg aus?
|
||||
- Was ist die gesellschaftliche Relevanz von Informatik?
|
||||
- Was kann ich als einzelne Person tun, um mit Informatik die Gesellschaft zu verändern?
|
||||
</script>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<h1>meine Ansprüche</h1>
|
||||
<ul>
|
||||
<li>jeder lernt etwas sinnvolles fürs Leben, auch wenn kein Informatikstudium folgen sollte</li>
|
||||
<li>kein Langweilen mit formalen Kriterien, etc.</li>
|
||||
<li>kein Zuschütten mit Daten und Fakten, von denen man ohnehin nichts im Kopf behält</li>
|
||||
<li>Anzahl an Leuten, die Informatik studieren möchten oder es erwägen, ist höher nach dem Vortrag als vorher</li>
|
||||
<li>Vortrag macht Spaß, ist kurzweilig und interaktiv<span class="fragment"> (ein bisschen)</span></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!-- Fragerunde (wer hat Smartphone?, wer hat vor Informatik zu studieren?, wer erwägt es zumindest?) -->
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
# Studium
|
||||
|
||||
- viel Eigenverantwortung
|
||||
- freiwillig
|
||||
- gutes Zeitmanagement nötig
|
||||
- gerade später im Studium
|
||||
- viele Ermäßigungen
|
||||
- Semesterticket
|
||||
- 24/7 im HVV-Gesamtbereich
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Informatik
|
||||
|
||||
- NICHT nur Mathe oder Programmieren
|
||||
- breites Spektrum an Themen
|
||||
- Künstliche Intelligenz
|
||||
- Robotik
|
||||
- Sprachverarbeitung
|
||||
- Algorithmik
|
||||
- Interaktionsdesign/MCI/Psychologie
|
||||
- Softwareentwicklung
|
||||
- Technikfolgenabschätzung/Ethik
|
||||
- Netzwerksicherheit
|
||||
- usw.
|
||||
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
<h2>Informatik an der Uni HH</h2>
|
||||
<img width="100%" height="100%" src="images/tetris-bsc-inf.svg" />
|
||||
</section>
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Informatik an der Uni HH
|
||||
|
||||
- Bachelor gibt groben Überblick über Themenvielfalt
|
||||
- man lernt Grundlagen und Methodik
|
||||
- auf das jeweilige Thema bezogen jedoch recht oberflächlich
|
||||
- WICHTIG: trotzdem umfangreiche Kenntnisse im Vergleich zu ¬Informatikern
|
||||
- begrenzte Vertiefungsmöglichkeiten
|
||||
- begrenzte wissenschaftliche Arbeit
|
||||
- kaum tagesaktuelle Themen in Lehre
|
||||
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
- Studium ermöglicht fundierte Wahl der Spezialisierung
|
||||
- Informatik bietet zu viel Tiefe in jedem Thema, um alles in die Tiefe zu können
|
||||
- persönliche Balance zwischen Generalist (von allem ein wenig)
|
||||
und Spezialist (viel auf einem Gebiet) muss gefunden werden
|
||||
- Studium alleine bietet jedoch nicht genügend Kenntnisse, um in einem Bereich erfolgreich
|
||||
zu werden
|
||||
- Beschäftigung mit einem Thema auch neben dem Studium (z.B. Freizeitprojekte, etc.) notwendig
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
- das ist Status Quo (aus meiner Perspektive)
|
||||
- muss jedoch nicht so bleiben, wenn man es blöd findet
|
||||
- Engagement in Gremien, Fachschaft, Uni allgemein
|
||||
</script>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Fachschaft
|
||||
|
||||
- nette Kommilitonen
|
||||
- für Freie Software und Hardware, Datenschutz
|
||||
- gegen Überwachung
|
||||
- super Fachschaft
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Fachschaft - konkret
|
||||
|
||||
- Kunterbuntes Seminar
|
||||
- Orientierungseinheit
|
||||
- Spieleabende (analog)
|
||||
- Cryptopartys/Key-Signing Partys
|
||||
- viele AGen
|
||||
- RoboCup/BitBots
|
||||
- Pen & Paper
|
||||
- CInsects
|
||||
- GameMaker
|
||||
- usw.
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-background="images/freiheit-statt-angst.jpg"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## 32C3
|
||||
|
||||
- 32. Chaos Communication Congress
|
||||
- CCH, Hamburg, Earth, Sol
|
||||
- 4 tracks in parallel
|
||||
- roughly 100 talks in total
|
||||
- all recorded and available under CC-BY
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## 32C3
|
||||
|
||||
- many awesome talks about all sorts of topics
|
||||
- my favourite track: Ethics, Society & Politics
|
||||
- most important talk: Price of Dissent
|
||||
- you should definitely watch it
|
||||
- talks are not everything though
|
||||
- you can meet awesome people at every turn
|
||||
- you are very close to world history happening
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-background-video="videos/george_torwell.mp4"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## What next?
|
||||
|
||||
- install Signal
|
||||
- study Computer Science
|
||||
- change the world
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Formales
|
||||
|
||||
- Anmeldezeitraum: 1. Juni bis 15. Juli 2016
|
||||
- https://www.uni-hamburg.de
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Contact
|
||||
|
||||
- jim@2martens.de
|
||||
- @2martens
|
||||
- github.com/frmwrk123/
|
||||
- https://2martens.de
|
||||
</script>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="reveal-js/lib/js/head.min.js"></script>
|
||||
<script src="reveal-js/js/reveal.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
// Full list of configuration options available at:
|
||||
// https://github.com/hakimel/reveal.js#configuration
|
||||
Reveal.initialize({
|
||||
controls: false,
|
||||
progress: true,
|
||||
history: true,
|
||||
center: true,
|
||||
|
||||
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||
|
||||
// Optional reveal.js plugins
|
||||
dependencies: [
|
||||
{ src: 'reveal-js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
|
||||
{ src: 'reveal-js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
||||
{ src: 'reveal-js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
||||
{ src: 'reveal-js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
|
||||
{ src: 'reveal-js/plugin/zoom-js/zoom.js', async: true },
|
||||
{ src: 'reveal-js/plugin/notes/notes.js', async: true }
|
||||
]
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user