-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (201 loc) · 7.23 KB
/
index.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
<html>
<head>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: right;
width: 600px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
div.gallery2 {
margin: 20px;
border: 1px solid #ccc;
float: left;
width: 900px;
}
div.gallery2:hover {
border: 2px solid #777;
}
div.gallery2 img {
width: 100%;
}
#header{
text-align: center;
color: purple;
}
#blurb{
text-align: center;
color: grey;
}
#title{
text-align: center;
color: dark-grey;
}
#title2{
text-align: center;
color: dark-grey;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
</head>
<body>
<h1 id="header">United States Parties Throughout Time</h1>
<h3 id="blurb">Below this point are the scattertext diagrams created from every presidential speech in US history. They have been broken up according to the time period each speech occured during. As you descend, they will get more recent. The goal of this project was to allow people to be able to explore partisanship throughout time in the United States. Comparing different political parties and their usage of language has shown a real difference in the levels of partisanship and types of partisan issues we face. Many differences between these groups of people become apparent when looking at the charts covering the breakdown of word frequencies of presidential speeches across different eras of our politics.<h3>
<h2 id="title">How to read a Scattertext Chart</h2>
<h3 id="blurb">Once you have selected the scattertext model you would like to view, click on it. From there it will open in a new webpage. Please have a little patience in waiting for the model to load, and enjoy!</h3>
<img src = "Example-Chart.PNG" class="center"></img>
<h3 id="blurb">Once you click on or search for a term, you will see the breakdown of the usage of that term in each speech at the bottom of the screen. </h3>
<img src = "Example of Clicking on a Term.PNG" class="center"></img>
<h2 id="title">First Party System: 1792-1824</h2>
<div class="gallery">
<a target="_blank" href="Html_Files/First Party System/Independent.html">
<img src="1_Indep.PNG" width="600" height="400">
</a>
<div class="desc">First Party System: Independant</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/First Party System/Democratic-Republican.html">
<img src="1_Demo_Repub.PNG" width="600" height="400">
</a>
<div class="desc">First Party System: Democratic-Republicans</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/First Party System/Democratic_Republican-National_Republican.html">
<img src="1_Demo_Repub_Nat_Repub.PNG" width="600" height="400">
</a>
<div class="desc">First Party System: Democratic-Republican/National Republians</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/First Party System/Federalist.html">
<img src="1_Fed.PNG" width="600" height="400">
</a>
<div class="desc">First Party System: Federalists</div>
</div>
<h2 id="title">Second Party System: 1828-1854</h2>
<div class="gallery">
<a target="_blank" href="Html_Files/Second Party System/Whig.html">
<img src="2_Whig.PNG" width="600" height="400">
</a>
<div class="desc">Second Party System: Whigs</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Second Party System/Republican_National-Union.html">
<img src="2_Repu_Nat_Un.PNG" width="600" height="400">
</a>
<div class="desc">Second Party System: Republican/National-Union</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Second Party System/Democratic-Jacksonian.html">
<img src="2_Demo_Jacks.PNG" width="600" height="400">
</a>
<div class="desc">Second Party System: Democratic-Jacksonian</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Second Party System/Democratic.html">
<img src="2_Demo.PNG" width="600" height="400">
</a>
<div class="desc">Second Party System: Democratic</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Second Party System/Republican.html">
<img src="2_Rep.PNG" width="600" height="400">
</a>
<div class="desc">Second Party System: Republican</div>
</div>
<div class="gallery">
</div>
<h2 id="title2">Third Party System: 1854-1890</h2>
<div class="gallery">
<a target="_blank" href="Html_Files/Third Party System/Democratic-National_Union.html">
<img src="3_Demo_Nat_Un.PNG" width="600" height="400">
</a>
<div class="desc">Third Party System: Democratic/National-Union</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Third Party System/Republican-National_Union.html">
<img src="3_Rep_Nat_Un.PNG" width="600" height="400">
</a>
<div class="desc">Third Party System: Republican/National-Union</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Third Party System/Republican.html">
<img src="3_Rep.PNG" width="600" height="400">
</a>
<div class="desc">Third Party System: Republican</div>
</div>
<div class="gallery">
<a target="_blank" href="Html_Files/Third Party System/Democratic.html">
<img src="3_Demo.PNG" width="600" height="400">
</a>
<div class="desc">Third Party System: Democratic</div>
</div>
<h2 id="title">Fourth Party System: 1896-1932</h2>
<div class="gallery2">
<a target="_blank" href="Html_Files/Fourth Party System/Republican.html">
<img src="4_Repub.PNG" width="800" height="500">
</a>
<div class="desc">Fourth Party System: Republican</div>
</div>
<div class="gallery2">
<a target="_blank" href="Html_Files/Fourth Party System/Democratic.html">
<img src="4_Demo.PNG" width="800" height="500">
</a>
<div class="desc">Fourth Party System: Democratic</div>
</div>
<h2 id="title">Fifth Party System: 1932-1976</h2>
<div class="gallery2">
<a target="_blank" href="Html_Files/Fifth Party System/Republican.html">
<img src="5_Rep.PNG" width="800" height="500">
</a>
<div class="desc">Fifth Party System: Republican</div>
</div>
<div class="gallery2">
<a target="_blank" href="Html_Files/Fifth Party System/Democratic.html">
<img src="5_Demo.PNG" width="800" height="500">
</a>
<div class="desc">Fifth Party System: Democratic</div>
</div>
<h2 id="title">Sixth Party System: 1976-2016</h2>
<div class="gallery2">
<a target="_blank" href="Html_Files/Sixth Party System/Republican.html">
<img src="6_Rep.PNG" width="800" height="500">
</a>
<div class="desc">Sixth Party System: Republican</div>
</div>
<div class="gallery2">
<a target="_blank" href="Html_Files/Sixth Party System/Democratic.html">
<img src="6_Demo.PNG" width="800" height="500">
</a>
<div class="desc">Sixth Party System: Democratic</div>
</div>
<h2 id="title">Seventh Party System: 2016-2022</h2>
<div class="gallery2">
<a target="_blank" href="Html_Files/Seventh Party System/Republican.html">
<img src="6_Rep.PNG" width="800" height="500">
</a>
<div class="desc">Seventh Party System: Republican</div>
</div>
<div class="gallery2">
<a target="_blank" href="Html_Files/Seventh Party System/Democratic.html">
<img src="6_Demo.PNG" width="800" height="500">
</a>
<div class="desc">Seventh Party System: Democratic</div>
</div>
</body>
</html>