-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
128 lines (112 loc) · 6.85 KB
/
resume.html
File metadata and controls
128 lines (112 loc) · 6.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
</header>
<main>
<section id="centered">
<h1>Fabiano Araujo, MD, PhD</h1>
<p><a href="https://linkedin.com/in/fcamineiro/" target="_blank">LinkedIn</a></p>
</section>
<section id="leftAligned">
<h3>Professional Experience</h3>
<h4 class="spaced">Scientific Advisor | SweatID | Mar 2021 – Present</h4>
<ul>
<li>Development of the hardware to capture skin sweat sodium excretion in real-time</li>
<li><u>Software engineering</u> that complements our hardware for data collection and analytics</li>
</ul>
<h4 class="spaced">Sports Coach | Empirical Cycling | Dec 2020 – Present</h4>
<ul>
<li>Private one-to-one remote coaching and prescription of custom training programs</li>
<li>Proven performance gains, including several endurance <u>sports podiums</u></li>
<li>Sharing expertise in coaching and sports medicine through podcasts</li>
</ul>
<h4 class="spaced">Coach Educator | TrainingPeaks | Dec 2017 – Present</h4>
<ul>
<li>Serving on the global coaches' education team @ TrainingPeaks</li>
<li>Member of the WKO5 <u>sports analytics</u> software development team</li>
</ul>
<h4 class="spaced">Sports Medicine Physician and Owner | FCA Consulting Services | Nov 2008 – Present</h4>
<ul>
<li>Consultations focused on the development of <u>healthcare data science</u> projects</li>
<li>Daily data analysis of physiological (wearables) and physical sensors. On average, our clients record more than a million data points per day</li>
<li>Scrutinizing healthcare interventions to improve athlete/patient outcomes. Publishing findings in peer-reviewed journals. Data visualization and analysis are developed using <u>R and Python</u> scripts</li>
</ul>
<h4 class="spaced">President | Minas Gerais State Society for Sports Medicine | Feb 2018 – Feb 2022</h4>
<ul>
<li>Directed business initiatives to promote the sports medicine specialty within Minas Gerais. Turned in a <u>ten times</u> growth in net profit</li>
<li>Headed a team of physicians managing the V Minas Gerais State Congress for Sports Medicine</li>
<li>Organized the monthly sports medicine clinical meetings</li>
</ul>
<h4 class="spaced">Professor of Medicine | Faminas BH | Feb 2016 – Jul 2019</h4>
<ul>
<li>Instructed a generation of physicians in e-Health, Human Physiology, and Semiotics</li>
<li>Supervised projects and advised members of the Academic League of Sports Medicine</li>
</ul>
</section>
<section id="centered">
<h3>Peer-Reviewed Publications</h3>
<p><a href="https://orcid.org/0000-0002-8384-0480" target="_blank">ORCID Profile</a></p>
</section>
<section id="leftAligned">
<h3>Education</h3>
<h4 class="spaced">PhD | Federal University of Minas Gerais | Graduated: Apr 2015</h4>
<ul>
<li>Thesis: “Similarities and differences of X and Y chromosome homologous genes SRY and SOX3 in regulating the renin-angiotensin system promoters.”</li>
<li><u>Top 10</u> original papers, American Physiological Society, May 2015</li>
<li>Major in Molecular Medicine (Genomics and Proteomics)</li>
</ul>
<h4 class="spaced">MSc | University of Akron | Graduated: Jul 2008</h4>
<ul>
<li>Field experience: Internship at Akron Children’s Hospital Sports Medicine Center working with young athletes and 3D motion analysis SIMI system</li>
<li>Major in Exercise Physiology and Adult Fitness. <u>GPA: 4.0</u></li>
</ul>
<h4 class="spaced">MSc | Federal University of Minas Gerais | Graduated: Sep 2006</h4>
<ul>
<li>Dissertation: “Expression of the proto-oncogene c-fos and differential expression of c-Fos, phosphorylated c-Fos and ERbeta proteins in the human testis.”</li>
<li>Major in Human Physiology</li>
</ul>
<h4 class="spaced">MD | Institute Jose Bonifacio Lafayette de Andrada | Graduated: Jul 2004</h4>
<ul>
<li><u>Top 3</u> monographs: “Characteristics of trauma following traffic accidents in Barbacena, concerning motorcyclists and passengers from January 2001 to August 2002.”</li>
</ul>
</section>
<section id="leftAligned">
<h3>Languages/Frameworks</h3>
<ul>
<li>Proficient: Python, R, SQL</li>
<li>Familiar: C++, JavaScript, HTML/CSS</li>
</ul>
</section>
<section id="leftAligned">
<h3>Research Funding</h3>
<ul>
<li>One-year bioengineering junior postdoc research scholarship, CAPES, 2015</li>
<li>Four-year doctorate research scholarship, Federal University of Minas Gerais, 2011</li>
<li>One-year teaching assistantship, University of Akron, 2007</li>
<li>Two-year research scholarship, Federal University of Minas Gerais, 2004</li>
<li>Two-year teaching assistantship, Institute Jose Bonifacio Lafayette de Andrada, 2001</li>
</ul>
</section>
<section id="centered">
<h3>Languages</h3>
<p>English | Portuguese | Italian | French</p>
</section>
</main>
</body>
</html>