-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.html
23 lines (21 loc) · 1.03 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Demonstration
layout: main
---
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="demo">
<div class="my-auto">
<h2 class="mb-5">TWED Talks</h2>
<p>A Tetherless World Constellation TWED talk introducing Semantic Data Dictionaries can be found on <a href="https://www.youtube.com/watch?v=pHOPuE4Yjss">YouTube</a>.</p>
<p>A Tetherless World Constellation TWED talk related to the SDD Data Intelligence journal publication can also be found on <a href="https://www.youtube.com/watch?v=x54GC9XRHt0">YouTube</a>.</p>
<h2 class="mb-5">Demonstration</h2>
<!--<div align="center" class="embed-responsive embed-responsive-16by9">
<video controls>
<source src="CancerCharacterizationDemo.mp4" type="video/mp4" class="embed-responsive-item">
</video>
</div>-->
</div>
</section>
</div>