-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications
66 lines (61 loc) · 2.36 KB
/
publications
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
<!DOCTYPE html>
<html>
<head>
<title>Cole Perschon</title>
<meta charset='UTF-8'>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<meta name='author' content='Cole Perschon'>
<meta name='description' content='Cole Perschon is software development engineer at Amazon in Seattle.'>
<meta name='keywords' content='
computer science,
computer scientist,
applied mathematics,
mathematician
approxmiation algorithms,
parameterized algorithms,
optimization,
graphs,
graph theory,
structural graph theory,
software engineer,
software engineering,
software developer,
software development'
>
<link rel='stylesheet' type='text/css' href='main.css'/>
<link rel="shortcut icon" type="image/x-icon" href="images/ios13_3_new_moon.ico">
</head>
<body>
<div id='index'>
<div id='menu'>
<h1 id='name'><a href='index.html'>Cole Perschon</a></h1>
<ul id='links'>
<li><a href='/publications.html'>Publications</a></li>
<li><a href='/assets/coleperschon_jan2023.pdf' target='_blank'>Resume</a></li>
<li><a href='http://www.github.com/coleschon' target='_blank'>Code</a></li>
<li><span class='mono'>[email protected]</span></li>
</ul>
</div>
<div id='publications'>
<!-- <p id='paper'>
Check back soon...
</p> -->
<p id="paper">
<b>Structural Rounding on a Parameterized Graph Class using Heuristics</b><br>
Cole Perschon<br>
Honors thesis, University of Utah, 2021.<br>
<a href='/assets/Structural Rounding on a Parameterized Graph Class using Heuristics.pdf' target='_blank'>PDF</a>
</p>
<!-- <p id="paper">
Practical paper<br>
<font size='-1'>Brian Lavalle, Madison Cooley, Cole Perschon, Blair D. Sullivan. KDD, 2021 (Paper)</font><br>
<a href="https://pubs.rsc.org/en/content/articlelanding/2020/sm/d0sm00488j#!divAbstract">paper</a>
<a href="https://pubs.rsc.org/en/content/articlelanding/2020/sm/d0sm00488j#!divAbstract">code</a>
</p> -->
<!-- <p style="padding-bottom: 284px;"></p>
<hr>
<p><font size='-1'>Updated Oct 2020</font></p> -->
</div>
</div>
</body>
</html>