Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ul id="dropdown-resources" class="absolute hidden bg-white text-gray-800 shadow-lg mt-2 py-2 rounded z-50" style="min-width: 150px;">
<li><a class="block px-4 py-2 hover:bg-gray-100 hover:text-blue-500 no-underline text-gray-800" href="https://github.com/openQSE" target="_blank" rel="noopener noreferrer">Github</a></li>
<li><a class="block px-4 py-2 hover:bg-gray-100 hover:text-blue-500 no-underline text-gray-800" href="https://openqse.slack.com" target="_blank" rel="noopener noreferrer">Slack</a></li>
<li><a class="block px-4 py-2 hover:bg-gray-100 hover:text-blue-500 no-underline text-gray-800" href="{{ 'presentations' | relative_url }}" target="_blank" rel="noopener noreferrer">Presentations</a></li>
</ul>
</li>
</ul>
Expand Down
76 changes: 76 additions & 0 deletions presentations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
layout: meeting
title: Videos
---

<div class="meeting-times-link">
<a href="https://github.com/openQSE/openqse-admin/wiki" target="_blank" rel="noopener noreferrer">
Project Wiki
</a>
</div>

<table class="video-table" style="width:100%; border-collapse: collapse;">
<thead>
<tr>
<th style="text-align:left; padding:10px; border-bottom:1px solid #ccc;">
Video Name
</th>
<th style="text-align:left; padding:10px; border-bottom:1px solid #ccc;">
Video
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="vertical-align:top; padding:10px;">
Presentation from Laura Schulz on the approaches and challenges of integration
</td>
<td style="padding:10px;">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/9md--yjcS5E"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</td>
</tr>

<tr>
<td style="vertical-align:top; padding:10px;">
IBM presents their SLURM/QRMI work
</td>
<td style="padding:10px;">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/L_FdDOLTTzk"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</td>
</tr>

<tr>
<td style="vertical-align:top; padding:10px;">
Munich Quantum Software Stack
</td>
<td style="padding:10px;">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Qbh8h64jtyE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</td>
</tr>
</tbody>
</table>

Loading