ROCHA JIMENEZ VIEIRA Fabio
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");
});
});
2012-2015 Publications
-
2015
- J. Bernardes, F. Rocha Jimenez Vieira, G. Zaverucha, A. Carbone : “A multi-objective optimization approach accurately resolves protein domain architectures”, Bioinformatics, vol. 32 (3), pp. 345-353, (Oxford University Press (OUP)) (2015)
-
2013
- F. Rocha Jimenez Vieira, J. Ferreira De Rezende, Valmir C. Barbosa, S. Fdida : “Local heuristic for the refinement of multi-path routing in wireless mesh networks”, Computer Networks, vol. 57 (1), pp. http://www.sciencedirect.com/science/article/pii/s1389128612003325, (Elsevier) (2013)
-
2012
- F. Rocha Jimenez Vieira : “Stratégies intelligents pour le routages dans les réseaux maillés”, thesis, defence 05/23/2012, supervision Fdida, Serge (2012)
- F. Rocha Jimenez Vieira, J. Ferreira De Rezende, V. Carneiro Barbosa, S. Fdida : “Scheduling links for heavy traffic on interfering routes in wireless mesh networks”, Computer Networks, vol. 56 (5), pp. 1584, (Elsevier) (2012)