-
Notifications
You must be signed in to change notification settings - Fork 10
/
contact.html
executable file
·88 lines (69 loc) · 1.97 KB
/
contact.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
<!--#include virtual="/sigsoftheader.html" -->
<div id="breadcrumb">
<a href="index.html">Home</a> -> Contacts
</div>
<div id="mat2" class="clear">
<div id="mat3">
<div id="mat4">
<div id="colfull">
<div class="item">
<h1>Contacts</h1>
<h2>Chair: Thomas Zimmermann</h2>
<p>
Microsoft Research<br/>
One Microsoft Way<br/>
Redmond, WA 98004<br/>
Phone: +1-425-703-8450<br/>
</p>
<h3>Vice Chair: Marsha Chechik</h3>
<p>
University of Toronto<br/>
</p>
<h2>ACM Program Director for SIGSOFT: James Peeples</h2>
<p>ACM Headquarters<br/>
1601 Broadway, 10th Floor<br/>
New York, New York 10019-7434<br/>
USA<br/>
Tel: +1-212-626-0603<br/>
Fax: +1-212-302-5826<br/>
<h2>Social Media Chair: Sridhar Chimalakonda</h2>
<p>Department of Computer Science and Engineering<br/>
Indian Institute of Technology<br/>
Tirupati, India<br/>
<a href="https://researchweb.iiit.ac.in/~sridhar_ch">http://researchweb.iitt.ac.in/~sridhar_ch</a><br/>
</p>
<h2>Newsletter Editor: Jacopo Soldani</h2>
<p>[email protected]</p>
<h2>Production Editor: Ajay Jain</h2>
<p>Adobe Systems Inc.</p>
<h2>Associate Editors:</h2>
<h3>Ahmed El-Deeb</h3>
<p>American University in Cairo</p>
<h3>Sujoy Gupta</h3>
<p>AppDirect, Inc.</p>
<h3>Peter Harris</h3>
<p>Independent Software Architect</p>
<h3>Jason Lee</h3>
<p>Macquarie University, Australia</p>
<h3>Hridesh Rajan</h3>
<p>Iowa State University, Ames, Iowa</p>
<!-- p>editors_SIGSOFT (at) acm (dot) org</p -->
<h2>SEWorld Co-Coordinator: Jinqiu Yang</h2>
<p>Concordia University, Montréal<br/>
<h2>SEWorld Co-Coordinator: Elena Sherman</h2>
<p>Boise State University, Idaho<br/>
<h2>Information Director: Raula Gaikovina Kula</h2>
<p>Nara Institute of Science and Technology, Japan<br/>
[email protected] </p>
</div>
</div>
</div>
</div>
</div>
<!--#include virtual="/sigsoftfooter.html" -->