-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtechnology.html
87 lines (56 loc) · 2.62 KB
/
technology.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="en">
<head>
<!-- <link rel="stylesheet" type="text/css" href="style/October16People.css">
<link rel="stylesheet" type="text/css" href="style/newbook4.css" /> -->
<title>Our Texts</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="technology.css">
<link rel="stylesheet" type="text/css" href="style_svo.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<script type = "text/javascript" src="technology.js"></script>
</head>
<body>
<div id = "header">
<div >
<a href=" "><img id = "logo" src= "images/logo.png"></a>
</div>
<div class="clear" id="top"></div>
<hr>
<div id ="banner">
<a href=" "><img id="top_banner" src="images/banner2.jpg"></a>
</div>
</div>
<div id="menu">
<ul>
<li ><a href="index.html">Home</a></li>
<li ><a href="technology.html">The autotagger</a></li>
<li ><a href="acknowledgement.html">Acknowledgements</a></li>
<li ><a href="resources.html">Resources</a></li>
<li ><a href="http://depts.washington.edu/newbook/staff/staff.html">Staff Pages</a></li>
<li ><a href="peopleTest.html">About Us</a></li>
</ul>
</div>
<div class="clear"></div>
<div id="bottom_pics">
<li>Supporters</li>
<a href="http://depts.washington.edu/uwch/" target="_blank"><img src="images/uwch_logo2.png"></a>
<div class="clear"></div>
<a href="http://www.neh.gov/" target="_blank"><img src="images/neh_logo.jpg"></a>
<div class="clear"></div>
<a href="http://depts.washington.edu/nelc/" target="_blank"><img src="images/nelcsplashsmall.gif"></a>
<div class="clear"></div>
<a href="http://courses.washington.edu/otap/" target="_blank"><img src="images/OTAP_icon.jpg"></a>
</div>
<div id = text>
<h2>The Autotagger</h2>
<p>This autotagger assumes that that the file passed into it is properly marked up according to the Svoboda Diaries Transcription Format. You may transcribe anything using this unique transcription format to generate XML, HTML, LaTeX or PDF documents.</p>
<h4>To use the autotagger click the link below</h4>
<li><a href = "http://depts.washington.edu/ndthtech/beta_version/">Download page</a></li>
<p>Stay tuned for configuration and customization options.</p>
</div>
<div class = "clear"></div>
<hr/>
<div id="cc"> Copyright © 2013 Newbook Digital Text in the Humanities. All Rights Reserved. <br> <a href="http://www.washington.edu/online/privacy">PRIVACY</a> | <a href="http://www.washington.edu/online/terms">TERMS</a> | <a href="https://sites.google.com/site/thenewbookdigitaltextscenter/">STAFF CENTER LOGIN</a></div>
</body>
</html>