, but this code // executes before the first paint, when

黄大仙高手论坛

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); Suraj Sharma | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Suraj Sharma

Assistant Professor

Biography

Professor Sharma is an Assistant Professor of Management at the 黄大仙高手论坛 School of Business. With a diverse academic and professional background, he blends his expertise in cross-cultural psychology, communication, and artificial intelligence with extensive research on negotiation and conflict management.

Before joining 黄大仙高手论坛 in 2024, Professor Sharma completed a post-doctoral fellowship at California State University Northridge鈥檚 Nazarian College of Business and Economics, where he participated on research funded by Defense Advanced Research Projects Agency Computational Cultural Understanding Program. His work explored the intersection of psychology and technology in collaboration with institutions such as Monash University and Kings College London.

He holds a PhD in Business Administration with a major in Marketing and a specialization in International Business from Georgia State University鈥檚 Robinson College of Business, and an MBA from University of California San Diego鈥檚 Rady School of Management. His undergraduate studies, completed at Emory University, focused on Economics and Religious Studies.

Professor Sharma has published in an academic journal and conference proceedings, contributed a chapter to a seminal book, and presented his research at international conferences such as the Academy of Management, Society for Judgement and Decision Making, Society for Personality and Social Psychology and Western Academy of Management. His research has explored topics like cultural norms in negotiation, norm violations in different cultures, and the role of artificial intelligence in cross-cultural interactions.

In the classroom, Professor Sharma has a track record of excellence in teaching, having received high evaluation scores for his global business practices courses. He is dedicated to fostering a dynamic and inclusive learning environment, drawing on his interdisciplinary background in business, technology, and culture.

His professional experience includes founding and leading a biotech startup, managing a medical office, and serving as a consultant. He has developed strong technical skills in business development, programming, data analysis, and artificial intelligence applications, as well as experience in social media marketing and video game design.

In addition to his academic and professional achievements, Professor Sharma is a skilled communicator, fluent in English and conversational in Spanish, musician, and continues to contribute to the academic community through his service as a reviewer for prominent journals and conferences. His ongoing research and teaching efforts aim to bridge the gaps between culture, technology, and business.