Talks/internetrecherche/slides.html
Helix 385259e787 initial commit
Add all of the initial presentations from my presentations folder. These are mostly the versions of the talks I actually presented in the RaumZeitLabor, but with updated reveal.js version as a submodule.

In the future this needs to be touched up and properly exported to a website so I can link this more easily. For now this should suffice.
2022-09-02 22:53:50 +02:00

193 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Internetrecherche</title>
<link rel="stylesheet" href="../reveal.js-4.3.1/dist/reset.css">
<link rel="stylesheet" href="../reveal.js-4.3.1/dist/reveal.css">
<link rel="stylesheet" href="../reveal.js-4.3.1/dist/theme/serif.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="../reveal.js-4.3.1/plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- begin slides -->
<section>
<img class="stretch plain" src="res/laika.jpg" />
<h4>Internetrecherche</h4>
<small>
<p>CC-BY-SA 2018-08-28 Helix / RaumZeitLabor<br>
⏳️ ca. 16 min</p>
</small>
</section>
<section>
<h3>Agenda</h3>
<ul>
<li>Rechercheziele finden</li>
<li>Suchmaschinen nutzen</li>
<li>Suchergebnisse verwalten</li>
<li>Weiterführende Links</li>
</ul>
</section>
<section>
<section>
<h3>Rechercheziele finden</h3>
<ul>
<li>Mindmap (z.B. mit Vim oder auf Papier)</li>
<li>andere Formulierungen finden</li>
<li>Brainstorming</li>
</ul>
</section>
<section>
<h3>Mindmaps</h4>
<img class="stretch plain" src="res/vym-tipps-mindmap.svg" />
</section>
<section>
<h3>Neuformulierungen</h3>
<ul>
<li>Thesaurus</li>
<li>Fremdsprachen-Wörterbuch</li>
</ul>
</section>
<section>
<h3>Brainstorming</h3>
<ul>
<li>Stift und Papier</li>
<li>Ablenkungsfreies Schreiben</li>
<li>Keine Quellen nutzen</li>
</ul>
</section>
</section>
<section>
<section>
<h3>Suchmaschinen ausnutzen</h4>
</section>
<section>
<h3>Operatoren</h3>
<ul>
<li><code>suchbegriff1 -suchbegriff2</code></li>
<li><code> suchbegriff filetype:pdf </code></li>
<li><code>intitle:suchbegriff</code></li>
<li><code>"such be griff"</code></li>
<li><code>suchbegriff1 OR suchbegriff2 </code></li>
<li><code>(suchbegriff1 OR suchbegriff2) suchbegriff3</code></li>
<li><code>site:example.com</code></li>
</ul>
</section>
<section>
<h3>Google was sonst?</h3>
<ul>
<li>DuckDuckGo, Qwant, Bing</li>
<li>Metasuchmaschinen</li>
<li>Vertikale Suchmaschinen</li>
</ul>
</section>
</section>
<section>
<section>
<h3>Vertikale Suchmaschinen</h3>
</section>
<section>
<h3>Wolfram Alpha</h3>
<img class="stretch plain" src="res/wolframalpha-sombrero.png" />
</section>
<section>
<h3>Geizhals</h3>
<img class="stretch plain" src="res/geizhals-bdr.png" />
</section>
<section>
<h3>Google Scholar</h3>
<img class="stretch plain" src="res/googlescholar-rzl.png" />
</section>
<section>
<h3>Shodan</h3>
<img class="stretch plain" src="res/shodan-siemens.png" />
<small>
<p>(Siemens S7 Protokoll)</p>
</small>
</section>
<section>
<h3>Deep Web</h3>
<img class="stretch plain" src="res/deepweb-shota.png" />
</section>
</section>
<section>
<section>
<h3>Wissensmanagement</h3>
<ul>
<li>Wikis</li>
<li>Gliederungseditoren</li>
<li>Lesezeichendienste</li>
</ul>
</section>
<section>
<h3>Wikis</h3>
<img class="stretch plain" src="res/wiki-crunch.png" />
</section>
<section>
<h3>Gliederungseditoren (Outliner)</h3>
<img class="stretch plain" src="res/cherrytree.png" />
</section>
<section>
<h3>Lesezeichendienste</h3>
<img class="stretch plain" src="res/pocket.png" />
</section>
</section>
<section><!-- sources -->
<h4>Quellen / Weiterführende Links</h4>
<small>
<ul>
<li>Wiki-Seite: <a href="https://wiki.crunchweb.eu/de/guide/research">wiki.crunchweb.eu/de/guide/research</a></li>
<li>Titelbild: <a target="_blank" href="https://www.flickr.com/photos/ke-dickinson/7159943526">Laika as Sherlock Holmes in Baker Street Station Y Nakanishi @ flickr</a></li>
</ul>
</small>
<hr />
<h3>Danke für's Zuhören!</h3>
</section><!-- /sources -->
<!-- end slides -->
</div>
</div>
<script src="../reveal.js-4.3.1/dist/reveal.js"></script>
<script src="../reveal.js-4.3.1/plugin/notes/notes.js"></script>
<script src="../reveal.js-4.3.1/plugin/markdown/markdown.js"></script>
<script src="../reveal.js-4.3.1/plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>