top of page
Karen Stancil

Health Sciences

Karen Stancil

Education:

PhD, University of Florida

Professional Experience:

Professor, College of Central Florida. Develop and instruct biology and microbiology courses for undergraduate students in both traditional and distance learning formats.

Courses Taught

BIO 225

My Passion:

I enjoy helping students understand how complex science topics relate to common everyday activities.

Hobbies:

Gardening, thrifting, and traveling

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