top of page
Carr Oduro

Business / Management, Information Systems, Leadership

Carr Oduro

Education:

PhD, Walden University
M.B.A. Azusa Pacific University

Professional Experience:

Senior Systems Analyst II (Acting) – Los Angeles Fire Department
Project Management, system integrations, development, and implementations of several large department-wide application projects

Senior Systems Analyst I – Los Angeles Fire Department
Contract-RFP Development, Budgeting, Application Implementation

Courses Taught

ORGS 400, MBA 560, LEAD 350, MGT 390, MGT 480, MGT 200

My Passion:

Working in government allows me to share work-place experience in the classroom, makes learning come alive and real to students

Hobbies:

Traveling, singing, cooking, working out, watching movies, gardening

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