-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04_06Mar14.html
More file actions
198 lines (157 loc) · 7.44 KB
/
04_06Mar14.html
File metadata and controls
198 lines (157 loc) · 7.44 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Project Management: E-mail Social Network Analysis</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/supsi.css" id="theme">
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link rel="icon" href="http://www.maind.supsi.ch/Master_Interaction_Design-favicon.jpg" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.maind.supsi.ch/Master_Interaction_Design-favicon.jpg" type="image/x-icon" />
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Open Project Management</h1>
<h3>06 March 2014</h3>
</section>
<section>
<h3>1. E-mail SNA</h3>
<h3>2. Exercise</h3>
</section>
<section>
<h1>1. E-mail SNA</h1>
</section>
<section>
<h2>Import e-mail into Gephi</h2>
<img src="images/spigot.jpg">
</section>
<section>
<h2>Workflow: Thunderbird</h2>
<a href="https://www.mozilla.org/en-US/thunderbird/?flang=en"><img src="images/thunderbird.jpg">
</a>
<p class="source">Source: <a href="https://www.mozilla.org/en-US/thunderbird/?flang=en">https://www.mozilla.org/en-US/thunderbird/?flang=en</a></p>
</section>
<section>
<h2>Workflow: Thunderbird Import-Export tool</h2>
<a href="https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/"><img src="images/importexport.jpg">
</a>
<p class="source">Source: <a href="https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/">https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/</a></p>
</section>
<section>
<h2>Workflow: Hackerspaces (example)</h2>
<a href="http://hackerspaces.org/wiki/Communication"><img src="images/hackerspaces.jpg">
</a>
<p class="source">Source: <a href="http://hackerspaces.org/wiki/Communication">http://hackerspaces.org/wiki/Communication</a></p>
</section>
<section>
<h2>Workflow: Register to Hackerspaces Mailman (example)</h2>
<a href="http://lists.hackerspaces.org/mailman/listinfo/discuss"><img src="images/hackerspaces-mailman.jpg">
</a>
<p class="source">Source: <a href="http://lists.hackerspaces.org/mailman/listinfo/discuss">http://lists.hackerspaces.org/mailman/listinfo/discuss</a></p>
</section>
<section>
<h2>Install wget on Mac</h2>
<pre><code data-trim class="python">
brew install wget
</code></pre>
</section>
<section>
<h2>Install wget on Windows</h2>
<p>
Download binaries and dependencies from <a href="http://gnuwin32.sourceforge.net/packages/wget.htm">here</a>. Merge both <em>bin</em> folders and launch wget from that folder in the terminal.
</p>
</section>
<section>
<h2>Download the .mbox</h2>
<pre>
wget "http://lists.hackerspaces.org/mailman/private/discuss.mbox/discuss.mbox?username=YOUREMAIL&password=PASSWORD" -O hackerspace.mbox
</pre>
</section>
<section>
<h1>2. Exercise</h1>
</section>
<section>
<h2>Exercise: analyse a mailing list</h2>
<ol>
<li>Analyze Degree, Betweenness, Closeness, Eigenvector. Modularity with 5 maps</li>
<li>Write a 2 page report (with images)</li>
<li>Send it to info@openp2pdesign.org</li>
</ol>
</section>
<section>
<h2>Exercise: examples of mailing lists</h2>
<ol>
<li>
<a href="http://lists.blender.org/mailman/listinfo/">http://lists.blender.org/mailman/listinfo/</a></li>
<li><a href="https://lists.sourceforge.net/lists/listinfo/inkscape-devel">https://lists.sourceforge.net/lists/listinfo/inkscape-devel</a>
</li>
<li><a href="http://lists.scribus.net/mailman/listinfo/scribus">http://lists.scribus.net/mailman/listinfo/scribus</a></li>
<li>
<a href="https://lists.okfn.org/mailman/listinfo">https://lists.okfn.org/mailman/listinfo</a></li>
</ol>
</section>
<section>
<h1>Thank you!</h1>
<p>
<small><a href="http://openp2pdesign.org">Massimo Menichinelli</a> / <a href="mailto:info@openp2pdesign.org">info@openp2pdesign.org</a> / <a href="http://twitter.com/openp2pdesign">@openp2pdesign</a></small>
</p>
</section>
</div>
<div class="credits">
<div class="license">
<p style="font-size: 12px !important;">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</a>.
</p>
<p style="font-size: 12px !important;">Massimo Menichinelli - 2013<br>
<a href="http://openp2pdesign.org">openp2pdesign.org</a></p>
</div>
<div class="supsi">
<a href="http://www.maind.supsi.ch/">
<img src="css/theme/images/supsi.jpg">
</a>
</div>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>