BELOTTI Marianna
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-2021 Publications
-
2021
- P. Zappalà, M. Belotti, M. Potop‑Butucaru, S. Secci : “Analyse de la fiabilité des blockchains via la théorie des jeux”, ALGOTEL 2021 — 23es Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications, La Rochelle, France (2021)
-
2020
- M. Belotti, S. Moretti, M. Potop‑Butucaru, S. Secci : “Game Theoretical Analysis of Atomic Cross-Chain Swaps”, 40th IEEE International Conference on Distributed Computing Systems (ICDCS2020), Singapore, Singapore (2020)
- P. Zappalà, M. Belotti, M. Potop‑Butucaru, S. Secci : “Brief Announcement: Game Theoretical Framework for Analyzing Blockchains Robustness”, 34th International Symposium on Distributed Computing, Leibniz International Proceedings in Informatics (LIPIcs), Freiburg (virtual conference), Germany, pp. 49:1-49:3 (2020)
- P. Zappalà, M. Belotti, M. Potop‑Butucaru, S. Secci : “Game Theoretical Framework for Analyzing Blockchains Robustness”, 35th International Symposium on Distributed Computing (DISC 2021), vol. 209, Leibniz International Proceedings in Informatics (LIPIcs), Freiburg, Germany, pp. 42:1-42:18, (Schloss Dagstuhl) (2020)
- M. Belotti, S. Moretti, P. Zappalà : “Rewarding miners: bankruptcy situations and pooling strategies”, 17th European Conference on Multi-Agent Systems (EUMAS), Tessaloniki, Greece (2020)
-
2019
- M. Belotti, N. Bozic, G. Pujolle, S. Secci : “A Vademecum on Blockchain Technologies: When, Which and How”, Communications Surveys and Tutorials, IEEE Communications Society, vol. 21 (4), pp. 3796-3838, (Institute of Electrical and Electronics Engineers) (2019)
-
2018
- M. Belotti, S. Kirati, S. Secci : “Bitcoin Pool-Hopping Detection”, 2018 IEEE 4th International Forum on Research and Technology for Society and Industry (RTSI), 2018 IEEE 4th International Forum on Research and Technology for Society and Industry (RTSI), Palerme, Italy, (IEEE) (2018)