Skip to content

Commit 3e98b11

Browse files
committed
This reverts commit 82a2389.
1 parent 82a2389 commit 3e98b11

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ cover-img: assets/gamergateCollage_thedailycougar.jpg
66
mathjax: true
77
---
88
<style type="text/css" media="screen">
9+
.image_center{
10+
display: block;
11+
margin: auto;
12+
width: 600px;
13+
}
914
.row_div{
1015
display: flex;
1116
justify-content: space-between;
@@ -241,8 +246,9 @@ $$J(A,B)= \frac{A\cap B}{A\cup B}$$
241246

242247
<div class="center_div">
243248
So subreddits with a higher proportion of overlapping users will have a higer Jaccard index.
249+
<br><br>
244250

245-
<img src="assets/heatmap_users.png"/>
251+
<img src="assets/heatmap_users.png" class="image_center"/>
246252

247253
We can look into the interactions of these subreddits to see if they link towards or get linked, by either gamerghazi or kotakuinaction, to better understand their relationships within the Gamergate network.
248254
<iframe src="assets/stacked_bar_transition.html" class="iframe_standard"></iframe>
@@ -294,7 +300,7 @@ As mentioned before, this story is one of intense harassment, a huge part of man
294300

295301
Gamergate led to a massive hate campaign so as we could expect, the subreddits involved in the conflict spreaded a lot of negativity compared to the the platform as a whole and the link sentiment confirms it very well.
296302

297-
#plot frac neg link# {% include_relative assets/file.html %}
303+
298304

299305
The two sides of the conflict confronted each other vividly on the subject but, like in almost every quarrel, some side can attack with more energy. We determined in a naive way which subreddits are more aggressive in their speach and the one that are more victims of this aggressivity. Here we simplify and classify the "bullies" and the "bullied" by observing which fraction is higher between the outgoing and incomig negative links for each subreddit.
300306

@@ -365,7 +371,7 @@ Let's train our regression model and see how well we can predict the link sentim
365371

366372
Training on the whole dataset, we get an prediction accuracy of 0.807 which is pretty satisfying. Now let's see how well the model predict the outgoing link sentiment of each of our selected subreddits.
367373

368-
{% include_relative assets/pred_accuracy_per_subs_hl_data.html %}
374+
<iframe src="assets/pred_accuracy_per_subs_hl_data.html" class="iframe_standard"></iframe>
369375

370376
It is clearly less satisfying...
371377
The accuracy is less than 0.8 for all subreddits and even less than 0.5 for three of them.

0 commit comments

Comments
 (0)