top of page
Joanna Vance

Health Sciences

Joanna Vance

Education:

PhD, Colorado State University; MS, University of Colorado at Boulder

Professional Experience:

Most of my career has been in education, with a research focus on bringing STEM opportunities to rural communities

Courses Taught

BIO 230, BIO 240, HSCI 305, HSCI 491, HSCI 497

My Passion:

I enjoy helping students achieve their goals. It is an honor to be able to support students getting into health sciences fields who will make a difference in the lives of others.

Hobbies:

Running, mountain biking, skiing, golfing

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); });