|
import {Guide1} from "../utils"; |
|
import {Guide2} from "../utils"; |
|
import {Guide3} from "../utils"; |
|
import {Guide4} from "../utils"; |
|
|
|
const leaders = [ |
|
{ |
|
name: "Dr. G. Chellappa", |
|
title: "CEO & Founder", |
|
bio: "Dr. G. Chellappa is the CEO and Founder of Genomatics, with a vision to revolutionize genomic research and its applications in healthcare. He brings years of experience in bioinformatics and precision medicine.", |
|
image: Guide1, |
|
social: { |
|
linkedin: "https://www.linkedin.com/in/chellappa-gopalakrishnan/", |
|
}, |
|
}, |
|
{ |
|
name: "Dr. Sujan Dhar", |
|
title: "Senior Consultant & Advisor", |
|
bio: "Dr.Sujan is associated with Genomatics since its inception in an advisory capacity and assists the management in product and business strategy formulation. His wide experience and passion in Biotech and Healthcare industry has been a great asset.", |
|
image: Guide2, |
|
social: { |
|
linkedin: "https://www.linkedin.com/in/sujan-dhar-5783235/", |
|
}, |
|
}, |
|
{ |
|
name: "Sindhu K.", |
|
title: "CIO & Co-Founder", |
|
bio: "Sindhu K. is the Chief Information Officer and Co-Founder of Genomatics. Overseeing IT strategy and infrastructure, she ensures the secure and efficient management of genomic data, driving technological advancements that support pioneering research and innovation.", |
|
image: Guide3, |
|
social: { |
|
linkedin: "https://www.linkedin.com/in/sindhukmnp/", |
|
}, |
|
}, |
|
{ |
|
name: "Nitin C", |
|
title: "Head of AI", |
|
bio: "Nitin, a Data Scientist at Genomatics, drives AI innovation in healthcare and life sciences. With 5+ years of experience, he specializes in applying Machine Learning to healthcare. Previously, at PayPal’s Global Fraud Risk Automation team, he developed data-driven fraud mitigation strategies.", |
|
image: Guide4, |
|
social: { |
|
linkedin: "https://www.linkedin.com/in/nitinchella/", |
|
}, |
|
}, |
|
]; |
|
|
|
export default leaders; |