- Media kits2
- Media cart
Corporate Information
Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation
- DOCX / 86 KB Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation.docx
- JPG / 370 KB Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation
Please use Safari to download the files.
Empty cart?
Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation.docx
- Description
Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation - File Info.
DOCX / 86 KB / Sep 10, 2026 / mk00.docx - LinkHyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation
- Description
Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation - File Info.
JPG / 370 KB / Sep 10, 2026 / mk01.jpg - LinkHyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation
- News releases
- Media cart
Share
Corporate Information202609110100
Hyundai Motor Group Invites Global Tech Talent to Tech Talent Forum 2026 in Pursuit of Physical AI Innovation
Share
- HMG Tech Talent Forum 2026 to take place September 17–18 at the San Jose McEnery Convention Center in Silicon Valley
- Premier recruitment platform connecting global tech talent to Hyundai Motor Group’s Physical AI ecosystem and breakthrough robotics initiatives
- Keynote speeches and a Leaders Panel Talk to feature the Group and affiliate technology leaders, closing with a live Q&A
- Pre-invited guests and walk-in visitors can join key programs on-site; full details at hyundaimotorgroup-talent.com
- #HMG Tech Talent Forum
SILICON VALLEY, September 10, 2026 – Hyundai Motor Group (the Group) will host the HMG Tech Talent Forum in Silicon Valley from September 17–18 to attract leading tech professionals as it expands into innovative sectors including Physical AI and robotics.
The event will be hosted by nine Group affiliates and partners, including: Hyundai Motor Company, Hyundai Motor America (HMA), Kia Corporation, Kia America, Hyundai America Technical Center, Inc. (HATCI), Hyundai Motor Group Metaplant America (HMGMA), Boston Dynamics, Motional, and 42dot.
What Is the HMG Tech Talent Forum?
Held at the San Jose McEnery Convention Center, the HMG Tech Talent Forum highlights the Group’s technology vision and global talent strategy. Through keynote speeches, leadership discussions, real-world project showcases, interactive exhibitions and career consultations, tech professionals will gain first-hand experience of the Group’s technological competitiveness and diverse growth opportunities.
What Are the Main Sessions?
The Forum’s featured sessions include keynote speeches and a Leaders Panel Talk, bringing together senior executives and technology leaders from across the Group and its affiliates to share insights on innovation, future mobility and talent development.
Key leaders from across the Group will deliver keynote speeches sharing the Group’s future technology strategy and vision for global talent. Featured speakers include:
- José Muñoz, President and CEO, Hyundai Motor Company
- Manfred Harrer, President and Head of R&D Division, Hyundai Motor Group
- Minwoo Park, President and Head of the Advanced Vehicle Platform Division, Hyundai Motor Group, and CEO of 42dot
- Hae In Kim, Executive Vice President and Chief Human Resources Officer, Hyundai Motor Group
The Leaders Panel Talk will bring together the Group’s technology leaders including: Manfred Harrer; Minwoo Park; ChangHwan Kim, Executive Vice President and Head of Electrification Energy Solutions Tech Unit of Hyundai Motor Group; Zack Jackowski, Chief Product and Technology Officer of Boston Dynamics; Phil Michel, Senior Vice President of Autonomy & AI of Motional; and Alpesh Patel, Vice President and Head of SDF Transformation Center of Hyundai Motor Group; to discuss the future direction of the technology industry and the Group’s ability to turn innovation into reality. The session will conclude with a live Q&A.
What Other Programs are Available?
- Tech Sessions – In-depth discussions across six areas, including AI, robotics, autonomous driving, smart manufacturing, SW/IT and hydrogen/energy/battery, enabling exchanges between engineers and participants on real-world projects and technological applications.
- Exhibition Program – Organized across three themed zones — Beyond the Vehicle, Beyond the Road, and Beyond the Industry — the exhibition features 16 hands-on and project-based displays spanning AI, robotics, autonomous driving, smart manufacturing, SW/IT and hydrogen/energy/battery. Featured technologies include MobED, Spot, alongside the IONIQ 5 robotaxi, the Hyundai CRATER Concept and advanced E&E architecture (CODA).
- HR Coffee Chat – Informal conversations with hiring managers to explore career opportunities across the Group.
Who Can Attend?
Pre-invited guests and walk-in visitors can participate in Forum programs through on-site registration. For more information, visit the official Forum website at https://www.hyundaimotorgroup-talent.com.
Kyeongjin Kim
kyeongjin.kim@hyundai.com
Global PR Team 1 · Hyundai Motor Company
Disclaimer: Hyundai Motor Group believes the information contained herein to be accurate at the time of release. However, the company may upload new or updated information if required and assumes that it is not liable for the accuracy of any information interpreted and used by the reader.
Hyundai Motor Group is a global enterprise that has created a value chain based on mobility, steel, and construction, as well as logistics, finance, IT, and service. With about 250,000 employees worldwide, the Group’s mobility brands include Hyundai, Kia, and Genesis. Armed with creative thinking, cooperative communication and the will to take on any challenges, we strive to create a better future for all.
More information about Hyundai Motor Group can be found at: http://www.hyundaimotorgroup.com or Newsroom: Media Hub by Hyundai, Kia Global Newsroom, Genesis Newsroom
Continue reading
- 202609090830
Hyundai Motor Group and African Development Bank Partner to Accelerate Sustainable Development Across Africa - 202609040830
Hyundai Motor Group Partners with Oman to Drive Green Mobility Transition under Oman Vision 2040 - 202608310900
Hyundai Motor Group Appoints Uni Hong as Head of HMG Energy&Hydrogen Business Division - 202608261400
Hyundai Motor Company Charts Profit-Driven Growth Roadmap at 2026 CEO Investor Day
‘;
popupHTML += ”;
$contentContainer.append(popupHTML);
target_area = $contentContainer.find(‘.post-footnotePop’)[0];
}
$($(target_area).find(‘.post-footnotePop__title’)[0]).text( sec_title);
if (sec_img == null || sec_img == undefined) {
$($(target_area).find(‘img’)[0]).css(‘display’,’none’);
} else {
$($(target_area).find(‘img’)[0]).attr(‘src’, sec_img);
}
$($(target_area).find(‘.post-footnotePop__content’)[0]).html(sec_content);
}
// tts initial
let tts_flag = true;
// tts function
function userTts() {
let text = “”;
let apiKey = “AIzaSyDgrOPQEOLUcLYl80Ijy5Wrcn9Wdt0fN8Y”;
var data = {
“voice”:{
“languageCode”:”en-US”,
“name” : “en-US-Neural2-C”
},
“input”:{
“text”: text
},
“audioConfig”:{
“audioEncoding”:”mp3″
},
// “key” : apiKey,
}
if(text){
$.ajax({
type:’POST’,
url: ‘https://texttospeech.googleapis.com/v1/text:synthesize?key=’ + apiKey,
data: JSON.stringify(data),
dataType: ‘JSON’,
contentType: “application/json; charset=UTF-8”,
success: function(res) {
let audioBlob = base64ToBlob(res.audioContent, “mp3”);
// var audioFile = new Audio();
// audioFile.src = window.URL.createObjectURL(audioBlob);
// new source
const audioObjectURL = window.URL.createObjectURL(audioBlob);
const audioElement = document.createElement(‘audio’);
audioElement.setAttribute(‘controls’, true);
document.body.appendChild(audioElement);
const sourceElement = document.createElement(‘source’);
audioElement.appendChild(sourceElement);
sourceElement.src = audioObjectURL;
sourceElement.type = ‘audio/mp3′;
audioElement.style.display=’none’;
// new source
// audioFile.playbackRate = 1; //재생속도
audioElement.playbackRate = 1; //재생속도
// attach tts
if (document.querySelector(‘.post-progress__bar’) != null) {
document.querySelector(‘.post-progress__bar’).addEventListener(‘click’, () => {
audioElement.pause();
progressTTS(audioElement.duration * 10);
if (tts_flag) {
audioElement.play();
tts_flag = false;
} else {
audioElement.pause();
tts_flag = true;
}
});
audioElement.addEventListener(‘play’, function() {
// const remainTime = audioElement.duration – audioElement.currentTime;
// progressTTS(remainTime * 10);
playProgress();
tts_flag = false;
});
audioElement.addEventListener(‘pause’, function() {
pauseProgress();
tts_flag = true;
});
audioElement.addEventListener(‘ended’, function() {
tts_flag = true;
document.querySelector(‘.post-progress__bar’).classList.remove(‘pause’);
})
}
},
error : function(request, status, error ) {
// alert(“오류”,”오류가 발생하였습니다. 관리자에게 문의해주세요.”);
}
});
}
}
//userTts();
// parse tts text json to blob
function base64ToBlob(base64, fileType) {
let typeHeader = “data:application/” + fileType + “;base64,”; // base64 헤더 파일 유형 정의
let audioSrc = typeHeader + base64;
let arr = audioSrc.split(“,”);
//let array = arr[0].match(/:(.*?);/);
let array = arr[0].match(/:[^;]{0,1024};/);
let mime = (array && array.length > 1 ? array[1] : type) || type;
// url헤더 제거하고 btye로 변환
let bytes = window.atob(arr[1]);
// 예외를 처리하고 0보다 작은 ASCII 코드를 0보다 큰 값으로 변환
let ab = new ArrayBuffer(bytes.length);
// 뷰 생성(메모리에 직접): 8비트 부호 없는 정수, 길이 1바이트
let ia = new Uint8Array(ab);
for (let i = 0; i < bytes.length; i++) {
ia[i] = bytes.charCodeAt(i);
}
return new Blob([ab], {
type: mime
});
}
// parsing ‘20230803’ literal date to ‘August 03, 2023’
function parsingDate(date) {
const months = [“January”,”February”,”March”,”April”,”May”,”June”,”July”,”August”,”September”,”October”,”November”,”December”];
// date = 20230803
if (date!=undefined && date!=null) {
let year = date.substring(0,4);
let month = date.substring(4,6);
let day = date.substring(6,8)
// goal date = ‘April 01, 2023’
month = months[Number(month)-1];
date = month+” “+day+”, “+year;
}
return date;
}
// parsing specific area date
// eyebrow date parsing
let eyeBrowDate = $(‘.cmpnt-title__eyebrow’).find(`[attr-date=’eye’]`);
eyeBrowDate.text(parsingDate(eyeBrowDate.text()));
// relate news date parsing
$.each($(‘.post-continue__date’), function(index,item){
$(item).text(parsingDate($(item).text()));
});
// copy text
async function copyFunc() {
let copyTextElement = document.getElementById(“copyTextArea”);
let copyTextValue = copyTextElement.getAttribute(“copy_attr”);
// deprecated script
const element = document.createElement(‘textarea’);
element.value = copyTextValue;
element.setAttribute(‘readonly’, ”);
element.style.position = ‘absolute’;
element.style.left = ‘-9999px’;
document.body.appendChild(element);
element.select();
let returnValue = document.execCommand(‘copy’);
document.body.removeChild(element);
if (!returnValue) {
throw new Error(‘copied nothing’);
}
}
// send email function
function sendEmail(el) {
let emailId = $(el).closest(‘.cmpnt-sticky__popInner’).find(‘#send_email_id’);
let emailIdVal = emailId.val();
if(emailIdVal != ”){
let params = {};
params.no = “0000001272”;
params.email = emailIdVal;
$.ajax({
type : ‘POST’,
data : params,
async : false,
url : ‘/wsvc/ww/newsroom.email.do’,
dataType : ‘json’,
success : function(response){
if(response.resultCode == “0000”){
// success
gfnAlert(‘type4’, Granite.I18n.get(“Email sent successfully”) , ”);
}else{
// fail
gfnAlert(‘type4’, Granite.I18n.get(“Mail delivery failed”) , ”);
}
emailId.val(”);
}
});
}else{
gfnAlert(‘type4’, Granite.I18n.get(“Please enter your email address”) , ”);
}
}
// media kit open
$(‘.post-function–kits’).on(‘click’, function(e){
e.preventDefault();
document.querySelector(‘.cmpnt-media.wide-layer’).classList.add(‘is-open’);
// add css action
$(‘#tab__media-kits’).parent().addClass(‘on’);
$(‘#tab__media-cart’).parent().removeClass(‘on’);
$(‘#panel__media-kits’).addClass(‘is-active’);
$(‘#panel__media-cart’).removeClass(‘is-active’);
});
// get media kit button
$(‘.post-cta__button’).on(‘click’, function(e){
e.preventDefault();
document.querySelector(‘.cmpnt-media.wide-layer’).classList.add(‘is-open’);
// add css action
$(‘#tab__media-kits’).parent().addClass(‘on’);
$(‘#tab__media-cart’).parent().removeClass(‘on’);
$(‘#panel__media-kits’).addClass(‘is-active’);
$(‘#panel__media-cart’).removeClass(‘is-active’);
});
// open media kit -pdf
$(‘.post-function–pdf’).on(‘click’, function(e){
// e.preventDefault();
// document.querySelector(‘.cmpnt-media.wide-layer’).classList.add(‘is-open’);
let kit = {
title : $(this).attr(‘media-title’),
url : $(this).attr(‘media-url’),
size : $(this).attr(‘media-size’),
type : $(this).attr(‘media-type’),
kitType : $(this).attr(‘kit-type’),
kitThumb : $(this).attr(‘media-thumb’),
}
const postTitle = $(this).attr(‘post-title’);
const postId = $(this).attr(‘post-id’);
const postTopic = $(this).attr(‘post-topic’);
// media kit validate
$(‘.post-messagePop[data-type=”pdf”] .post-messagePop__inner’).html(‘Added to
Media Cart’);
// 240423 modify : js 수정
// [D] .post-messagePop__inner 클래스가 pdf 랑 Copy Text 두 곳에 포함되어 있어 텍스트가 둘다 변경됩니다.
// [D] data-type=pdf 일때만 변경 되도록 수정하였습니다.
if (mediaKitValid($(this).attr(‘media-size’))) {
addMediaKit(postId, postTitle, postTopic, kit);
$(this).addClass(‘is-added’);
} else {
// when validate fail action
$(‘.post-messagePop__inner’).html(‘Reached
Maximum’);
}
});
// Media kit event
const COOKIE_RESIST_TIME = 1;
const LOCAL_STORAGE_EXPIRE_TIME = 1800000;
const MEDIA_KIT_TOTAL_SIZE = 2000;
$(‘.post-asset__button–mediaCart’).on(‘click’, function(e){
let kit = {
title : $(this).attr(‘media-title’),
url : $(this).attr(‘media-url’),
size : $(this).attr(‘media-size’),
type : $(this).attr(‘media-type’),
kitType : $(this).attr(‘kit-type’),
kitThumb : $(this).attr(‘media-thumb’),
kitThumbAlt : $(this).attr(‘media-alt’)
}
const postTitle = $(this).attr(‘post-title’);
const postId = $(this).attr(‘post-id’);
const postTopic = $(this).attr(‘post-topic’);
let gallery_flag = $(this).attr(‘media-gallery’);
// media type
if (gallery_flag != null && gallery_flag != undefined && gallery_flag != ”) {
let images = $(this).next().children();
let org_title = $(this).attr(‘media-title’);
let org_type = $(this).attr(‘media-type’);
let org_kitType = $(this).attr(‘kit-type’);
$.each((images), function(index, item){
let img_kit = {};
if(org_title != ”){ //title, content 멀티 변경 전
img_kit = {
title : org_title,
url : $(item).attr(‘nsrc’),
size : $(item).attr(‘size’),
type : org_type,
kitType : org_kitType,
kitThumb : $(item).attr(‘thumb’),
kitThumbAlt : $(item).attr(‘alt’)
};
// gallery type add per img
} else{
img_kit = { //title, content 멀티 변경 후
title : $(item).attr(‘title’),
url : $(item).attr(‘nsrc’),
size : $(item).attr(‘size’),
type : org_type,
kitType : org_kitType,
kitThumb : $(item).attr(‘thumb’),
kitThumbAlt : $(item).attr(‘alt’)
};
// gallery type add per img
}
// media kit validate
$(‘.post-messagePop__inner’).html(‘Added to
Media Cart’);
if (mediaKitValid($(item).attr(‘size’))) {
addMediaKit(postId, postTitle, postTopic, img_kit);
$(this).addClass(‘is-added’);
} else {
// when validate fail action
$(‘.post-messagePop__inner’).html(‘Reached
Maximum’);
}
});
} else {
// not gallery
// media kit validate
$(‘.post-messagePop__inner’).html(‘Added to
Media Cart’);
if (mediaKitValid($(this).attr(‘media-size’))) {
addMediaKit(postId, postTitle, postTopic, kit);
$(this).addClass(‘is-added’);
} else {
// when validate fail action
$(‘.post-messagePop__inner’).html(‘Reached
Maximum’);
}
}
});
// check media kit length && size
function mediaKitValid(newSize){
let mediaKitTotalSize = 0;
let mediaCount = 0;
if (localStorage.getItem(‘mediaCart’) != ‘{}’ && localStorage.getItem(‘mediaCart’) != null) {
// mediaCookie = getCookie(‘mediaCart’);
mediaCookie = localStorage.getItem(‘mediaCart’);
// get json parsing value
cookieJson = JSON.parse(mediaCookie).item;
for (let i=0; i99 || mediaKitTotalSize > MEDIA_KIT_TOTAL_SIZE) {
console.log(‘FAIL to add Media Kit’, mediaKitTotalSize, mediaCount);
return false;
} else {
return true;
}
};
// add media cart cookie event
function addMediaKit(postId, postTitle, postTopic, kit) {
let mediaCookie;
let cookieJson;
let expireDate;
// get Local storage. if not exist. create Local storage
if (localStorage.getItem(‘mediaCart’) != ‘{}’ && localStorage.getItem(‘mediaCart’) != null) {
// mediaCookie = getCookie(‘mediaCart’);
mediaCookie = localStorage.getItem(‘mediaCart’);
// get json parsing value
cookieJson = JSON.parse(mediaCookie).item;
expireDate = JSON.parse(mediaCookie).expire;
// find entire json by postId
let targetJson = findJson(cookieJson, postId, “postId”);
// already exist
if (targetJson != undefined) {
let contentArr = targetJson != undefined ? (targetJson.contents != undefined ? targetJson.contents : []) : [];
if (contentArr.length > 0) {
// check duplicate
if (findJson(contentArr, kit.url, “url”) == undefined) {
// not duplicate & push array to media kit
contentArr.push(kit);
increaseCartCount();
}
}
// re implement contents array
targetJson.contents = contentArr;
// re implement media carts
let idx = cookieJson.indexOf(targetJson);
if (idx > -1) {
cookieJson[idx] = targetJson;
}
} else {
// add new media kits
let newKit = {postId : postId, postTitle : postTitle, postTopic : postTopic, contents : [kit]};
cookieJson.push(newKit);
increaseCartCount();
}
// add new expire set 30 minutes (1800000)
expireDate = Date.now()+ LOCAL_STORAGE_EXPIRE_TIME;
// finally add local Storage
let local_item = {item : cookieJson, expire : expireDate};
localStorage.setItem(‘mediaCart’, JSON.stringify(local_item));
} else {
// must be stringify before input cookie
cookieJson = [{postId : postId, postTitle : postTitle, postTopic : postTopic, contents : [kit]}];
// add new expire set 30 minutes (1800000)
expireDate = Date.now()+ LOCAL_STORAGE_EXPIRE_TIME;
// finally add local Storage
let local_item = {item : cookieJson, expire : expireDate};
// create first media-cart local Storage
localStorage.setItem(‘mediaCart’, JSON.stringify(local_item));
increaseCartCount();
}
}
// increase media-cart count
function increaseCartCount() {
// increase media-cart length
let cartSize = {};
if (getCookie(‘mediaCartSize’) != ” && getCookie(‘mediaCartSize’) != ‘undefined’) {
let listSize = JSON.parse(getCookie(‘mediaCartSize’)).size +1;
cartSize = { size : listSize };
} else {
cartSize = { size : 1 };
}
setCookie(‘mediaCartSize’,JSON.stringify(cartSize), COOKIE_RESIST_TIME);
initialCartSize();
}
// initial setting media-cart count
function initialCartSize() {
// compare expire time
if (JSON.parse(localStorage.getItem(‘mediaCart’)) != null) {
if (Date.now() > JSON.parse(localStorage.getItem(‘mediaCart’)).expire) {
// delete cart
localStorage.removeItem(‘mediaCart’);
setCookie(‘mediaCartSize’);
let listSize = ”;
// inner text change
$(‘#tab__media-cart sup’).text(listSize);
// outer banner text change
$(‘.floating-link__text sup’).text(listSize);
} else {
if (getCookie(‘mediaCartSize’) != ” && getCookie(‘mediaCartSize’) != ‘undefined’) {
let listSize = JSON.parse(getCookie(‘mediaCartSize’)).size
// inner text change
$(‘#tab__media-cart sup’).text(listSize);
// outer banner text change
$(‘.floating-link__text sup’).text(listSize);
$(‘.floating-link__item–cart’).addClass(‘is-added’);
}
}
} else {
if (getCookie(‘mediaCartSize’) != ” && getCookie(‘mediaCartSize’) != ‘undefined’) {
let listSize = JSON.parse(getCookie(‘mediaCartSize’)).size
// inner text change
$(‘#tab__media-cart sup’).text(listSize);
// outer banner text change
$(‘.floating-link__text sup’).text(listSize);
} else {
// clear cart data
let listSize = ”;
// inner text change
$(‘#tab__media-cart sup’).text(listSize);
// outer banner text change
$(‘.floating-link__text sup’).text(listSize);
$(‘.floating-link__item–cart’).addClass(‘is-added’);
}
}
}
// copy by publish.js (prevent to script load issue)
function getCookie( cname ){
var name = cname + “=”;
var decodedCookie = decodeURIComponent(document.cookie); //특수 문자가 포함된 쿠키를 처리하기 위해 쿠키 문자열을 디코딩
var ca = decodedCookie.split(‘;’); //; 배열로 분할
for( var i = 0; i < ca.length; i++ ){
var c = ca[i];
while( c.charAt(0) == ‘ ‘ ){
c = c.substring(1);
}
if( c.indexOf(name) == 0 ){
return c.substring(name.length, c.length);
}
}
return “”;
}
// find json target [] -> {} on media-cart
function findJson(jsonArr, target, type) {
for (let json of jsonArr) {
if (type == “postId”) {
if (json.postId == target ) {
return json;
}
} else if (type == “url”) {
if (json.url == target) {
return json;
}
}
}
}
// Media kit event
// search direction event
function move_search(hashtag){
if( hashtag != “” ){
hashtag = encodeURIComponent(hashtag);
hashtag = hashtag.replace(“#”, “”).replace(/@@/g, “%40%40”);
}
var dataIsauthor = $(‘.gnb’).attr(‘data-isauthor’);
if(dataIsauthor == “true”){
searchResult = “/content/hyundai/ww/”+ languageCode +”/newsroom/search.html”;
} else{
searchResult = “/worldwide/”+ languageCode +”/newsroom/search”;
}
document.location.href = searchResult + “?type=hashtag&query=” + hashtag + “&_charset=utf-8”;
}
// sticky-back event
$(‘#sticky_back’).on(‘click’, function(){
const history_page = document.referrer;
if (history_page.indexOf(“worldwide”) > -1 || history_page.indexOf(“ww”) > -1) {
history.back();
} else {
// TODO : fix url
location.href = ‘/worldwide/en/newsroom.html’
}
});
// active download event
/*
$(‘.function__btn–download’).on(‘click’, function(e){
let fileUrl = $(this).attr(‘downTarget’);
let downloadA = document.createElement(‘a’);
downloadA.href=fileUrl;
downloadA.download=””;
downloadA.click();
e.preventDefault();
e.stopPropagation();
// console.log(fileUrl);
});
*/
function trackHash(hash){
hash = hash.replace(/@@/g, ” “);
dataLayer.push({
event : “hashtag_clicks”,
component_type : “hashtag”,
hashtag_place : ‘newsroom detail’,
hashtag_name : hash,
});
}