-
Notifications
You must be signed in to change notification settings - Fork 4
/
contact.html
36 lines (30 loc) · 1.08 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
---
layout: contact
title: Contact
permalink: /contact/
---
<div id="contactwrap"></div>
<div class="container mtb">
<div class="row">
<div class="col-lg-4">
<h4>Affiliation</h4>
<div class="hline"></div>
<p>We're part of the <a href="http://www.isri.cmu.edu/index.html">Institute for Software Research</a>
in the <a href="http://www.cs.cmu.edu">School of Computer Science</a> at <a href="https://www.cmu.edu">Carnegie Mellon University</a>.
</p>
<p>Our graduate students are part of the <a href="http://sc.isri.cmu.edu">Societal Computing</a>
and <a href="http://isri.cmu.edu/education/se-phd/">Software Engineering</a> PhD programs.
</div>
<div class="col-lg-3">
<h4>ISR Business Office</h4>
<div class="hline"></div>
<p>
Wean Hall 5216<br/>
School of Computer Science<br/>
Carnegie Mellon University<br/>
5000 Forbes Ave<br/>
Pittsburgh, PA 15213<br/>
</p>
</div>
</div><! --/row -->
</div><! --/container -->