-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinteractive_viz.html
31 lines (22 loc) · 1.22 KB
/
interactive_viz.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
---
layout: default
title: Interactive Visualization
description: An interactive visualization of our Performative Analysis of President Trump's speeches.
---
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="/google_stacked_chart.js"></script>
<div class="container">
<div class="row" style="padding-top: 50px;">
<div class="col-md-10 col-md-offset-1 well chart-container">
<h3 class="text-center">Performative Analysis of President Trump's Speeches</h3>
<!--<div class="row">
<div class="col-md-8 col-md-offset-2 chart-subheader">
Method: Using detailed analysis of written transcripts, we’ve compile numerical data that
quantifies the different styles of rhetoric used in Mr. Trump’s speech
</div>
</div>-->
<div id="chart_div"></div>
</div>
</div>
<p>Using detailed analysis of written transcripts, we’ve compile numerical data that quantifies the different styles of rhetoric used in Mr. Trump’s speech. For more details on the analyis methodology, see our <a href="about.html">About page</a>.</p>
</div>