-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.html
391 lines (379 loc) · 59.4 KB
/
toc.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE HTML><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Genre Analysis and Corpus Design: Nineteenth-Century Spanish-American Novels (1830–1910)</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/w3-theme-blue-grey.css">
<link rel="stylesheet" href="css/w3-colors-signal.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<style>
html {
scroll-padding-top: 118px;
}
html,body {font-size: 20px;}
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Times New Roman", serif;}
h1 {font-size: 32px;}
h2 {font-size: 30px;}
h3, h4, h5 {font-size: 28px;}
.header-image {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.custom-logo {
position: absolute;
top: 20px;
left: 7px;
}
#toc a {
text-decoration: none;
}
sup.w3-btn {
font-size: small;
padding: 7px 5px;
}
.w3-top a {
text-decoration: none;
}
.w3-sidebar {
z-index: 3;
width: 450px;
top: 86px;
bottom: 0;
height: inherit;
}
.w3-sidebar button.w3-button {
white-space: normal;
}
.w3-sidebar.w3-bar-block .w3-bar-item {
/*line-height: 1.0;*/
padding-right: 20px;
}
.w3-sidebar .w3-bar {
margin-top: 20px;
margin-bottom: 20px;
}
.w3-tooltip .w3-text {
line-height: 1.0;
min-width: 300px;
}
.paracount a {
display: inline-block;
padding: 0px 5px;
text-decoration: none;
font-size: 0.8em;
font-weight: bold;
}
.w3-responsive .w3-table {
width: auto;
max-width: 100%;
margin: 0 auto 0 auto;
}
table.w3-border, table.w3-border th, table.w3-border td {
border: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0px;
}
table.center th, table.center td {
text-align: center;
}
table th, table td {
font-size: 0.9em;
}
table th {
background-color: #dddddd;
}
caption {
margin-top: 5px;
}
blockquote {
font-size: 0.95em;
}
code {
font-size: 0.8em;
}
figure.code {
overflow: scroll;
}
figure.code pre {
padding: 10px;
border: 1px solid grey;
margin-bottom: 0px;
overflow: scroll;
}
figcaption {
font-size: 0.9em;
text-align: center;
}
</style>
</head>
<body>
<div class="w3-top">
<div class="w3-bar w3-theme w3-top w3-center w3-large"><a class="w3-bar-item w3-button w3-right w3-hide-large w3-hover-white w3-large w3-theme-l1" href="javascript:void(0)" onclick="w3_open()"><i class="fa fa-bars"></i></a><img src="img/side.jpg" class="header-image" alt="Institut für Dokumentologie und Editorik" width="100%" height="15"><h1 class="w3-center" style="margin-top: 27px; padding-left: 175px; font-size:calc(8pt + 1.2vw);"><a href="index.html">Genre Analysis and Corpus Design: Nineteenth-Century Spanish-American Novels (1830–1910)</a></h1><a href="https://www.i-d-e.de/"><img src="img/ide-logo.png" class="custom-logo w3-image" alt="Institut für Dokumentologie und Editorik" style="width:172px;height:auto;"></a></div>
</div>
<nav class="w3-sidebar w3-padding-32 w3-bar-block w3-collapse w3-large w3-theme-l5 w3-animate-left" id="mySidebar"><a href="javascript:void(0)" onclick="w3_close()" class="w3-right w3-xlarge w3-padding-large w3-hover-black w3-hide-large" title="Close Menu"><i class="fa fa-remove"></i></a><a class="w3-bar-item w3-button w3-hover-blue-grey " href="index.html">Home</a><a class="w3-bar-item w3-button w3-hover-blue-grey " href="acknowledgements.html">Acknowledgements</a><button class="w3-button w3-block w3-left-align w3-hover-blue-grey " onclick="myAccFunc('menuAcc1')">Summary <i class="fa fa-caret-down w3-padding-small"></i></button><div id="menuAcc1" class="w3-bar-block w3-hide w3-white w3-card-4"><a href="summary.html#Summary" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Summary</a><a href="summary.html#Resumen" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Resumen</a><a href="summary.html#Zusammenfassung" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Zusammenfassung</a></div><a class="w3-bar-item w3-button w3-hover-blue-grey w3-blue-grey" href="toc.html">Table of Contents</a><div class="w3-bar w3-border w3-dark-grey"></div><a id="menuch1" class="w3-bar-item w3-button w3-hover-blue-grey " href="ch1.html#ch1">1 Introduction</a><span id="menuch2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align "><a href="ch2.html#ch2" style="text-decoration: none;">2 Concepts</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2')"></i></span><div id="menuAccch2" class="w3-bar-block w3-hide w3-white w3-card-4 "><span id="menuch2.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.1" style="text-decoration: none;">2.1 Literary Genres</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.1')"></i></span><div id="menuAccch2.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.1">2.1.1 Disciplinary Locations of Genre Studies</a><span id="menuch2.1.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.1.2" style="text-decoration: none;">2.1.2 Ontological Status and Relevance of Genres</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.1.2')"></i></span><div id="menuAccch2.1.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.1.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.2.1">2.1.2.1 Semiotic Models of Genres</a><a id="menuch2.1.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.2.2">2.1.2.2 Genres and Digital Genre Stylistics: The Roles of Corpora, Genre Labels,
Features, and Text Style</a></div><span id="menuch2.1.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.1.3" style="text-decoration: none;">2.1.3 System and History</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.1.3')"></i></span><div id="menuAccch2.1.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.1.3.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.3.1">2.1.3.1 A Conceptual Proposal for Digital Genre Stylistics: Literary Text Types,
Conventional Literary Genres, and Textual Literary Genres</a><a id="menuch2.1.3.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.3.2">2.1.3.2 Text Types, Conventional Genres, and Textual Genres in Semiotic Models of
Generic Terms</a><a id="menuch2.1.3.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.3.3">2.1.3.3 Literary Currents, Schools, and Movements</a><a id="menuch2.1.3.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.3.4">2.1.3.4 Genre Systems and Hierarchies</a><a id="menuch2.1.3.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.3.5">2.1.3.5 Genre Identity and Variability</a></div><span id="menuch2.1.4" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.1.4" style="text-decoration: none;">2.1.4 Categorization</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.1.4')"></i></span><div id="menuAccch2.1.4" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.1.4.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.4.1">2.1.4.1 Logical Classes</a><a id="menuch2.1.4.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.4.2">2.1.4.2 Prototype Categories</a><a id="menuch2.1.4.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.1.4.3">2.1.4.3 Family Resemblance Networks</a></div>
</div><a id="menuch2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.2">2.2 Style</a><span id="menuch2.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.3" style="text-decoration: none;">2.3 Subgenres of the Nineteenth-Century Spanish-American Novel</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.3')"></i></span><div id="menuAccch2.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><span id="menuch2.3.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.3.1" style="text-decoration: none;">2.3.1 Thematic Subgenres</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.3.1')"></i></span><div id="menuAccch2.3.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.3.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.1.1">2.3.1.1 <em>Novela histórica</em></a><a id="menuch2.3.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.1.2">2.3.1.2 <em>Novela de costumbres</em></a><a id="menuch2.3.1.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.1.3">2.3.1.3 <em>Novela sentimental</em></a></div><span id="menuch2.3.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch2.html#ch2.3.2" style="text-decoration: none;">2.3.2 Subgenres Related to Literary Currents</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch2.3.2')"></i></span><div id="menuAccch2.3.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch2.3.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.2.1">2.3.2.1 <em>Novela romántica</em></a><a id="menuch2.3.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.2.2">2.3.2.2 <em>Novela realista</em></a><a id="menuch2.3.2.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch2.html#ch2.3.2.3">2.3.2.3 <em>Novela naturalista</em></a></div>
</div>
</div><span id="menuch3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align "><a href="ch3.html#ch3" style="text-decoration: none;">3 Corpus</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3')"></i></span><div id="menuAccch3" class="w3-bar-block w3-hide w3-white w3-card-4 "><span id="menuch3.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.1" style="text-decoration: none;">3.1 Selection Criteria</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.1')"></i></span><div id="menuAccch3.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><span id="menuch3.1.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.1.1" style="text-decoration: none;">3.1.1 Boundaries of the Novel</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.1.1')"></i></span><div id="menuAccch3.1.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.1.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.1">3.1.1.1 Fictionality</a><a id="menuch3.1.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.2">3.1.1.2 Narrativity</a><a id="menuch3.1.1.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.3">3.1.1.3 Prose</a><a id="menuch3.1.1.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.4">3.1.1.4 Length</a><a id="menuch3.1.1.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.5">3.1.1.5 Independent Publication</a><a id="menuch3.1.1.6" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.6">3.1.1.6 Additional Criteria</a><a id="menuch3.1.1.7" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.1.7">3.1.1.7 A Working Definition of the Novel</a></div><a id="menuch3.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.2">3.1.2 Borders of Argentina, Cuba, and Mexico</a><a id="menuch3.1.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.1.3">3.1.3 Limits of the Nineteenth Century</a></div><span id="menuch3.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.2" style="text-decoration: none;">3.2 Bibliographical Database</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.2')"></i></span><div id="menuAccch3.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.1">3.2.1 Sources</a><a id="menuch3.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.2">3.2.2 Data Model and Text Encoding</a><span id="menuch3.2.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.2.3" style="text-decoration: none;">3.2.3 Assignment of Subgenre Labels</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.2.3')"></i></span><div id="menuAccch3.2.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.2.3.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.1">3.2.3.1 An Example</a><a id="menuch3.2.3.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.2">3.2.3.2 Levels of Subgenre Terms</a><a id="menuch3.2.3.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.3">3.2.3.3 Explicit and Implicit Subgenre Signals</a><a id="menuch3.2.3.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.4">3.2.3.4 Interpretive Subgenre Labels</a><a id="menuch3.2.3.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.5">3.2.3.5 Literary-Historical Subgenre Labels</a><a id="menuch3.2.3.6" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.2.3.6">3.2.3.6 A Discursive Model of Generic Terms</a></div>
</div><span id="menuch3.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.3" style="text-decoration: none;">3.3 Text Corpus</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.3')"></i></span><div id="menuAccch3.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.3.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.1">3.3.1 Selection of Novels and Sources</a><a id="menuch3.3.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.2">3.3.2 Text Treatment</a><span id="menuch3.3.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.3.3" style="text-decoration: none;">3.3.3 Metadata and Text Encoding</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.3.3')"></i></span><div id="menuAccch3.3.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><span id="menuch3.3.3.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.3.3.1" style="text-decoration: none;">3.3.3.1 TEI Header</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.3.3.1')"></i></span><div id="menuAccch3.3.3.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.3.3.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.1">3.3.3.1.1 Title and Publication Statements</a><a id="menuch3.3.3.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.2">3.3.3.1.2 Declaration of Rights</a><a id="menuch3.3.3.1.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.3">3.3.3.1.3 Source Description</a><a id="menuch3.3.3.1.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.4">3.3.3.1.4 Encoding Description</a><a id="menuch3.3.3.1.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.5">3.3.3.1.5 Abstracts</a><a id="menuch3.3.3.1.6" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.6">3.3.3.1.6 Text Classification with Keywords</a><a id="menuch3.3.3.1.7" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.1.7">3.3.3.1.7 Revision Description</a></div><span id="menuch3.3.3.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch3.html#ch3.3.3.2" style="text-decoration: none;">3.3.3.2 TEI Body</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch3.3.3.2')"></i></span><div id="menuAccch3.3.3.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch3.3.3.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.1">3.3.3.2.1 Typographically Marked Subdivisions of the Text</a><a id="menuch3.3.3.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.2">3.3.3.2.2 Typographically Highlighted Words or Phrases</a><a id="menuch3.3.3.2.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.3">3.3.3.2.3 Gaps</a><a id="menuch3.3.3.2.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.4">3.3.3.2.4 Verse Lines</a><a id="menuch3.3.3.2.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.5">3.3.3.2.5 Dramatic Text</a><a id="menuch3.3.3.2.6" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.6">3.3.3.2.6 Representations of Written Text</a><a id="menuch3.3.3.2.7" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.7">3.3.3.2.7 Quotations</a><a id="menuch3.3.3.2.8" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.8">3.3.3.2.8 Direct Speech and Thought</a><a id="menuch3.3.3.2.9" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.2.9">3.3.3.2.9 Embedded Texts</a></div><a id="menuch3.3.3.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.3.3">3.3.3.3 TEI Schema</a></div><a id="menuch3.3.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.4">3.3.4 Assignment of Subgenre Labels</a><a id="menuch3.3.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch3.html#ch3.3.5">3.3.5 Derivative Formats and Publication</a></div>
</div><span id="menuch4" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align "><a href="ch4.html#ch4" style="text-decoration: none;">4 Analysis</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4')"></i></span><div id="menuAccch4" class="w3-bar-block w3-hide w3-white w3-card-4 "><span id="menuch4.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.1" style="text-decoration: none;">4.1 Metadata Analysis</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.1')"></i></span><div id="menuAccch4.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.1">4.1.1 On Representativeness</a><a id="menuch4.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.2">4.1.2 Authors</a><span id="menuch4.1.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.1.3" style="text-decoration: none;">4.1.3 Works</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.1.3')"></i></span><div id="menuAccch4.1.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.1.3.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.3.1">4.1.3.1 Comparison of Bib-ACMé and Conha19</a><a id="menuch4.1.3.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.3.2">4.1.3.2 Corpus-specific Overviews</a></div><a id="menuch4.1.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.4">4.1.4 Editions</a><span id="menuch4.1.5" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.1.5" style="text-decoration: none;">4.1.5 Subgenres</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.1.5')"></i></span><div id="menuAccch4.1.5" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.1.5.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.1">4.1.5.1 Explicit Signals, Implicit Signals, and Literary-Historical Labels</a><span id="menuch4.1.5.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.1.5.2" style="text-decoration: none;">4.1.5.2 Discursive Levels of Subgenre Labels</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.1.5.2')"></i></span><div id="menuAccch4.1.5.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.1.5.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.1">4.1.5.2.1 Theme</a><a id="menuch4.1.5.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.2">4.1.5.2.2 Literary Currents</a><a id="menuch4.1.5.2.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.3">4.1.5.2.3 Mode of Representation</a><a id="menuch4.1.5.2.4" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.4">4.1.5.2.4 Mode of Reality</a><a id="menuch4.1.5.2.5" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.5">4.1.5.2.5 Identity</a><a id="menuch4.1.5.2.6" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.6">4.1.5.2.6 Medium</a><a id="menuch4.1.5.2.7" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.7">4.1.5.2.7 Attitude</a><a id="menuch4.1.5.2.8" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.2.8">4.1.5.2.8 Intention</a></div><span id="menuch4.1.5.3" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.1.5.3" style="text-decoration: none;">4.1.5.3 Subgenre Labels Selected for Text Analysis</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.1.5.3')"></i></span><div id="menuAccch4.1.5.3" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.1.5.3.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.3.1">4.1.5.3.1 Primary Thematic Labels</a><a id="menuch4.1.5.3.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.1.5.3.2">4.1.5.3.2 Primary Literary Currents</a></div>
</div>
</div><span id="menuch4.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.2" style="text-decoration: none;">4.2 Text Analysis</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.2')"></i></span><div id="menuAccch4.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><span id="menuch4.2.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.2.1" style="text-decoration: none;">4.2.1 Features</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.2.1')"></i></span><div id="menuAccch4.2.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.2.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.1.1">4.2.1.1 General Features: MFW</a><a id="menuch4.2.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.1.2">4.2.1.2 Semantic Features: Topics</a></div><span id="menuch4.2.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.2.2" style="text-decoration: none;">4.2.2 Categorization</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.2.2')"></i></span><div id="menuAccch4.2.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><span id="menuch4.2.2.1" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.2.2.1" style="text-decoration: none;">4.2.2.1 Classification</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.2.2.1')"></i></span><div id="menuAccch4.2.2.1" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.2.2.1.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.2.1.1">4.2.2.1.1 Thematic Subgenres</a><a id="menuch4.2.2.1.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.2.1.2">4.2.2.1.2 Literary Currents</a></div><span id="menuch4.2.2.2" class="w3-hover-blue-grey w3-button w3-bar-item w3-block w3-left-align w3-margin-left"><a href="ch4.html#ch4.2.2.2" style="text-decoration: none;">4.2.2.2 Family Resemblance: Network Analysis</a><i class="fa fa-caret-down w3-padding-small" style="z-index: 10;" onclick="myAccFunc('menuAccch4.2.2.2')"></i></span><div id="menuAccch4.2.2.2" class="w3-bar-block w3-hide w3-white w3-card-4 w3-margin-left"><a id="menuch4.2.2.2.1" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.2.2.1">4.2.2.2.1 Method</a><a id="menuch4.2.2.2.2" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.2.2.2">4.2.2.2.2 Data</a><a id="menuch4.2.2.2.3" class="w3-bar-item w3-button w3-hover-blue-grey w3-margin-left" href="ch4.html#ch4.2.2.2.3">4.2.2.2.3 Results</a></div>
</div>
</div>
</div><a id="menuch5" class="w3-bar-item w3-button w3-hover-blue-grey " href="ch5.html#ch5">5 Conclusion</a><div class="w3-bar w3-border w3-dark-grey"></div><a class="w3-bar-item w3-button w3-hover-blue-grey " href="notes.html">Notes</a><a class="w3-bar-item w3-button w3-hover-blue-grey " href="references.html">References</a><button class="w3-button w3-block w3-left-align w3-hover-blue-grey" onclick="myAccFunc('menuAcc3')">Appendix <i class="fa fa-caret-down w3-padding-small"></i></button><div id="menuAcc3" class="w3-bar-block w3-hide w3-white w3-card-4 "><a class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey " href="corpus-sources.html">Sources of the Novels in the Corpus</a><a class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey " href="appendix-figures.html">Appendix of Figures</a><a class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey " href="index-figures.html">Index of Figures</a><a class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey " href="index-tables.html">Index of Tables</a><a class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey " href="index-examples.html">Index of Examples</a></div><button class="w3-button w3-hover-blue-grey w3-block w3-left-align" onclick="myAccFunc('menuAcc2')">Data and Scripts <i class="fa fa-caret-down w3-padding-small"></i></button><div id="menuAcc2" class="w3-bar-block w3-hide w3-white w3-card-4"><a href="https://github.com/cligs/bibacme" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Bibliography (Bib-ACMé)</a><a href="https://github.com/cligs/conha19" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Corpus (Conha19)</a><a href="https://github.com/cligs/scripts-nh/" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Analysis Scripts (Scripts-nh)</a><a href="https://github.com/cligs/data-nh/" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">Analysis Data (Data-nh)</a><a href="tei/Henny-Krahmer_2023_Genre-Analysis-Corpus-Design.xml" class="w3-bar-item w3-button w3-margin-left w3-hover-blue-grey">TEI (Dissertation)</a></div>
</nav>
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<div class="w3-main" style="margin-left:450px;margin-top:85px;">
<div class="w3-row w3-padding-32">
<div class="w3-col" style="width: 7%;"> </div>
<div class="w3-col l8 m10 s10" id="toc">
<h1>Table of Contents</h1>
<ul style="list-style-type: none; padding-left: 0;">
<li style="margin-top: 10px;"><a style="font-weight: bold;" href="ch1.html" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">1</span>Introduction</a><ul style="list-style-type: none; padding-left: 0;"></ul>
</li>
<li style="margin-top: 10px;"><a style="font-weight: bold;" href="ch2.html" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2</span>Concepts</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1</span>Literary Genres</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.1</span>Disciplinary Locations of Genre Studies</a></li>
<li><a href="ch2.html#ch2.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.2</span>Ontological Status and Relevance of Genres</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.1.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.2.1</span>Semiotic Models of Genres</a></li>
<li><a href="ch2.html#ch2.1.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.2.2</span>Genres and Digital Genre Stylistics: The Roles of Corpora, Genre Labels,
Features, and Text Style</a></li>
</ul>
</li>
<li><a href="ch2.html#ch2.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3</span>System and History</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.1.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3.1</span>A Conceptual Proposal for Digital Genre Stylistics: Literary Text Types,
Conventional Literary Genres, and Textual Literary Genres</a></li>
<li><a href="ch2.html#ch2.1.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3.2</span>Text Types, Conventional Genres, and Textual Genres in Semiotic Models of
Generic Terms</a></li>
<li><a href="ch2.html#ch2.1.3.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3.3</span>Literary Currents, Schools, and Movements</a></li>
<li><a href="ch2.html#ch2.1.3.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3.4</span>Genre Systems and Hierarchies</a></li>
<li><a href="ch2.html#ch2.1.3.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.3.5</span>Genre Identity and Variability</a></li>
</ul>
</li>
<li><a href="ch2.html#ch2.1.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.4</span>Categorization</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.1.4.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.4.1</span>Logical Classes</a></li>
<li><a href="ch2.html#ch2.1.4.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.4.2</span>Prototype Categories</a></li>
<li><a href="ch2.html#ch2.1.4.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.1.4.3</span>Family Resemblance Networks</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="ch2.html#ch2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.2</span>Style</a></li>
<li><a href="ch2.html#ch2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3</span>Subgenres of the Nineteenth-Century Spanish-American Novel</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.1</span>Thematic Subgenres</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.3.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.1.1</span><em>Novela histórica</em></a></li>
<li><a href="ch2.html#ch2.3.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.1.2</span><em>Novela de costumbres</em></a></li>
<li><a href="ch2.html#ch2.3.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.1.3</span><em>Novela sentimental</em></a></li>
</ul>
</li>
<li><a href="ch2.html#ch2.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.2</span>Subgenres Related to Literary Currents</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch2.html#ch2.3.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.2.1</span><em>Novela romántica</em></a></li>
<li><a href="ch2.html#ch2.3.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.2.2</span><em>Novela realista</em></a></li>
<li><a href="ch2.html#ch2.3.2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">2.3.2.3</span><em>Novela naturalista</em></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li style="margin-top: 10px;"><a style="font-weight: bold;" href="ch3.html" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3</span>Corpus</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1</span>Selection Criteria</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1</span>Boundaries of the Novel</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.1.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.1</span>Fictionality</a></li>
<li><a href="ch3.html#ch3.1.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.2</span>Narrativity</a></li>
<li><a href="ch3.html#ch3.1.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.3</span>Prose</a></li>
<li><a href="ch3.html#ch3.1.1.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.4</span>Length</a></li>
<li><a href="ch3.html#ch3.1.1.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.5</span>Independent Publication</a></li>
<li><a href="ch3.html#ch3.1.1.6" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.6</span>Additional Criteria</a></li>
<li><a href="ch3.html#ch3.1.1.7" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.1.7</span>A Working Definition of the Novel</a></li>
</ul>
</li>
<li><a href="ch3.html#ch3.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.2</span>Borders of Argentina, Cuba, and Mexico</a></li>
<li><a href="ch3.html#ch3.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.1.3</span>Limits of the Nineteenth Century</a></li>
</ul>
</li>
<li><a href="ch3.html#ch3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2</span>Bibliographical Database</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.1</span>Sources</a></li>
<li><a href="ch3.html#ch3.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.2</span>Data Model and Text Encoding</a></li>
<li><a href="ch3.html#ch3.2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3</span>Assignment of Subgenre Labels</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.2.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.1</span>An Example</a></li>
<li><a href="ch3.html#ch3.2.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.2</span>Levels of Subgenre Terms</a></li>
<li><a href="ch3.html#ch3.2.3.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.3</span>Explicit and Implicit Subgenre Signals</a></li>
<li><a href="ch3.html#ch3.2.3.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.4</span>Interpretive Subgenre Labels</a></li>
<li><a href="ch3.html#ch3.2.3.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.5</span>Literary-Historical Subgenre Labels</a></li>
<li><a href="ch3.html#ch3.2.3.6" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.2.3.6</span>A Discursive Model of Generic Terms</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="ch3.html#ch3.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3</span>Text Corpus</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.1</span>Selection of Novels and Sources</a></li>
<li><a href="ch3.html#ch3.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.2</span>Text Treatment</a></li>
<li><a href="ch3.html#ch3.3.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3</span>Metadata and Text Encoding</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.3.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1</span>TEI Header</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.3.3.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.1</span>Title and Publication Statements</a></li>
<li><a href="ch3.html#ch3.3.3.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.2</span>Declaration of Rights</a></li>
<li><a href="ch3.html#ch3.3.3.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.3</span>Source Description</a></li>
<li><a href="ch3.html#ch3.3.3.1.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.4</span>Encoding Description</a></li>
<li><a href="ch3.html#ch3.3.3.1.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.5</span>Abstracts</a></li>
<li><a href="ch3.html#ch3.3.3.1.6" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.6</span>Text Classification with Keywords</a></li>
<li><a href="ch3.html#ch3.3.3.1.7" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.1.7</span>Revision Description</a></li>
</ul>
</li>
<li><a href="ch3.html#ch3.3.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2</span>TEI Body</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch3.html#ch3.3.3.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.1</span>Typographically Marked Subdivisions of the Text</a></li>
<li><a href="ch3.html#ch3.3.3.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.2</span>Typographically Highlighted Words or Phrases</a></li>
<li><a href="ch3.html#ch3.3.3.2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.3</span>Gaps</a></li>
<li><a href="ch3.html#ch3.3.3.2.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.4</span>Verse Lines</a></li>
<li><a href="ch3.html#ch3.3.3.2.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.5</span>Dramatic Text</a></li>
<li><a href="ch3.html#ch3.3.3.2.6" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.6</span>Representations of Written Text</a></li>
<li><a href="ch3.html#ch3.3.3.2.7" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.7</span>Quotations</a></li>
<li><a href="ch3.html#ch3.3.3.2.8" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.8</span>Direct Speech and Thought</a></li>
<li><a href="ch3.html#ch3.3.3.2.9" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.2.9</span>Embedded Texts</a></li>
</ul>
</li>
<li><a href="ch3.html#ch3.3.3.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.3.3</span>TEI Schema</a></li>
</ul>
</li>
<li><a href="ch3.html#ch3.3.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.4</span>Assignment of Subgenre Labels</a></li>
<li><a href="ch3.html#ch3.3.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">3.3.5</span>Derivative Formats and Publication</a></li>
</ul>
</li>
</ul>
</li>
<li style="margin-top: 10px;"><a style="font-weight: bold;" href="ch4.html" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4</span>Analysis</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1</span>Metadata Analysis</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.1</span>On Representativeness</a></li>
<li><a href="ch4.html#ch4.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.2</span>Authors</a></li>
<li><a href="ch4.html#ch4.1.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.3</span>Works</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.3.1</span>Comparison of Bib-ACMé and Conha19</a></li>
<li><a href="ch4.html#ch4.1.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.3.2</span>Corpus-specific Overviews</a></li>
</ul>
</li>
<li><a href="ch4.html#ch4.1.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.4</span>Editions</a></li>
<li><a href="ch4.html#ch4.1.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5</span>Subgenres</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1.5.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.1</span>Explicit Signals, Implicit Signals, and Literary-Historical Labels</a></li>
<li><a href="ch4.html#ch4.1.5.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2</span>Discursive Levels of Subgenre Labels</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1.5.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.1</span>Theme</a></li>
<li><a href="ch4.html#ch4.1.5.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.2</span>Literary Currents</a></li>
<li><a href="ch4.html#ch4.1.5.2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.3</span>Mode of Representation</a></li>
<li><a href="ch4.html#ch4.1.5.2.4" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.4</span>Mode of Reality</a></li>
<li><a href="ch4.html#ch4.1.5.2.5" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.5</span>Identity</a></li>
<li><a href="ch4.html#ch4.1.5.2.6" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.6</span>Medium</a></li>
<li><a href="ch4.html#ch4.1.5.2.7" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.7</span>Attitude</a></li>
<li><a href="ch4.html#ch4.1.5.2.8" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.2.8</span>Intention</a></li>
</ul>
</li>
<li><a href="ch4.html#ch4.1.5.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.3</span>Subgenre Labels Selected for Text Analysis</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.1.5.3.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.3.1</span>Primary Thematic Labels</a></li>
<li><a href="ch4.html#ch4.1.5.3.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.1.5.3.2</span>Primary Literary Currents</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="ch4.html#ch4.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2</span>Text Analysis</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.1</span>Features</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.2.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.1.1</span>General Features: MFW</a></li>
<li><a href="ch4.html#ch4.2.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.1.2</span>Semantic Features: Topics</a></li>
</ul>
</li>
<li><a href="ch4.html#ch4.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2</span>Categorization</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.2.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.1</span>Classification</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.2.2.1.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.1.1</span>Thematic Subgenres</a></li>
<li><a href="ch4.html#ch4.2.2.1.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.1.2</span>Literary Currents</a></li>
</ul>
</li>
<li><a href="ch4.html#ch4.2.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.2</span>Family Resemblance: Network Analysis</a><ul style="list-style-type: none; padding-left: 0;">
<li><a href="ch4.html#ch4.2.2.2.1" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.2.1</span>Method</a></li>
<li><a href="ch4.html#ch4.2.2.2.2" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.2.2</span>Data</a></li>
<li><a href="ch4.html#ch4.2.2.2.3" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">4.2.2.2.3</span>Results</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li style="margin-top: 10px;"><a style="font-weight: bold;" href="ch5.html" class="w3-hover-blue-grey"><span style="display: inline-block; width: 80px;">5</span>Conclusion</a><ul style="list-style-type: none; padding-left: 0;"></ul>
</li>
<li style="margin-top: 10px;"><a href="notes.html" class="w3-hover-blue-grey" style="font-weight: bold;">Notes</a></li>
<li style="margin-top: 10px;"><a href="references.html" class="w3-hover-blue-grey" style="font-weight: bold;">References</a></li>
<li style="margin-top: 10px;"><span style="font-weight: bold;">Appendix</span><ul style="list-style-type: none; padding-left: 0;">
<li><a href="corpus-sources.html" class="w3-hover-blue-grey">Sources of the Novels in the Corpus</a></li>
<li><a href="appendix-figures.html" class="w3-hover-blue-grey">Appendix of Figures</a></li>
<li><a href="index-figures.html" class="w3-hover-blue-grey">Index of Figures</a></li>
<li><a href="index-tables.html" class="w3-hover-blue-grey">Index of Tables</a></li>
<li><a href="index-examples.html" class="w3-hover-blue-grey">Index of Examples</a></li>
</ul>
</li>
</ul>
</div>
<div class="w3-col w3-rest"></div>
</div>
<footer id="myFooter">
<div class="w3-container w3-theme-l2 w3-padding-32">
<p>Henny-Krahmer, Ulrike. 2023. <em>Genre Analysis and Corpus Design.
Nineteenth-Century Spanish-American Novels (1830–1910).</em> HTML version, v1.0.1.
Schriften des Instituts für Dokumentologie und Editorik 17. Berlin: IDE.
DOI: <a href="https://doi.org/10.5281/zenodo.8169081">10.5281/zenodo.8169081</a></p>
</div>
<div class="w3-container w3-theme-l1">
<p><span style="display: inline-block; padding-right: 10px;"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" src="https://ride.i-d-e.de/wp-content/uploads/cc-by.png" width="55"></a></span><a href="imprint.html">Publishing Policy, Imprint and Privacy</a></p>
</div>
</footer>
</div><script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");
// Get the DIV with overlay effect
var overlayBg = document.getElementById("myOverlay");
// Toggle between showing and hiding the sidebar, and add overlay effect
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
overlayBg.style.display = "none";
} else {
mySidebar.style.display = 'block';
overlayBg.style.display = "block";
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
overlayBg.style.display = "none";
}
function myAccFunc(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
x.previousElementSibling.className += " w3-blue-grey";
} else {
x.className = x.className.replace(" w3-show", "");
x.previousElementSibling.className =
x.previousElementSibling.className.replace(" w3-blue-grey", "");
}
}
window.onload, window.onhashchange = function(){
var hash = window.location.hash;
var hash_id = hash.substring(1);
var x = document.getElementById("menuAcc"+hash_id);
if (x.className.indexOf("w3-blue-grey") == -1) {
x.className += " w3-blue-grey w3-show";
x.closest(".w3-bar-block.w3.hide").className.replace("w3-hide","w3-show");
}
var y = document.getElementById("menu"+hash_id);
if (y.className.indexOf("w3-blue-grey") == -1) {
y.className += " w3-blue-grey";
}
};
</script></body>
</html>