top of page
Lisa Baptiste

Health Sciences

Lisa Baptiste

Education:

MS, West Virginia University

Professional Experience:

Adjunct Chemistry Professor, Los Angeles Pacific University and Senior Department Chair of Natural Sciences for Georgia Military College Global Online Leadership College.
For most of my career, I have taught all areas of Chemistry at various colleges and universities.

Courses Taught

CHEM 115

My Passion:

God has blessed me with the knowledge and patience to teach Chemistry. I love learning and as an instructor, I constantly learn from my students as well as other colleagues. My goal always is to shine the light of Jesus and share my knowledge of Chemistry. At LAPU, I get to do both, what a blessing!

Hobbies:

Swimming, House Hunter Shows, Online Shopping

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