-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
366 lines (346 loc) · 19.3 KB
/
index.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
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="description" content="My presentation at the ITeans Symposium." />
<meta name="author" content="Exequiel Ceasar S. Navarrete" />
<meta name="keywords" content="Symposium Presentation, FOSS Presentation" />
<title>Careers in Free and Open Source Software</title>
<link rel="shortcut icon" href="/symposium-presentation/resources/img/favicon.ico" />
<link rel="stylesheet" href="/symposium-presentation/resources/css/style.css" />
</head>
<body>
<div id="impress" class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b> or <b>Safari</b> browser.</p>
</div>
<!-- Title -->
<div id="title" class="step slide with_height" data-scale="5">
<div class="title">
Careers in Free and Open Source Software
</div>
<div id="slide_details">
<p>February 2012 • Exequiel Ceasar S. Navarrete</p>
</div>
</div>
<!-- EOF Title -->
<!-- What is Free and Open Source Software? -->
<div id="what-is-foss" class="step slide" data-x="4000" data-scale="3">
<div class="section-title with_logo">
<h3>What is Free and Open Source Software?</h3>
<figure id="foss_question_logo">
<img src="/symposium-presentation/resources/img/opensourcequestion.png" alt="Open Source Question" width="300" height="300" />
</figure>
</div>
</div>
<!-- FOSS Meaning -->
<div id="foss_meaning" class="step slide" data-x="3400" data-y="1400">
<div class="slide-title">
Free and Open Source Software
</div>
<div class="slide-content">
<ul class="lv0_indent">
<li>
<p>
Any computer software that permits the user to <em>access the program’s source code</em>,
<em>modify it and distribute</em> any derivative work under a license.
</p>
</li>
<li>
<p>
It is <em>designed to encourage the free use and improvement of software</em> by ensuring
that <em>anyone can access the source code and modify it freely</em>.
</p>
</li>
</ul>
</div>
</div>
<!-- EOF FOSS Meaning -->
<!-- FOSS Freedom -->
<div id="foss-freedom-1" class="step slide" data-x="4400" data-y="1400" data-rotate="90">
<div class="slide-title">
FOSS upholds four types of freedom:
</div>
<div class="slide-content">
<ol type="a" class="lv0_indent">
<li>
<p>The <em>freedom to run the program</em>, for any purpose.</p>
</li>
<li>
<p>
The <em>freedom to study how the program works and modify it to suit the user’s needs</em>.
This also means access to the source code, since making changes in a program without
having the source code is exceedingly difficult.
</p>
</li>
</ol>
</div>
</div>
<div id="foss-freedom-2" class="step slide" data-x="4400" data-y="2200" data-rotate="180">
<div class="slide-title">
FOSS upholds four types of freedom:
</div>
<div class="slide-content">
<ol type="a" start="3" class="lv0_indent">
<li>
<p>The <em>freedom to redistribute copies of the program</em>, either gratis or for a fee.</p>
</li>
<li>
<p>The <em>freedom to improve the program and release the modified version to the public</em>.</p>
</li>
</ol>
</div>
</div>
<!-- EOF FOSS Freedom -->
<!-- Benefits of FOSS -->
<div id="benefits-of-foss" class="step slide" data-x="3400" data-y="2200" data-rotate="270">
<div class="slide-title">
Benefits of FOSS
</div>
<div class="slide-content">
<ol class="lv0_indent">
<li>Affordability</li>
<li>Stability and Security</li>
<li>Open Standards</li>
<li>Cooperation/Collaboration for quality</li>
<li>User Freedom</li>
</ol>
</div>
</div>
<!-- EOF Benefits of FOSS -->
<!-- EOF What is Free and Open Source Software? -->
<!-- Building your Career in Free and Open Source Software -->
<div id="building-career-foss" class="step slide" data-x="-900" data-y="2200" data-scale="3">
<div class="section-title">
<h3>Building your Career in Free and Open Source Software</h3>
</div>
</div>
<!-- Ways to start a career in Free and Open Source Software. -->
<div id="ways-to-start" class="step slide" data-x="-1600" data-y="3400" data-rotate="270">
<div class="slide-title slide-title-small">
2 ways to start your career in Free and Open Source Software:
</div>
<div class="slide-content">
<ul class="lv0_indent">
<li>
<p><em>Get trained</em> in one of the Open Source technologies and subsequently <em>be hired by an enterprise</em> where it is used.</p>
</li>
<li>
<p>The other way encompasses the true essence of the Open Source, of <em>not just being a user but a contributor</em>.</p>
</li>
</ul>
</div>
</div>
<!-- EOF Ways to start a career in Free and Open Source Software. -->
<!-- Careers in Open Source -->
<div id="careers-foss" class="step slide" data-x="-1600" data-y="4200" data-rotate="180">
<div class="slide-title">
Careers in Open Source
</div>
<div class="slide-content">
<p>
As enterprises adopt more and more Open Source solutions;
<em>they seek employees with familiarity and competence in Open Source technologies</em>.
</p>
</div>
</div>
<div id="open-source-projects" class="step slide" data-x="-600" data-y="4400" data-rotate="90">
<div class="slide-title">
Open Source Projects to start your career
</div>
<div class="slide-content">
<table class="img_tb">
<tr>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/php.png" alt="PHP Logo" width="200" height="105" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/mysql.jpg" alt="MySQL Logo" width="200" height="146" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/apache.png" alt="Apache Logo" width="200" height="101" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/ubuntu.png" alt="Ubuntu Logo" width="100" height="101" />
</figure>
</td>
</tr>
<tr>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/python.png" alt="Python Logo" width="200" height="68" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/ruby.png" alt="Ruby Logo" width="100" height="100" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/android.png" alt="Android Logo" width="200" height="150" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/filezilla.png" alt="FileZilla Logo" width="100" height="100" />
</figure>
</td>
</tr>
</table>
</div>
</div>
<div id="possible-career-highlight" class="step slide" data-x="-600" data-y="3400">
<div class="slide-title">
Possible Career Paths
</div>
<div class="slide-content">
<ol class="lv0_indent">
<li>Developers and Programmers</li>
<li>Technical / Documentation Writers</li>
<li>System, Database, Network Administrators</li>
<li>Designers</li>
</ol>
</div>
</div>
<div id="possible-career-1" class="step slide" data-x="400" data-y="3400">
<div class="slide-title">
Developers and Programmers
</div>
<div class="slide-content">
<table class="img_tb">
<tr>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/php.png" alt="PHP Logo" width="200" height="105" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/python.png" alt="Python Logo" width="200" height="68" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/ruby.png" alt="Ruby Logo" width="100" height="100" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/perl.png" alt="Perl Logo" width="200" height="220" />
</figure>
</td>
</tr>
</table>
</div>
</div>
<div id="possible-career-2" class="step slide" data-x="400" data-y="4400">
<div class="slide-title">
Technical / Documentation Writers
</div>
<div class="slide-content">
<figure>
<img src="/symposium-presentation/resources/img/php-documentation.png" alt="PHP Documentation" width="800" height="449" />
</figure>
</div>
</div>
<div id="possible-career-3" class="step slide" data-x="1400" data-y="3400">
<div class="slide-title">
System, Database, Network Administrators
</div>
<div class="slide-content">
<table class="img_tb">
<tr>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/mysql.jpg" alt="MySQL Logo" width="200" height="146" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/postgresql.png" alt="PostgreSQL Logo" width="200" height="206" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/apache.png" alt="Apache Logo" width="200" height="101" />
</figure>
</td>
<td>
<figure>
<img src="/symposium-presentation/resources/img/projects/linux.jpg" alt="Apache Logo" width="100" height="100" />
</figure>
</td>
</tr>
</table>
</div>
</div>
<div id="possible-career-4" class="step slide" data-x="1400" data-y="4400">
<div class="slide-title">
Designers
</div>
<div class="slide-content">
<figure>
<img src="/symposium-presentation/resources/img/php-documentation-new.png" alt="PHP Documentation" width="800" height="449" />
</figure>
</div>
</div>
<!-- EOF Careers in Open Source -->
<!-- EOF Building your Career in Free and Open Source Software -->
<!-- Questions? -->
<div id="questions" class="step slide" data-x="2200" data-y="3400" data-scale="3" data-rotate-y="90">
<div class="section-title lower">
<h3>Questions?</h3>
</div>
</div>
<!-- EOF Questions? -->
<!-- Thank You -->
<div id="thank-you" class="step slide" data-x="3700" data-y="3900" data-scale="3" data-z="1000">
<div id="ty" class="slide-title">
Thank You!
</div>
<div class="slide-content">
<p id="name">
<em>Exequiel Ceasar S. Navarrete</em>
</p>
<p id="email">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p id="gplus">
<a href="https://plus.google.com/112137990630445442756">
<img src="/symposium-presentation/resources/img/social/google.png" alt="" width="64" height="64" />
Google+
</a>
</p>
<p id="fb">
<a href="https://www.facebook.com/souLLess.09.exi">
<img src="/symposium-presentation/resources/img/social/facebook.png" alt="" width="64" height="64" />
Facebook
</a>
</p>
<p id="twitter">
<a href="https://twitter.com/ichigo1411">
<img src="/symposium-presentation/resources/img/social/twitter.png" alt="" width="64" height="64" />
Twitter
</a>
</p>
</div>
</div>
<!-- EOF Thank You -->
<!-- Overview -->
<div id="overview" class="step" data-x="1500" data-y="2000" data-scale="9"></div>
<!-- EOF Overview -->
</div>
<div id="os_logo" title="Open Source Logo"></div>
<div id="badge" title="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics."></div>
<script src="/symposium-presentation/resources/js/impress.min.js"></script>
</body>
</html>