Skip to content

Commit 98fc550

Browse files
committed
clone from staeiou.github.io
0 parents  commit 98fc550

File tree

951 files changed

+197953
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

951 files changed

+197953
-0
lines changed

CHANGELOG.md

+484
Large diffs are not rendered by default.

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stuartgeiger.com

Gemfile

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
12+
gem "github-pages", group: :jekyll_plugins
13+
14+
# If you want to use Jekyll native, uncomment the line below.
15+
# To upgrade, run `bundle update`.
16+
17+
# gem "jekyll"
18+
19+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
# gem "jekyll-archives"
24+
gem "jekyll-feed"
25+
gem 'jekyll-sitemap', :github => 'jekyll/jekyll-sitemap', :branch => 'master'
26+
end

Gemfile.lock

+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.10.0)
15+
colorator (0.1)
16+
ethon (0.9.0)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.14)
22+
ffi (1.9.14-x64-mingw32)
23+
gemoji (2.1.0)
24+
github-pages (89)
25+
activesupport (= 4.2.7)
26+
github-pages-health-check (= 1.1.0)
27+
jekyll (= 3.1.6)
28+
jekyll-coffeescript (= 1.0.1)
29+
jekyll-feed (= 0.5.1)
30+
jekyll-gist (= 1.4.0)
31+
jekyll-github-metadata (= 2.0.2)
32+
jekyll-mentions (= 1.1.3)
33+
jekyll-paginate (= 1.1.0)
34+
jekyll-redirect-from (= 0.11.0)
35+
jekyll-sass-converter (= 1.3.0)
36+
jekyll-seo-tag (= 2.0.0)
37+
jekyll-sitemap (= 0.10.0)
38+
jemoji (= 0.7.0)
39+
kramdown (= 1.11.1)
40+
liquid (= 3.0.6)
41+
listen (= 3.0.6)
42+
mercenary (~> 0.3)
43+
rouge (= 1.11.1)
44+
terminal-table (~> 1.4)
45+
github-pages-health-check (1.1.0)
46+
addressable (~> 2.3)
47+
net-dns (~> 0.8)
48+
octokit (~> 4.0)
49+
public_suffix (~> 1.4)
50+
typhoeus (~> 0.7)
51+
html-pipeline (2.4.2)
52+
activesupport (>= 2)
53+
nokogiri (>= 1.4)
54+
i18n (0.7.0)
55+
jekyll (3.1.6)
56+
colorator (~> 0.1)
57+
jekyll-sass-converter (~> 1.0)
58+
jekyll-watch (~> 1.1)
59+
kramdown (~> 1.3)
60+
liquid (~> 3.0)
61+
mercenary (~> 0.3.3)
62+
rouge (~> 1.7)
63+
safe_yaml (~> 1.0)
64+
jekyll-coffeescript (1.0.1)
65+
coffee-script (~> 2.2)
66+
jekyll-feed (0.5.1)
67+
jekyll-gist (1.4.0)
68+
octokit (~> 4.2)
69+
jekyll-github-metadata (2.0.2)
70+
jekyll (~> 3.1)
71+
octokit (~> 4.0)
72+
jekyll-mentions (1.1.3)
73+
html-pipeline (~> 2.3)
74+
jekyll (~> 3.0)
75+
jekyll-paginate (1.1.0)
76+
jekyll-redirect-from (0.11.0)
77+
jekyll (>= 2.0)
78+
jekyll-sass-converter (1.3.0)
79+
sass (~> 3.2)
80+
jekyll-seo-tag (2.0.0)
81+
jekyll (~> 3.1)
82+
jekyll-sitemap (0.10.0)
83+
jekyll-watch (1.5.0)
84+
listen (~> 3.0, < 3.1)
85+
jemoji (0.7.0)
86+
activesupport (~> 4.0)
87+
gemoji (~> 2.0)
88+
html-pipeline (~> 2.2)
89+
jekyll (>= 3.0)
90+
json (1.8.3)
91+
kramdown (1.11.1)
92+
liquid (3.0.6)
93+
listen (3.0.6)
94+
rb-fsevent (>= 0.9.3)
95+
rb-inotify (>= 0.9.7)
96+
mercenary (0.3.6)
97+
mini_portile2 (2.1.0)
98+
minitest (5.9.0)
99+
multipart-post (2.0.0)
100+
net-dns (0.8.0)
101+
nokogiri (1.6.8)
102+
mini_portile2 (~> 2.1.0)
103+
pkg-config (~> 1.1.7)
104+
nokogiri (1.6.8-x64-mingw32)
105+
mini_portile2 (~> 2.1.0)
106+
pkg-config (~> 1.1.7)
107+
octokit (4.3.0)
108+
sawyer (~> 0.7.0, >= 0.5.3)
109+
pkg-config (1.1.7)
110+
public_suffix (1.5.3)
111+
rb-fsevent (0.9.7)
112+
rb-inotify (0.9.7)
113+
ffi (>= 0.5.0)
114+
rouge (1.11.1)
115+
safe_yaml (1.0.4)
116+
sass (3.4.22)
117+
sawyer (0.7.0)
118+
addressable (>= 2.3.5, < 2.5)
119+
faraday (~> 0.8, < 0.10)
120+
terminal-table (1.6.0)
121+
thread_safe (0.3.5)
122+
typhoeus (0.8.0)
123+
ethon (>= 0.8.0)
124+
tzinfo (1.2.2)
125+
thread_safe (~> 0.1)
126+
127+
PLATFORMS
128+
ruby
129+
x64-mingw32
130+
131+
DEPENDENCIES
132+
github-pages
133+
jekyll-feed
134+
jekyll-sitemap
135+
136+
BUNDLED WITH
137+
1.12.5

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Michael Rose
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This was forked (then detached) from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/), which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Does Habermas Understand the Internet? The Algorithmic Construction of the Blogo/Public Sphere"
3+
category: articles
4+
permalink: /articles/2009-10-01-gnovis-habermas-understand-internet
5+
venue: "Gnovis: A Journal of Communication, Culture, and Technology"
6+
excerpt: '<i>Published in Gnovis, 2009</i><br/>Habermasians have been debating about the role of the Internet in the public sphere, but they have all taken for granted the highly-automated software infrastructures that mediate our knowledge of the blogosphere.'
7+
date: 2009-10-01
8+
venue: 'Gnovis'
9+
citation: 'Geiger, R. Stuart (2009). “Does Habermas Understand the Internet? The Algorithmic Construction of the Blogo/Public Sphere.” Gnovis: A Journal of Communication, Culture, and Technology. 10(1). http://www.stuartgeiger.com/papers/gnovis-habermas-blogopublic-sphere.pdf'
10+
---
11+
12+
<a href='http://www.stuartgeiger.com/papers/gnovis-habermas-blogopublic-sphere.pdf'>Download PDF here</a>
13+
14+
Abstract: Habermasians have been debating about the role of the Internet in the public sphere, but they have all taken for granted the highly-automated software infrastructures that mediate our knowledge of the blogosphere.
15+
16+
Recommended citation: Geiger, R. Stuart (2009). “Does Habermas Understand the Internet? The Algorithmic Construction of the Blogo/Public Sphere.” Gnovis: A Journal of Communication, Culture, and Technology. 10(1). http://www.stuartgeiger.com/papers/gnovis-habermas-blogopublic-sphere.pdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "The Social Roles of Bots and Assisted Editing Tools"
3+
category: articles
4+
permalink: /articles/2009-10-27-wikisym-social-roles-bots
5+
excerpt: '<i>Published in Proceedings of Wikisym, 2009</i><br/>A short paper showing the recent explosive growth of automated editors (or bots) in Wikipedia, which have taken on many new tasks in administrative spaces.'
6+
date: 2009-10-27
7+
venue: 'Proceedings of Wikisym'
8+
citation: 'Geiger, R. Stuart (2009). “The Social Roles of Bots and Assisted Editing Tools.” In Proceedings of the 5th International Symposium on Wikis and Open Collaboration. New York: ACM Digital Library. http://www.stuartgeiger.com/papers/geiger-wikisym-bots.pdf'
9+
---
10+
11+
<a href='http://www.stuartgeiger.com/papers/geiger-wikisym-bots.pdf'>Download PDF here</a>
12+
13+
Abstract: A short paper showing the recent explosive growth of automated editors (or bots) in Wikipedia, which have taken on many new tasks in administrative spaces.
14+
15+
Recommended citation: Geiger, R. Stuart (2009). “The Social Roles of Bots and Assisted Editing Tools.” In Proceedings of the 5th International Symposium on Wikis and Open Collaboration. New York: ACM Digital Library. http://www.stuartgeiger.com/papers/geiger-wikisym-bots.pdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "The Work of Sustaining Order in Wikipedia: The Banning of a Vandal"
3+
category: articles
4+
permalink: /articles/2010-02-25-cscw-banning-vandal
5+
excerpt: '<i>Published in Proceedings of CSCW , 2010</i><br/>This paper traces out a heterogeneous network of humans and non-humans involved in the identification and banning of a single vandal in Wikipedia.'
6+
date: 2010-02-25
7+
venue: 'Proceedings of CSCW '
8+
citation: 'Geiger, R. Stuart and David Ribes (2010). “The Work of Sustaining Order in Wikipedia: The Banning of a Vandal.” In Proceedings of the 2010 ACM Conference on Computer-Supported Cooperative Work (CSCW 2012). New York: ACM Digital Library. http://www.stuartgeiger.com/papers/cscw-sustaining-order-wikipedia.pdf'
9+
---
10+
11+
<a href='http://www.stuartgeiger.com/papers/cscw-sustaining-order-wikipedia.pdf'>Download PDF here</a>
12+
13+
Abstract: This paper traces out a heterogeneous network of humans and non-humans involved in the identification and banning of a single vandal in Wikipedia.
14+
15+
Recommended citation: Geiger, R. Stuart and David Ribes (2010). “The Work of Sustaining Order in Wikipedia: The Banning of a Vandal.” In Proceedings of the 2010 ACM Conference on Computer-Supported Cooperative Work (CSCW 2012). New York: ACM Digital Library. http://www.stuartgeiger.com/papers/cscw-sustaining-order-wikipedia.pdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Trace Ethnography: Following Coordination through Documentary Practices"
3+
category: articles
4+
permalink: /articles/2011-01-03-hicss-trace-ethnography
5+
excerpt: '<i>Published in Proceedings of HICSS , 2011</i><br/>We detail the methodology of ‘trace ethnography’, which combines the richness of participant-observation with the wealth of data in logs so as to reconstruct patterns and practices of users in distributed sociotechnical systems'
6+
date: 2011-01-03
7+
venue: 'Proceedings of HICSS '
8+
citation: 'Geiger, R. Stuart and David Ribes (2011). “Trace Ethnography: Following Coordination through Documentary Practices.” In Proceedings of the 44th Annual Hawaii International Conference on System Sciences (HICSS). http://www.stuartgeiger.com/trace-ethnography-hicss-geiger-ribes.pdf'
9+
---
10+
11+
<a href='http://www.stuartgeiger.com/trace-ethnography-hicss-geiger-ribes.pdf'>Download PDF here</a>
12+
13+
Abstract: We detail the methodology of ‘trace ethnography’, which combines the richness of participant-observation with the wealth of data in logs so as to reconstruct patterns and practices of users in distributed sociotechnical systems
14+
15+
Recommended citation: Geiger, R. Stuart and David Ribes (2011). “Trace Ethnography: Following Coordination through Documentary Practices.” In Proceedings of the 44th Annual Hawaii International Conference on System Sciences (HICSS). http://www.stuartgeiger.com/trace-ethnography-hicss-geiger-ribes.pdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Participation in Wikipedia’s Article Deletion Processes"
3+
category: articles
4+
permalink: /articles/2011-10-05-wikisym-article-deletion
5+
excerpt: '<i>Published in Proceedings of WikiSym, 2011</i><br/>This paper investigates Wikipedia&apos;s article deletion processes, finding that it is heavily populated by specialists.'
6+
date: 2011-10-05
7+
venue: 'Proceedings of WikiSym'
8+
citation: 'Geiger, R. Stuart and Heather Ford. (2011) “Participation in Wikipedia’s Deletion Processes.” In Proceedings of the 7th International Symposium on Wikis and Open Collaboration (WikiSym 2011). New York: ACM Digital Library. http://www.stuartgeiger.com/papers/article-deletion-wikisym-geiger-ford.pdf'
9+
---
10+
11+
<a href='http://www.stuartgeiger.com/papers/article-deletion-wikisym-geiger-ford.pdf'>Download PDF here</a>
12+
13+
Abstract: We find that Wikipedia’s deletion process is heavily frequented by a relatively small number of longstanding users. The vast majority of such deleted articles are not spam, vandalism, or “patent nonsense,” but rather articles which could be considered encyclopedic, but do not fit the project‟s standards.
14+
15+
Recommended citation: Geiger, R. Stuart and Heather Ford. (2011) “Participation in Wikipedia’s Deletion Processes.” In Proceedings of the 7th International Symposium on Wikis and Open Collaboration (WikiSym 2011). New York: ACM Digital Library. http://www.stuartgeiger.com/papers/article-deletion-wikisym-geiger-ford.pdf
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "The Lives of Bots"
3+
category: articles
4+
permalink: /articles/2011-11-01-cpov-lives-of-bots
5+
venue: "Wikipedia: A Critical Point of View, ed. G. Lovink and n. Tkacz. Amsterdam: Institute of Network Cultures."
6+
excerpt: '<i>Published in Wikipedia: A Critical Point of View, 2011</i><br/>I describe the complex social and technical environment in which bots exist in Wikipedia, emphasizing not only how bots produce order and enforce rules, but also how humans produce bots and negotiate rules around their operation.'
7+
date: 2011-11-01
8+
venue: 'Wikipedia: A Critical Point of View'
9+
citation: 'Geiger, R. Stuart. (2011). “The Lives of Bots.” In G. Lovink and N. Tkacz (eds.) In Wikipedia: A Critical Point of View. Amsterdam: Institute of Network Cultures. http://www.stuartgeiger.com/lives-of-bots-wikipedia-cpov.pdf'
10+
---
11+
12+
<a href='http://www.stuartgeiger.com/papers/lives-of-bots-wikipedia-cpov.pdf'>Download PDF here</a>
13+
14+
Abstract: I describe the complex social and technical environment in which bots exist in Wikipedia, emphasizing not only how bots produce order and enforce rules, but also how humans produce bots and negotiate rules around their operation.
15+
16+
Recommended citation: Geiger, R. Stuart. (2011). “The Lives of Bots.” In G. Lovink and N. Tkacz (eds.) In Wikipedia: A Critical Point of View. Amsterdam: Institute of Network Cultures. http://www.stuartgeiger.com/lives-of-bots-wikipedia-cpov.pdf

_articles/2012-05-02-altchi-ipoxp.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Black-boxing the user: internet protocol over xylophone players (IPoXP)"
3+
category: articles
4+
permalink: /articles/2012-05-02-altchi-ipoxp
5+
excerpt: '<i>Published in Proceedings of CHI (alt.CHI), 2012</i><br/>We introduce IP over Xylophone Players (IPoXP), a novel Internet protocol between two computers using xylophone-based Arduino interfaces'
6+
date: 2012-05-02
7+
venue: 'Proceedings of CHI (alt.CHI)'
8+
citation: 'Geiger, R. Stuart, Yoon J. Jeong, and Emily Manders (2012). “Black-Boxing the User: Internet Protocol over Xylophone Players.” In Proceedings of the 2012 ACM Conference on Human-Computer Interaction (alt.CHI 2012). New York: ACM Digital Library. http://stuartgeiger.com/ipoxp.pdf'
9+
---
10+
11+
[Download PDF here](http://stuartgeiger.com/ipoxp.pdf)
12+
13+
[Watch a YouTube video of IPoXP in action](https://www.youtube.com/watch?v=qCT7SisWh38)
14+
15+
Abstract: We introduce IP over Xylophone Players (IPoXP), a novel Internet protocol between two computers using xylophone-based Arduino interfaces. In our implementation, human operators are situated within the lowest layer of the network, transmitting data between computers by striking designated keys. We discuss how IPoXP inverts the traditional mode of human-computer interaction, with a computer using the human as an interface to communicate with another computer.
16+
17+
Recommended citation: Geiger, R. Stuart, Yoon J. Jeong, and Emily Manders (2012). “Black-Boxing the User: Internet Protocol over Xylophone Players.” In Proceedings of the 2012 ACM Conference on Human-Computer Interaction (alt.CHI 2012). New York: ACM Digital Library. http://stuartgeiger.com/ipoxp.pdf
18+
19+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Defense Mechanism or Socialization Tactic? Improving Wikipedia’s Notifications to Rejected Contributors"
3+
category: articles
4+
permalink: /articles/2012-06-05-icwsm-socialization-wikipedia
5+
excerpt: '<i>Published in Proceedings of ICWSM, 2012</i><br/>A descriptive study of Wikipedia&apos;s highly-automated socialization processes and an A/B test to improve templated messages to newcomers.'
6+
date: 2012-06-05
7+
venue: 'Proceedings of ICWSM'
8+
citation: 'Geiger, R. Stuart, Aaron Halfaker, Maryana Pinchuk, and Steven Walling (2012). “Defense Mechanism or Socialization Tactic? Improving Wikipedia’s Notifications to Rejected Contributors.” In Proceedings of the 2012 International Conference on Weblogs and Social Media (ICWSM 2012). http://stuartgeiger.com/defense-mechanism-icwsm.pdf'
9+
---
10+
11+
<a href='http://stuartgeiger.com/defense-mechanism-icwsm.pdf'>Download PDF here</a>
12+
13+
Abstract: In this paper, we first illustrate and describe the various defense mechanisms at work in Wikipedia, which we hypothesize are inhibiting newcomer retention. Next, we present results from an experiment aimed at increasing both the quantity and quality of editors by altering various elements of these defense mechanisms, specifically pre-scripted warnings and notifications that are sent to new editors upon reverting or rejecting contributions. Using regression models of new user activity, we show which tactics work best for different populations of users based on their motivations when joining Wikipedia.
14+
15+
Recommended citation: Geiger, R. Stuart, Aaron Halfaker, Maryana Pinchuk, and Steven Walling (2012). “Defense Mechanism or Socialization Tactic? Improving Wikipedia’s Notifications to Rejected Contributors.” In Proceedings of the 2012 International Conference on Weblogs and Social Media (ICWSM 2012). http://stuartgeiger.com/defense-mechanism-icwsm.pdf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "“Writing up rather than writing down”: Becoming Wikipedia Literate"
3+
category: articles
4+
permalink: /articles/2012-08-29-wikisym-wikipedia-literate
5+
excerpt: '<i>Published in Proceedings of WikiSym, 2012</i><br/>We introduce and advocate a multi-faceted theory of literacy to investigate the knowledges and organizational forms are required to improve participation in Wikipedia’s communities.'
6+
date: 2012-08-29
7+
venue: 'Proceedings of WikiSym'
8+
citation: 'Ford, Heather and R. Stuart Geiger. (2012). “”Writing up rather than writing down”: Becoming Wikipedia Literate.” In Proceedings of the 8th International Symposium on Wikis and Open Collaboration (WikiSym 2012). New York: ACM Digital Library. http://www.stuartgeiger.com/becoming-wikipedia-literate.pdf'
9+
---
10+
11+
<a href='http://www.stuartgeiger.com/writing-up-wikisym.pdf'>Download PDF here</a>
12+
13+
Abstract: We introduce and advocate a multi-faceted theory of literacy to investigate the knowledges and organizational forms are required to improve participation in Wikipedia’s communities. We outline what Richard Darville refers to as the “background knowledges” required to be an empowered, literate member and apply this to the Wikipedia community. Using a series of examples drawn from interviews with new editors and qualitative studies of controversies in Wikipedia, we identify and outline several different literacy asymmetries.
14+
15+
Recommended citation: Ford, Heather and R. Stuart Geiger. (2012). “”Writing up rather than writing down”: Becoming Wikipedia Literate.” In Proceedings of the 8th International Symposium on Wikis and Open Collaboration (WikiSym 2012). New York: ACM Digital Library. http://www.stuartgeiger.com/becoming-wikipedia-literate.pdf

0 commit comments

Comments
 (0)