Dr. Nihal Thomas has been a pioneer in the field of endocrinology with numerous contributions to research, education, and clinical practice. He has over two decades of experience and has published extensively in reputed journals...
His current areas of interest include diabetes management, thyroid disorders, and metabolic bone disease. Dr. Thomas is known for his dedication to patient care and mentoring upcoming endocrinologists across the globe.
Dr. Nihal Thomas has been a pioneer in the field of endocrinology with numerous contributions to research, education, and clinical practice. He has over two decades of experience and has published extensively in reputed journals...
His current areas of interest include diabetes management, thyroid disorders, and metabolic bone disease. Dr. Thomas is known for his dedication to patient care and mentoring upcoming endocrinologists across the globe.
// Add event listener to toggle the content visibility
toggleButton.addEventListener('click', () => {
if (synopsis.classList.contains('expanded')) {
// If content is expanded, collapse it
synopsis.classList.remove('expanded');
toggleButton.textContent = 'Read More'; // Change button text to 'Read More'
} else {
// If content is collapsed, expand it
synopsis.classList.add('expanded');
toggleButton.textContent = 'Show Less'; // Change button text to 'Show Less'
}
});
Dr. Nihal Thomas has been a pioneer in the field of endocrinology with numerous contributions to research, education, and clinical practice. He has over two decades of experience and has published extensively in reputed journals...
His current areas of interest include diabetes management, thyroid disorders, and metabolic bone disease. Dr. Thomas is known for his dedication to patient care and mentoring upcoming endocrinologists across the globe.
Dr. Nihal Thomas has been a pioneer in the field of endocrinology with numerous contributions to research, education, and clinical practice. He has over two decades of experience and has published extensively in reputed journals...
His current areas of interest include diabetes management, thyroid disorders, and metabolic bone disease. Dr. Thomas is known for his dedication to patient care and mentoring upcoming endocrinologists across the globe.
// Add event listener to toggle the content visibility
toggleButton.addEventListener('click', () => {
if (synopsis.classList.contains('expanded')) {
// If content is expanded, collapse it
synopsis.classList.remove('expanded');
toggleButton.textContent = 'Read More'; // Change button text to 'Read More'
} else {
// If content is collapsed, expand it
synopsis.classList.add('expanded');
toggleButton.textContent = 'Show Less'; // Change button text to 'Show Less'
}
});