Uli Bartels

Haptic Intelligence Doctoral Researcher

My interest is the development of interfaces which unlock a more productive human-machine relationships and enhance our ability to solve complex problems.

I received a Bachelors in Electrical Engineering (Magna Cum Laude) from Oregon State University in 2017 and a Masters in Robotics from the Johns Hopkins University in 2023.

Prior to my studies at JHU, I was an electrical engineer designing high-fidelity audio systems (mixed analog & digital) for the pro-AV industry. I've since also been an engineering consultant for a medical imaging startup out of Baltimore.

In my spare time I enjoy circuit design, VJing, and reading science fiction books.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Haptic Intelligence Robotics Robotic Materials Miscellaneous Wrist-Worn Circumferential Pressure Feedback for Conveying Directional Forces in Virtual Reality Kadmani, A., Bartels, J. U., Sanchez-Tamayo, N., Gasparetto, W., Kuchenbecker, K. J. Work-in-progress paper (2 pages) presented at the IEEE World Haptics Conference (WHC), Suwon, South Korea, July 2025 (Accepted) BibTeX

Haptic Intelligence Robotic Materials Miscellaneous Active Haptic Feedback for a Virtual Wrist-Anchored User Interface Bartels, J. U., Sanchez-Tamayo, N., Sedlmair, M., Kuchenbecker, K. J. Adjunct Proceedings of the Annual ACM Symposium on User Interface Software and Technology (UIST), Hands-on demonstration presented at the Annual ACM Symposium on User Interface Software and Technology (UIST), Pittsburgh, USA, October 2024 (Published) DOI BibTeX

`; return; } fetch(`/people/fetch_tab_content/${tabId}`) .then(response => { if (!response.ok) { throw new Error('Failed to load content'); } return response.json(); }) .then(data => { // Update the content div with the fetched content contentDiv.innerHTML = `${data.content}`; // contentElement.innerHTML = data.rendered_content; }) .catch(error => { console.error('Error:', error); contentDiv.innerHTML = '

Error loading content. Please try again later.

'; }); }
OSZAR »