-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (202 loc) · 9.4 KB
/
index.html
File metadata and controls
237 lines (202 loc) · 9.4 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
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
---
layout: homepage
title: Home
order: 1
---
<div class="home" id="homeback" style="background-image: url('images/splash/mcmichael.jpg');">
<!--<h1 class="main-heading pink-neon">CTRL-Shift</h1>-->
{% include header.html %}
<div class="headline-wrapper">
<div class="white-space"> </div>
<h1 class="site-headline"> Writing Practice at the Dawn of the Digital Era </h1>
<h3 class="site-subline">11 Contemporary Poets on writing through the advent of the personal computer and into the
arrival of the digital age.
<br /> <br />
<!--<a class="action-button" href="interviews.html">View Interviews</a>-->
</h3>
</div>
</div>
<br /><br />
<div class="home-section home-about">
<h1 class="center">About the Project </h1>
<h3>
CTRL-Shift is an online collection of audio recordings, transcripts, process visualizations, and data analyses
broken out from interviews conducted with 11 prominent contemporary American poets from across the United States.
</h3>
<br />
<p class="center">
<a href="about.html"><img src="{{site.baseurl}}/images/map.jpg" class="center"></a>
</p>
<br />
<h3>The poets interviewed include: Rae Armantrout, Bruce Beasley, Amy Gerstler, Louise Glück, James McMichael, K.
Silem Mohammad, Robert Pinsky, Michael Ryan, Stephanie Strickland, Nance Van Winckel, and Robert Wrigley (below).
</h3>
<br />
<h3>
The project examines recent changes in writing practices that occurred due to the advent of the computer and the
arrival of the digital age and investigates new modes of working with and publishing data from qualitative interview
studies. <br /><br /><a class="action-button float-right mb-4" href="/about/">More about the project ...</a>
</h3>
<br />
</div>
<div class="divider my-4" id="divider1" style='background-image: url("images/splash/beasley.jpg");'></div>
<div class="home-section text-dark">
<h1 class="center">The Interviews </h1>
<h4 class="center">We have interview material in a variety of formats for your listening/viewing/reading pleasure
</h4>
<br />
<!--<h1 class="center" >I would like to
<br/><form id="format"><select>
<option value="interviews">read and listen to</option>
<option value="videos">view</option>
<option value="transcripts">read</option>
</select></form><br/>
an interview by <br/>
<form id="format"><select>
{% assign poets = site.interviews | sort: 'last-name' %}
{% for poet in poets %}
<option value="{{ poet.object-id }}.html">{{ poet.first-name }} {{poet.last-name}}</option>
{% endfor%}
</select></form>
</h1>-->
<div class="center container" >
{% for poet in poets %}
<div class="portraits center">
<a href="interviews/{{poet.object-id}}.html">
<img src="images/portraits/{{poet.object-id}}.png">
<span class="text-dark mt-2 h4">{{ poet.first-name }} {{poet.last-name}}</span>
</a></div>
{% endfor%}
<div style="clear:both"></div>
<br /><br />
<p>
<a class="action-button float-right mb-4" href="interviews/">All Interviews</a></p>
</div>
</div>
<div class="divider my-4" id="divider2" style='background-image: url("images/splash/gerstler.jpg");'></div>
<div class="home-section home-anal">
<h2 class="h1 center">We've also broken the interviews down</h2>
<p class="center h2 mb-3">by Subject </p>
{% include visualization-style.html %}
<div class="container">
{% for transcript in site.data.transcripts limit:2%}{%assign transcript-name = transcript[0] %}
<svg class="chart" width="100%" height="100px" style="overflow: visible">
{% for item in transcript[1] %}
{% assign my_integer = forloop.length %}
{% assign my_float = my_integer | times: 1.0 %}
{% assign rect-width = 100 | divided_by: my_float %}
{%if forloop.first%}<text x="0" y="0"><a href="/subjectviz/">{{transcript-name | capitalize}}</a></text>
<rect x="{{rect-width}}%" y="20" width="{{rect-width}}%" height="50" data-toggle="tooltip" data-placement="top"
class="{{item.tags | replace: ';', ' '}}" title="{{ item.words }}"></rect>
{%else %} <a
href="{{ '/subjectviz/' | relative_url }}">
<rect x="{{forloop.index | times: rect-width }}%" y="20" width="{{rect-width}}%" height="50"
data-toggle="tooltip" data-placement="top" class="{{item.tags | replace: ';', ' '}}"
title="{{ item.words }}{% if item.tags %}(Subjects: {{ item.tags | replace: ';', ', ' }}){%endif%}"></rect>
</a>
{%endif%}{%endfor%}
</svg>
<br />
{%endfor%}
<p class="center h2 mb-3">by Question
<p>
<form id="question" class="center justify-content-center"><select class="center p-2" onchange="window.location.href=this.value">
<option>Select a Question</option>
{% assign questions = site.questions %}
{% for question in questions %}
{% if question.object-id contains "question" %}
<option value="analyses/questions/{{question.object-id}}.html">
{{ question.question }}
</option>
{% else %}
{% endif %}
{% endfor %}
</select></form>
<p class="center h2 my-3">by Respondent </p>
<form id="format" class="center justify-content-center"><select class="center p-2" onchange="window.location.href=this.value">
<option>Select a Poet</option>
{% assign poets = site.interviews | sort: 'last-name' %}
{% for poet in poets %}
<option value="analyses/respondents/{{ poet.object-id }}.html">{{ poet.first-name }} {{poet.last-name}}</option>
{% endfor%}
</select></form>
<p class="center h2 my-3">and by Icon<br />
<span style="font-size:smaller;">by which we mean medium/material/writing practice</span></p>
<p class="image-container" class="center">
{% assign tools = site.tools %}
{% for tool in tools %}
<a href="{{ tool.url}}.html">
<img src="/images/icons/{{ tool.icon-id}}.png">
</a>
{% endfor %}</p><br /><br />
<p>
<a class="action-button float-right mb-4" href="analyses/">More Analyses</a>
</p>
</div>
</div>
<div class="divider my-4" id="divider3" style='background-image: url("images/splash/armantrout.jpg");'></div>
<div class="home-section">
<br />
<p class="center h2">
And pieced together
Process Narratives <br />
& <br />
Visualizations<br />
from each poet's answers
</p>
<br>
{% for poet in poets %}
<div class="container-proc" id="{{poet.object-id}}-viz">
<img src="images/process-icons/{{poet.object-id}}/curgen.png" class="image">
<img src="images/process-icons/{{poet.object-id}}/comprev.png" class="image">
<img src="images/process-icons/{{poet.object-id}}/pub.png" class="image">
<img src="images/process-icons/{{poet.object-id}}/orgarch.png" class="image">
<div class="overlay">
<a href="processes/{{poet.object-id}}.html" class="text">{{poet.first-name}} {{poet.last-name}}
<!--{% capture narrative %}{% include narratives/{{ poet.object-id }}.md %}{% endcapture %}
{{ narrative | truncatewords: 20 }}--></a>
</div>
</div>
<br>
{% endfor%}
<p><a class="action-button float-right mb-4" href="processes/">More Processes</a></p>
</div>
<div class="divider my-4" id="divider4" style='background-image: url("images/splash/ryan.jpg");'></div>
<div class="home-section home-findings">
<h2 class="px-5 h1">So What Did We Find?</h1>
<p class="px-5 h3 about-white-background">We have come up with some initial observations regarding some of the central areas we
investigated. They can be found on our <a href="/findings/">Findings</a> page. </p><br /><br />
<p class="px-5 h3">Our primary intent with this material, however,
was not to make some grand claim about what's changed, as we'd need a bigger and more representative study for
that, but rather to open up the data for you, <span class="text-primary">random Internet citizen</span>,
for your own investigations and discoveries
and in order for those interested
to learn more about these wonderful writers</p>
<br /><br />
<p><a class="action-button float-right mb-4" href="/findings/">More on Findings</a></p>
</div>
<div class="divider my-4" id="divider5" style='background-image: url("images/splash/gluck.jpg");'></div>
<div class="home-section home-flotsam">
<h2 class="h1">Flotsam</h2>
<p class="h2 about-white-background my-3">All our data and the code for this website is available on <a
href="https://github.com/ctrlshifty/ctrlshifty.github.io">GitHub</a>, and via this site.
</p>
<p class="center h3">
And don't leave without letting us generate a poem for you<br /> </h1>
<div class="dropdown center">
<button class="btn btn-lg btn-outline-dark dropdown-toggle mt-4" type="button" id="dropdownMenuButton" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Select a Poet to Generate a Poem
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
{% assign poets = site.interviews | sort: 'last-name' %}
{% for poet in poets %}
<a class="dropdown-item"
href="{{poet.object-id | prepend: '/flotsam/genpoems/' | relative_url}}.html">{{poet.first-name}}
{{poet.last-name}}</a>
{%endfor%}
</div>
</div>
<p><a class="action-button float-right mb-4" href="/flotsam/">All Our Flotsam</a></p>
</div>
<div class="divider my-4" id="divider6" style='background-image: url("images/splash/vanwinckel.jpg");'></div>