-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
86 lines (67 loc) · 3.93 KB
/
social.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
---
layout: null
section-type: social
title: Main Social Phenomena
---
## Major Social Phenomena
<blockquote>
<p style="text-align:left"><i> 4. How did the RTS coverage of important social phenomena like the sexual revolution,
women’s voting right, and terrorism evolved over time?<br>
</i></p>
</blockquote>
We have chosen to study some of the major social phenomenas of the 20th century. <br>
Looking at the various plots below, we can see some trends appearing :<br>
<select id="favoriteThemes" name="form_select" style="background-color:black">
<option value="terrorisme">Terrorism</option>
<option value="vote">Women's voting right</option>
<option value="famille">Famille</option>
<option value="feminisme">Feminism</option>
<option value="homosexualite">Homosexuality</option>
<option value="mariage">Mariage</option>
</select>
<script type="text/javascript">
document.getElementById('favoriteThemes').addEventListener('change', function () {
$("#graph_container").children().hide();
document.getElementById(this.value).style.display = "inline";
//$("#"+this.value).show();
});
</script>
<div id="graph_container">
<iframe id="feminisme" width="900" height="800" frameborder="0" scrolling="no" style="display:none;"
src="//plot.ly/~sfa/15.embed?link=false"></iframe>
<iframe id="vote" width="900" height="800" frameborder="0" scrolling="no" style="display:none;"
src="//plot.ly/~sfa/2.embed?link=false"></iframe>
<iframe id="homosexualite" width="900" height="800" frameborder="0" scrolling="no" style="display:none;"
src="//plot.ly/~sfa/6.embed?link=false"></iframe>
<iframe id="terrorisme" width="900" height="800" frameborder="0" scrolling="no" style="display:inline;"
src="//plot.ly/~sfa/17.embed?link=false"></iframe>
<iframe id="famille" width="900" height="800" frameborder="0" scrolling="no" style="display:none;"
src="//plot.ly/~sfa/9.embed?link=false"></iframe>
<iframe id="mariage" width="900" height="800" frameborder="0" scrolling="no" style="display:none;"
src="//plot.ly/~sfa/13.embed?link=false"></iframe>
</div>
<b>Note: Hover over the bar plots to see the co-occurrences for a given year.</b>
<br>
A co-occurrence happens when words show up frequently together (un a cirtain year).
In some years, there is no dominant co-occurence. This is because we set a threshold and filter the words with co-occurrences
lower the threshold.
### Women's Voting Rights
For women's voting right, the co-occurrences peaks at 1971 when a referendum was held in Switzerland.
In the following years, presumably because it's more or less a resolved issue. However, there are some exceptions.
The last time the subject passed our threshold was in 2017, as the Saudi women gained right to vote in certain elections.<br>
### Homosexuality
In the case of Homosexuality, we observe that there was absolutely no mention of the topic until 1960s! The interest in
the topic picks at 2003.
We observe that in the first appearances, the dominant co-occurences are "films" (movies), "livre" (books) showing that
artists were trying to talk about the subject. Whereas in the last years, although the number of occurrences has
not changed (even decreased over the last five years), the dominant co-occurrences are marriage, children and medicine
which shows the progress made on the subject.
### Terrorism
Finally, for terrorism, it's interesting to see that after every peak, there is an important dip in the occurrences,
in the following year.
The co-occurrences here give nice insights about major terrorist attacks over the last 50 years. You can see for example, amongst others:
1. Vietnam and US war in 1964
2. l'affaire Gordji and Mitterand in 1988
3. September 11 attacks (reflected in 2002)
4. Madrid attacks in 2004
5. Paris attacks in 2015