-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbios.html
61 lines (59 loc) · 3.21 KB
/
bios.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Optimizing with Column Generation</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<header>
<div class="header-content">
<img src="book_canvas_title.png" alt="Optimizing with Column Generation" >
<h1>About the authors</h1>
</div>
</header>
<main>
<section id="uchoa">
<img src="uchoa.jpg" alt="Eduardo Uchoa" height="250">
<h2>Eduardo Uchoa</h2>
<p>Eduardo Uchoa is a Full Professor at Universidade Federal Fluminense in Brazil and
holds an INRIA International Chair (2022-2026) in France. He is a prominent figure in
the development of modern Branch-Cut-and-Price algorithms. His work is notable for both
its theoretical contributions and computational achievements, time and again advancing
the boundaries of solvability in classic problems. Eduardo is one of the principal
architects of VRPSolver, a generic Column Generation-based algorithm that currently
achieves state-of-the-art exact results for a wide spectrum of vehicle routing
problems and other problem classes.</p>
</section>
<section id="pessoa">
<img src="pessoa.jpg" alt="Artur Pessoa" height="250">
<h2>Artur Pessoa</h2>
<p>Artur Pessoa is an Associate Professor at Universidade Federal Fluminense in Brazil
and a "hidden figure" (rarely attending international conferences) in numerous
column generation developments. He is also one of the principal creators of VRPSolver.
Artur is an exceptional programmer with a comprehensive knowledge of mathematical
optimization. In addition to his work on classic deterministic combinatorial
optimization problems, Artur has made significant contributions to non-linear,
bi-level, and stochastic optimization.</p>
</section>
<section id="moreno">
<img src="moreno.jpg" alt="Lorenza Moreno" height="250">
<h2>Lorenza Moreno</h2>
<p>Lorenza Moreno is an Associate Professor at Universidade Federal de Juiz de Fora
in Brazil. She has extensive experience in applied optimization for industry,
having worked on tactical and operational railway planning, telecom network
design, industrial scheduling, and logistics for some of the biggest Brazilian
companies. Her advanced column generation-based solution for helicopter transport
of oil rig crews in the Campos Basin was a finalist for the INFORMS Daniel H.
Wagner Prize for Excellence in the Practice of Operations Research.</p>
</section>
<p> </p>
<a class="btn" href="index.html" align=“center">Back</a>
</main>
<footer>
<p>© 2024 Optimizing with Column Generation. All rights reserved.</p>
</footer>
</body>
</html>