Gökce Ergün

Optics and Sensing Laboratory Research Engineer

BA in Psychology, Bogazici University

MSc in Applied Information and Data Science, Hochschule Luzern

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 »