Srinidhi Srinivas

Rationality Enhancement Student Assistant Alumni

Hello humans and web crawlers,

I am currently working with the REG as a Web Developer for a chatbot aiding in Reflective Learning as well as on a thesis project on the hindering factors of Meta-Cognitive Reinforcement Learning.

Please feel free to read (or parse) this description and appreciate it.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `

Rationality Enhancement Article Systematic metacognitive reflection helps people discover far-sighted decision strategies: a process-tracing experiment Becker, F., Wirzberger, M., Pammer-Schindler, V., Srinivas, S., Lieder, F. Judgment and Decision Making, March 2023 (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 »