-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
169 lines (156 loc) · 8.48 KB
/
index.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Daniel Oliveira</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="css/main.css" />
<link href="assets/fontawesome-free-6.1.1-web/css/all.css" rel="stylesheet">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<style type="text/css">
img.flag {
padding-left: 0px;
padding-right: 0px;
height: 22px;
width: 34px;
border: none;
margin-bottom: -5px;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.mail {
text-decoration: none;
}
.interests {
list-style: circle;
text-align: left;
padding-left:3em;
}
p {
margin-bottom: 1em;
text-align: left;
}
</style>
</head>
<body>
<!-- Home -->
<div class="wrapper style1 first">
<article class="container" id="top">
<div class="row">
<div class="4u 12u(mobile)">
<span class="image fit"><img src="images/avatar.jpg" alt="" /></span>
</div>
<div class="8u 12u(mobile)">
<header>
<h1>Daniel Dias Oliveira</h1>
</header>
<p>
I am currently an Optimization Engineer at GE Vernova.
</p>
<p>
I am passionate about writing highly efficient code and mathematical models for the optimization of complex problems.
</p>
<p>
<a onclick="ga('send', 'event', 'Click', 'cv');" href="assets/daniel_oliveira-resume.pdf" target="_blank">Resume <i class="fa-solid fa-file-pdf" aria-hidden="true"></i></a><br>
E-mail: <a class="mail" href="mailto:[email protected]">[email protected]</a> <br>
</p>
<h3>Find me on:</h3>
<ul class="social">
<li><a onclick="ga('send', 'event', 'Click', 'linkedin');" href="https://br.linkedin.com/in/daniel-oliveira-b2b1621b" target="_blank" class="icon fa-linkedin-in"></a></li>
<li><a onclick="ga('send', 'event', 'Click', 'github');" href="https://github.com/danieloliveira56" target="_blank" class="icon fa-github" title="Github"></a></li>
<li><a onclick="ga('send', 'event', 'Click', 'github');" href="https://www.kaggle.com/danieldias" target="_blank" class="fa-brands fa-kaggle" title="Kaggle"></a></li>
<li><a onclick="ga('send', 'event', 'Click', 'twitter');" href="https://twitter.com/dan_oliveira56" target="_blank" class="icon fa-brands fa-twitter" style="background-color: white;" title="Twitter"></a></li>
</ul>
</div>
</div>
</article>
</div>
<div class="wrapper style3">
<article id="projects" class="container 75%">
<header>
<h2>Projects</h2>
</header>
<div style="text-align: left; margin-left: 10px">
<ul class="bibtex-list">
<li class='bibtex-list'>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'project');" href='https://danieloliveira56.github.io/santa2022' target="_blank"><span class="bibtex-title">Kaggle's 2022 Optimization Competition Vizualization Tool</span></a><br/>
A vizualization for the <a href='https://www.kaggle.com/competitions/santa-2022' target="_blank">2022 Optimization Challenge hosted by Kaggle</a>. Implemented in vanilla Javascript using p5.js.
</li>
<li class='bibtex-list'>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'project');" href='https://github.com/danieloliveira56/schedWT' target="_blank"><span class="bibtex-title">Branch-Cut-and-Price algorithm for Parallel Machine Scheduling Problems</span></a><br/>
The algorithm described in my paper "An Improved Branch-Cut-and-Price algorithm for Parallel Machine Scheduling Problems" listed in the next section. Implemented in C++.
</li>
<li class='bibtex-list'>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'project');" href='https://github.com/danieloliveira56/SantaStolenSleigh' target="_blank"><span class="bibtex-title">Santa's Stolen Sleight Solution</span></a><br/>
My solution for a Kaggle's 2016 Discrete Optimization Challenge (<a href='https://www.kaggle.com/c/santas-stolen-sleigh/leaderboard' target="_blank">link</a>). We placed 11th out of 1127 teams, with a solution 0.18% worst than the 1st place. Implemented in C++.
</li>
<li class='bibtex-list'>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'project');" href='https://github.com/danieloliveira56/SantasStolenMap' target="_blank"><span class="bibtex-title">Santa's Stolen Map - A Solution Visualizer for the Santa's Stolen Sleight Challenge</span></a><br/>
A visualizer for solutions of the optimization challenge mentioned above. Implemented with PhP and HTML/CSS/Javascript, using the D3.js library for the graphics. Sample solution <a href='https://danieloliveira56.github.io/santas_stolen_map/'>link</a>.
</li>
</ul>
</div>
</article>
</div>
<div class="wrapper style3">
<article id="publications" class="container 75%">
<header>
<h2>Publications</h2>
</header>
<div style="text-align: left; margin-left: 10px">
<ul class="bibtex-list">
<li class='bibtex-list'>
<span class="bibtex-author">D. Oliveira and A. Pessoa</span><br/>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'paper');" href='https://pubsonline.informs.org/doi/abs/10.1287/ijoc.2018.0854' target="_blank"><span class="bibtex-title">An Improved Branch-Cut-and-Price algorithm for Parallel Machine Scheduling Problems</span></a><br/>
Informs Journal on Computing, 2019
</li>
<li class='bibtex-list'>
<span class="bibtex-author">D. Oliveira</span><br/>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'thesis');" href='assets/Daniel Oliveira Thesis - Improvements to a Branch-Cut-and-Price Algorithm for the Exact Solution of Parallel Machines Scheduling Problems.pdf' target="_blank"><span class="bibtex-title">Improvements to a Branch-Cut-and-Price Algorithm for the Exact Solution of Parallel Machines Scheduling Problems</span></a><br/>
M.Sc. Thesis - Universidade Federal Fluminense
</li>
</ul>
</div>
</article>
</div>
<div class="wrapper style3">
<article id="publications" class="container 75%">
<header>
<h2>Conference Presentations</h2>
</header>
<div style="text-align: left; margin-left: 10px">
<ul class="bibtex-list">
<li class='bibtex-list'>
<span class="bibtex-author">D. Oliveira and A. Pessoa</span><br/>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'sbpo2016');" href='assets/SBPO2016 - Daniel Oliveira e Artur Pessoa.pdf' target="_blank"><span class="bibtex-title">An Improved Branch-Cut-and-Price algorithm for Parallel Machine Scheduling Problems (Awarded as Best Paper)</span></a><br/>
<a href="http://sbpo2016.ufes.br/" target="_blank"><span class="bibtex-journal">XLVIII Brazilian Symposium on Operations Research</span></a>
</li>
<li class='bibtex-list'>
<span class="bibtex-author">D. Oliveira and A. Pessoa</span><br/>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'colgen');" href='assets/oliveira-pessoa-colgen2016.pdf' target="_blank"><span class="bibtex-title">Improvements to a Branch-Cut-and-Price Algorithm for the Exact Solution of Parallel Machines Scheduling Problems</span></a><br/>
<a href="https://www.gerad.ca/colloques/ColumnGeneration2016/" target="_blank"><span class="bibtex-journal">2016 International Workshop on Column Generation</span></a>
</li>
<li class='bibtex-list'>
<span class="bibtex-author">D. Oliveira and A. Pessoa</span><br/>
<a class='bibtex-link' onclick="ga('send', 'event', 'Click', 'sbpo2015');" href='assets/poster sbpo.pdf' target="_blank"><span class="bibtex-title">Cut Separation for Parallel Machine Scheduling Problems using a Genetic
Algorithm (Poster)</span></a><br/>
<a href="http://cdsid.org.br/sbpo2015/" target="_blank"><span class="bibtex-journal">XLVII Brazilian Symposium on Operations Research</span></a>
</li>
</ul>
</div>
</article>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47378021-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>