-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
281 lines (253 loc) · 12.1 KB
/
teaching.html
File metadata and controls
281 lines (253 loc) · 12.1 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>beillahi</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<!-- **** layout stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!-- **** colour scheme stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/orange.css" />
</head>
<body>
<div id="main">
<!-- **** <div id="links"> **** -->
<!-- **** INSERT LINKS HERE **** -->
<!-- **** <a href="#">another link</a> | <a href="#">another link</a> | <a href="#">another link</a> | <a href="#">another link</a> **** -->
<!-- **** </div>**** -->
<div id="logo"><h1>Sidi Mohamed Beillahi</h1><h2>Ph.D., University of Paris, 2021.</h2>
</div>
<div id="menu">
<ul>
<!-- **** INSERT NAVIGATION ITEMS HERE (use id="selected" to identify the page you're on **** -->
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a id="selected" href="teaching.html">Teaching</a></li>
<li><a href="resources/cv.pdf">CV</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div id="content">
<!-- **** <div id="column1">
<div class="sidebaritem">
<h1>latest news</h1>
INSERT NEWS ITEMS HERE **** -->
<!-- **** <h2>01.11.2016</h2>
<p>This is when my website was launched.</p> **** -->
<!-- **** <p><a href="#">read more ...</a></p>
<p></p>
<p></p>
<h2>01.09.2006</h2>
<p>This is where you can put your latest news.</p>
<p><a href="#">read more ...</a></p>
</div> **** -->
<!-- ****<div class="sidebaritem">
<h1>additional links</h1>
<div class="sbilinks"> **** -->
<!-- **** INSERT ADDITIONAL LINKS HERE **** -->
<!-- **** <ul>
<li><a href="http://www.openwebdesign.org">open web design</a></li>
<li><a href="http://www.w3schools.com/xhtml/default.asp">learn XHTML</a></li>
<li><a href="http://www.w3schools.com/css/default.asp">learn CSS</a></li>
<li><a href="http://www.mozilla.com/firefox">get firefox</a></li>
</ul>
</div>
</div>**** -->
<!-- ****<div class="sidebaritem">
<h1>other information</h1> **** -->
<!-- **** INSERT OTHER INFORMATION HERE **** -->
<!-- **** <p>
This space can be used for additional information such as a contact phone number, address
or maybe even a graphic.
</p>
</div>
</div> **** -->
<div id="column2">
<!-- **** <h1>introduction</h1> **** -->
<!-- **** INSERT PAGE CONTENT HERE **** -->
<!-- **** <p></p>
<p></p>
<div id="colour">
<p><b>Under Construction</b></p> **** -->
<section id="header">
<h1 class="title">Teaching</h1>
</section>
<section id="teaching">
<h2> Course Instructor at University of Toronto</h2>
<ol>
<li class="item">
CSC324H1S: Principles of Programming Languages.<br />
<span class="course-description">
</span><br />
<span class="course-time">Winter 2023</span>
</li>
<li class="item">
ECE345H1F: Algorithms and Data Structures.<br />
<span class="course-description">
</span><br />
<span class="course-time">Fall 2022</span>
</li>
</ol>
</section>
<section id="teaching">
<h2>List of Courses for which I was Teaching Assistant at University of Paris</h2>
<ol>
<li class="item">
Automates et Analyse Lexicale -- IF13Y030.<br />
<span class="course-description">
Introduction to formal languages, and the theory of finite automata and lexical analysis for second year computer science students.
</span><br />
<span class="course-time">Fall 2020 - 36 hours</span>
</li>
<li class="item">
Principes de Fonctionnement des Machines Binaires -- IF11Y020.<br />
<span class="course-description">
Introduction to numeral systems and their arithmetics, and data representation in machines for first year computer science students.
</span><br />
<span class="course-time">Fall 2020 - 30 hours</span>
</li>
<li class="item">
Initiation á la Programmation Java -- IP1-Java.<br />
<span class="course-description">
Introduction to Java programming for first year computer science students.
</span><br />
<span class="course-time">Fall 2019 - 36 hours</span>
</li>
<li class="item">
Programmation Orientée Objet et Interfaces Graphiques -- POO-IG.<br />
<span class="course-description">
Introduction to the principles of object-oriented programming in Java for second year computer science students.
</span><br />
<span class="course-time">Fall 2019 - 24 hours</span>
</li>
<li class="item">
Initiation á la Programmation Python -- IP1-Python.<br />
<span class="course-description">
Introduction to Python programming for first year social science students.
</span><br />
<span class="course-time">Fall 2018 - 24 hours</span>
</li>
<li class="item">
Bases de Données -- BD.<br />
<span class="course-description">
Introduction to relational databases and SQL for second year computer science students.
</span><br />
<span class="course-time">Fall 2018 - 36 hours</span>
</li>
</ol>
</section>
<section id="teaching">
<h2>List of Courses for which I was Teaching Assistant at Concordia University</h2>
<ol>
<li class="item">
Hardware Functional Verification -- COEN 413/6541<br />
<span class="course-description">
Study functional verification, design for verification, writing test benches, simulation engines, and coverage metrics for senior undergraduate and early-stage graduate students.
</span><br />
<span class="course-time">Winter 2016</span>
</li>
<li class="item">
Computer Architecture and Design -- COEN 6741<br />
<span class="course-description">
Study the fundamentals of hardware design issues for high performance computer architectures for early-stage graduate students.
</span><br />
<span class="course-time">Winter 2016</span>
</li>
<li class="item">
Digital Design -- COEN 313<br />
<span class="course-description">
Introduction to hardware description languages (VHDL) for synthesis and simulation, asynchronous design, algorithmic state machines, and finite state machine (FSM) optimization for undergraduate students.
</span><br />
<span class="course-time">Winter 2016</span>
</li>
<li class="item">
Microprocessors and their Applications -- COEN 6711<br />
<span class="course-description">
Study microcontroller designs focusing on ARM Cortex M0+ architecture, interrupt system, peripherals, and interfacing for early-stage graduate students.
</span><br />
<span class="course-time">Fall 2015</span>
</li>
<!-- **** <p><b>Under Construction</b></p> **** -->
</ol>
</section>
<!-- ****<p>
You can view my other 'open source' template designs
<a href="http://www.dcarter.co.uk/templates.html">here</a>.
</p>**** -->
<!-- **** <h1>alternative colour schemes</h1>
<p>Here are some alternative colour schemes for anyone who doesn't like orange:</p>
<div id="colour">
<a href="index_blue.html"><span class="blue">blue</span></a>
<a href="index_green.html"><span class="green">green</span></a>
<a href="index_purple.html"><span class="purple">purple</span></a>
<a href="index.html"><span class="orange">orange</span></a>
</div>**** -->
<!-- ****<h1>example elements</h1>
<h2>Bold Text</h2>
<p><strong>this is an example of bold text</strong></p>
<h2>Italics</h2>
<p><i>this is an example of italic text</i></p>
<h2>Links</h2>
<p><a href="index.html">this is an example link</a></p>
<h2>Block Quotes</h2>
<blockquote>
<p>
Some blockquote text. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
</p>
</blockquote>
<h2>Unordered Lists</h2>
<ul>
<li>list item 1</li>
<li>list item 2</li>
</ul>
<br />
<h2>Ordered Lists</h2>
<ol>
<li>list item 1</li>
<li>list item 2</li>
</ol>**** -->
<!-- **** <br />
<h2>Images</h2>
<p>images can be placed on the left, in the center or on the right.</p>
<span class="left"><img src="style/graphic.jpg" alt="example graphic" /></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.
</p>
<span class="center"><img src="style/graphic.jpg" alt="example graphic" /></span>
<span class="right"><img src="style/graphic.jpg" alt="example graphic" /></span>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.
</p>
</div>
</div>**** -->
<div id="footer">
copyright © 2020 Sidi Mohamed Beillahi | <a href="#">med(DOT)beillahi(AT)gmail(DOT)com</a> | <a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.dcarter.co.uk">Website Template by dcarter</a>
</div>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11578522;
var sc_invisible=1;
var sc_security="d098f61a";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - StatCounter" href="http://statcounter.com/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/11578522/0/d098f61a/1/" alt="Web
Analytics Made Easy - StatCounter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>