M. NGUYỄN Kim Thǎ́ng
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2011-2022 Publications
-
2022
- E. Bampis, D. Christou, B. Escoffier, K. Nguyen : “Online learning for min-max discrete problems”, Theoretical Computer Science, vol. 930, pp. 209-217, (Elsevier) (2022)
- E. Bampis, D. Christou, B. Escoffier, A. Kononov, K. Nguyen : “A simple rounding scheme for multistage optimization”, Theoretical Computer Science, vol. 907, pp. 1-10, (Elsevier) (2022)
-
2021
- Ch. Dürr, K. Nguyen, A. Srivastav, L. Tible : “Non-monotone DR-submodular Maximization over General Convex Sets”, Twenty-Ninth International Joint Conference on Artificial Intelligence and Seventeenth Pacific Rim International Conference on Artificial Intelligence {IJCAI-PRICAI-20}, Yokohama, Japan, pp. 2148-2154, (International Joint Conferences on Artificial Intelligence Organization) (2021)
-
2020
- M. Bienkowski, M. Böhm, J. Byrka, M. Chrobak, Ch. Dürr, L. Folwarczný, T. Jez, J. Sgall, K. Nguyen, P. Veselý : “Online algorithms for multilevel aggregation”, Operations Research, vol. 68 (1), pp. 214-232, (INFORMS) (2020)
-
2016
- M. Bienkowski, M. Böhm, J. Byrka, M. Chrobak, Ch. Dürr, L. Folwarczný, Ł. Jeż, J. Sgall, K. Nguyen, P. Veselý : “Online Algorithms for Multi-Level Aggregation”, Proc. of the 24th European Symposium on Algorithms (ESA), Aarhus, Denmark (2016)
- E. Angel, E. Bampis, V. Chau, K. Nguyen : “Throughput maximization in multiprocessor speed-scaling”, Theoretical Computer Science, vol. 630, pp. 1-12, (Elsevier) (2016)
-
2015
- S. Angelopoulos, G. Lucarelli, K. Nguyen : “Primal-Dual and Dual-Fitting analysis of online scheduling algorithms for generalized flow time problems”, Algorithms - ESA 2015, vol. 9294, Lecture Notes in Computer Science, Patras, Greece, pp. 35-46, (Springer) (2015)
- E. Angel, E. Bampis, V. Chau, K. Nguyen : “Non-preemptive throughput maximization for speed-scaling with power-down”, 21st International Conference on Parallel and Distributed Computing (Euro-Par 2015), vol. 9233, Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), Vienna, Austria, pp. 171-182 (2015)
-
2014
- E. Angel, E. Bampis, V. Chau, K. Nguyen : “Throughput maximization in multiprocessor speed-scaling”, Proc. of the 25th International Symposium on Algorithms and Computation (ISAAC 2014), vol. 8889, Lecture Notes in Computer Science, Jeonju, Korea, Republic of, pp. 247-258, (Springer) (2014)
-
2012
- J. Cohen, Ch. Dürr, K. Nguyen : “Smooth inequalities and equilibrium inefficiency in scheduling games”, 8th International Workshop on Internet and Network Economics (WINE 2012), vol. 7695, Lecture Notes in Computer Science, Liverpool, United Kingdom, pp. 350-363 (2012)
-
2011
- B. Escoffier, L. Gourvès, K. Nguyen, F. Pascual, O. Spanjaard : “Strategy-proof Mechanisms for Facility Location Games with Many Facilities”, 2nd International Conference on Algorithmic Decision Theory (ADT'11), vol. 6992, Lecture Notes in Artificial Intelligence, Piscataway, NJ, United States, pp. 67-81, (Springer) (2011)
- B. Escoffier, L. Gourvès, K. Nguyen, F. Pascual, O. Spanjaard : “Algorithmes à véracité garantie pour le placement d’installations sur une ligne”, 12e Congrès de la Société Française de Recherche Opérationnelle et d'Aide à la Décision (ROADEF 2011), Saint-Etienne, France (2011)