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

Lines changed: 484 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stuartgeiger.com

Gemfile

Lines changed: 26 additions & 0 deletions
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

Lines changed: 137 additions & 0 deletions
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

Lines changed: 21 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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.
Lines changed: 16 additions & 0 deletions
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
Lines changed: 15 additions & 0 deletions
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
Lines changed: 15 additions & 0 deletions
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
Lines changed: 15 additions & 0 deletions
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

0 commit comments

Comments
 (0)