mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2024-10-01 01:15:38 -04:00
76 lines
4.3 KiB
HTML
76 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Politics-Conspiracies (Analysis)</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="CSSstyle.css">
|
|
</head>
|
|
<body><button onclick="topFunction()" id="to-top" title="Go to top"><img alt="up arrow"
|
|
src="https://cdn.onlinewebfonts.com/svg/img_231938.png" width="30" /></button>
|
|
<script>
|
|
// Get the button
|
|
let mybutton = document.getElementById("to-top");
|
|
|
|
// When the user scrolls down 20px from the top of the document, show the button
|
|
window.onscroll = function () {
|
|
scrollFunction()
|
|
};
|
|
|
|
function scrollFunction() {
|
|
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
|
|
mybutton.style.display = "block";
|
|
} else {
|
|
mybutton.style.display = "none";
|
|
}
|
|
}
|
|
|
|
// When the user clicks on the button, scroll to the top of the document
|
|
function topFunction() {
|
|
document.body.scrollTop = 0;
|
|
document.documentElement.scrollTop = 0;
|
|
}</script>
|
|
<h1 id="title-index">Politics-Conspiracies (Analysis)</h1>
|
|
<nav id="menu">
|
|
<a href="index.html"><div class="button">Home</div></a>
|
|
<a href="fulltext.html"><div class="button">Fulltext</div></a>
|
|
<a href="analysis.html"><div class="button">Analysis</div></a>
|
|
<a href="gallery.html"><div class="button">Gallery</div></a>
|
|
<a href="methods.html"><div class="button">Methods</div></a>
|
|
<a href="about.html"><div class="button">About</div></a>
|
|
<a href="GitHub.html"><div class="button">GitHub <img
|
|
alt="github icon"
|
|
src="https://logos-download.com/wp-content/uploads/2016/09/GitHub_logo.png"
|
|
width="15" /></div></a>
|
|
|
|
</nav>
|
|
<h1 id="Analysis-title">Voyant</h1>
|
|
<hr/>
|
|
<section class="Analysis">
|
|
<h2>Voyant Cirrus</h2>
|
|
<img alt="Cirrus lowest scale" src="Images/ConspVoyantCirrus.PNG"/>(Fig.1 Freq of 25)
|
|
<img alt="Top terms" src="Images/VoyantTerms.PNG"/>(Fig.2 Most common terms)
|
|
<img alt="Cirrus 205 Freq" src="Images/VoyantCirrus205.PNG"/>(Fig.3 Freq of 205)
|
|
<img alt="Trends" src="Images/VoyantTrends.PNG"/>(Fig.4 Visual trends Throughout all documents)
|
|
|
|
</section>
|
|
<h1 id="Voyant-results"> Conclusion</h1>
|
|
<hr/>
|
|
<section class="Analysis">
|
|
<h2>What We Discovered</h2>
|
|
We ran all of our conspiracy text files through Voyant so we could get a visual view of what words were commonly associated with these files. This can help give us a better idea of what things to look for as we dig deeper into our research of conspiracy theories.
|
|
Fig.1 Top left was the files ran through Voyant at a Frequency of 25 the lowest possible setting. The most common thing people think of when they think conspiracy tends to be "government, money or religion" So there were not to many suprises with the initial search.
|
|
Fig.2 Top right is a list visual of the top terms and how frequently they appeared. Fig.3 We upped the Frequency to 205 to get more of a variety of words commonly used in conspiracies. America or U.S seems to be the most frequent country to appear in these conspiracy theories.
|
|
It was also fascinating how priest showed up 598 times and the pope appeared 974 times throughout all these text file documents. Fig.4 is a graph view of all the documents and the top 5 terms and how frequently they appeared in each document.
|
|
</section>
|
|
|
|
|
|
<pre>
|
|
|
|
</pre>
|
|
<hr/>
|
|
<h2 id="copyright">
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="GNU Public License e" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />
|
|
</h2>
|
|
|
|
</body>
|
|
</html> |