Contact

I am in room 2357 at Pavillon André-Aisenstadt, at the Universtité de Montréal.

Complete postal address is

Benoit Baudry
Département d’informatique et de recherche opérationnelle
Pavillon André-Aisenstadt
2920, chemin de la Tour, local 2194
Montréal (Qc), H3T 1N8
CANADA

Email: benoit.baudry_at_unmontreal_dot_ca

Benoit Baudry is a Professor in Software Technology at the Université de Montréal. His research focuses on automated software engineering, software diversity and software testing. He favors exploring code execution over code on disk. He received his PhD in 2003 from the University of Rennes, France. He was a research scientist at INRIA (France) from 2004 to 2017, and a Professor at the KTH Royal Institute of Technology (Sweden) from 2017 to 2023.

#!/bin/bash
chars=_-.:;
for ((i=0;i<32;i++)); do rand_str="${chars:RANDOM%${#chars}:1}"$rand_str; rond_str="${chars:RANDOM%${#chars}:1}"$rond_str; done; ascii_art="$rand_str\n$rond_str\n$rond_str\n$rand_str"; echo -e $ascii_art