-
Notifications
You must be signed in to change notification settings - Fork 0
/
contract.html
234 lines (224 loc) · 12.6 KB
/
contract.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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EPL425: Course Contract</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="epl425.css">
<style>
/* Adds borders for tabs */
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}
.nav-tabs {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="container">
<!--- Index -->
<div class="hidden-print">
<div class="row" style="margin:5px; padding-top:5px; padding-bottom: 10px;">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 display-cell hidden-print hidden-sm hidden-xs">
<a href="http://www.cs.ucy.ac.cy" target="_new" class="img-responsive"><img src="pics/CSUCYLogo.jpg"
alt="CS UCY Logo"
class="img-responsive col-xs-12">
</a></div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 display-cell text-center">
<h2>CS425: Internet Technologies</h2>
<h4>Contract</h4>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12 display-cell hidden-print hidden-sm hidden-xs">
<h4 class="text-center">Fall Semester 2022</h4>
</div>
</div>
<div class="container-fluid" style="padding:10px 10px">
<nav class="collapse navbar-collapse">
<ul class="nav nav-tabs" role="navigation" id=epl425-nav>
<li><a href="index.html">CS425</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="assignments.html">Homeworks</a></li>
<li class="active"><a href="contract.html">Contract</a></li>
<li><a href="https://moodle.cs.ucy.ac.cy" target="_new">Moodle</a></li>
</ul>
</nav>
</div>
<nav class="navbar navbar-default visible-xs">
<div class="container-fluid visible-xs">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed visible-xs" data-toggle="collapse"
data-target="#myNavbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">CS425</a>
</div>
<div id="myNavbar" class="navbar-collapse collapse">
<ul class="nav navbar-bar">
<li><a href="schedule.html">Schedule</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="assignments.html">Homeworks</a></li>
<li><a href="contract.html">Contract</a></li>
<li><a href="https://moodle.cs.ucy.ac.cy/" target="_new">Moodle</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Index-->
<h2 class="visible-print">CS425: Course Contract</h2>
<h3>Course Contract</h3>
<p style="border:solid 1px; padding-left:2px; border-color:#B3B3B3">
<strong>Instructor:</strong><a href="http://www.cs.ucy.ac.cy/mdd" target="_new"> Marios D. Dikaiakos,
Professor</a><br>
<strong>ECTS credits:</strong> 7,5<br>
<strong>Semester:</strong> Fall<br>
<strong>Category:</strong> Advanced Elective<br>
<strong>Prerequisites:</strong> CS133, CS324<br>
<strong>Language of instruction:</strong> Greek (or English in case of non-greek speaking Erasmus students) <br>
<strong>Teaching Methods:</strong> Four hours of lectures and 2 hours of laboratory per week.
Teaching will be hybrid, with some of the material to be delivered as online videos.<br>
<strong>Online Forum:</strong> <a href="https://moodle.cs.ucy.ac.cy"
target="_new">https://moodle.cs.ucy.ac.cy</a>
</p>
<h4>Description and Goals</h4>
This course is an introduction to Internet Technologies, Web Application Development, and Web Programming Languages.
We plan to explore the following topics:
<ul>
<li>Internet and the World-Wide Web: Introduction and Key Elements (Εισαγωγή και Ανασκόπηση Βασικών Στοιχείων
Διαδικτύου).
</li>
<ul>
<li>Network Protocols and Layering</li>
<li>TCP/IP Review</li>
<li>The Hourglass Model</li>
<li>End-to-end principles in System Design</li>
<li>IP addresses, Domain Name Service, and Autonomous Systems</li>
<li>Net Neutrality</li>
<li>World-Wide Web History and Evolution</li>
<li>Web Naming: URIs and URLs</li>
</ul>
<li>Internet Infrastructure Fundamentals (Υπολογιστικές Υποδομές Διαδικτύου και Βασικές Υπηρεσίες)</li>
<ul>
<li>Client/Server Model</li>
<li>Warehouse Scale Computers</li>
<li>Cloud Computing Overview</li>
<li>Edge, Fog, IoT</li>
<li>The HTTP Protocol</li>
<li>Representational State Transfer</li>
<li>Microservices</li>
</ul>
<li>Web Content Encoding (Κωδικοποίηση Ιστού)</li>
<ul>
<li>Principles of Hypertext (Αρχές Συστημάτων Υπερκειμένου).</li>
<li>Hypertext Mark-up Languages (Γλώσσες Συγγραφής Περιεχομένου Ιστού).</li>
<li>Cascading Style Sheets - CSS, Page Layouts (Γλώσσες Τεχνοτροπίας και Στοιχειοθεσίας Ιστοσελίδων).</li>
<li>Semantic Web Introduction (Σημασιολογικός Ιστός)</li>
</ul>
<li>Web Application Programming (Προγραμματισμός Εφαρμογών και Υπηρεσιών Ιστού)</li>
<ul>
<li>Introduction to PhP and Server-side Programming (Προγραμματισμός Εξυπηρετητών Ιστού με τη γλώσσα PhP).
</li>
<li>Dynamic content and HTML Forms (Δυναμικό Περιεχόμενο και Φόρμες).</li>
<li>Introduction to Javascript and Client-side Programming (Εισαγωγή στη Javascript για Προγραμματισμό
Πελατών Ιστού).
</li>
<li>Web 2.0 and AJAX (Αρχές Web 2.0 και Προγραμματισμός με Ασύγχρονη Javascript).</li>
<li>Web Databases (Διασύνδεση Βάσεων Δεδομένων με το Παγκόσμιο Πληροφοριακό Περιβάλλον).</li>
</ul>
<li>Web Design Principles (Αρχές Σχεδιασμού Εφαρμογών Ιστού)</li>
<ul>
<li>Web Design Fundamentals (Σχεδιασμός και Ανάπτυξη Ιστιακών Τόπων).</li>
<li>Web Design & Development (Μεθοδολογίες Σχεδιασμού και Ανάπτυξης Ιστιακών Τόπων και Εφαρμογών).</li>
</ul>
</ul>
<h4>Prerequisites</h4>
Students who have successfully completed the courses CS133(Object-oriented programming) or CS371 (Systems
Programming) and
CS324 (Computer Networks) are allowed to subscribe to the class. Otherwise, the instructor's permission is required.
<h4>Teaching Methods</h4>
The course covers theory and practice of Web Technologies and comprises three hours of lectures, one hour precept
and 2 hours of laboratory per week. The precept is embedded in the lectures through quizzes, videos, and discussion.
Students will gain a hands-on experience on course topics through laboratory exercises and projects.
<h4>Student Assessment</h4>
Students will be assessed through class participation, a set of weekly homeworks and projects, a midterm and a final
exam. The final grade will be calculated
according to the following table. It is noted that <strong>in order to pass the class (getting at least 5/10 final
grade), a student make have received a weighted average
of at least 45/100 in the written tests</strong>.
<dl class="dl-horizontal" style="border: solid 1px; background-color: #FFFFF9">
<dt>Class participation, and participation to online forum:</dt>
<dd style="valign:top">5%</dd>
<dt>Homeworks and Projects:</dt>
<dd>25%</dd>
<dt>Midterm:</dt>
<dd>20%</dd>
<dt>Final Exam:</dt>
<dd>50%</dd>
</dl>
<h4>Textbooks</h4>
<ul>
<li>"Web Programming. Step by Step." M. Stepp, J. Miller, V. Kirst. Self published via lulu.com, 2014.</li>
<li>"HTTP: The Definitive Guide." David Gourly and Brian Totty. O'Reilly, 2002.</li>
<li>"Interact with Web Standards. A Holistic Approach to Web Design." E. Anderson et al. New Riders, 2010.</li>
<li>"Multimedia and Hypertext: The Internet and Beyond." J. Nielsen. AP Professional, 1995.</li>
</ul>
We will also use learning material from W3C and scientific papers to be handed out during the course.
<h4>Homeworks</h4>
<p>The homeworks will be announced through the online forum of the course. Some will be weekly and done on an
individual
basis and others will take longer and will be assigned to groups.</p>
<h4>Midterm</h4>
<p>The midterm will take place on <strong>TBA</strong> (the instructor may change the date of the
midterm, with advance notice given to students).The topics to be examined in the midterm will be announced
through the Course Schedule web page.</p>
<h4>Other Instructions</h4>
<ul>
<li>All students are entitled to attend lecture and laboratory sessions without interruption or any
obstructions. Therefore, everybody is requested to respect and follow
strictly the scheduled times of the beginning and end of lectures, to maintain the orderly state of lecture
halls and labs, and to respect academic freedom and
academic discipline.
</li>
<li>The use of mobile phones, tablets or laptops in class is strictly prohibited. Possible use in class may
result to a zero mark in class participation.
</li>
<li>Students are expected to comply with University regulations about plagiarism.</li>
<li>Absence from exams and delay in delivery of homeworks are acceptable only in extreme circumstances and
following a notification of and approval by the instructor
<strong>in advance</strong>. The instructor will not give a exams to students who are unduly absent during
scheduled exams. Late delivery of homeworks will result
to a reduced grade.
</li>
<li>Any appeals on grades of exams or homeworks can be submitted in line with University regulations.</li>
<li>Plagiarism and cheating in exams or homeworks are strictly forbidden and will result to disciplinary
action.
</li>
</ul>
<footer class="hidden-print">
<hr/>
<p class="text-center">[<a href="index.html">CS425</a>]</p>
<small>Marios Dikaiakos, © 2000-2022</small>
</footer>
</div>
</body>
</html>