Xiying Li

Robotic Materials Postdoctoral Researcher

Dr. Xiying Li joined the Robotic Materials Department as a postdoctoral researcher in 2022. Xiying received her Ph. D. in Science from Peking University in 2020. She worked as a postdoctoral researcher in Peking University during 2020-2021. Xiying also received her B.E. from University of Science and Technology of China in 2015.

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 »