-
Notifications
You must be signed in to change notification settings - Fork 1
/
sh-a-na.html
81 lines (77 loc) · 4.39 KB
/
sh-a-na.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">New Account | <span> SH-A-NA </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/NewAccount.jpg" alt="">
</div><br>
<h5>Use</h5>
<p>This label should be assigned when an account is new relative to the creation of the data collection or to the event you are documenting.</p>
<h5>Details</h5>
<p>When an event impacts multiple communities, there is a tendency for new accounts to be made on social media platforms to talk about the event. Some are created to doxx or attack individuals involved in the event.
A new account could indicate a bad faith actor who is fomenting trouble, rather than engaging in the digital community in a standard way. While this is clearly not always true, it is worth developing a policy on "new"
for each collecting event, and label accounts whose creation dates (part of the metadata download) fall within your defined range. </a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<h5>Design</h5>
<p>New plants are fickle - some thrive, some die, some infect and attack your garden. </p>
<h5>Example</h5>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-a-na.html"><img src="img/NewAccount.jpg">New Account | SH-A-NA</a> #QAnon Aug 2020
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">We are all Greg Gutfeld.<a href="https://twitter.com/hashtag/TheFive?src=hash&ref_src=twsrc%5Etfw">#TheFive</a> <a href="https://twitter.com/hashtag/JuanWilliams?src=hash&ref_src=twsrc%5Etfw">#JuanWilliams</a> <a href="https://t.co/ebZBPHYfKY">https://t.co/ebZBPHYfKY</a></p>— FallenGuy (@FallenGuy3) <a href="https://twitter.com/FallenGuy3/status/1296598686508568576?ref_src=twsrc%5Etfw">August 21, 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>