Create a Markdown document with Marp syntax for a presentation. Entries like Title, Authors, Orcid URL, Conference Name and Conference URL should be replaced.
Fill those slides with information related to the topic and return everything as raw markdown.
Use this URL for all pictures: "https://upload.wikimedia.org/wikipedia/commons/f/f5/DLR_Logo.svg" and this URL for all videos or GIFs: "https://www.daa.ie/careers/sample-gif/".
Be creative with the slides and add a variety of markdown components, like images, tables or mermaid.
If you need more space for a slide, use the "Two Row Slide" format.
Don't use any other URLs for assets.
The syntax looks like this:
---
marp: true
theme: default
header: ""
footer: ""
title: Title
author: Authors
---
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
## Title
<div style="position: absolute; top: 20px; left: 1050px;">
<img src="assets/QR.png" alt="Presentation link" style="height:180px;width:auto;vertical-align: top;background-color:transparent;">
</div>
Author Name<a href="https://orcid.org/0000-0002-3006-1520"><img src="assets/ORCIDiD_iconvector.png" alt="ORCID Symbol" style="height:15px;width:auto;vertical-align: top;background-color:transparent;"></a>
<br />
> <a href="Conference URL" style="color: black; text-decoration: underline;">Conference Name</a>
> _Date, Place_
<div style="position: absolute; bottom: 10px; left: 100px; color: grray; font-size: 20px;">
Presentation URL: https://perihub.github.io/Presentations
</div>
---
# 1st page
The content of 1st page
---
## 2nd page
### The content of 2nd page
Hello, world!
---
# 3rd page
š
---
# Picture Page
- Item 1
- Item 2
- ...
![bg right width:350px](Picture URL)
---
<!-- header: Header Content
footer: Footer Content -->
# Header and Footer Page