Skip to content

Commit

Permalink
Merge branch 'main' into word-clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
sly-yush authored Jan 14, 2024
2 parents 114f712 + d3e3871 commit 7a12a31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>How the War in Ukraine is Portrayed in U.S. media</title>
<title>Home Page</title>
<link href="styles.css" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -28,15 +28,15 @@ <h4 class="centered">By Luke Schields, Sly Yushchyshyn, and Alina Beskrovna</h4>

<!-- introduction to research -->
<div class="centered">
<p>On February 24, 2022, Russia launched a full-scale invasion of Ukraine. In response, many NATO member nations, including the United States, have sent financial, humanitarian, and military aid to Ukraine to support their efforts. As the war has played out, providing this aid has become a political football in the United States with the latest relief legislation failing in Congress in December 2023 after being panned by Republican Members of Congress. As support for providing aid to Ukraine begins to show cracks along ideological lines, we aim to investigate how the war in Ukraine is portrayed by media outlets across the political spectrum and how these may contribute to this development.</p>
<p>On February 24, 2022, Russia launched a full-scale invasion of Ukraine. In response, many NATO member nations, including the United States, have sent financial, humanitarian, and military aid to Ukraine to support their war efforts. As the war has played out, providing this aid has become a political football in the United States with the latest relief legislation failing in Congress in December 2023 after being panned by Republican members of Congress. As support for providing aid to Ukraine begins to show cracks along ideological lines, we aim to investigate how the war in Ukraine is portrayed by media outlets across the political spectrum and how these may contribute to this development.</p>
</div>

<hr>

<!--how to cite our research -->
<h2 class="centered">Cite This Project</h2>

<p class="centered">If you would like to cite any of this project, please feel free to use any of the premade citations below.</p>
<p class="centered">If you would like to cite any portion of this project, please feel free to use any of the premade citations below.</p>

<br>

Expand Down Expand Up @@ -70,9 +70,9 @@ <h2 class="centered">Cite This Project</h2>
<hr>

<!-- feedback form -->
<div class="centered-clipped">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfRWK-xJhCgE0AuhEanhjCo-SY2LvBo8aUzPg1v4YfPKf88Rw/viewform?embedded=true" scrolling="no" style="width: 0; min-width: 100%; border: none; height: 600px;" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<div class="centered-clipped">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdnkRcI6fMex_HDP-S0eekyg7nlY8lJq8r88n32z323OA8Dpw/viewform?embedded=true" scrolling="no" width="640" height="656" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<hr>
</body>
</html>
Expand Down
5 changes: 0 additions & 5 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ document.addEventListener('DOMContentLoaded', function() {
}
});

if (!twitterWindow) {
console.error('Failed to open Twitter share window. Make sure popups are allowed for this site.');
}
}

/* Download Chart Button */
function downloadChart() {
// Get the selected year from the dropdown
Expand Down
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ li {
.centered-clipped {
width: 1000px;
margin: auto;
text-align: center;
top: 50px;
left: 50%;
}
Expand Down
9 changes: 4 additions & 5 deletions tv_media.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Television Media</title>
<title>National Press</title>
<link href="styles.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<script src="main.js" defer></script>
<link rel="icon" type="image/png" href="../Ukraine-flag-icon-on-transparent-background-PNG.png">

</head>

<!-- navigation buttons -->
Expand All @@ -23,17 +24,15 @@ <h1>American Network Television Media</h1>
<!-- national tv section -->
<div class="centered">

<h2 class="centered">American Network Television Media</h2>

<p class="centered">While most major network television new sources have covered the war in Ukraine, not all coverage is the same. Different stations have different agendas and their coverage of events is colored by these biases. The table below analyzes the coverage of Ukraine by the three main network television sources by examining their relative use of seleted words included in their coverage of Ukraine.</p>

<br>

<p class="centered">To examine this, we developed a list of words that might signal the tone or context of a given story on Ukraine (left column). We then gathered data totaling how many times each station included this word within 3 minutes of using the word "Ukraine". Using these totals, we determined the average useage of each word across all three stations by year and the standard deviation of the three values. Standard deviation is a common statistical measure of the spread of values in a given set of values, think: the average distance of each value in a set from the average. The values depicted in the table below indicate each stations distance, measured in standard deviation, away from the average of all three, also known as a z-score.</p>
<p class="centered">To explore this, we developed a list of words that might signal the tone or context of a given story on Ukraine (left column). We then gathered data totaling how many times each station included this word within 3 minutes of using the word "Ukraine." Using these totals, we determined the average useage of each word across all three stations by year and the standard deviation of the three values. Standard deviation is a common statistical measure of the spread of a set of values relative to their average. The values depicted below indicate the distance, measured in standard deviation, each station is away from the average of all three, also known as a z-score.</p>

<br>

<p class="centered"> <strong>Put simply, extreme values (more than 1 or less than -1) indicate a station used this word much more frequently or much less frequently than the average of all three stations.</strong> Higher values mean a network used a word more frequently in association with the word "Ukraine" than the average across the three networks. All data is cumulative by year. To examine the underlying data, download the excel below.</p>
<p class="centered"> <strong>Put simply, extreme values (less than -1 or more than 1) indicate a station used this word much more frequently or much less frequently than the average of all three stations.</strong> Higher values mean a network used a word more frequently in association with the word "Ukraine" than the average across the three networks. All data is cumulative by year. To examine the underlying data, download the excel below.</p>

<br><br>

Expand Down

0 comments on commit 7a12a31

Please sign in to comment.