diff --git a/_assets/img/Matthew Giamou_headshot_2023_close.jpg b/_assets/img/Matthew Giamou_headshot_2023_close.jpg new file mode 100644 index 0000000..4d0329e Binary files /dev/null and b/_assets/img/Matthew Giamou_headshot_2023_close.jpg differ diff --git a/_literate/quine.jl b/_literate/quine.jl index fbeed21..62b33ce 100644 --- a/_literate/quine.jl +++ b/_literate/quine.jl @@ -1,4 +1,5 @@ -print("print(\"*$(print))") +a = "print()" +print("a = print(\"*$(print))") # q = println # println("q = println") diff --git a/index.md b/index.md index 032b713..9ae3d4d 100644 --- a/index.md +++ b/index.md @@ -4,9 +4,9 @@ ~~~
- Hello! I am an Assistant Professor at McMaster University's Department of Computing and Software, where I lead the Autonomous Robotics and Convex Optimization Laboratory (ARCO Lab). I recently worked as a postdoctoral researcher at the Northeastern University Robust Autonomy Laboratory (NEURAL), where I developed global polynomial optimization techniques for robust machine perception. I received my PhD with Prof. Jonathan Kelly's Space and Terrestrial Autonomous Robotic Systems (STARS) at the University of Toronto. I received my SM in aerospace engineering with the Aerospace Controls Lab at MIT in 2017, and my BASc in engineering science from UofT in 2015. + Hello! I am an Assistant Professor at McMaster University's Department of Computing and Software, where I lead the Autonomous Robotics and Convex Optimization Laboratory (ARCO Lab). I recently worked as a postdoctoral researcher at the Northeastern University Robust Autonomy Laboratory (NEURAL), where I developed global polynomial optimization techniques for robust machine perception. I received my PhD with Prof. Jonathan Kelly's Space and Terrestrial Autonomous Robotic Systems (STARS) at the University of Toronto. I received my SM in aerospace engineering with the Aerospace Controls Lab at MIT in 2017, and my BASc in engineering science from UofT in 2015.