Initial commit

This commit is contained in:
2024-04-02 19:58:23 +02:00
commit b0fd527a88
12 changed files with 8683 additions and 0 deletions

52
slides.md Normal file
View File

@@ -0,0 +1,52 @@
---
title: System-Level Integration and Exploration of PIM-DRAM
author: Derek Christ
layout: cover
selectable: true
theme: academic
---
# 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>
---
normal slide...
Page: {{ $page }}
<SlideCurrentNo class="text-orange-400" />
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
-->