top of page
Jongwook Won

Business / Management

Jongwook Won

Education:

Ph.D, Purdue University
MBA, University of Wisconsin-Madison

Professional Experience:

Senior Research Fellow, Korea Institute for Health and Social Affairs
Chairman, Investment sub-committee of National Pension Fund of Korea

Courses Taught

ECON 203, 204, 440, 450, BUS 450

My Passion:

I have a strong belief that delivering an intuitive knowledge should be a core value of teaching in college. As an instructor, I always try to help student understand basic concepts of the learning materials by illustrating the cases or situations that can be found around us.

Hobbies:

Hiking, Golfing, and 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); });