MOVAHEDI Zeinab
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");
});
});
2008-2018 Publications
-
2018
- Z. Movahedi : “Green, Trust and Computation Offloading Perspectives for Optimizing Network Management and Mobile Services”, habilitation, defence 07/12/2018 (2018)
-
2016
- Z. Movahedi, Z. Hosseini, F. Bayan, G. Pujolle : “Trust-Distortion Resistant Trust Management Frameworks on Mobile Ad Hoc Networks: A Survey”, Communications Surveys and Tutorials, IEEE Communications Society, vol. 18 (2), pp. 1287-1309, (Institute of Electrical and Electronics Engineers) (2016)
-
2012
- Z. Movahedi, M. Ayari, R. Langar, G. Pujolle : “A survey of autonomic network architectures and evaluation criteria”, Communications Surveys and Tutorials, IEEE Communications Society, vol. 14 (2), pp. 464-490, (Institute of Electrical and Electronics Engineers) (2012)
-
2011
- Z. Movahedi : “An Autonomic Architecture for Wireless Networks : Proposition and Evaluation Methodology”, thesis, defence 11/25/2011, supervision Pujolle, Guy, co-supervision : Langar, Rami (2011)
- Z. Movahedi, R. Langar, G. Pujolle : “A learning packet-based autonomic network architecture”, (2011)
- D. Macedo, Z. Movahedi, J. Rubio‑Loyola, A. Astorga, G. Koumoutsos, G. Pujolle : “The AutoI Approach for the Orchestration of Autonomic Networks”, Annals of Telecommunications - annales des télécommunications, vol. 66 (3-4), pp. 243-255, (Springer) (2011)
-
2010
- Z. Movahedi, R. Langar, G. Pujolle : “An Overview of Vehicular Ad hoc Network Evaluation Alternatives”, 8th Asia-Pacific Symposium on Information and Telecommunication Technologies, APSITT 2010, Kuching, Malaysia, pp. 1-5, (IEEE) (2010)
- J. Rubio‑Loyola, A. Astorga, J. Serrat, L. Lefevre, A. Cheniour, D. Muldowney, S. Davy, A. Galis, L. Mamatas, S. Clayman, D. Macedo, Z. Movahedi, G. Pujolle, A. Fischer, H. De Meer : “Manageability of Future Internet Virtual Networks from a Practical Viewpoint”, FIA Book : "Towards the Future Internet - Emerging Trends from European Research", Valencia, Spain, pp. 105-114, (IOS Press) (2010)
-
2009
- Z. Movahedi, D. Macedo, M. Abid, G. Pujolle : “A Policy-based Orchestration Plane For The Autonomic Management Of Future Networks”, 6th International Workshop on Next Generation Networking Middleware, NGNM/Manweek, Venice, Italy (2009)
- M. Ayari, Z. Movahedi, G. Pujolle, F. Kamoun : “ADMA: Autonomous Decentralized Management Architecture for MANETs - A Simple Self-Configuring Case Study”, IWCMC 2009, Autonomic Wireless Networking Workshop, Leipzig, Germany, pp. 132-137, (ACM) (2009)
-
2008
- L. Cheng, A. Galis, B. Mathieu, K. Jean, R. Ocampo, L. Mamatas, J. Rubio‑Loyola, J. Serrat, A. Berl, H. De Meer, S. Davy, Z. Movahedi, L. Lefevre : “Self-organising Management Overlays for Future Internet Services”, 3rd IEEE International Workshop on Modelling Autonomic Communications Environments (MACE), vol. 5276, Lecture Notes in Computer Science, Samos Island, Greece, pp. 74-89, (IEEE) (2008)
- M. Abid, D. Macedo, Z. Movahedi, G. Pujolle : “A Pilot-based Autonomic Architecture for the Control of Future Networks”, International Conference on Telecommunications and Multimedia (TEMU), Samos Island, Greece (2008)