-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (74 loc) · 3.15 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
---
layout: master
---
<div class="home">
<h1> Performance Evaluation of Computer Systems <span style="font-size: 20px;color: #0006;"> Spring 2024 </span>
</h1>
<div class="announcement-box" style="margin-top:30px">
<h2>Notice Board</h2>
<ul>
<li class="no-p-margin">
Lectures, videos and Jupyter notebooks are available in in [<a
href="/lectures/" target="_blank">LECTURES</a>].
<p></p>
</li>
<li class="no-p-margin">
Handwritten notes and photos of the board are available in [<a href="https://elearn.ut.ac.ir/"
target="_blank">ELEARN</a>].
<p></p>
</li>
<li class="no-p-margin">
All course assignments are available in [<a href="https://elearn.ut.ac.ir/"
target="_blank">ELEARN</a>].
<p></p>
</li>
<li class="no-p-margin">
Skype group link is available in [<a
href="https://elearn.ut.ac.ir/" target="_blank">ELEARN</a>].
<p></p>
</li>
</ul>
</div>
<br />
<h2>Course Description</h2>
<p>This course includes some concepts of <b>Performance Evaluation of Computer Systems</b>, such as measurement
techniques and tools, review the principles of probability, queuing theory,
and learn about simulation basics and techniques.
The course will consist of homework & computer assignments, quizzes, project and final exam.</p>
<p>Please check this page and <a href="http://elearn.ut.ac.ir" target="_blank">ELEARN</a> regularly.</p>
<br>
<div>
<div style="width:100%; float: left">
<h2> Professor </h2>
<div class="profile-pic-gallary ">
<div class="image--cover-container">
<a href="https://hpnl.ir/people/ahmad-khonsari.html" target="_blank">
<img src="/images/people/ak.jpg" class="image--cover">
<p>Ahmad Khonsari</p>
</a>
</div>
</div>
</div>
<div style="width:100%; float: left">
<h2 class="post-title"> Teaching Assistants </h2>
<div class="profile-pic-gallary ">
<div class="image--cover-container">
<img src="/images/people/mm.jpg" class="image--cover">
<p>Mojtaba Mozhganfar</p>
</div>
<div class="image--cover-container">
<img src="/images/people/zeynab_kabiri.jpg" class="image--cover">
<p>Zeynab Kabiri</p>
</div>
<div class="image--cover-container">
<img src="/images/people/default.png" class="image--cover">
<p>Masoumeh Khodarahmi</p>
</div>
<div class="image--cover-container">
<img src="/images/people/behrad_mahmoudi.png" class="image--cover">
<p>Behrad Mahmoudi</p>
</div>
</div>
</div>
</div>
</div>