-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·296 lines (278 loc) · 15.8 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- in meta content should be ="IE=edge, chrome=1" -->
<title>Free Software & Hardware course</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/main-grey.css">
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<div class="mainmenu-wrapper">
<div class="container">
<nav id="mainmenu" class="mainmenu">
<ul>
<!--<li class="logo-wrapper"><a href="index.html"><img src="img/mPurpose-logo.png" alt="Multipurpose Twitter Bootstrap Template"></a></li>-->
<li class="logo-wrapper"><a href="index.html">FREE SOFTWARE & HARDWARE COURSE</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#materials">Materials</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="index.html#about">About Us</a></li>
</ul>
</nav>
</div>
</div>
<div class="section section-white">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Aim of the course</h3>
<p style="line-height: 1.5em; font-size:16px;">
The aim of this PhD. course it to describe the history of Free Software and Internet (mother and daughter of <i>Free Software</i>) and their most important products. To discuss the opportunities of the future of Free Software and Internet represented by the recent progress of all the information processing and transmission technologies. To analyze the complex question of intellectual property.
</p>
<img src="img/gnu.resized.jpg" alt="Gnu/Linux image" class="img-circle img-responsive" style="float:right; margin:20px; border:7px solid rgb(127, 140, 141);box-shadow: 0px 0px 8px #999; ">
<h3>Course program</h3>
<ol style="line-height: 1.5em; font-size:16px;">
<li>History of Free software: hackers ideas, Richard Stallman, GNU project, the tower of licences, the General Public Licences, business models of Free Software, Linus Torvalds and the project Linux, the Free Software products of today. </li>
<li>Internet mother and daughter of Free Software: Internet Engineering Task Force and the rules of cooperation, freedom of the Network, models of freedom for Internet.</li>
<li>National and international laws for the promotion of Free Software: Total Cost of Ownership, open interoperability standards, the Italian law 82/05, regional laws, Free Software in the world.</li>
<li>Technological evolution and the new world industry: bits and atoms, the progress of traditional technologies, the progress of the technologies of data processing and transmission and the related industries, the convergence of technologies.</li>
<li>The new applications of Internet: Internet telephony, Internet medicine and surgery, the technological and economical laws of networks, economical implications of tecnological progress.</li>
<li>The future of communications: wide band, computational grid, peer-to-peer, blogosphere, YouTube, Second Life, Wikipedia, social networks, broadcast and peer-to-peer communication, cloud computing, real-time and on-demand video transmission.</li>
<li>Free hardware: free hardware design, open source hardware, the languages for the description of hardware, open cores, embedded systems, examples (free router, free Wi.Fi. gates, etc.).</li>
<li>The question of intellectual property: history of copyright, Creative Common licences, digital divide and disequalities, gift and cooperation as a model of development.</li>
</ol>
</div>
</div>
</div>
</div>
<div class="section" id="materials">
<div class="container">
<p><h2>Materials</h2>
<h4 style="text-align:center;"> A collection of several different materials is presented below.<br> <br>
These materials have been prepared by the students of the past years editions of this course</h4><p>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_10/7.png" alt="Service Name">
<h3>Software</h3>
<p>Free Software related presentations<br><a href="software.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_12/8.png" alt="Service Name">
<h3>Hardware</h3>
<p>Hardware components respecting users' freedoms. <a href="hardware.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_9/4.png" alt="Service Name">
<h3>Ethics</h3>
<p>Ethics handouts about freedoms in the IT world.<br> <a href="ethics.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_3/7.png" alt="Service Name">
<h3>Internet</h3>
<p>Internet seen as the mother and daughter of "free" culture. <a href="internet.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_3/4.png" alt="Service Name">
<h3>Security</h3>
<p>Confutation of the STO paradigm. <br><a href="security.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_1/13.png" alt="Service Name">
<h3>Environment</h3>
<p>Sharing can help also in the building of a healthier environment. <a href="environment.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_10/12.png" alt="Service Name">
<h3>School</h3>
<p>Free Software as a didactic tool for students.<br> <a href="school.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-wrapper">
<img src="img/64/row_8/11.png" alt="Service Name">
<h3>Others</h3>
<p>Presentations of FOSS solutions regarding other general fields. <a href="others.php" style="color:#A30000; font-weight:bold;">Read more...</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- EVENTS SECTION -->
<div class="section-white" id="events">
<div class="container">
<h2>Events 2016</h2>
<div class="row">
<div class="col-md-12">
<table class="events-list">
<tr>
<td>
<div class="event-date">
<div class="event-day">8</div>
<div class="event-month">APR</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30. Presentation of final exam.
</td>
<td><a href="repo/CATEGORIES/LECTURES/PDF/Lectures_1_and_2.pdf" class="btn btn-orange">Slides</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">15</div>
<div class="event-month">APR</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30
</td>
<td><a href="repo/CATEGORIES/LECTURES/PDF/Lecture_3.pdf" class="btn btn-orange">Slides</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">22</div>
<div class="event-month">APR</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30
</td>
<td><a href="repo/CATEGORIES/LECTURES/PDF/Lecture_4.pdf" class="btn btn-orange">Slides</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">29</div>
<div class="event-month">APR</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30
</td>
<td><a href="repo/CATEGORIES/LECTURES/PDF/Lecture_5.pdf" class="btn btn-orange">Slides</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">6</div>
<div class="event-month">MAY</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30. From 15.30 Roboduino and visit at DET labs.
</td>
<td><a href="" class="btn btn-orange">TBA</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">13</div>
<div class="event-month">MAY</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30
</td>
<td><a href="repo/CATEGORIES/LECTURES/PDF/Lecture_6.pdf" class="btn btn-orange">Slides</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
<tr>
<td>
<div class="event-date">
<div class="event-day">20</div>
<div class="event-month">MAY</div>
</div>
</td>
<td>
Lesson from 14.30 to 17.30
</td>
<td><a href="" class="btn btn-orange">TBA</a>
<td class="event-venue hidden-xs"><i class="icon-map-marker"></i> <a href="http://www.polito.it/ateneo/sedi/?lang=it&bl_id=TO_CIT05&fl_id=XPTE&rm_id=004" style="color:rgb(15, 50, 144);font-weight:bold;">Room 3P</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- About US -->
<div class="section" id="about">
<div class="container">
<h2>About</h2>
<img src="img/gr_meo.jpg" alt="Meo image" class="img-circle" style="float:right; margin:20px; border:4px solid white;box-shadow: 0px 0px 8px #999; ">
<p style="line-height: 1.5em; font-size:16px;">
Prof. <b>Angelo Raffaele Meo</b> (professor emeritus) has been Full Professor of Computer Science at Politecnico di Torino from 1970 to 2010.<br> He was the head of “Centro per l’Elaborazione Numerale dei Segnali” at CNR, director of the “Progetto Finalizzato Informatica” (1979-1985) and scientific director of “Centro di Supercalcolo Piemonte” (1991-1996).
He has published more than one hundred papers dealing with computer science. In particular, he investigated switching theory, hardware design, signal processing, speech analysis and synthesis, and pattern recognition.
He has coordinated many academic and industrial national research projects on computer science.
He was the president of the Academy of Sciences of Torino.
In 2002 he was called by the Italian Ministry of Technology to preside at a Commission entrusted with the task of promoting open source in the Italian Public Administration.
Since 2012 he is emeritus professor at Politecnico di Torino.
</p>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-copyright">
<a href="">Free Software and Hardware PhD Course - 2015 <br></a>
<a href="https://validator.w3.org/nu/?showsource=yes&useragent=Validator.nu%2FLV+http%3A%2F%2Fvalidator.w3.org%2Fservices&doc=https%3A%2F%2Fowncloud.studenti.polito.it%2Ffreesoftware%2F" target="_blank">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-solo.png" width="60" height="50" alt="HTML5 Powered with CSS3 / Styling" title="HTML5 Powered with CSS3 / Styling">
</a><img src="//i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="Creative Commons logo"> <br>
<small>Politecnico di Torino - Corso Duca degli Abruzzi, 24 - 10129 Torino, ITALY - P.IVA/C.F.:00518460019. No cookies used - </small><a href="https://github.com/Open-Education-Polito/oep-free-software-course"><small>Credits</small></a>
</div>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="//cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>-->
<script src="js/leaflet.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.bxslider.js"></script>
<!--<script src="js/main-menu.js"></script>-->
<script src="js/template.js"></script>
</body>
</html>