-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 2.94 KB
/
index.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src = 'https://d3js.org/d3.v4.js'></script>
<script src = 'scroller.js'></script>
<script src="https://d3js.org/d3-scale-chromatic.v1.min.js"></script>
<title> On Uyghur's Silence </title>
</head>
<body>
<div id="tooltip"></div>
<div id="graphic">
<div id="sections">
<section class = "step1">
<div class="title"></div>
<br><br>
<h1>Where, when, and how much has been reported on Uyghur's issue around the world?</h1>
<p style="font-style:italic;font-size: 20px;color: #151515;line-height: 28px;margin-left: 25px;margin-right: 25px; margin-top: 40px;">
Does Chinese influence and diplomatic relations in countries around the globe affect media reports
and mentions on a controversial Uyghurs’ issue? We will explore number of "Uyghurs" mentions in media reports from 2017-2021
from different countries. Silence on Uyghurs issue from media might tell us a lot, especially if we see such pattern from certain countries and look at their diplomatic relations with China.
<br><br>
</p>
<p style="text-align: center; font-size: 18px; margin-left: 70px; margin-right: 70px; font-family: Helvetica Neue; font-weight: 500;">
In April 2021, Joe Biden’s US administration has officially accused China of committing “genocide” against the Uyghur ethnic minority in the Xinjiang region.
There have been multiple investigations from <a href="https://www.buzzfeednews.com/article/alison_killing/satellite-images-investigation-xinjiang-detention-camps"> Buzzfeed </a>,
<a href="https://www.nytimes.com/video/world/asia/100000006874372/chinese-labor-uighurs.html">the New York Times</a>, <a href="https://humanrights.berkeley.edu/news/%E2%80%98wearing-mask-it-may-come-china%E2%80%99s-controversial-labor-program%E2%80%99-%E2%80%94-hrc-lab-collaborates-story">Human Rights Center at Berkeley x NYT Visual Investigations</a>,
and <a href="https://www.bbc.com/news/world-asia-china-22278037">BBC</a> obtained through sophisticated satellite imagery analysis and
open-source visual verifications to uncover China's controversial labor program, Xinjiang's camps, and Uyghurs' oppression at large. This visual exploration is based on data provided by <a href="https://primer.ai/"> Primer.ai </a>
<br><br>
</p>
<div id="my_dataviz"></div>
</section>
<section class="step">
<script src = 'sections.js'></script>
</section>
</div>
</body>
</html>