-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (119 loc) · 7.47 KB
/
index.html
File metadata and controls
132 lines (119 loc) · 7.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"
<title>Personal Website - HelloWorld Version</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Deepesh Reddy Vendoti</h1>
<nav>
<a href="#about">Home</a>
<a href="#healthcare">Healthcare</a>
<a href="#society">Society</a>
<a href="#technology">Technology</a>
<a href="#places">Travels</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section id="about">
<h2>About Me</h2>
<div class="about">
<img src="images/profile.jpg" alt="Profile Picture" width="250" height="350">
<div class="text-container">
<p>
Striving to solve problem(s) at scale in the intersection of health, technology, innovation & entrepreneruship.
</p>
<br>
<p>
Interested in designing sustainable solutions for healthy people and a healhty planet leveraging technology.
</p>
<br>
<p>
Focus areas that I track and love to have a conversation with are Health-Tech, Clean-Tech and Deep-Tech.
</p>
<br>
<p>
Currently learning to build digital health products as I am learning about building blocks of tech.
</p>
<br>
</div>
</div>
</section>
<section id="healthcare">
<h2>Healthcare</h2>
<p>
<strong>Medical & Healthcare:</strong> While I became a doctor and loved caring for patients within the curative care driven hospital settings, I have been always been Doctor beyond prescriptions. Further, working in the areas of public health management and humanitarian medical relief, focused on population health problems like Tuberculosis, Malnutrition, Non-Communicable Diseases (Diabetes, Mental Health, Maternal and Child health), I realised the parodixal growth in unmet health needs solutions for which lie much beyond the medicalcare domain like in preventtive interventions, policy measures, financing models and effective use of technology.
</p>
<p>
While focuing on Population Health, I had the opportunity to see how we can solve the health problems at scale using technology. While working on Tubercuslos Control, I Had the opportunity closely witness and work towards development of a digital web-based platform "Nikshay" designed to fight agasint Tubercuslosis, a significant problem across Indian states. With Nikshay one can track the patient right from the day of suspicion until the eventual cure that might take couple of years as well. With all the check-ups, test results, medications records to help track the health of lakhs of patients and act in time.
</p>
<p>
While Nikshay showed its impact in controlling TB, India could work on next biggest platform of CoWin, agaisnt Covid, what most of the Indians are aware and proud off. Not just in India, I could witness and role of tech in driving better heatlhcare outcomes in diverse societies. While it costs much more in developed nations, comparable, significant improvements were possible for African contexts at a fraction of costs what it would take for developed nations. My experiences across have refined my understanding how technology when designed and delivered properly could be an balancer of inequities and gives us the opportunity to immensly help in increasing access to care.
</p>
</p>
</section>
<section id="Society">
<h2>Society</h2>
<p>
<Strong>Policy, Research and Community Development</Strong> have been my areas of interest to contribute to the betterment of society.
</p>
<p>
Policy & Research Work: My policy related work has been in the areas of Clinical Establishment Act, Contributions to National Health Policy Act and Mental Health Act and tracking the Pharmaceutical Policy on ongoing basis.
</p>
<p>
Community Developemt: I have set up a community development initiative "DMF India" a voluntary NGO through a network of volunteers who are interested in taking up innovative pilots for health care delivery and gathering valuable insights for themselves and others interested in taking them foward.
</p>
</section>
<section id="technology">
<h2>Technology</h2>
<p>
<strong>Technology & entrepreneruship</strong> have been facinating for me through out, although these have been at the edge of my core academic areas that I pursued and worked on primarily.
</p>
<p>
My initial brush with technoloy has been exciting and most memorable, where I could set up an Feature phone and sms based Vaccination related information sharing and reminders project all by myself in 2009 using an open source solution "FrontlineSMS" over a opensouse SQL server and a Wavecom Modem, acting as a SMS gateway making a simple but impactful solution overall, similar but expensive solution that is possible with current expensive alternatives.. for exxample "WhatsApp + Interakt+ Haptik Ecosystem for chat not based responses / reminders.
</p>
<p>
My other field projects leveraging tech were
</p>
<p>
<ul>
<li>PharmaSecure - SMS based user's verification against spurious medicine.</li>
<br>
<li>TIKA - Total Immunization Knowlwedga Awarness Project to improve vaccination rates and reduce childood illneses via automated text remninders.</li>
<br>
<li>Doctrz shortnamed for Doctor's Trusted Relationship Zone, a digital platform connecting doctors, patients, labs and pharmacies.</li>
<br>
<li>PharmaSecure - SMS based user's verification against spurious medicine, with possibility to track spurious medicines globally across the supply chains.</li>
</ul>
</p>
</p>
</section>
<section id="places">
<h2>Travels</h2>
<p>
<p>
<strong>People and Places</strong> I love exploring new places, cultures and meeting people. Biggest learning in my life came from my travels to over 26 countries across 5 continents.
</p>
<p>
Do visit again soon as I update some of my snapshots from my travels soon here....
</p>
</p>
</section>
<section id="contact">
<h2>Connect with me?</h2>
<p>
Wanna connect on any of my areas of interest or you have an interesting story to share?
</p>
<P>
Drop me a message on deepesh.vendoti@gmail.com
</p>
<p>My Digital Coordinates <a href="https://github.com/Deepesh-vendoti">GitHub</a> or <a href="https://linkedin.com/in/deepeshreddy">LinkedIn</a>.</p>
</section>
<footer>
<p>© 2024 Deepesh. All rights reserved.</p>
</footer>
</body>
</html>