CASALS DO NASCIMENTO Arthur Henrique
Team : SMA
Invited by : Amal EL FALLAH SEGHROUCHNI
Arrival date : 04/03/2018
Departure date : 05/31/2018
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");
});
});
2018-2022 Publications
-
2022
- A. Casals do Nascimento : “Smart Mobility - An approach using multiagent planning and coordination”, thesis, defence 03/10/2022, supervision El fallah seghrouchni, Amal (2022)
-
2020
- A. Casals, A. Belbachir, A. El Fallah‑Seghrouchni : “Adaptive and Collaborative Agent-based Traffic Regulation Using Behavior Trees”, AAMAS '20: Proceedings of the 19th International Conference on Autonomous Agents and MultiAgent Systems, Auckland, New Zealand, pp. 1789-1791, (International Foundation for Autonomous Agents and Multiagent Systems) (2020)
-
2019
- C. Pantoja, H. Soares, J. Viterbo, T. Alexandre, A. Casals, A. El Fallah‑Seghrouchni : “A Resource Management Architecture For Exposing Devices as a Service in the Internet of Things”, 31st International Conference on Software Engineering and Knowledge Engineering, SEKE 2019 Proceedings, Lisbonne, Portugal, pp. 233-238 (2019)
- A. Casals, A. El Fallah‑Seghrouchni, O. Negroni, A. Othmani : “Exposing Agents as Web Services in JADE”, EMAS 2018: Engineering Multi-Agent Systems, vol. 11375, Lecture Notes in Computer Science, Stockholm, Sweden, pp. 340-350, (Springer) (2019)
- V. Mascardi, D. Weyns, A. Ricci, C. Benac Earle, A. Casals, M. Challenger, A. Chopra, A. Ciortea, L. Dennis, Á. Fernández Díaz, A. El Fallah‑Seghrouchni, A. Ferrando, L.‑. Fredlund, E. Giunchiglia, Z. Guessoum, A. Günay, K. Hindriks, C. Iglesias, B. Logan, T. Kampik, G. Kardas, V. Koeman, J. Larsen, S. Mayer, T. Méndez, J. Nieves, V. Seidita, B. Tezel, L. Varga, M. Winikoff : “Engineering Multi-Agent Systems: State of Affairs and the Road Ahead”, Software Engineering Notes, vol. 44 (1), pp. 18-28, (Association for Computing Machinery) (2019)
- A. Casals, A. El Fallah‑Seghrouchni, A. Franco Brandão, C. Pantoja, J. Viterbo : “Resource-dependent contextual planning in AmI”, Procedia Computer Science, vol. 151, pp. 485-492, (Elsevier) (2019)
- C. Pantoja, H. Soares, J. Viterbo, T. Alexandre, A. Casals, A. El Fallah‑Seghrouchni : “Exposing IoT Objects in the Internet Using the Resource Management Architecture”, International Journal of Software Engineering and Knowledge Engineering, vol. 29 (11n12), pp. 1703-1725, (World Scientific Publishing) (2019)
- A. Belbachir, A. El Fallah‑Seghrouchni, A. Casals, M. Pasin : “Smart Mobility Using Multi-Agent System”, Procedia Computer Science, vol. 151, pp. 447-454, (Elsevier) (2019)
-
2018
- A. Casals, A. Belbachir, A. El Fallah‑Seghrouchni, A. Franco Brandão : “Gestion d’intentions multiples pour agents ambiants coopératifs”, Journées Francophones sur les Systèmes Multi-Agents, Métabief, France (2018)
- A. Casals, A. Belbachir, A. El Fallah‑Seghrouchni, A. Franco Brandão : “Fostering agent cooperation in AmI: a context-aware mechanism for dealing with multiple intentions”, 12th International Symposium on Intelligent Distributed Computing (IDC 2018), vol. 798, Studies in Computational Intelligence, Bilbao, Spain, pp. 225-234, (Springer) (2018)
- A. Casals, A. El Fallah‑Seghrouchni, A. Brandao : “Augmented Agents: Contextual Perception and Planning for BDI architectures”, EMAS 2017 - 5th International Workshop on Engineering Multi-Agent Systems, vol. 10738, Lecture Notes in Computer Science, Sao Paulo, Brazil, pp. 38-55, (Springer) (2018)