83 lines
2.6 KiB
TypeScript
83 lines
2.6 KiB
TypeScript
const EduAndProExp = () => {
|
|
return (
|
|
<section className="min-h-screen" id="eduandproexp">
|
|
<div className="">
|
|
<div>Education</div>
|
|
<div>
|
|
<div>Truman State University</div>
|
|
<div>B.S. - Zoology/Chemistry</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
A.T. Still University, Kirksville College of Osteopathic Medicine
|
|
</div>
|
|
<div>
|
|
Doctor of Osteopathy, Pre-doctoral fellow in Osteopathic Theory and
|
|
Methods
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>Davenport Osteopathic Hospital</div>
|
|
<div>Rotating Internship Training Program</div>
|
|
</div>
|
|
</div>
|
|
<div className="">
|
|
<div>Professional Experience</div>
|
|
<div>
|
|
<div>Feely Center for Optimal Health</div>
|
|
<div>2000-Present</div>
|
|
<div>President</div>
|
|
<div>
|
|
A private osteopathic integrative medical practice with locations in
|
|
Chicago and Olympia Fields, IL
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>OMM, LLC</div>
|
|
<div>2010-Present</div>
|
|
<div>President</div>
|
|
<div>
|
|
Created <a href="https://www.ommtests.com">ommtests.com</a>, the
|
|
most complete web-based OMM/OMT test prep program.
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>TCMtests, LLC</div>
|
|
<div>2003-Present</div>
|
|
<div>Founder and President</div>
|
|
<div>
|
|
Created <a href="https://www.tcmtests.com">tcmtests.com</a>, the
|
|
leading online board certification test prep site for Acupuncturist
|
|
and Oriental Medical Doctors
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>Tivity Health</div>
|
|
<div>2019-Present</div>
|
|
<div>MD/DO Peer Reviewer</div>
|
|
<div>
|
|
Peer Reviewer in Utilization Review Management at a large provider
|
|
of health improvement at fitness solutions, based in Franlin, TN
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>Womack Investment Advisers</div>
|
|
<div>2009-Present</div>
|
|
<div>Registered Investment Adviser</div>
|
|
<div>
|
|
Investment adviser at a prominent finacial planning and wealth
|
|
management firm in Edmond, Oklahoma.
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>American WholeHealth</div>
|
|
<div>1999-2000</div>
|
|
<div>National Director of Quality Management</div>
|
|
<div></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
);
|
|
};
|
|
|
|
export default EduAndProExp;
|