-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 3.5 KB
/
Copy pathindex.html
File metadata and controls
88 lines (85 loc) · 3.5 KB
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
<!DOCTYPE html> <html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='Universidad Nacional de Colombia, Bogotá'>
<title>Artificial Refactor Generation - ARGen</title>
<link href='./assets/app.css' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]-->
</head>
<body>
<nav role='navigation'>
<div class='container'>
<div class='navbar-header'>
<button type='button' data-toggle='collapse' data-target='#menu'>
<span class='sr-only'>Toggle navigation</span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
<span class='icon-bar'></span>
</button>
<a class='navbar-brand' href='#'>ARGen</a>
</div>
<div id='menu'>
<ul>
<li>
<a href='#/features/01-description'>Description</a>
</li>
<li>
<a href='#/features/02-topics'>Topics</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div class='headline'>
<div class='container'>
<h1>Artificial Refactor Generation</h1>
<h2>ARGen</h2>
</div>
</div>
</header>
<div class="container">
<main> <hr id='/features/01-description'>
<section> <img class='pull-right' src=''>
<h2>ARGen description<span></span>
</h2>
<div class='lead'>
<h3 id="prj-goal">ARGen goal</h3>
<p>Abstract AbstractAbstractAbstractAbstractAbstractAbstractAbstract.....</p>
</div>
</section>
<hr id='/features/02-topics'>
<section>
<img class='pull-left' src=''>
<h2>Paper Resources<span></span></h2>
<div >
<ol>
<li>
<p>
<strong>Table 1 </strong>Comparison of Combinatorial Techniques Related to The Refactoring Problem
</p>
<br>
<a href="./assets/pdfs/longtable.pdf"><img id="long-table" src="./assets/images/longtable.png" /></a>
<br>
<p>
This analysis was performed and traced in a seven dimension conceptual matrix. Each dimension is defined by the following characteristics: optimization technique, objective(s), type of solution, evaluation method, analyzed systems, supported refactoring and be- haviour preservation.
</p>
<li>
<p><strong>Problem Solving:</strong></p>
</li>
<li>
<p><strong>NP-Complete combinatorial problem demostration:</strong></p>
</li>
</ol>
</div> </section>
<hr>
</main>
<footer> <div class='row'> <div class='col-lg-12'> <p>Copyright © ARGen Research</p>
</div>
</div>
</footer> </div>
<script src='./assets/app.js'></script> </body> </html>