-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 1.38 KB
/
index.html
File metadata and controls
24 lines (23 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>TAN Tutorials</title>
<link rel="stylesheet" type="text/css" href=".core/css/tutorials.css" />
</head>
<body>
<h1>TAN Tutorials</h1>
<h2><a href="introduction/intro-to-tan.html">Introduction to the Text Alignment Network</a></h2>
<div>Slides covering TAN foundations and design principles.</div>
<h2>Tutorial 1: <a href="tutorial%201/index.html">Preparing a TEI Corpus for the Text Alignment Network</a></h2>
<div>Learn how to create a TAN project and use it with Parabola, to create an interactive
parallel text display. Although some sessions and exercises will be self-evident, this tutorial is
best experienced as part of a workshop.
</div>
<h2>Tutorial 2: Getting Started with TAN Diff+</h2>
<div><span class="warning">Under development.</span> Learn how to find differences between two or more versions of a text. Unlike other
software packages, you can have as many versions as you like, and they can be in various
formats: plain text, XML, even Word files. If you are completely new to XML, or to XSLT
applications, this tutorial is an excellent starting point.</div>
</body>
</html>