Daniel Haehn PRO
Hi, I am a biomedical imaging and visualization researcher who investigates how computational methods can accelerate biological and medical research.
DANIELHAEHN.COM
Injection
1998
2013
2013
2013
if (recommendations.length < 3) {
add_recommendation( name, email, ... );
}2019
2026
2013
<canvas>
Injection
ACM Conference on 3D Web Technology, 2024
IEEE International Symposium on Biomedical Imaging, 2025
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 );
}+
MeshAR
FibersAR
Brainchop
PowerBoost Editor
The Mini-PhD!
for undergraduates
at least 7 undergraduate-led research papers
Thank you, FNNDSC!
By Daniel Haehn
FNNDSC Alumni Share Session
Hi, I am a biomedical imaging and visualization researcher who investigates how computational methods can accelerate biological and medical research.