-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
398 lines (349 loc) · 21.3 KB
/
index.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Alireza Sadeghi</title>
<meta name="description" content="Alireza SADEGHI's Online Resume">
<meta name="keywords"
content="Alireza, Sadeghi, Resume, Shiraz, Shiraz University of Medical Sciences, Medical Doctor, Reserach, R programming, Meta-Analysis">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="./styles/css/all.css">
<style>
@media (max-width: 500px) {
#user-name {
font-size: 30px;
}
}
</style>
<meta name="google-site-verification" content="b7Kuo6_S15_r6cs_IiF5j9I8XMT-Oa1nm19Ab81FwHg" />
</head>
<body>
<div id="container--main">
<section id="wrapper--hero" class="section--page">
<img id="profile-pic" src="" alt="Profile Picture">
<script>
window.addEventListener('DOMContentLoaded', function () {
var profilePics = ['profile_pic1.png', 'profile_pic2.png'];
var randomIndex = Math.floor(Math.random() * profilePics.length);
var profilePic = document.getElementById('profile-pic');
profilePic.src = './assets/images/' + profilePics[randomIndex];
});
</script>
<div>
<h1 id="user-name">Alireza Sadeghi</h1>
<p id="bio"><b>MD | MPH </b> <br><br><b>General practitioner</b>, <b>researcher</b>, <b>computer
programmer</b>, and <b>data scientist</b> at Shiraz University of Medical Sciences, Shiraz,
Iran.<br>Extremely interested in <b>reproducible research</b>, <b>clinical data science</b>,
<b>epidemiology</b>, <b>clinical research design</b>, <b>machine learning</b>, and <b><i
class="fa-brands fa-r-project"></i>
programming</b>.</a>
</p>
<p id="email">📧 <a href="mailto:[email protected]"
target="_blank">[email protected]</a></p>
</div>
</section>
<section class="section--page">
<div id="socials--list">
<a href="https://scholar.google.com/citations?user=7lpWzvcAAAAJ&hl=en" target="_blank"><i
class="fa-brands fa-google-scholar"></i></a>
<a href="https://orcid.org/0000-0002-7950-3270" target="_blank"><i class="fa-brands fa-orcid"></i></a>
<a href="https://www.linkedin.com/in/alireza-sadeghi-md/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/alireza5969" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.researchgate.net/profile/Alireza-Sadeghi-14" target="_blank"><i
class="fa-brands fa-researchgate"></i></a>
<a href="./assets/Resume - Alireza SADEGHI.pdf" target="_blank">
<div class="framed-text">Download Resume</div>
</a>
</div>
</section>
<style>
@media (max-width: 550px) {
#socials--list {
display: flex;
flex-direction: column;
align-items: center;
}
}
</style>
<section class="section--page">
<h2>Skills & Qualifications</h2>
<ul id="qualifications--list">
<li>✔ <b>Analysis</b><br> correlations · regression · diagnostic test accuracy · survival · data science
· meta-analysis</li><br>
<li>✔ <b>Software & Programming</b><br> <i class="fa-brands fa-r-project"></i> · Shiny apps · Stata ·
Quarto · HTML · CSS · SPSS · Prezi ·
GraphPad · NCSS/PASS · MS Word · MS PowerPoint · MS Excel · MS Sway ·
Adobe Photoshop · Adobe Illustrator · Affinity Designer · LaTeX · MS Visio · web
scraping</li><br>
<li>✔ <b>Epidemiology</b><br> trials · cohorts · case-controls · case-cohort · nested case-controls
· diagnostic test accuracy · research leadership </li>
</ul>
</section>
<div class="line-break"></div>
<section class="section--page">
<h2>Passions</h2>
<div id="wrapper--techstack__items">
<div class="card--techstack"><span><i class="fa-brands fa-r-project"></i> programming</span></div>
<div class="card--techstack"><span>visualization and graphical design</span></div>
<div class="card--techstack"><span>data science</span></div>
<div class="card--techstack"><span>epidemiology</span></div>
<div class="card--techstack"><span>reproducible research</span></div>
<div class="card--techstack"><span>health research methodology</span></div>
<div class="card--techstack"><span>computer and technology</span></div>
<div class="card--techstack"><span>family and friends</span></div>
<br><br>
</div>
</section>
<script>
document.addEventListener('DOMContentLoaded', function () {
var dropdownBtn = document.querySelector('.dropdown-btn');
dropdownBtn.addEventListener('click', function () {
dropdownBtn.classList.toggle('active');
});
});
</script>
<div class="line-break"></div>
<section id="work-history-wrapper" class="section--page">
<h2>Work History</h2>
<div class="card--work-history">
<strong>✔ Editorial Member<p class="work-place">PLOS ONE</p></strong>
<p>2024 - Present</p>
<strong>✔ General Practitioner<p class="work-place">Shiraz University of Medical Sciences</p></strong>
<p>2022 - Present</p>
<strong>✔ Medical Intern<p class="work-place">Shiraz University of Medical Sciences</p></strong>
<p>2020 – 2022</p>
<strong>✔ Clinical Researcher<p class="work-place">Shiraz University of Medical Sciences</p></strong>
<p>2022 - Present</p>
</div>
</section>
<div class="line-break"></div>
<section id="work-history-wrapper" class="section--page">
<h2>Education</h2>
<div class="card--work-history">
<strong>✔ Doctor of medicine<p class="work-place">Shiraz University of Medical Sciences</p></strong>
<p>2015 - 2022</p>
<strong>✔ Master of public health (health policy)<p class="work-place">Shiraz University of Medical
Sciences</p></strong>
<p>2023 - Present</p>
</div>
</section>
<div class="line-break"></div>
<section class="section--page">
<h2>Peer-Reviews</h2>
<p id="peer-reviews">More than 30 peer-reviews for</p>
<div id="wrapper--techstack__items">
<div class="card--techstack"><span>The Journal of Urology</span></div>
<div class="card--techstack"><span>BMC Cancer</span></div>
<div class="card--techstack"><span>PLOS ONE</span></div>
<div class="card--techstack"><span>Annals of Medicine and Surgery</span></div>
<div class="card--techstack"><span>Health Science Reports</span></div>
<div class="card--techstack"><span>International Journal of Surgery Open</span></div>
<div class="card--techstack"><span>Cureus</span></div>
<div class="card--techstack"><span>AME Medical Journal</span></div>
<br><br>
</div>
</section>
<div class="line-break"></div>
<section class="section--page">
<h2>Publications</h2>
<ol class="custom-list">
<div class="card--project">
<li> <a href="https://doi.org/10.1016/j.jstrokecerebrovasdis.2023.107427"
target="_blank">Endovascular therapy for acute stroke with a large infarct core: A
systematic review and meta-analysis</a><br> <i>Journal of Stroke and Cerebrovascular
Diseases · 2023</i> </li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/ccr3.8211" target="_blank">Massive pulmonary embolism post
sleeve gastrectomy treated with systemic thrombolytic: A case report</a><br> <i>Clinical
Case Reports · 2023</i><br>
<p class="role">Corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/cam4.6353" target="_blank">Correspondence on "Salivary
biomarkers in breast cancer diagnosis: A systematic review and diagnostic
meta-analysis"</a><br> <i>Cancer Medicine · 2023</i><br>
<p class="role">Corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1016/j.wneu.2023.05.029" target="_blank">Early Morning Cortisol
Level as a Predictive Factor for Long-Term Glucocorticoid Replacement After Pituitary
Surgery: A Systematic Review and Meta-Analysis</a><br> <i>World Neurosurgery · 2023</i>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/hsr2.1505" target="_blank">Global prevalence of Helicobacter
pylori infection among individuals with obesity: A protocol for a systematic review and
meta-analysis</a><br> <i>Health Science Reports · 2023</i><br>
<p class="role">First & corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/hsr2.1495" target="_blank">Prevalence of body dysmorphic
disorder in rhinoplasty candidates: A systematic review and meta-analysis</a><br> <i>Health
Science Reports · 2023</i><br>
<p class="role">Corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1136/jnis-2023-snis.374" target="_blank">E-275 Endovascular therapy
for acute stroke with a large ischemic region: a systematic review and meta-analysis</a><br>
<i>Journal of NeuroInterventional Surgery · 2023</i>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.3389/fendo.2023.1202560" target="_blank">Protective effects of
melatonin against oxidative stress induced by metabolic disorders in the male reproductive
system: a systematic review and meta-analysis of rodent models</a><br> <i>Frontiers in
Endocrinology · 2023</i><br>
<p class="role">Co-first author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/hsr2.1167" target="_blank">Effects of l-arginine
supplementation in patients with sickle cell disease: A systematic review and meta-analysis
of clinical trials</a><br> <i>Health Science Reports · 2023</i><br>
<p class="role">First author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.3389/fendo.2023.1123999" target="_blank">Protective effects of
melatonin against physical injuries to testicular tissue: A systematic review and
meta-analysis of animal models</a><br> <i>Frontiers in Endocrinology · 2023</i><br>
<p class="role">Co-first author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.3389/fendo.2023.1119553" target="_blank">Protective effects of
melatonin against the toxic effects of environmental pollutants and heavy metals on
testicular tissue: A systematic review and meta-analysis of animal studies</a><br>
<i>Frontiers in Endocrinology · 2023</i><br>
<p class="role">Co-first author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1177/10815589221150645" target="_blank">Correspondence on
"Prognostic significance of complement factors in severely ill patients with
COVID-19"</a><br> <i>Journal of Investigative Medicine · 2023</i><br>
<p class="role">First author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.4330/wjc.v14.i12.617" target="_blank">Conduction system disorders
and electrocardiographic findings in COVID-19 deceased patients in 2021, Shiraz,
Iran</a><br><i>World Journal of Cardiology · 2023</i><br>
<p class="role">Lead author (thesis)</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.5812/archcid-122525" target="_blank">The Efficacy of Ivermectin and
Metronidazole vs. Standard Treatment Protocols on Outcomes of COVID-19 in Hospitalized
Patients: A Triple-Blinded Randomized Controlled Trial</a><br> Archives of <i>Clinical
Infectious Diseases · 2022</i></li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1016/j.yebeh.2022.108888" target="_blank">Driving restrictions in
patients with seizures; a review of the regulations from the English-speaking
nations</a><br> <i>Epilepsy & Behavior · 2022</i> </li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.3389/fendo.2023.1184745" target="_blank">Protective effects of
exogenous melatonin therapy against oxidative stress to male reproductive tissue caused by
anti-cancer chemical and radiation therapy: a systematic review and meta-analysis of animal
studies</a><br> <i>Frontiers in Endocrinology · 2023</i><br>
<p class="role">Senior author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.5812/semj-128688" target="_blank">ECG Prediction of Mortality in
COVID-19 Patients by Sokolow-Lyon Voltage</a><br> <i>Shiraz E-Medical Journal · 2022</i><br>
<p class="role">Lead author (thesis)</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/hsr2.1901" target="_blank">Global incidence of intrahepatic
cholestasis of pregnancy: A protocol for systematic review and meta‐analysis</a><br>
<i>Health Science Reports · 2024</i><br>
<p class="role">First & corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/pbc.30916" target="_blank">Electrocardiographic abnormalities
in patients with sickle cell disease: A systematic review and meta-analysis</a><br>
<i>Pediatric Blood & Cancer · 2024</i><br>
<p class="role">Corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://doi.org/10.1002/edm2.472" target="_blank">Machine-learning algorithms in
screening for type 2 diabetes mellitus: Data from Fasa Adults Cohort Study</a><br>
<i>Endocrinology, Diabetes & Metabolism · 2024</i><br>
</li>
</div>
<div class="card--project">
<li> <a href="https://link.springer.com/article/10.1007/s15010-024-02244-7"
target="_blank">Estimates of global and regional prevalence of Helicobacter pylori infection
among individuals with obesity: a systematic review and meta-analysis</a><br> <i>Infection ·
2024</i><br>
<p class="role">First & corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://onlinelibrary.wiley.com/doi/10.1002/hsr2.2212"
target="_blank">Electrocardiographic findings in patients with sickle cell disease: A
protocol for systematic review and meta-analysis</a><br> <i>Health Science Reports ·
2024</i><br>
<p class="role">First author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://stemcellres.biomedcentral.com/articles/10.1186/s13287-024-03829-7"
target="_blank">Comparative effectiveness of mesenchymal stem cell versus bone-marrow
mononuclear cell transplantation in heart failure: a meta-analysis of randomized controlled
trials</a><br> <i>Stem Cell Research & Therapy · 2024</i><br> </li>
</div>
<div class="card--project">
<li> <a href="https://journals.lww.com/annals-of-medicine-and-surgery/abstract/9900/radioprotective_effects_of_melatonin_therapy.2303.aspx"
target="_blank">Radioprotective Effects of Melatonin Therapy
Against Testicular Oxidative Stress: A Systematic Review and Meta-Analysis of Rodent
Models</a><br> <i>Annals of Medicine and Surgery · 2024</i><br>
<p class="role">Corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://www.doi.org/" target="_blank">Global and Regional Incidence of Intrahepatic
Cholestasis of Pregnancy: A
Systematic Review and Meta-Analysis</a><br> <i>BMC Medicine · 2025</i><br>
<p class="under-review">Under Review</p>
<p class="role">Co-first and corresponding author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://www.doi.org/" target="_blank">Performance Comparison of Machine Learning
Algorithms for Screening and Predicting 5-year Incidence of Type 2 Diabetes Mellitus:
Analyses on Kavar Adults Cohort Study from Iran</a><br> <i>Health Science Reports ·
2025</i><br>
<p class="under-review">Under Review</p>
<p class="role">First author</p>
</li>
</div>
<div class="card--project">
<li> <a href="https://www.doi.org/" target="_blank">Evaluation of the Effects of Post Sleeve
Gastrectomy Exercise on Long-term Glucose Profile and Weight Loss among Iranian Females: a
Prospective Cohort Study from 2016 to 2020
</a><br> <i>Health Science Reports ·
2025</i><br>
<p class="under-review">Under Review</p>
<p class="role">Co-first author</p>
</li>
</div>
</ol>
</section>
</div>
</body>
</html>