-
Notifications
You must be signed in to change notification settings - Fork 1
/
survey.html
55 lines (55 loc) · 2.2 KB
/
survey.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Graph-based Mining of In-the-Wild, Fine-grained, Semantic Code Change Patterns</title>
<meta charset="iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="styles/mediaqueries.css" type="text/css" media="all">
<script src="scripts/jquery.1.9.0.min.js"></script>
<script src="scripts/jquery-mobilemenu.min.js"></script>
<!--[if lt IE 9]>
<link rel="stylesheet" href="styles/ie.css" type="text/css" media="all">
<script src="scripts/ie/css3-mediaqueries.min.js"></script>
<script src="scripts/ie/ie9.js"></script>
<script src="scripts/ie/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="hgroup">
<h1><a href="#">Graph-based Mining of In-the-Wild, Fine-grained, Semantic Code Change Patterns</a></h1>
</div>
</header>
</div>
<!-- ################################################################################################ -->
<div class="wrapper row2">
<nav id="topnav">
<ul class="clear">
<li class="active first"><a href="index.html">Main</a></li>
<li><a href="patterns.html">Mined Patterns</a></li>
<li><a href="survey.html">Survey Responses</a></li>
<li><a href="comparison.html">Comparative Study</a></li>
</ul>
</nav>
</div>
<!-- content -->
<div class="wrapper row3">
<div id="container">
<!-- ################################################################################################ -->
<div class="full_width clear">
<p>Survey on real change patterns from developers and our analysis on the responses: <a href='responses.xlsx'>Download</a></p>
</div>
<!-- ################################################################################################ -->
</div>
</div>
<!-- Footer -->
<div class="wrapper row4">
<footer id="footer" class="clear">
<p class="fl_left">Copyright © 2013 - All Rights Reserved</p>
<p class="fl_right">Template by <a href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
</footer>
</div>
</body>
</html>