-
Notifications
You must be signed in to change notification settings - Fork 1
/
people.html
200 lines (135 loc) · 5 KB
/
people.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
---
layout: default
title: People
weight: 3
people:
- name: Dr. Saeed Shiry Ghidary
image: images/shiry.jpg
sub: Supervisor
edu: |
BSc. : Electronic engineering, Amirkabir University, Iran, 1985-1990
<br>MSc.: Computer architecture, Amirkabir University, Iran, 1991-1994
<br>Ph.D: Robotics, Kobe University, Japan, 1999-2002
<br><a href="mailto:[email protected]">Email</a>
<br><a href="http://ceit.aut.ac.ir/~shiry">Homepage</a>
- name: Mahdi TaherAhmadi
image: images/taher.jpg
sub: Director
edu: |
<a href="mailto:[email protected]">Email</a>
<br><a href="http://github.com/taherahmadi">Github</a>
<br><a href="https://ir.linkedin.com/in/taher-ahmadi-b3798998">LinkedIn</a>
<br><a href="http://ceit.aut.ac.ir/~taher">Homepage</a>
- name: Sajad Azami
image: images/azami.jpg
sub: Research Assistant
edu: |
<a href="mailto:[email protected]">Email</a>
<br><a href="http://github.com/SajadAzami">Github</a>
<br><a href="https://www.linkedin.com/in/sajadazami">LinkedIn</a>
<br><a href="http://sajadazami.github.io">Homepage</a>
- name: Morteza Mahdiani
image: images/morteza_mahdiani.jpg
sub: Research Assistant
edu: |
<br><a href="mailto:[email protected]">Email</a>
<br><a href="http://ceit.aut.ac.ir/~morteza_mahdiani">Homepage</a>
- name: MohammadHossein GohariNejad
image: images/hossein.jpg
sub: Member
edu: |
<a href="mailto:[email protected]">Email</a>
- name: Alireza Torabian
image: images/alirezatorabian.jpg
sub: Member
edu: |
<a href="mailto:[email protected]">Email</a>
<br><a href="http://github.com/1997alireza">Github</a>
<br><a href="https://ir.linkedin.com/in/alireza-torabian/">LinkedIn</a>
- name: Mostafa Ahmadi
image: images/mostafa.jpg
sub: Member
edu: |
<a href="mailto:[email protected]">Email</a>
<br><a href="http://github.com/s-mostafa-a">Github</a>
<br><a href="https://www.linkedin.com/in/mostafa-ahmadi-a6b787b9/">LinkedIn</a>
alumni:
- name: Fatemeh Pahlevan Aghababa
image: images/reyhaneh.jpeg
sub: Former Director
edu: |
B.Sc Computer Engineering at Amirkabir University of Technology
<br>MSc. Computer Engineering (AI) at Sharif University of Technology
<br><a href="mailto:[email protected]">Email</a>
<br><a href="https://ir.linkedin.com/in/pahlevan">LinkedIn</a>
<br><a href="http://github.com/reyhanehpahlevan">Github</a>
<br><a href="http://ce.sharif.edu/~reyhanehpahlevan">Homepage</a>
- name: Bita Azari
image: images/bita.jpg
sub: Research Assistant
edu: |
B.Sc Computer Engineering at Amirkabir University of Technology
<br>MSc. computing science at Simon Fraser University
<br><a href="mailto:[email protected]">Email</a>
<br><a href="http://ceit.aut.ac.ir/~azari">Homepage</a>
<br><a href="http://www.researchgate.net/profile/Bita_Azari">Researchgate</a>
- name: Faraz Shamshirdar
image: images/Faraz.jpg
sub: Research Assistant
edu: |
B.Sc Computer Engineering at Amirkabir University of Technology
<br>MSc. computing science at Simon Fraser University
<br><a href="http://github.com/fshamshirdar">Github</a>
<br><a href="http://www.researchgate.net/profile/Faraz_Shamshirdar">Researchgate</a>
- name: MohammadHossein Heydari
image: images/mhheydari.jpg
sub: Research Assistant
edu: |
B.Sc Computer Engineering at Amirkabir University of Technology
<br><a href="http://github.com/mdhheydari">Github</a>
<br><a href="http://www.researchgate.net/profile/Mohammad_Heydari5">Researchgate</a>
- name: Amirreza Kabiri
image: images/amir.jpg
sub: Research Assistant
edu: |
B.Sc Electrical Engineering at Amirkabir University of Technology
<br>MSc. Communications System Engineering at Amirkabir University of Technology
<br><a href="mailto:[email protected]">Email</a>
<br><a href="https://ir.linkedin.com/in/amirezakabiri">LinkedIn</a>
---
<div class="row">
<div class="twelve columns">
<h3>Current lab members</h3>
<hr>
</div>
</div>
{% for item in page.people %}
<div class="row">
<div class="four columns">
<img src="{{ item.image }}" class="scale-with-grid-profile">
</div>
<div class="eight columns">
<h4>{{ item.name }}</h4>
<p class="subheader">{{ item.sub }}</p>
{{ item.edu }}
</div>
</div>
{% endfor %}
<div class="row">
<div class="twelve columns">
<h3>Alumni</h3>
<hr>
</div>
</div>
{% for item in page.alumni %}
<div class="row">
<div class="four columns alpha">
<img src="{{ item.image }}" class="scale-with-grid-profile">
</div>
<div class="eight columns omega">
<h4>{{ item.name }}</h4>
<p class="subheader">{{ item.sub }}</p>
<p>{{ item.edu }}</p>
</div>
</div>
{% endfor %}