-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsh-c-am.html
86 lines (82 loc) · 4.58 KB
/
sh-c-am.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
<!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">Anonymize Me | <span> SH-C-AM </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/AnonymizeMe.jpg" alt="">
</div><br>
<h5>Use</h5>
<p>This label should be assigned when a creator wants to be anonymous.</p>
<h5>Details</h5>
<p>Anonymity is a form of protection, but it is hard to achieve. Collectors and creators should work together to determine what
level of anonymization is needed on a case-by-case basis. Simply removing or unlinking a handle may suffice, making it more onerous for a user to find the person.
Multiple tweets can be combined into a composite tweet as a stronger method, so that exact text cannot be searched on the originating platform to find the creator.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<h5>Design</h5>
<p>Plants need screening from bugs and pests, and creators need protection from bad actors doxxing or stalking them.</p>
<h5>Examples</h5>
<h6>Level 1 - Removing Handle</h6>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-c-am.html"><img src="img/AnonymizeMe.jpg">Anonymize Me | SH-C-AM</a> Archived Content - @Handle Removed
<blockquote class="twitter-tweet"><p>Have a plan in place to protect people when you make the collection public. Focus on small, intentional collections that are manageable & can enable you to have conversations with folks to seek their consent. Or maybe don't collect right now & focus on supporting local activists.<br>12:17 PM · May 30, 2020</p><br>
</div>
<h6>Level 2 - Composite Tweet</h6>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-c-am.html"><img src="img/AnonymizeMe.jpg">Anonymize Me | SH-C-AM</a> Archived Content - Composite
<blockquote class="twitter-tweet"><p>Two weeks until layoffs, but since I am provisional I am 90% certain I will be laid off. It was my dream job to be a NYC archivist.<br><i>Composite tweet distilled from 3 tweets from August, 2020</i></p><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>