-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsh-a-pb.html
81 lines (77 loc) · 3.98 KB
/
sh-a-pb.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Social Humans Labels</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Oswald:300,400" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a href="http://www.docnow.io"><img class="dnlogo" src="img/dn.png" width="50px"></a><a class="navbar-brand" href="index.html"><img src="img/socialhumans.png" width="160px"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="sh-c-labels.html">SH-C Labels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sh-a-labels.html">SH-A Labels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container detail">
<!-- Portfolio Section -->
<h2 class="my-4">Prob-a-Bot | <span> SH-A-PB </span></h2>
<hr>
<div class="row pb-5 mb-5">
<div class="col-lg-6 col-md-6 col-sm-6 portfolio-item">
<div class="card">
<img class="card-img-top" src="img/ProbaBot.jpg" alt="">
</div><br>
<h5>Use</h5>
<p>This label should be assigned when an account is likely a bot. Indicate % likelihood in label.</p>
<h5>Details</h5>
<p>There are various tools that you can use to determine the probability that an account is a bot. Things to consider
include rate of tweeting, timestamps of tweets,
stock images such as national flags, long strings of numbers in user handles, <a href="https://medium.com/dfrlab/botspot-twelve-ways-to-spot-a-bot-aedc7d9c110c">and more.</a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<h5>Design</h5>
<p>Bots aren't alive! They should be made more visible. Not all bots are bad, but noting their existence is important for context.</p>
<h5>Example</h5>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-a-pb.html"><img src="img/ProbaBot.jpg">Prob-a-Bot | SH-A-PB</a> Archived Content, 100% Likely
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Change in Headline <a href="https://t.co/dq079O6KC2">pic.twitter.com/dq079O6KC2</a></p>— Editing TheGrayLady (@nyt_diff) <a href="https://twitter.com/nyt_diff/status/1267858590897000449?ref_src=twsrc%5Etfw">June 2, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-3 bg-dark">
<div class="container">
<p class="m-0 text-center text-white"><small>Content on this website is under Creative Commons License <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a></small></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>