-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreview.html
130 lines (120 loc) · 4.97 KB
/
review.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://rhiaro.co.uk/views/normailze.min.css" />
<link rel="stylesheet" href="https://rhiaro.co.uk/views/core.css" />
<link rel="stylesheet" href="https://rhiaro.co.uk/views/base.css" />
</head>
<body>
<article>
<h1>Review 2016-11-23</h1>
<h2>Intro</h2>
<p>Multidisciplinary Web Science approach. Bridging understanding of self and identity and sociality from social sciences and psychology, with concrete technical recommendations for enabling better use of the Web for self-expression.</p>
<h2>Studies</h2>
<h3>Content creator profiles</h3>
<p>Roles, attribution, accountability, traceability</p>
<h3>The many dimensions of lying online</h3>
<p>..</p>
<h3>Computationally-mediated pro-social deception</h3>
<p>..</p>
<h3>#ownYourData</h3>
<p>Self-expression, persistence/ephemerality, decompartmentalisation, norms and expectations of SNS, audience management, surveillance/privacy</p>
<h3>What is a profile?</h3>
<p>Flexibility, prominence, access control, portability/constraints, purpose/use (of profile within the system, not of the system)</p>
<h2>Framework</h2>
<pre>
CONTEXT
/ \
who sees you what do they see
/ \ / \
CASCADE CONNECTIVITY CONTROL CUSTOMISABILITY
\ | | /
how this image of you is interpreted/used
</pre>
<ul>
<li>
<strong>Context</strong>
<ul>
<li>social/cultural expectations of platform/community</li>
<li>personal motivations and use cases</li>
<li>technical constraints</li>
<li>IRL/offline cultural biases of systems</li>
</ul>
</li>
<li>
<strong>Control</strong>
<ul>
<li>persistent vs ephemeral data/identities</li>
<li>anonymity/pseudonymity/realnames</li>
<li>traceability - between identities</li>
</ul>
</li>
<li>
<strong>Customisability</strong>
<ul>
<li>expression given to other uses</li>
<li>profile/page/avatar as "body" for self expression</li>
</ul>
</li>
<li>
<strong>Connectivity</strong>
<ul>
<li>impression management</li>
<li>imagined audience</li>
</ul>
</li>
<li>
<strong>Cascade</strong>
<ul>
<li>expression given off</li>
<li>privacy/surveillence</li>
<li>unintended profiles built by third parties</li>
</ul>
</li>
</ul>
<p><img src="onlineidframework.png" /></p>
<h2>Standards</h2>
<p><img src="somanyspecs.png" /></p>
<h2>Timeline</h2>
<h3>2012-2013</h3>
<ul>
<li>Studied content creators</li>
<li>How to make their activities machine-readable</li>
<li>Empircal analysis of profiles, resulting in better understanding of complexity of online identity and personas</li>
</ul>
<h3>2013-2014</h3>
<ul>
<li>Looking to decentralised systems to retain ownership</li>
<li>Tangent about named graphs for changing data for different contexts. Decided it is too complicated for a technical solution alone.</li>
<li>Tried some monocultures. Switched to standards.</li>
</ul>
<h3>2014-2015</h3>
<ul>
<li>Standards for decentralised social via Social Web WG</li>
<li>Studying how people adapt centralised social systems and how this reveals needs not met.</li>
<li>Studied what is permitted for self-presentation in mainstream systems from a purely functionality perspective</li>
</ul>
<h3>2015-2016</h3>
<ul>
<li>Studying (deficiencies of) existing decentralisation work</li>
<li>Studying people who build/use decentralised systems for social already</li>
<li>Contributing towards a suite of standards for modular integration social features</li>
<li>Created framework for understanding different factors which together impact persentation of self through online social</li>
</ul>
<h3>2016-2017</h3>
<ul>
<li>Evaluate new standards work compared to where we've come from. What has this enabled?</li>
<li>(Writing up literature)</li>
</ul>
<h2>Plan</h2>
<ul>
<li><strong>Nov:</strong> Finish SocialWG history/summary chapter.</li>
<li><strong>Dec:</strong> Background on other decentralisation attempts.</li>
<li><strong>Jan:</strong> Catch up literature</li>
<li><strong>Feb:</strong> Intro and conclusions</li>
<li><strong>Mar:</strong> Final draft</li>
<li><strong>Apr:</strong> Submit</li>
</ul>
</article>
</body>
</html>