Skip to content

Commit

Permalink
DHY.714
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsaber committed Nov 21, 2023
1 parent efb3151 commit c733287
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 12 deletions.
12 changes: 6 additions & 6 deletions _data/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
department: "School of Pharmacy"
semester: "Spring 2023"
type: redesign
link:
link: /courses/pep809

- course-name: "Human Factors and Information Systems"
course-id: "HIN.773"
Expand Down Expand Up @@ -55,32 +55,32 @@
department: "School of Healthcare Business and Technology"
semester: "Summer 2021"
type: redesign
link:
link: /courses/bmi410

- course-name: "Business Statistics"
course-id: "HCM.722"
department: "School of Healthcare Business and Technology"
semester: "Summer 2019"
type: redesign
link:
link: /courses/hcm722

- course-name: "Clinical Informatics & Data Analysis"
course-id: "HCM.821"
department: "School of Healthcare Business and Technology"
semester: "Spring 2019"
type: new
link:
link: #/courses/hcm821

- course-name: "Informatics & Data Analysis"
course-id: "HCM.820"
department: "School of Healthcare Business and Technology"
semester: "Fall 2018"
type: new
link:
link: /courses/hcm820

- course-name: "Managing Healthcare Information Systems"
course-id: "HCA.780"
department: "MCPHS Online"
semester: "Summer 2014"
type: new
link:
link: /courses/hca780
24 changes: 22 additions & 2 deletions _data/teaching.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# CV Section: "Teaching"

- institution: MCPHS University
position: Instructor of Record
location: "Boston, MA"
year: "Summer 2024"
year-short: "Summer 2024"
class: "Research Methodology & Statistics (DHY.714)"
description: "Students will learn fundamental biostatistical and study design concepts routinely used in epidemiologic and clinical research, with a special emphasis on oral health research. Concepts will be reinforced through critical evaluation of peer-reviewed oral health research. Furthermore, basic data management, data analysis, interpretation and write up of results will be discussed. Training on using SPSS statistical software tools will be provided."
institution-url: https://mcphs.edu
syllabus-pdf: /files/courses/2024SU_DHY_714.pdf
course-info: /courses/dhy714
level: graduate
school: fsdh
active: false

- institution: MCPHS University
position: Instructor of Record
location: "Boston, MA"
year: "Spring 2023, Spring 2024"
year-short: "Spring 2023 - Spring 2024"
class: "Statistical Programming Using SAS (PEP.809)"
description: "This class is designed to give students the necessary tools to manipulate and/ or restructure a certain dataset before it can be analyzed using one of the statistical procedures. This course is essential for database management. Students can use SAS to analyze data for their poster presentations, thesis projects, peer-reviewed journal articles, and job internships."
description: "This class is designed to give students the necessary tools to manipulate and/or restructure a certain dataset before it can be analyzed using one of the statistical procedures. This course is essential for database management. Students can use SAS to analyze data for their poster presentations, thesis projects, peer-reviewed journal articles, and job internships."
institution-url: https://mcphs.edu
syllabus-pdf: /files/courses/2023SP_PEP_809.pdf
course-info: /courses/pep809
level: graduate
school: sop-b
active: true

- institution: MCPHS University
position: Instructor of Record
Expand All @@ -25,6 +40,7 @@
course-info: /courses/hcm828
level: graduate
school: shcb
active: true

- institution: MCPHS University
position: Instructor of Record
Expand All @@ -38,6 +54,7 @@
course-info: /courses/hcm820
level: graduate
school: shcb
active: true

- institution: MCPHS University
position: Instructor of Record
Expand All @@ -51,6 +68,7 @@
course-info: /courses/hcm722
level: graduate
school: shcb
active: true

- institution: MCPHS University
position: Instructor of Record
Expand All @@ -64,6 +82,7 @@
course-info: /courses/hca780
level: graduate
school: shcb
active: true

- institution: MCPHS University
position: Instructor of Record
Expand All @@ -76,4 +95,5 @@
syllabus-pdf: /files/courses/2021FA_BMI_410.pdf
course-info: /courses/bmi410
level: undergraduate
school: shcb
school: shcb
active: true
2 changes: 1 addition & 1 deletion _includes/dissertation/document.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="l-middle dissertation-wrapper">

<div class="dissertation-cover">
<a href="../dissertation.pdf" target="_blank" rel="noopener noreferrer">
<a href="../files/dissertation.pdf" target="_blank" rel="noopener noreferrer">
<img src="../images/papers/dissertation_title.jpg">
</a>
</div>
Expand Down
17 changes: 14 additions & 3 deletions cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,34 @@ jsarr:
## Teaching

<div class="cv-service-title"><b>MCPHS University</b></div>
<div class="cv-service-subtitle"><i>Graduate Studies, School of Healthcare Business and Technology</i></div>
<div class="cv-service-subtitle"><i><b>Graduate Studies</b></i></div>

<div class="cv-service-subtitle"><i>School of Healthcare Business and Technology</i></div>
{% for teach in site.data.teaching %}
{% if teach.level == 'graduate' and teach.school == 'shcb'%}
{% include cv/teaching.html teach=teach %}
{% endif %}
{% endfor %}

<div class="cv-service-subtitle"><i>Graduate Studies, School of Pharmacy-Boston</i></div>
{% for teach in site.data.teaching %}
{% if teach.level == 'graduate' and teach.school == 'sop-b'%}
<div class="cv-service-subtitle"><i>School of Pharmacy - Boston</i></div>
{% include cv/teaching.html teach=teach %}
{% endif %}
{% endfor %}

<div class="cv-service-subtitle"><i>Undergraduate Studies, School of Healthcare Business and Technology</i></div>
{% for teach in site.data.teaching %}
{% if teach.level == 'graduate' and teach.school == 'fsdh' and teach.active == 'true' %}
<div class="cv-service-subtitle"><i>Forsyth School of Dental Hygiene</i></div>
{% include cv/teaching.html teach=teach %}
{% endif %}
{% endfor %}

<div class="cv-service-subtitle"><i><b>Undergraduate Studies</b></i></div>

{% for teach in site.data.teaching %}
{% if teach.level == 'undergraduate' and teach.school == 'shcb' %}
<div class="cv-service-subtitle"><i>School of Healthcare Business and Technology</i></div>
{% include cv/teaching.html teach=teach %}
{% endif %}
{% endfor %}
Expand Down

0 comments on commit c733287

Please sign in to comment.