Skip to content

Commit d2c50ab

Browse files
committed
stam site: added demo video
1 parent 38893c3 commit d2c50ab

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

site/assets/stam.webm

4.82 MB
Binary file not shown.

site/assets/stamvideothumbnail.jpg

53.7 KB
Loading

site/index.html

+15-2
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h2>Practical Tooling</h2>
350350

351351
<ul>
352352
<li><a href="https://github.com/annotation/stam-rust">stam-rust</a> is the main library written in Rust with a focus on performance (<a href="https://docs.rs/stam">Rust API</a>).</li>
353-
<li><a href="https://github.com/annotation/stam-python">stam-python</a> is a Python library built on-top of the Rust library (<a href="https://stam-python.readthedocs.io/">Python API</a>).<br/> A <a href="https://github.com/annotation/stam-python/blob/master/tutorial.ipynb">tutorial "Standoff Text Annotation for Pythonistas"</a> is available as a jupyter notebook. <pre class="inline"><strong>$</strong> pip install stam</pre></li>
353+
<li><a href="https://github.com/annotation/stam-python">stam-python</a> is a Python library built on-top of the Rust library (<a href="https://stam-python.readthedocs.io/">Python API</a>).<br/> A <a href="https://nbviewer.org/github/annotation/stam-python/blob/master/tutorial.ipynb">tutorial "Standoff Text Annotation for Pythonistas"</a> is available as a jupyter notebook. <pre class="inline"><strong>$</strong> pip install stam</pre></li>
354354
<li><a href="https://github.com/annotation/stam-tools">stam-tools</a> is a set of command-line tools to work with STAM.
355355
<pre class="inline"><strong>$</strong> cargo install stam-tools</pre>
356356
</li>
@@ -384,7 +384,7 @@ <h2>Practical Tooling</h2>
384384
</pre>
385385

386386
<p>
387-
Learn more? See the <a href="https://github.com/annotation/stam-python/blob/master/tutorial.ipynb">STAM Python Tutorial</a>!
387+
Learn more? See the <a href="https://nbviewer.org/github/annotation/stam-python/blob/master/tutorial.ipynb">STAM Python Tutorial</a>!
388388
</p>
389389

390390
</div>
@@ -539,6 +539,19 @@ <h2>Computing with Annotations</h2>
539539

540540
</div>
541541

542+
</section>
543+
<section class="right">
544+
<div class="left">
545+
<a href="assets/stamdemo.webm"><img src="assets/stamvideothumbnail.jpg" alt="stam-tools demo" /></a>
546+
</div>
547+
<div class="right">
548+
<h2>Demos</h2>
549+
550+
<ul>
551+
<li><a href="assets/stamdemo.webm">This screencast video</a> (no audio) shows <strong>stam-tools</strong>, the command-line tools for STAM</li>
552+
<li><a href="https://nbviewer.org/github/annotation/stam-python/blob/master/tutorial.ipynb">Python tutorial "Standoff Text Annotation for Pythonistas"</a> is a tutorial for <strong>stam-python</strong> in the form of an interactive jupyter notebook.</li>
553+
</ul>
554+
</div>
542555
</section>
543556
<div id="footer">
544557
<img class="huclogo" src="assets/logo-knaw-huc.png" alt="KNAW Humanities Cluster" />

0 commit comments

Comments
 (0)