-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (75 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Arifian Juari</title>
</head>
<style>
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: green;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: none;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: none;
}
</style>
<body>
<table cellspacing="10">
<td><img src="image/arifian.jpg" alt="arifian profile picture"></td>
<td>
<h1>Arifian Juari</h1>
<p> <em>
Tisch University Professor <br>
Department of Computer Science <br>
Department of Information Science <br>
Cornell University <br>
Ithaca, NY 14853 </em> </p>
</td>
</table>
<hr>
<p>I am a professor at <a href="https://www.cornell.edu/">Cornell University</a>. My research focuses on algorithms and networks, the roles they play in large-scale social and information systems, and their broader societal implications. My work
has been supported by an NSF Career
Award, an ONR Young Investigator Award, a MacArthur Foundation Fellowship, a Packard Foundation Fellowship, a Simons Investigator Award, a Sloan Foundation Fellowship, a Vannevar Bush Faculty Fellowship, and grants from Facebook, Google, Yahoo,
the MacArthur Foundation, the ARO, and the NSF. I am a member of the National Academy of Sciences, the National Academy of Engineering, and the American Academy of Arts and Sciences.
</p>
<hr>
<h3>Books and Teaching</h3>
<ul>
<li>In Spring 2021, Karen Levy and I taught a new course, Choices and Consequences in Computing (INFO 1260 / CS 1340). The course is designed at an introductory level with no formal prerequisites, and will cover a range of ethical, societal, and
policy implications of computing and information.</li>
<li>D. Easley, J. Kleinberg. Networks, Crowds, and Markets: Reasoning About a Highly Connected World. Cambridge University Press, 2010
<ul>
<em> This book is based on an inter-disciplinary course that we teach entitled Networks. The book, like the course, is designed at the introductory undergraduate level with no formal prerequisites. To support deeper explorations, most of the
chapters are supplemented with optional advanced sections.</em>
</ul>
</li>
</ul>
<hr>
<h3>Skill</h3>
<table cellspacing="10">
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐️</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐️</td>
</tr>
</table>
<br>
<a href="kontak.html">Kontak Saya</a>
</body>
</html>