-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (184 loc) · 7.17 KB
/
index.html
File metadata and controls
219 lines (184 loc) · 7.17 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html>
<title>Mark Velednitsky</title>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
</style>
</head>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-third">
<div class="w3-white w3-text-grey w3-card-4">
<div class="w3-display-container">
<img src="static/optimize-cropped.JPG" style="width:100%" alt="Avatar">
<div class="w3-display-bottomleft w3-container w3-text-white">
<h2>Mark Velednitsky</h2>
</div>
</div>
<div class="w3-container">
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>Research Scientist</p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>Seattle, WA</p>
<hr>
<p class="w3-large w3-text-theme"><b><i class="fa fa-globe fa-fw w3-margin-right w3-text-teal"></i>Links</b></p>
<p><a href="blog">Blog</a></p>
<p><a href="https://github.com/marvel2010">GitHub</a></p>
<p><a href="https://scholar.google.com/citations?user=vLcqO88AAAAJ">Google Scholar</a></p>
<p><a href="https://orcid.org/0000-0003-1176-5159">ORCID</a></p>
<p><a href="https://www.linkedin.com/in/marvel2010/">LinkedIn</a></p>
</div>
</div><br>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-twothird">
<!-- Summary -->
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h3 class="w3-text-grey w3-padding-16"><i class="fa fa-certificate fa-fw w3-margin-right w3-xlarge w3-text-teal"></i>Summary</h3>
<div class="w3-container">
<p>I am a Principal AI Scientist at Meadow AI,
a company which leverages AI to improve the efficiency of counter serve restaurants.
Previously, I was a Senior Staff Applied Scientist at Afresh and a Senior Research Scientist at Amazon.
I earned my Ph.D. in Operations Research at UC Berkeley, where I was advised by Professor Ilan Adler.
I hold an undergraduate degree in Mathematics from MIT.
I am primarily interested in discrete optimization problems,
especially in settings that include graphs and machine learning.</p>
</div>
</div>
<!-- End Summary -->
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h3 class="w3-text-grey w3-padding-16"><i class="fa fa-certificate fa-fw w3-margin-right w3-xlarge w3-text-teal"></i>Publications</h3>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Rehearsal Scheduling: Developing An Optimization Solution With Practitioner Input</b>
<br>
<i>Conference on the Practice and Theory of Automated Timetabling</i> (2020)
<br>
<a href="http://www.patatconference.org/patat2020/proceedings/papers/5.%20PATAT_2020_paper_11.pdf" target="blank_"> Conference </a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>New Algorithms for Three Combinatorial Optimization Problems on Graphs</b>
<br>
<i>Dissertation</i> (2020)
<br>
<a href="static/Dissertation_Velednitsky_Final.pdf"> PDF </a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Solving (k-1)-Stable Instances of k-Terminal Cut with Isolating Cuts</b>
<br>
<i>Conference on Combinatorial Optimization and Applications</i> (2019)
<br>
<a href="https://doi.org/10.1007/s10878-021-00769-3" target="blank_">Journal</a> |
<a href="https://doi.org/10.1007/978-3-030-36412-0_39" target="blank_">Conference</a> |
<a href="https://youtu.be/wjdltPAaS8c" target="blank_">YouTube</a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Detecting Aberrant Linking Behavior in Directed Networks</b>
<br>
<i>Knowledge Discovery and Information Retrieval</i> (2019)
<br>
<a href="http://doi.org/10.5220/0008069600720082" target="blank_">Conference</a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>The Dimension of Valid Distance Drawings of Signed Graphs</b>
<br>
<i>Discrete & Computational Geometry</i> (2019)
<br>
<a href="https://doi.org/10.1007/s00454-019-00114-w" target="blank_">Journal</a> |
<a href="https://github.com/marvel2010/signed-graph-valid-drawing" target="blank_">GitHub</a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Isolation Branching: A branch-and-bound algorithm for the k-terminal cut problem</b>
<br>
<i>Conference on Combinatorial Optimization and Applications</i> (2018)
<br>
<i>Mixed Integer Programming Workshop</i> (2019)
<br>
<i>Journal of Combinatorial Optimization</i> (2020)
<br>
<a href="https://doi.org/10.1007/s10878-020-00534-y" target="blank_">Journal</a> |
<a href="https://doi.org/10.1007/978-3-030-04651-4_42" target="blank_">Conference</a> |
<a href="https://github.com/marvel2010/k-terminal-cut" target="blank_">GitHub</a> |
<a href="https://youtu.be/vzdJfBqwx2I" target="blank_">YouTube</a> |
<a href="static/ktcut_poster.pdf"> Poster </a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>DISPATCH: An optimally-competitive algorithm for online perfect bipartite matching with i.i.d. arrivals</b>
<br>
<i>Workshop on Approximation and Online Algorithms</i> (2018)
<br>
<i>Theory of Computing Systems</i> (2019)
<br>
<a href="https://doi.org/10.1007/s00224-019-09947-7" target="blank_">Journal</a> |
<a href="https://doi.org/10.1007/978-3-030-04693-4_10" target="blank_">Conference</a> |
<a href="https://youtu.be/6_uUNgtPtxE" target="blank_">YouTube</a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Short combinatorial proof that the DFJ polytope is contained in the MTZ polytope for the Asymmetric Traveling Salesman Problem</b>
<br>
<i>Operations Research Letters</i> (2017)
<br>
<a href="https://doi.org/10.1016/j.orl.2017.04.010" target="_blank">Journal</a> |
<a href="https://ieor.berkeley.edu/mark-velednitsky-finds-short-proof-for-traveling-salesman-problem/" target="blank_">News</a>
</p>
<hr>
</div>
<!-- ONE PAPER -->
<div class="w3-container">
<p>
<b>Redundancy-d: The power of d choices for redundancy</b>
<br>
<i>Operations Research</i> (2017)
<br>
<a href="https://doi.org/10.1287/opre.2016.1582" target="_blank">Journal</a>
</p>
<hr>
</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<footer class="w3-container w3-teal w3-center w3-margin-top"></footer>
</body>
</html>