-
Notifications
You must be signed in to change notification settings - Fork 1
/
sh-c-rl.html
79 lines (75 loc) · 4.32 KB
/
sh-c-rl.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
<!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">Remove Location | <span> SH-C-RL </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/RemoveLocation.jpg" alt="">
</div><br>
<h5>Use</h5>
<p>This label should be assigned when location metadata is requested to be removed.</p>
<h5>Details</h5>
<p>Location is often part of the metadata archived with social media content. A creator might have had location tracking on original content, but not want that information to be part of the archive.
Collectors should consider comprehensive location scrubbing practices to increase the safety of creators.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<h5>Design</h5>
<p>An uprooted plant could have come from any garden. Content can be divorced from location data and still have great value.</p>
<h5>Example</h5>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-c-rl.html"><img src="img/RemoveLocation.jpg">Remove Location | SH-C-RL</a> Archived Content
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Archivists collecting social media content about protests for <a href="https://twitter.com/hashtag/GeorgeFloyd?src=hash&ref_src=twsrc%5Etfw">#GeorgeFloyd</a> and <a href="https://twitter.com/hashtag/BreonnaTaylor?src=hash&ref_src=twsrc%5Etfw">#BreonnaTaylor</a> should consider how they will protect protestors from surveillance and police. Ethics and care should guide your activities versus quantity and rapid collecting. <a href="https://t.co/YnuQUwibo3">https://t.co/YnuQUwibo3</a></p>— DocumentingTheNow (@documentnow) <a href="https://twitter.com/documentnow/status/1266765585024552960?ref_src=twsrc%5Etfw">May 30, 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>