top of page
Belen McDaniel

Humanities

Belen McDaniel

Education:

MPH, Grand Canyon University

Professional Experience:

Graduate School Program Manager & Adjunct Faculty, Azusa Pacific University. I have worked in community health and higher education with an emphasis on working with at-risk populations facing barriers to equity and limited access to health and education.

Courses Taught

MO 101

My Passion:

I am passionate about serving the at-risk individual when it applies to their education and access to resources. I thoroughly enjoy training, equipping and resourcing the college student who is navigating the unknowns and needs to be reminded they are not alone.

Hobbies:

Watching Netflix, spending time with family and friends and listening to music

bottom of page
import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(function () { const referrer = session.getItem("referrerUrl") || "Unknown"; const { utm_source = '', utm_campaign = '', utm_term = '', utm_content = '', utm_medium = '' , gclid = '', page_url = wixLocation.url ,referrer_url = referrer} = wixLocation.query; const message = { utm_source: utm_source, utm_campaign: utm_campaign, utm_term: utm_term, utm_content: utm_content, utm_medium: utm_medium, gclid: gclid, page_url: page_url, referrer_url: referrer_url }; // Send message to iframe after a short delay to ensure it loads setTimeout(() => { $w("#formEmbed").postMessage(message); }, 1000); });