From 148006eea0ed29f57af19e6689407057e0b16b04 Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Wed, 11 Oct 2023 10:53:12 -0400 Subject: [PATCH] change about to home page --- about.qmd | 43 ------------------------------------------- blog.qmd | 14 ++++++++++++++ index.qmd | 49 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 about.qmd create mode 100644 blog.qmd diff --git a/about.qmd b/about.qmd deleted file mode 100644 index aa81607..0000000 --- a/about.qmd +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: "About" -image: kyle.jpg -about: - template: broadside - links: - - icon: linkedin - text: LinkedIn - href: https://www.linkedin.com/in/kyle-belanger/ - - icon: github - text: Github - href: https://github.com/mmmmtoasty19 - ---- - -## Bio - -I am a highly accomplished Medical Technologist with an extensive 14-year track record in the medical industry, consistently demonstrating the ability to effectively bridge the divide between medical professionals and information technologists. Proficient in the application of machine learning techniques to enhance medical data analysis and adept at developing innovative R Shiny apps to streamline healthcare processes and improve patient outcomes. - -## Education - -**Campbell University** | Buies Creek, NC - -Doctorate of Health Sciences | August 2020 - May 2023 - -**University of Central Florida** | Orlando, FL - -M.S. in Healthcare Informatics | August 2018 - May 2020 - -**Western Carolina University** | Cullowhee, NC - -B.S. in Clinical Laboratory Science | August 2005 - May 2009 - -## Experience - -**Roche Diagnositcs** | IT Workflow Consultant | Oct 2021 - Present - -**Roche Diagnostics** | Field Application Specialist | July 2012 - Sept 2021 - -**Cape Fear Valley Hospital** | Lead Medical Laboratory Scientist | June 2011 - July 2012 - -**Cape Fear Valley Hospital** | Medical Laboratory Scientist | June 2009 - June 2011 - diff --git a/blog.qmd b/blog.qmd new file mode 100644 index 0000000..afceca3 --- /dev/null +++ b/blog.qmd @@ -0,0 +1,14 @@ +--- +title: "quarto-blog" +listing: + contents: posts + sort: "date desc" + type: default + categories: true + sort-ui: false + filter-ui: false +page-layout: full +title-block-banner: true +--- + + diff --git a/index.qmd b/index.qmd index afceca3..aa81607 100644 --- a/index.qmd +++ b/index.qmd @@ -1,14 +1,43 @@ --- -title: "quarto-blog" -listing: - contents: posts - sort: "date desc" - type: default - categories: true - sort-ui: false - filter-ui: false -page-layout: full -title-block-banner: true +title: "About" +image: kyle.jpg +about: + template: broadside + links: + - icon: linkedin + text: LinkedIn + href: https://www.linkedin.com/in/kyle-belanger/ + - icon: github + text: Github + href: https://github.com/mmmmtoasty19 + --- +## Bio + +I am a highly accomplished Medical Technologist with an extensive 14-year track record in the medical industry, consistently demonstrating the ability to effectively bridge the divide between medical professionals and information technologists. Proficient in the application of machine learning techniques to enhance medical data analysis and adept at developing innovative R Shiny apps to streamline healthcare processes and improve patient outcomes. + +## Education + +**Campbell University** | Buies Creek, NC + +Doctorate of Health Sciences | August 2020 - May 2023 + +**University of Central Florida** | Orlando, FL + +M.S. in Healthcare Informatics | August 2018 - May 2020 + +**Western Carolina University** | Cullowhee, NC + +B.S. in Clinical Laboratory Science | August 2005 - May 2009 + +## Experience + +**Roche Diagnositcs** | IT Workflow Consultant | Oct 2021 - Present + +**Roche Diagnostics** | Field Application Specialist | July 2012 - Sept 2021 + +**Cape Fear Valley Hospital** | Lead Medical Laboratory Scientist | June 2011 - July 2012 + +**Cape Fear Valley Hospital** | Medical Laboratory Scientist | June 2009 - June 2011