First slides

This commit is contained in:
2024-04-03 18:08:02 +02:00
parent b0fd527a88
commit fb8c674f2a
13 changed files with 1944 additions and 77 deletions

View File

@@ -1,52 +1,36 @@
---
title: System-Level Integration and Exploration of PIM-DRAM
author: Derek Christ
coverAuthor: Derek Christ
layout: cover
selectable: true
theme: academic
download: true
export:
withToc: true
fonts:
sans: Helvetica
addons:
- slidev-addon-citations
biblio:
filename: references.bib
---
### Master Thesis
# System-Level Integration and Exploration of PIM-DRAM
## Derek Christ
---
<div class="grid grid-cols-2 gap-4">
<div>
The first column
</div>
<div>
The second column
</div>
</div>
src: ./slides/introduction.md
---
normal slide...
---
src: ./slides/pim.md
---
Page: {{ $page }}
<SlideCurrentNo class="text-orange-400" />
---
layout: end
---
Is current page active: {{ $page === $slidev.nav.currentPage }}
<script setup>
import { useDarkMode } from '@slidev/client'
const { isDark } = useDarkMode()
</script>
<div>
<p v-if="isDark">
Der Dark Mode ist aktiviert.
</p>
<p v-else>
Der Light Mode ist aktiviert.
</p>
</div>
<!--
hä warum geits net
-->
# Thank you for your attention
<hr/>