糖心传媒

Make a Gift

THE LAWRENCE HERBERT SCHOOL OF COMMUNICATION

JOURNALISM, MEDIA STUDIES, AND PUBLIC RELATIONS

The Department of Journalism, Media Studies, and Public Relations at 糖心传媒 provides 糖心传媒 with real-world experience in professional settings combined with education in the theory, art, and practice of journalism and public relations.听

Journalism Students

Learn to think critically as you explore countless opportunities to express yourselves creatively and prepare for careers as the next generation of communication leaders.

Programs Minors

At Hofstra

Hofstra鈥檚 Department of Journalism, Media Studies, and Public Relations offers dynamic courses and out-of-the-classroom experiences.

Internships Student Organizations Content Suite
Student with Ring Light
Student with Ring Light

Your Future

Our 糖心传媒 graduate prepared for careers in online, broadcast and print journalism, information graphics, media analysis, scholarly research, and public relations.

Network of Success

Directory

Explore our award-winning faculty.
Meet the Faculty

Facilities

Take a look inside the Herbert School.
Explore the Facilities

Student Productions

Shows and films driven by 糖心传媒

Student Organizations

The heart of our programs
See Student Groups

Mission Statement

What we strive to accomplish
Read the Mission Statement

Professional Values and Competencies

What you鈥檒l take from our programs
Explore Values and Objectives

Mission, Goals, and Strategy

The undergraduate programs offered by the Department of Journalism, Media Studies, and Public Relations are accredited by the prestigious Accrediting Council on Education in Journalism and Mass Communications. Our programs meet the rigorous requirements and follow the organization鈥檚 guiding principles, which form the basis of the department鈥檚 mission, goals, strategy, and assessment plans.听

Contact the Department

Room 322 The Lawrence Herbert School of Communication
111 糖心传媒
Hempstead, NY 11549

P: 516-463-4873
F: 516-463-4866

Monday 鈥 Friday: 9 a.m.-5 p.m.
Summer: 9 a.m.-4 p.m.

Jingsi Christina Wu, PhD
Professor, Dept. of Journalism, Media Studies, and Public Relations

516-463-5226

Email

Victoria Semple
Associate Professor, Dept. of Journalism, Media Studies, and Public Relations

516-463-6513

Email

Student retention and graduation rates, and internship information.

Public Accountabiity
Four people sit at a news desk having a discussion; behind them is a large digital screen with a blue news graphic. They appear engaged and focused on the conversation.
THERE鈥橲 NO LIMIT TO WHAT YOU鈥橪L CREATE

Develop your unique perspective and the professional skills to share it with the world. The Lawrence Herbert School of Communication provides the technical training, creative freedom, and industry connections to help your voice reach its intended audience.

(function () { // CONFIG const paramName = 鈥渕odal鈥; // ?modal=registration const maxAttempts = 20; // how many times to poll for modal (for dynamic content) const attemptInterval = 200; // ms between polls const removeParamAfterOpen = true; // clean URL after opening function queryParam() { return new URLSearchParams(window.location.search).get(paramName); } function cleanUrl() { if (!removeParamAfterOpen) return; const url = new URL(window.location.href); url.searchParams.delete(paramName); history.replaceState({}, document.title, url.pathname + url.search); } function openBootstrap5(modalEl) { try { const instance = bootstrap.Modal.getOrCreateInstance(modalEl); instance.show(); cleanUrl(); return true; } catch (e) { console.warn(鈥淏ootstrap 5 modal open failed:鈥, e); return false; } } function openBootstrap4JQuery(modalEl) { try { // Requires jQuery + bootstrap 4 plugin if (window.jQuery && typeof jQuery(modalEl).modal === 鈥渇unction鈥) { jQuery(modalEl).modal(鈥渟how鈥); cleanUrl(); return true; } } catch (e) { console.warn(鈥淏ootstrap 4/jQuery modal open failed:鈥, e); } return false; } function clickTrigger(selector) { const trigger = document.querySelector(selector); if (trigger) { trigger.click(); cleanUrl(); return true; } return false; } function tryOpenModal(modalName) { if (!modalName) return false; // Candidate selectors to try (ID variations and data attribute triggers) const candidates = [ `#${modalName}Modal`, // registrationModal `#${modalName}`, // registration `[data-modal=鈥${modalName}鈥漖`, // custom attr `[data-bs-target=鈥#${modalName}Modal鈥漖`, // bootstrap trigger (BS5) `[data-bs-target=鈥#${modalName}鈥漖`, `[data-target=鈥#${modalName}Modal鈥漖`, // bootstrap trigger (BS4) `[data-target=鈥#${modalName}鈥漖` ]; for (const sel of candidates) { const el = document.querySelector(sel); if (!el) continue; // If selector points to modal element itself (starts with 鈥#鈥) if (sel.startsWith(鈥#鈥)) { const modalEl = el; // Try Bootstrap 5 if (window.bootstrap && typeof window.bootstrap.Modal === 鈥渇unction鈥) { if (openBootstrap5(modalEl)) return true; } // Try Bootstrap 4 via jQuery fallback if (openBootstrap4JQuery(modalEl)) return true; // If modal uses a custom class toggle (rare), try adding 鈥榮how鈥 & 鈥榤odal-open鈥 modalEl.classList.add(鈥渟how鈥); document.body.classList.add(鈥渕odal-open鈥); modalEl.style.display = 鈥渂lock鈥; cleanUrl(); return true; } // If selector is a trigger button/link, click it if (clickTrigger(sel)) return true; } return false; } function waitForAndOpen(modalName, attemptsLeft) { if (attemptsLeft waitForAndOpen(modalName, attemptsLeft 鈥 1), attemptInterval); } // Run on DOM ready document.addEventListener(鈥淒OMContentLoaded鈥, function () { const modalName = queryParam(); if (!modalName) return; // Small delay can help on heavy CMS pages setTimeout(() => waitForAndOpen(modalName, maxAttempts), 100); }); })();