-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguage_major_revisions.html
447 lines (395 loc) · 17.6 KB
/
language_major_revisions.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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Language in Absalom, Absalom!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Remote JS Packages -->
<script src="https://unpkg.com/scrollama"></script>
<script src="https://unpkg.com/d3@5.9.1/dist/d3.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/0.71/jquery.csv-0.71.min.js"></script>
<script src="https://cdn.plot.ly/plotly-2.26.0.min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<!--Local JS script-->
<script src="js/language_charts.js"></script>
<!--Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<!--Local style sheets-->
<link rel="stylesheet" href="css/family.css" />
<link rel="stylesheet" href="css/visual_essay.css" />
<link rel="stylesheet" href="css/scroll_chart_style.css" />
<style>
.scroll_lock {
/*margin-bottom:100px;*/
}
#scrolly-neologisms {
position: relative;
width: 70%;
margin-left: auto;
margin-right: auto;
display: flex; /* add this property to center the section */
justify-content: center;
}
article {
position: relative;
padding: 0;
max-width: 20rem;
margin: 0 auto;
}
figure.scroll_video {
position: -webkit-sticky;
position: sticky;
left: 0;
width: 100%;
margin: 0;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 0;
}
figure p {
text-align: center;
padding: 1rem;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 8rem;
font-weight: 900;
color: #fff;
}
#neologisms {
}
.step {
margin: 0 auto 2rem auto;
/*color: #fff;*/
/*background-color: rgba(0, 0, 0, 0.1);*/
opacity: 0;
transition: opacity 1s ease;
}
.step:last-child {
margin-bottom: 0px;
height: 250px;
}
.step:first-child {
margin: auto;
}
.step.is-active {
opacity: 1;
}
.step.is-active p {
background-color: rgba(206, 206, 206, 0.28);
color: rgba(0, 0, 0, 0.80);
}
.step p {
text-align: center;
color: rgba(206, 206, 206, 0.0);
padding: 1rem;
font-size: 1.5rem;
/*background-color: #3b3b3b;*/
}
</style>
</head>
<body>
<main>
<div id="page_header">
<div id="header_logo"><a class="logo" href="http://faulkner.iath.virginia.edu/"><span class="digital">DIGITAL</span> Yoknapatawpha</a> · Teaching & Learning</div>
<div id="main-menu">
<ul id="main-menu-links">
<li>
<a href="http://faulkner.iath.virginia.edu/family/index-about.php">About</a>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/credits.php">Credits</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/dedication" target="_blank">Dedication</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/digital-yoknapatawpha-bibliography" target="_blank">Bibliography</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/dysocialmedia.php">DY on Social Media</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/digital-yoknapatawpha-articles-presentations" target="_blank">Re-Presenting DY</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/videos-2016demos.php">2016 Demos</a></li>
</ul>
</li>
<li class="bullet-link">
<a href="http://faulkner.iath.virginia.edu/family/index-search.php">Search</a>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/events/">Events</a></li>
<li>
<span class="nav-blank">Characters</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/characters/">By Text</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/cumulative_characters/">Cumulative</a></li>
</ul>
</li>
<li>
<span class="nav-blank">Locations</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/locations/">By Text</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/cumulative_locations/">Cumulative</a></li>
</ul>
</li>
</ul>
</li>
<li class="bullet-link">
<a href="http://faulkner.iath.virginia.edu/family/index-visualizations.php">Visualizations</a>
<ul>
<li class="first-item">
<span class="nav-blank">Location-Character</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/characters-force.html">Force Directed</a></li>
<li><a href="http://faulkner.iath.virginia.edu/characters-bipart.html">Bipartite</a></li>
</ul>
</li>
<li><a href="http://faulkner.iath.virginia.edu/char-char-force.html">Character-Character</a></li>
<li><a href="http://faulkner.iath.virginia.edu/characters-graph.html">Character-Event</a></li>
<li>
<span class="nav-blank">Heatmaps</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/heatmaps/spatial_heatmaps.php">Spatial</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/heatmaps/temporal_heatmaps.php">Temporal</a></li>
</ul>
</li>
<li>
<span class="nav-blank">Photographs</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/photograph_locations.php">by Location</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/photograph_repositories.php">by Repository</a></li>
</ul>
</li>
<li><a href="http://faulkner.iath.virginia.edu/narrativeanalysis.html" target="_blank">Narrative Analysis</a></li>
</ul>
</li>
<li class="bullet-link">
<a href="http://faulkner.iath.virginia.edu/family/index-commentaries.php">Commentaries</a>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/media/resources/DISPLAYS/FaulknerMapsHP.html" target="_blank">Faulkner & Maps</a></li>
<li><a href="http://faulkner.iath.virginia.edu/YokCemeteries.html">Cemeteries</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/">Genealogies</a></li>
<li><a href="http://faulkner.iath.virginia.edu/racial_demography/">Race & Place</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/aa_sources.php">Analyzing <em>Absalom, Absalom!</em></a></li>
</ul>
</li>
<li class="bullet-link">
<a href="http://faulkner.iath.virginia.edu/family/index-teaching_and_learning.php">Teaching & Learning</a>
<ul>
<li class="first-item">
<span class="nav-blank">Resources by Text</span>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/resources-re.php">"A Rose for Emily"</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/resources-ld.php">As I Lay Dying</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/resources-sf.php">The Sound and the Fury</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/resources-aa.php">Absalom, Absalom!</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/resources-ds.php">"Dry September"</a></li>
</ul>
</li>
<li><a href="http://faulkner.iath.virginia.edu/family/videos-teaching_and_learning.php">Videos</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/pedagogyarticles" target="_blank">Articles</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/tlworksheethomepage" target="_blank">Worksheets</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/swhomepage" target="_blank">Student Work</a></li>
</ul>
</li>
<li class="bullet-link">
<a href="http://faulkner.iath.virginia.edu/family/index-indexes.php">Indexes</a>
<ul>
<li class="first-item"><a href="http://faulkner.iath.virginia.edu/family/cumulative_characters.php">Cumulative Characters</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/cumulative_locations.php">Cumulative Locations</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/recurring_events.php">Recurring Events</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/indexofmssetc" target="_blank">Manuscripts</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/indexofmagazineillustrations" target="_blank">Illustrations</a></li>
<li><a href="https://faulkner.drupal.shanti.virginia.edu/content/indexofaudioclips" target="_blank">Audio Clips</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/contributors.php">Scholarly Collaborators</a></li>
<li><a href="http://faulkner.iath.virginia.edu/family/videos-index.php">DY Videos</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="container">
<section>
<div class="banner">
<div class="h2 text-left py-4">Digital Supplement</div>
<div class="h4 text-left"><em>Absalom, Absalom! </em> and the Digital Humanities: Charting Characters, Events, and Language</div>
<div class="h4 pb-3"><small class="text-body-secondary">Johannes Burgers</small></div>
<div id="header-menu-bar">
<ul>
<li><a href="characters_major_revision.html">Characters</a></li>
<li><a href="events_major_revisions.html">Events</a></li>
<li><a href="language_major_revisions.html">Language</a></li>
<li><a href="index.html">About</a></li>
</ul>
</div>
</div>
</section>
<!-- Pre Scroll Text ENDS-->
<section>
<h1 class="content_title">Language</h1>
<h2 class="content_sub_title text-center">
<small class="text-center text-body-secondary">“it struck word by word, the resonant strings of remembering”</small>
</h2>
<div class="essay_section">
<p>
The language in <i>Absalom, Absalom!</i> is very challenging. Faulkner’s language constantly draws attention to itself.
The text reminds us that <i>what</i>is said cannot be separated from <i>how</i> it is said.
</p>
</div>
</section>
<section>
<div class="essay_section">
<h2 class="content_sub_title">The Long Sentence</h2>
<p>Sentences in <i>Absalom, Absalom!</i> are very long. On average, sentences are around 50 words long. The longest sentence is 1,124 words. That’s a 3-4 page college paper in one sentence! Compared to other American Classics, Faulkner’s sentences are much, much longer.</p>
<div id="wordchart"></div>
For Faulkner, these long sentences are more than rhetorical pyrotechnics, they try to capture how the past continuously intrudes upon the present. Asked in an interview about why he wrote such long sentences, Faulkner contends that there is no such thing as “was” because everyone brings their past with them. His long sentences are a way to capture this sensation. In an interview he claims:
<figure>
<div class="blockquote-outline">
<blockquote class="blockquote">“a man, a character in a story at any moment of action is not just himself as he is then, he is all that made him, and the long sentence is an attempt to get his past and possibly his future into the instant in which he does something”</blockquote>
<figcaption class="blockquote-footer">
<em>Faulkner in the University: Class Conferences at the University of Virginia, 1957-1958</em> <cite title="the long sentence">Vintage Books, 1965 </cite>
</figcaption>
</div>
</figure>
In a sense, the prose complements the narrative structure, which also sees the past continuously returning.
</div>
</section>
<section>
<div class="essay_section">
<h2 class="content_sub_title">Neologisms</h2>
<p>
Faulkner also concocts neologisms, new words, by combining words or adding a prefix to an existing word. There are 30 of such words and many other words that are uncommon or archaic.
</p>
<p>Often their meaning tarries between simple binaries, collapsing the neat distinctions created by language.</p>
</div>
</section>
<section>
<div class="scroll_lock">
<div id="scrolly-neologisms">
<div class="sticky_scroll">
<figure class="scroll_video">
<video id="neologisms" muted loop>
<source src="media/video/neologism_large.mp4" type="video/mp4">
</video>
</figure>
<article>
<div class="step is-active" data-step="1" style="height: 250px;" data-scrollama-index="0">
<p>They force the reader to consider their meaning. </p>
</div>
<div class="step" data-step="2" style="height: 250px;" data-scrollama-index="1">
<p>Is an "unorganism" alive or dead??</p>
</div>
<div class="step" data-step="3" style="height: 250px;" data-scrollama-index="2">
<p>How can Quentin speak in "notlanguage"?</p>
</div>
<div class="step" data-step="4" style="height: 250px;" data-scrollama-index="3">
<p>How can Charles be a "nothusband"?</p>
</div>
</article>
</div>
</div>
</div>
<div class="essay_section">
<p>Faulkner's recondite vocabulary draws attention to the fact that each individual fact disclosed by the teller is composed of individual words. These words can only be understood in context.</p>
</div>
</section>
<section>
<div class="essay_section">
<h2 class="content_sub_title">Parentheticals</h2>
<p>
Perhaps the most unique feature of the text is Faulkner’s use of parentheses.There are 1278 total or 639 pairs. These parentheses occur across the text, and also nest within each other four levels deep.
</p>
<div class="my-4">
<ul class="text-center">
<li>() Level 1 </li>
<li>(()) Level 2</li>
<li>((())) Level 3</li>
<li>(((()))) Level 4</li>
</ul>
</div>
<p>
The nestings offer a network of digressions, modifications, amplifications, and dead ends. They represent the constant search for words to tell the story of the Sutpen family.
</p>
<div id="parenthesisChart"></div>
</div>
</section>
<section>
<div class="essay_section">
<h2 class="content_sub_title">Faulkner's Language</h2>
<p>The complexity of Faulkner’s language forces the reader to consider the meaning of every word, in every long sentence, throughout the entire work. One cannot pull at any thread in the novel without loosening others. The past existed as a reality, but it can only be translated into the present in and through language.</p>
</div>
</section>
</div>
<div class="pt-4"></div>
<div id="page_footer">
<div id="footer_iath_link"><a href="http://www.iath.virginia.edu/">IATH</a></div>
</div>
</main>
<script>
$('document').ready(function () {
Plotly.newPlot('wordchart', data, layout_words_per_sentence);
// using d3 for convenience
var main = d3.select("main");
var scrolly = main.select("#scrolly-neologisms");
var figure = scrolly.select("figure");
var video = figure.select("video");
var article = scrolly.select("article");
var step = article.selectAll(".step");
var firstStep = article.select(".step:first-child");
var lastStep = article.select(".step:last-child");
// initialize the scrollama
var scroller = scrollama();
// generic window resize listener event
function handleResize() {
// 1. update height of step elements
var stepH = Math.floor(window.innerHeight * 0.5);
step.style("height", stepH + "px");
var figureHeight = window.innerHeight / 2;
var figureMarginTop = (window.innerHeight - figureHeight) / 2;
firstStep
.style("margin-top", 0 - figureHeight / 2 + "px")
lastStep
.style("margin-bottom", 0 - figureHeight / 2 + "px")
figure
.style("height", figureHeight + "px")
.style("top", figureMarginTop + "px");
video
.style("height", figureHeight + "px")
.style("top", figureMarginTop + "px")
/*.style("width", window.innerWidth+"px");*/
// 3. tell scrollama to update new element dimensions
scroller.resize();
}
// scrollama event handlers
function handleStepEnter(response) {
step.classed("is-active", function (d, i) {
return i === response.index;
});
if (response.index >= 1 && response.index < 3) {
const video = document.getElementById("neologisms");
video.play();
video.loop = true
}
else {
const video = document.getElementById("neologisms");
video.currentTime = 47;
video.play()
video.loop = false
}
}
function init() {
handleResize();
scroller
.setup({
step: "#scrolly-neologisms article .step",
offset: .7,
debug: false
})
.onStepEnter(handleStepEnter);
}
init();
makeParenthesisPlot();
});
</script>
</body>
</html>