forked from sauleh/personal_website_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
382 lines (311 loc) · 13.3 KB
/
courses.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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
---
author_profile: true
---
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.15.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th,
td {
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
th {
background-color: #04aa6d;
color: white;
}
/* style for tabs */
.tab-container{
width: 100%;
display: flex;
justify-content: center;
}
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
display: flex;
justify-content: space-around;
width: 100%;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
width: 100%;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
</style>
{% include head.html %}
{% include head/custom.html %}
</head>
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
{% include_cached browser-upgrade.html %}
{% include_cached masthead.html %}
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
{% unless page.header.overlay_color or page.header.overlay_image %}
<!-- <h1 id="page-title" class="page__title">Courses</h1> -->
{% endunless %}
<div class="tab-container">
<div class="tab">
<button class="tablinks active" onclick="openCity(event, 'University-Courses')">University Courses</button>
<button class="tablinks" onclick="openCity(event, 'Online-Courses')">Online Courses</button>
</div>
</div>
<div id="University-Courses">
<p style="font-size: 17px; text-align: justify;">
I am putting my related courses here. You can see the instructor's webpage by clicking on his/her name.
I put a link to my GitHub repository for the corresponding course if available.
</p>
<!-- <h2>
Courses
</h2> -->
<table style="display: inline-table; padding-right: 20px;">
<tr>
<th>Course Name</th>
<th>Instructor</th>
<th>Semester</th>
<th>Grade</th>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Natural-Language-Processing">Natural Language Processing</a></td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Spring 2023</td>
<td>A+</td>
</tr>
<tr>
<td>Programming competitions</a></td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Fall 2023</td>
<td>A+</td>
</tr>
<tr>
<td>Graph Theory</a></td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Karimi Nasab</a></td>
<td>Fall 2023</td>
<td>A+</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Computer-Vision">Computer Vision</a></td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/mrmohammadi/index.html">Dr. Mohammadi</a></td>
<td>Fall 2022</td>
<td>A</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Deep-Learning">Deep Learning</a></td>
<td>Dr. Davoud Abadi</td>
<td>Fall 2022</td>
<td>A+</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Computational-Intelligence">Computational Intelligence</a></td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/mozayani/">Dr. Nasser Mozayani</a></td>
<td>Spring 2022</td>
<td>A+</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/OpenUnderstand">Compiler Design</a></td>
<td><a class="link-class" href="https://scholar.google.com/citations?user=uONxvOwAAAAJ&hl=en">Dr. Saeed Parsa</a></td>
<td>Spring 2022</td>
<td>A</td>
</tr>
<tr>
<td>Operating System</td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/entezari/">Dr. Reza Entezari-Maleki</a></td>
<td>Spring 2022</td>
<td>A+</td>
</tr>
<tr>
<td>Software Engineering</td>
<td><a class="link-class" href="https://scholar.google.com/citations?user=M8tgU-wAAAAJ&hl=en">Dr. Behrouz Minaei Bidgoli</a></td>
<td>Spring 2022</td>
<td>A+</td>
</tr>
<tr>
<td>Data Transmission</td>
<td><a class="link-class" href="https://adiyanat.com/">Dr. Abolfazl Diyanat</a></td>
<td>Fall 2021</td>
<td>A+</td>
</tr>
<tr>
<td>Software Design and Analysis</td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/m_ashtiani/">Dr. Mehrdad Ashtiani</a></td>
<td>Fall 2021</td>
<td>A+</td>
</tr>
<tr>
<td>Artificial Intelligence</td>
<td><a class="link-class" href="https://scholar.google.com/citations?user=M8tgU-wAAAAJ&hl=en">Dr. Behrouz Minaei Bidgoli</a></td>
<td>Fall 2021</td>
<td>A+</td>
</tr>
<tr>
<td>Theory of Languages and Machines</td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/entezari/">Dr. Reza Entezari-Maleki</a></td>
<td>Spring 2021</td>
<td>A+</td>
</tr>
<tr>
<td>Database Design</td>
<td><a class="link-class" href="http://webpages.iust.ac.ir/h_rahmani/">Dr. Hossein Rahmani</a></td>
<td>Spring 2021</td>
<td>A+</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Algorithm-Design">Algorithm Design</a></td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Spring 2021</td>
<td>A+</td>
</tr>
<tr>
<td>Statistics</td>
<td>Dr. ahmadi</td>
<td>Fall 2020</td>
<td>A+</td>
</tr>
<tr>
<td><a class="link-class" href="https://github.com/Babakbehkamkia/Data-Structures">Data Structures</a></td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Fall 2020</td>
<td>A+</td>
</tr>
<tr>
<td>Advanced Programming</td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Spring 2020</td>
<td>A+</td>
</tr>
<tr>
<td>Fundamentals of Computer and Programming</td>
<td><a class="link-class" href="https://www.sauleh.ir/">Dr. Sauleh Eetemadi</a></td>
<td>Fall 2019</td>
<td>A+</td>
</tr>
</table>
</div>
<div style="display: none;" id="Online-Courses">
<p style="font-size: 17px; text-align: justify;">
I believe Self Learning is the most important skill of mine. I put the online courses that I have completed, here. You can see its certificate
by clicking on the name of course.
</p>
<table style="display: inline-table; padding-right: 20px;">
<tr>
<th>Course Name</th>
<th>Institution</th>
<th>Platform</th>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/specialization/certificate/DEBTCDMSG3GM">Generative Adversarial Networks (GANs) Specialization</a></td>
<td><a class="link-class" href="https://www.deeplearning.ai/">DeepLearning.AI</a></td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/specialization/certificate/S3NUHZCBNU3E">Deep Learning Specialization</a></td>
<td><a class="link-class" href="https://www.deeplearning.ai/">DeepLearning.AI</a></td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/URUL9WR66PSB">Advanced Algorithms and Complexity</a></td>
<td>UCSanDiego</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/Y5MTZQGVL6G2">Getting started with TensorFlow 2</a></td>
<td>Imperial College London</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/JM9FR285USEL">Algorithms on Strings</a></td>
<td>UCSanDiego</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/W8GPSRR8P766">Algorithms on Graphs</a></td>
<td>UCSanDiego</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/9E5TBV2ENVKJ">Data Structures</a></td>
<td>UCSanDiego</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/certificate/BQ8FBHB6E9ZD">Algorithmic Toolbox</a></td>
<td>UCSanDiego</td>
<td>Coursera</td>
</tr>
<tr>
<td><a class="link-class" href="https://www.coursera.org/account/accomplishments/specialization/certificate/BASTA5DQVGLD">Python for Everybody Specialization</a></td>
<td>University of Michigan</td>
<td>Coursera</td>
</tr>
</table>
</div>
</div>
</div>
<div class="page__footer">
<footer>
{% include footer/custom.html %}
{% include_cached footer.html %}
</footer>
</div>
{% include scripts.html %}
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
// tabcontent = document.getElementsByClassName("tabcontent");
// for (i = 0; i < tabcontent.length; i++) {
// tabcontent.style.display = "none";
// }
console.log(cityName)
if(cityName === "University-Courses"){
document.getElementById(cityName).style.display = "block";
document.getElementById("Online-Courses").style.display = "none";
}else{
document.getElementById("University-Courses").style.display = "none";
document.getElementById("Online-Courses").style.display = "block";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</body>
</html>