Arina Kuznetcova

Perceiving Systems Student Assistant

I'm a student assistant at MPI Perceiving Systems, and I'm also a BA student of Computational Linguistics. At MPI PS, my tasks include processing motion capture data, tagging and managing data, and supporting the data team in setting up camera systems, data captures and events.

 

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = ` `; 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 »