GameResearch/index.html

178 lines
3.4 KiB
HTML
Raw Permalink Normal View History

2024-10-23 08:50:15 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>If found, please connect</title>
<meta name="author" content="Nor Führ"/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="./reveal.js/dist/reveal.css"/>
<link rel="stylesheet" href="./reveal.js/dist/theme/white.css" id="theme"/>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide">
<h2>If found, please connect</h2><h4>How can transgender connection be expressed</h4><br/><br/><h6>Nor Führ <br/> <a href="mailto:pingu@chalmers.se">pingu@chalmers.se</a></h6>
</section>
<section>
<section id="slide-org34caedb">
<h2 id="org34caedb">The game</h2>
<div id="org8211eb6" class="figure">
<p><img src="./images/iffound.jpg" alt="iffound.jpg" />
</p>
</div>
<p>
Created by <a href="https://store.steampowered.com/app/1041920/If_Found/">DREAMFEEL</a> in 2020
</p>
</section>
</section>
<section>
<section id="slide-orge72e91d">
<h2 id="orge72e91d">Erasure</h2>
<p>
Actions available are
</p>
<ul>
<li>Erase in the main narrative</li>
<li>Write and draw in the epilogue</li>
</ul>
</section>
<section>
<div id="orgfc2a9a5" class="figure">
<p><img src="./images/erasure.webp" alt="erasure.webp" />
</p>
</div>
</section>
<section>
<ul>
<li>Past</li>
<li>Future</li>
</ul>
</section>
</section>
<section>
<section id="slide-org8a42ee3">
<h2 id="org8a42ee3">Space adventures</h2>
<p>
How do you depict the severeness of a normal situation?
</p>
<p>
How do you the same if the person you are trying to represent has anxiety?
</p>
</section>
<section>
<div id="org63826e7" class="figure">
<p><img src="./images/Black.jpg" alt="Black.jpg" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-org0181ad0">
<h2 id="org0181ad0">Depictions</h2>
<p>
Reviews
</p>
</section>
<section>
<div id="orgce3fce8" class="figure">
<p><img src="./images/Shans1.jpg" alt="Shans1.jpg" />
</p>
</div>
</section>
<section>
<div id="orgc472d5b" class="figure">
<p><img src="./images/Shans2.jpg" alt="Shans2.jpg" />
</p>
</div>
</section>
<section>
<div id="orgba55132" class="figure">
<p><img src="./images/Kasio.jpg" alt="Kasio.jpg" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-orga2cf2d9">
<h2 id="orga2cf2d9">Reflections</h2>
<ul>
<li>Coming out</li>
<li>Dysphoria</li>
<li>Lived experience</li>
</ul>
</section>
</section>
<section>
<section id="slide-org4d2dbbd">
<h2 id="org4d2dbbd">Questions?</h2>
</section>
</section>
</div>
</div>
<script src="./reveal.js/dist/reveal.js"></script>
<script src="./reveal.js/plugin/markdown/markdown.js"></script>
<script src="./reveal.js/plugin/notes/notes.js"></script>
<script src="./reveal.js/plugin/search/search.js"></script>
<script src="./reveal.js/plugin/zoom/zoom.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: false,
center: true,
slideNumber: 'c',
rollingLinks: false,
keyboard: true,
mouseWheel: false,
fragmentInURL: false,
hashOneBasedIndex: false,
pdfSeparateFragments: true,
overview: true,
margin: 0.20,
transition: 'fade',
transitionSpeed: 'default',
// Plugins with reveal.js 4.x
plugins: [ RevealMarkdown, RevealNotes, RevealSearch, RevealZoom ],
// Optional libraries used to extend reveal.js
dependencies: [
]
});
</script>
</body>
</html>