-
Notifications
You must be signed in to change notification settings - Fork 0
/
honors_awards.html
executable file
·130 lines (104 loc) · 5.06 KB
/
honors_awards.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Amira Ghenai</title>
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div id="banner-wrapper">
<div id="banner-picture" class="five columns">
<img src="assets/images/profile.jpg" style="width:130px;margin-top:-10px;text-align:left;position:relative;" />
</div>
<div id="banner-info" class="five columns" style="font-weight:bold;margin-left:80px;margin-top:-200px;float:top">
<p>
<h2><a href="./" style="float:bottom;margin-left:80px;margin-top:20px;float:top;">Amira Ghenai</a></h2>
<span style="font-weight:bold;margin-left:80px;margin-top:-20px;float:top">
Assistant Professor | <a href="mailto:[email protected]" class="email">[email protected]</a>
<br/>
<h4>
<a href="https://www.ryerson.ca/tedrogersschool/" style="float:bottom;margin-left:80px;margin-top:20px;float:top;">Ted Rogers School of Management, TRSM<h4>
<a href="https://www.ryerson.ca/">
Toronto Metropolitan University
</a>
</span >
</p>
<br>
<p>
<a
href="https://scholar.google.ca/citations?user=7GiUcaEAAAAJ&hl=en" style="float:bottom;margin-left:80px;margin-top:20px;float:top;font-size:70%;"><u>Google
Scholar</u></a>
|
<a
href="https://twitter.com/AmiraGhenai" style="float:bottom;margin-left:5px;margin-top:20px;float:top;font-size:70%;"><u>Twitter</u></a>
|
<a
href="https://www.linkedin.com/in/amiraghenai" style="float:bottom;margin-left:5px;margin-top:20px;float:top;font-size:70%;"><u>linkedIn</u></a>
|
<a
href="https://aghenai.github.io/assets/amira-cv.pdf" style="float:bottom;margin-left:5px;margin-top:20px;float:top;font-size:70%;"><u>CV</u></a>
</p>
</div>
<!-- <div id="banner-logos" class="five columns">
<a href="https://cs.uwaterloo.ca/" id="logo-scs">
<img src="assets/images/uwaterloo.jpg" style="width:150px;margin-top:-10px;margin-left:750px;float:top; margin-top:10px" />
</a>
</div> -->
</div>
<hr />
<div class="container-fluid">
<div class="row content">
<div class="col-sm-3 sidenav">
<ul class="nav nav-pills nav-stacked">
<li ><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="ta.html">Teaching Experience</a></li>
<li><a href="work.html">Work Experience</a></li>
<li class="active"><a href="honors_awards.html">Honors & Awards</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><br>
<script type="text/javascript" src="//ra.revolvermaps.com/0/0/2.js?i=0yjvm2lsxlt&m=0&s=130&c=ff0000&t=1" async="async"></script>
</div>
<div class="col-sm-9">
<div class="row">
<ul>
<li><b><i>Scholarships</i></b></li>
<ul>
<li>AGE-WELL Graduate Student and Postdoctoral Award in Technology and Aging (Sept 2020 - Aug 2021)</li>
<li> Waterloo University Graduate Research Studentship - GRS (Spring/Fall 2019) </li>
<li>Qatar Research Leadership Doctoral Fellowship, Qatar Foundation (2014 - 2019)</li>
<li> Qatar Research Leadership Program Scholarship, Qatar Foundation (2013 - 2014) </li>
<li> High School Excellence Scholarship, Algerian Embassy in Qatar (2006 - 2011) </li>
</ul>
<li><b><i>Travel Awards</i></b></li>
<ul> <li> ACM SIGIR Travel Award, ACM </li>
<li>Travel Awards, Department of Computer Science, Waterloo University</li>
<li>Travel Awards, Qatar Computing Research Institute, Qatar</li>
<li>Computational Social Science Summer School Travel Award, Waterloo University</li>
<li> Travel Award for Grace Hopper Celebration, WiCS, Waterloo University</li>
<li> MLDA Symposium Travel Award, Qatar Foundation</li>
</ul>
<li><i><b>Awards</b></i></li>
<ul> <li>Graduate Sponsorship Research Award (GSRA), Qatar Science Leadership Program (2012 - 2013)</li>
<li>Vice President Honor List, BSc. Honors, Qatar University (2006 - 2011)</li>
<li>Dean’s Honor List, BSc. Honors, Qatar University (2006 - 2011)</li>
</ul>
</ul>
<br>
</div>
</div>
</div>
</div>
<footer class="container-fluid">
<p>© Amira Ghenai 2020</p>
</footer>
</body>
</html>