mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
[Sonstiges] Präsentation für 90min erstellt
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
332
sonstiges/html/90min-fachtagewoche-2016.html
Normal file
332
sonstiges/html/90min-fachtagewoche-2016.html
Normal file
@ -0,0 +1,332 @@
|
||||
<!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
|
||||
- bin mit dem Bachelor fertig
|
||||
- studiere ab Oktober weiter im Master Informatik
|
||||
- Engagement
|
||||
- Fachschaftsrat Informatik (noch)
|
||||
- Studierendenparlament (für Campus Grün)
|
||||
- Orientierungseinheit der Informatik
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-background="images/neuland.jpg"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Mein Weg ins Neuland
|
||||
|
||||
- Mobbing in der Schule (1. bis 10. Klasse)
|
||||
- Informatik war Rettungsanker
|
||||
- Schnupperstudium Informatik in 11. Klasse (Oktober 2010)
|
||||
- danach stand Entscheidung fest
|
||||
- Erstie-OE im Oktober 2012
|
||||
- sofort gut verstanden mit allen
|
||||
- Grund für diese Veranstaltung
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Persönliche Höhepunkte (Auszug)
|
||||
|
||||
- Kommilitonen
|
||||
- Fachschaft
|
||||
- Weihnachtsfeiern
|
||||
- politisches Engagement
|
||||
- Bernie Sanders holt 46% im Vorwahlkampf der Demokraten
|
||||
- 31C3, 32C3
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Schwierigkeiten
|
||||
|
||||
- Tag hat nur 24h
|
||||
- Bachelorarbeit
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Unerwartetes
|
||||
|
||||
- SNOWDEN!!! (2013)
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<!-- das wars mit Zusammenfassung, Einstieg ins Thema Informatik -->
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Pokémon Go
|
||||
|
||||
- Millionen nutzen es
|
||||
- Millionen können manipuliert werden
|
||||
- Bewegungsprofile können leicht erstellt werden
|
||||
- Überwachung von Millionen ohne Zwang (selbstverschuldete Unmündigkeit)
|
||||
- vgl. Kant (1784) zur Frage: Was ist Aufklärung?
|
||||
|
||||
- "Aufklärung ist der Ausgang des Menschen aus seiner selbstverschuldeten Unmündigkeit. Unmündigkeit ist das Unvermögen, sich seines Verstandes ohne Leitung eines anderen zu bedienen."
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Pokémon Go
|
||||
|
||||
- Wissenschaft wird sich in kommenden Jahren damit befassen
|
||||
- Pokémon Go rückt Augmented Reality (erweiterte Realität) in den öffentlichen Diskurs
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Was ist Informatik?
|
||||
|
||||
- abstrakt: Wissenschaft von systematischer Informationsverarbeitung
|
||||
- konkret: breites Spektrum an Themen
|
||||
- Künstliche Intelligenz
|
||||
- Robotik
|
||||
- Sprachverarbeitung
|
||||
- Algorithmik
|
||||
- Interaktionsdesign/MCI/Psychologie (z.B. VR, AR)
|
||||
- Softwareentwicklung
|
||||
- Technikfolgenabschätzung/Ethik
|
||||
- Netzwerksicherheit
|
||||
- usw.
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-background-video="videos/ba-sneakpeek.mp4"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Was ist ein 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>
|
||||
<h2>Informatik an der Uni HH (as of now)</h2>
|
||||
<img width="100%" height="100%" src="images/tetris-bsc-inf.svg" />
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Rahmenprüfungsordnung (RPO)
|
||||
|
||||
- in Arbeit
|
||||
- MASSIVE strukturelle Verbesserungen für Studierende
|
||||
- grundsätzlich keine Anwesenheitspflicht außer in hochschuldidaktisch begründeten Einzelfällen
|
||||
- beliebig viele Prüfungsversuche
|
||||
- keinerlei Fristen
|
||||
- maximal 14 in die Endnote eingehende Noten (aktuell häufig weit über 20)
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Rahmenprüfungsordnung (RPO)
|
||||
|
||||
- konkrete Verbesserung für zehntausende Studierende in der Zukunft (potentiell auch euch)
|
||||
- Darum: Engagement lohnt sich!
|
||||
- mehr Infos: https://rpo-uhh.de (sollte ab 3. Oktober verfügbar sein)
|
||||
- Beta-Version: https://beta.rpo-uhh.de (Link NICHT weiterverbreiten!!)
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Fachschaft
|
||||
|
||||
- nette Kommilitonen
|
||||
- MafiA@FBI
|
||||
- sehr familiär
|
||||
- Mitglied beim Chaos Computer Club HH
|
||||
- gegen NSA & Co, M$
|
||||
- für Freie Software, Verschlüsselung, Datenschutz
|
||||
- super Fachschaft
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Fachschaft - konkret
|
||||
|
||||
- Kunterbuntes Seminar
|
||||
- komplett studentisch organisierte Orientierungseinheit
|
||||
- Socializing (Spieleabende, Kieztour, Pokerturnier, etc.)
|
||||
- Inhaltliches (Studienberatung, Prüfungsordnungen, etc.)
|
||||
- Räumliches (Stadtrundgang, Ikumrundgang, etc.)
|
||||
- Cryptopartys/Key-Signing Partys
|
||||
- viele AGen
|
||||
- RoboCup/BitBots
|
||||
- Pen & Paper
|
||||
- CInsects
|
||||
- GameMaker
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-background="images/freiheit-statt-angst.jpg"></section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## 32C3
|
||||
|
||||
- 32nd Chaos Communication Congress
|
||||
- CCH, Hamburg, Earth, Sol
|
||||
- Motto: Gated Communities
|
||||
- Keynote speaker: Fatuma Afrah
|
||||
- fled from Kenia to Germany in 2014
|
||||
- "newcomer" to our society
|
||||
- 4 tracks in parallel
|
||||
- roughly 100 talks in total
|
||||
- all recorded and available under CC-BY on media.ccc.de
|
||||
</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-markdown>
|
||||
<script type="text/template">
|
||||
## Snowden
|
||||
|
||||
- original revelations in 2013
|
||||
- just 3,5 years ago
|
||||
- last week the movie "Snowden" was released
|
||||
- everyone should watch this movie
|
||||
- additionally the documentation "Citizenfour" is a real political thriller
|
||||
and a must watch as well
|
||||
</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">
|
||||
## Contact
|
||||
|
||||
- jim@2martens.de
|
||||
- @2martens
|
||||
- github.com/frmwrk123/
|
||||
- http://jim.2martens.de
|
||||
</script>
|
||||
</section>
|
||||
|
||||
<section data-markdown>
|
||||
<script type="text/template">
|
||||
## Q&A
|
||||
|
||||
Feel free to ask questions.
|
||||
</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