MACHINE
PSYCHOLOGY
DANIELHAEHN.COM
Hacking the System: From Code Injection to Empowering Students
Injection
1998
2024
<canvas>
ACM Conference on 3D Web Technology, 2024
https://danielhaehn.com/papers/?meyer2024webgl
https://danielhaehn.com/papers/?gaibor2025boostlet​
IEEE International Symposium on Biomedical Imaging, 2025
https://boostlet.org
develop processing modules...
...that work with many different visualization frameworks
script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://boostlet.org/dist/boostlet.min.js"; script.onload = run; document.head.appendChild(script); eval(script); function run() { // detect visualization framework Boostlet.init(); image = Boostlet.get_image(); kernel = [ -1, 0, 1, -2, 0, 2, -1, 0, 1 ]; filtered = Boostlet.filter(image.data, image.width, image.height, kernel); Boostlet.set_image( filtered ); }
2019
if (recommendations.length < 3) { add_recommendation( name, email, ... ); }
It's a lifestyle!
of
Research Experience for Undergraduate Students in CS and Engineering
2023 Students
2024 Students
The Mini-PhD!
5+
7+
accepted papers
grad school applications
https://blogs.umb.edu/elevate/
Paper accepted at IEEE Ethics 2025!
DANIELHAEHN.com
By Daniel Haehn
Machine Psychology at UMass Boston. See https://mpsych.org!
Hi, I am a biomedical imaging and visualization researcher who investigates how computational methods can accelerate biological and medical research.