-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (73 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
76 lines (73 loc) · 1.98 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Conversation Quality</title>
<!--<link rel="stylesheet" type="text/css" href="css/html5reset.css">-->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class='section' id='head'>
<h1>Conversation Quality</h1>
<h2>Conversation quality across news post comments on platforms</h2>
</div>
<div class='section' id='lastweek'>
<h3>In the last week</h3>
</div>
<div class='section'>
<table>
<thead>
<tr>
<th scope="col" class="colhead"></th>
<th scope="col" class="colhead">All Platforms</th>
<th scope="col" class="colhead">Youtube</th>
<th scope="col" class="colhead">Reddit</th>
<th scope="col" class="colhead">Twitter</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" class="rowhead">
<label for="dropdn"> Overall Conversation Quality</label>
</th>
<td id='primary'>60</td>
<td>41</td>
<td>97</td>
<td>41</td>
</tr>
<tr class="submenu">
<th scope="row" class="rowhead", id='left'>Reciprocity</th>
<td>38</td>
<td>35</td>
<td>51</td>
<td>38</td>
</tr>
<tr class="submenu">
<th scope="row" class="rowhead", id='left'>Toxicity</th>
<td>38</td>
<td>35</td>
<td>51</td>
<td>38</td>
</tr>
<tr>
<th scope="row" class="rowhead", id='left'>Disagreement</th>
<td>85</td>
<td>39</td>
<td>34</td>
<td>69</td>
</tr>
<tr>
<th scope="row" class="rowhead", id='left'>Civility</th>
<td>38</td>
<td>60</td>
<td>66</td>
<td>44</td>
</tr>
</tbody>
</table>
</div>
<div class='section' id='history'>
<h3>History</h3>
</div>
<img class='section' src="intchart.png">
</body>
</html>