{"id":47348,"date":"2025-10-03T19:51:32","date_gmt":"2025-10-03T16:51:32","guid":{"rendered":"https:\/\/www.qu.edu.sa\/?post_type=openaccess&#038;p=47348"},"modified":"2026-05-11T13:09:11","modified_gmt":"2026-05-11T10:09:11","slug":"characterization-and-imaging","status":"publish","type":"openaccess","link":"https:\/\/www.qu.edu.sa\/en\/openaccess\/characterization-and-imaging\/","title":{"rendered":"Characterization and Imaging Lab"},"content":{"rendered":"<!--\n  \u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e\n  \u2502  Lab Units Accordion Component                  \u2502\n  \u2502  <style> <script>        \u2502\n  \u2502                       \u2502\n  \u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n-->\n\n<style>\n  .qu-lab-units {\n    max-width: 100%;\n    overflow-x: hidden;\n    --sa-50:  #F3FCF6;\n    --sa-100: #DFF6E7;\n    --sa-200: #B8EACB;\n    --sa-500: #25935F;\n    --sa-600: #1B8354;\n    --sa-700: #166A45;\n    --sa-800: #14573A;\n    --gray-50:  #F9FAFB;\n    --gray-100: #F3F4F6;\n    --gray-200: #E5E7EB;\n    --gray-500: #6C737F;\n    --gray-700: #384250;\n    --gray-800: #1F2A37;\n\n    font-family: inherit;\n    color: var(--gray-800);\n    direction: inherit;\n  }\n\n  .qu-lab-units * { box-sizing: border-box; }\n\n  .qu-lab-units .acc {\n    display: flex;\n    flex-direction: column;\n    gap: .85rem;\n  }\n\n  .qu-lab-units .acc-item {\n    border: 1.5px solid var(--gray-200);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: border-color .2s, box-shadow .2s;\n  }\n  .qu-lab-units .acc-item.open {\n    border-color: var(--sa-500);\n    box-shadow: 0 0 0 1px var(--sa-500), 0 4px 12px rgba(37,147,95,.08);\n  }\n\n  .qu-lab-units .acc-header {\n    width: 100% !important;\n    max-width: 100% !important;\n    display: flex !important;\n    align-items: center;\n    justify-content: space-between;\n    gap: 1rem;\n    padding: 1.05rem 1.25rem;\n    background: var(--sa-50);\n    border: none;\n    cursor: pointer;\n    font-family: inherit;\n    font-size: 1rem;\n    font-weight: 700;\n    color: var(--sa-800);\n    text-align: start;\n    transition: background .2s;\n    white-space: normal !important;\n    overflow-wrap: anywhere !important;\n    word-break: break-word !important;\n    box-sizing: border-box;\n  }\n  .qu-lab-units .acc-header:hover { background: var(--sa-100); }\n  .qu-lab-units .acc-item.open .acc-header { background: #fff; border-bottom: 1px solid var(--sa-100); }\n\n  .qu-lab-units .acc-title {\n    flex: 1 1 0% !important;\n    min-width: 0 !important;\n    max-width: 100%;\n    line-height: 1.5;\n    white-space: normal !important;\n    overflow-wrap: anywhere !important;\n    word-break: break-word !important;\n  }\n\n  .qu-lab-units .acc-chevron {\n    width: 12px; height: 12px;\n    border-right: 2px solid var(--sa-600);\n    border-bottom: 2px solid var(--sa-600);\n    transform: rotate(45deg);\n    transition: transform .25s ease;\n    flex-shrink: 0;\n    margin-bottom: 4px;\n  }\n  .qu-lab-units .acc-item.open .acc-chevron {\n    transform: rotate(-135deg);\n    margin-bottom: -4px;\n  }\n\n  .qu-lab-units .acc-body {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height .35s ease;\n    background: #fff;\n  }\n  .qu-lab-units .acc-item.open .acc-body { max-height: 5000px; }\n\n  .qu-lab-units .acc-body-inner {\n    margin: 1rem 1.25rem 1.25rem;\n    background: var(--gray-50);\n    border: 1px solid var(--gray-100);\n    border-radius: 10px;\n    padding: .75rem 1.15rem;\n    display: flex;\n    flex-direction: column;\n  }\n\n  \/* \u2500\u2500\u2500 Simple device row \u2500\u2500\u2500 *\/\n  .qu-lab-units .device {\n    display: flex;\n    align-items: flex-start;\n    gap: .65rem;\n    padding: .65rem .25rem;\n  }\n  .qu-lab-units .device-dot {\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    background: var(--sa-500);\n    margin-top: .55rem;\n    flex-shrink: 0;\n  }\n  .qu-lab-units .device-name {\n    font-size: .9rem;\n    font-weight: 600;\n    color: var(--gray-800);\n    line-height: 1.55;\n    flex: 1;\n    white-space: normal !important;\n    overflow-wrap: anywhere !important;\n    word-break: break-word !important;\n  }\n  .qu-lab-units .device-name .abbr {\n    color: var(--sa-700);\n    font-weight: 700;\n  }\n\n  \/* \u2500\u2500\u2500 Rich device with full description \u2500\u2500\u2500 *\/\n  .qu-lab-units .device-rich {\n    padding: 1rem .25rem 1.35rem;\n    border-bottom: 1px solid var(--gray-200);\n  }\n  .qu-lab-units .device-rich:last-child { border-bottom: none; }\n  .qu-lab-units .device-rich:first-child { padding-top: .5rem; }\n\n  .qu-lab-units .device-rich .device-title {\n    display: flex;\n    align-items: center;\n    gap: .65rem;\n    font-size: 1rem;\n    font-weight: 700;\n    color: var(--sa-700);\n    margin-bottom: .85rem;\n    line-height: 1.5;\n  }\n  .qu-lab-units .device-rich .device-title::before {\n    content: \"\";\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    background: var(--sa-500);\n    flex-shrink: 0;\n  }\n  .qu-lab-units .device-rich .device-title .abbr {\n    color: var(--sa-700);\n    font-weight: 700;\n  }\n\n  .qu-lab-units .info-label {\n    font-size: .78rem;\n    font-weight: 700;\n    color: var(--sa-700);\n    margin: .85rem 0 .4rem;\n    text-transform: uppercase;\n    letter-spacing: .05em;\n  }\n\n  .qu-lab-units .info-text {\n    font-size: .9rem;\n    line-height: 1.8;\n    color: var(--gray-700);\n    margin-bottom: .65rem;\n  }\n\n  .qu-lab-units .info-text .formula {\n    display: inline-block;\n    background: #fff;\n    border: 1px solid var(--gray-200);\n    border-radius: 4px;\n    padding: .12rem .5rem;\n    font-family: 'Courier New', monospace;\n    font-size: .88em;\n    color: var(--sa-800);\n    margin: 0 .15rem;\n  }\n\n  .qu-lab-units .feature-list {\n    margin: .35rem 0 .25rem;\n    padding: 0;\n    list-style: none;\n  }\n  .qu-lab-units .feature-list li {\n    position: relative;\n    padding-inline-start: 1.4rem;\n    margin-bottom: .5rem;\n    font-size: .9rem;\n    line-height: 1.7;\n    color: var(--gray-700);\n  }\n  .qu-lab-units .feature-list li::before {\n    content: \"\";\n    position: absolute;\n    inset-inline-start: .35rem;\n    top: .65rem;\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--sa-500);\n  }\n\n  .qu-lab-units .device-image {\n    margin: 1rem auto .5rem;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid var(--gray-200);\n    background: #fff;\n    max-width: 220px;\n  }\n  .qu-lab-units .device-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n  .qu-lab-units .device-image .img-placeholder {\n    aspect-ratio: 16 \/ 9;\n    background: var(--gray-100);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--gray-500);\n    font-size: .82rem;\n  }\n\n  \/* \u2500\u2500\u2500 Mobile \u2500\u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .qu-lab-units .acc-header {\n      padding: .85rem .9rem;\n      font-size: .85rem;\n      gap: .6rem;\n      align-items: flex-start;\n    }\n    .qu-lab-units .acc-title { line-height: 1.55; }\n    .qu-lab-units .acc-chevron { margin-top: .35rem; margin-bottom: 0; }\n    .qu-lab-units .acc-item.open .acc-chevron { margin-top: .55rem; }\n\n    .qu-lab-units .acc-body-inner {\n      margin: .75rem .9rem 1rem;\n      padding: .5rem .85rem;\n    }\n    .qu-lab-units .device-name,\n    .qu-lab-units .info-text,\n    .qu-lab-units .feature-list li {\n      font-size: .82rem;\n      line-height: 1.65;\n    }\n    .qu-lab-units .device-rich .device-title {\n      font-size: .9rem;\n    }\n  }\n<\/style>\n\n<div class=\"qu-lab-units\">\n  <div class=\"acc\">\n\n    <!-- \u2500\u2500 1. Nuclear Magnetic Resonance Spectroscopy Unite \u2500\u2500 -->\n    <div class=\"acc-item open\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Nuclear Magnetic Resonance Spectrometer Unit<\/span>\n        <span class=\"acc-chevron\"><\/span>\n      <\/button>\n      <div class=\"acc-body\">\n        <div class=\"acc-body-inner\">\n\n          <div class=\"device-rich\">\n            <div class=\"device-title\">Nuclear Magnetic Resonance machine<span class=\"abbr\">(NMR)<\/span><\/div>\n\n            <div class=\"info-label\">Instrument Information<\/div>\n            <p class=\"info-text\">\n              The 400MHz NMR is an indispensable tool in chemistry. From structure elucidation and verification to reaction monitoring, organic chemistry cannot be imagined without this powerful analytical method. In other areas of chemistry, NMR provides rare insight into aspects such as catalyst structure, material state, and reactions.\n            <\/p>\n\n            <div class=\"info-label\">Main Features<\/div>\n            <ul class=\"feature-list\">\n              <li>H1 &amp; C13 and other different nuclei such as 31P, 29Si, 27Al, 15N in 1D experiment<\/li>\n              <li>Analyzing DEPT C13 experiment<\/li>\n              <li>Studying the molecule structure by 2D NMR experiments using COSY, HSQC, and NOESY.<\/li>\n            <\/ul>\n\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/05\/nmr.png\" alt=\"Nuclear Magnetic Resonance (NMR)\">\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 2. Electron Microscopy Unite \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Electron Microscope Unit<\/span>\n        <span class=\"acc-chevron\"><\/span>\n      <\/button>\n      <div class=\"acc-body\">\n        <div class=\"acc-body-inner\">\n\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">A tomic-resolution (TEM) and high-resolution (SEM) imaging<\/span>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 3. Physical Characterization Unite \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Physical Characterization Unite<\/span>\n        <span class=\"acc-chevron\"><\/span>\n      <\/button>\n      <div class=\"acc-body\">\n        <div class=\"acc-body-inner\">\n\n          <!-- XRD -->\n          <div class=\"device-rich\">\n            <div class=\"device-title\">X-ray diffraction<span class=\"abbr\">(XRD)<\/span><\/div>\n\n            <div class=\"info-label\">Instrument Information<\/div>\n            <p class=\"info-text\">\n              X-ray Diffraction (XRD) is the fundamental technique for obtaining information on the atomic structure of crystalline solids and is one of the key standard laboratory techniques. XRD is based on the interference of X-ray waves elastically scattered by a series of atoms oriented along a particular direction in a crystal characterized by a vector <span class=\"formula\">Oh<\/span>\n            <\/p>\n            <p class=\"info-text\">\n              The waves scattered by two atoms <em>a<\/em> And <em>b<\/em> interfere constructively when the path difference (PQR) is equal to an integer number of wavelengths:\n              <span class=\"formula\">PQR = h\u03bb<\/span>\n            <\/p>\n            <p class=\"info-text\">\n              This condition is valid for orientations K of the scattered waves which satisfy the Laue condition:\n              <span class=\"formula\">Ah = h(K1 - K0)<\/span>\n            <\/p>\n\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/05\/XRD.png\" alt=\"X-ray Diffraction (XRD)\">\n            <\/div>\n          <\/div>\n\n          <!-- DTA \/ TG -->\n          <div class=\"device-rich\">\n            <div class=\"device-title\">Differential Thermal Analysis \/ Thermogravimetric Analysis  <span class=\"abbr\">(DTA \/ TG)<\/span><\/div>\n\n            <div class=\"info-label\">Instrument Information<\/div>\n            <p class=\"info-text\">\n              Thermal analysis is the study of changes in a property of a sample that are related to an imposed change in temperature. The sample is usually in the solid state, and the changes that occur upon heating include melting, phase transition, sublimation, and decomposition.\n            <\/p>\n            <p class=\"info-text\">\n              Thermogravimetric Analysis (TG) is the name given to the analysis of how a sample's mass changes during heating. TG measures mass changes in a material as a function of temperature (or time) within a controlled atmosphere. Its main uses include determining thermal stability and material composition. TG is especially helpful for studying dehydration, decomposition, desorption, and oxidation processes.\n            <\/p>\n            <p class=\"info-text\">\n              The most widely used thermal analysis method is Differential Thermal Analysis (DTA). In DTA, the\n              temperature of a sample is compared with that of an inert reference material during a programmed\n              temperature change; the temperatures remain equal until a thermal event occurs, such as melting,\n              decomposition, or a change in crystal structure.\n            <\/p>\n            <p class=\"info-text\">\n              If an endothermic event occurs within the sample, the temperature of the sample will lag behind that of the reference, resulting in a minimum on the curve. Conversely, if an exothermic event occurs, the temperature of the sample will exceed that of the reference, producing a maximum on the curve.\n            <\/p>\n            <p class=\"info-text\">\n              The area under the endothermic or exothermic peak is related to the enthalpy of the thermal event.\n              <span class=\"formula\">Enthalpy Change<\/span>. For many applications, it is advantageous to use both DTA and TG, since DTA events can then be classified into those that involve mass change and those that do not.\n            <\/p>\n\n            <div class=\"device-image\">\n              <img decoding=\"async\" src=\"https:\/\/www.qu.edu.sa\/wp-content\/uploads\/2026\/05\/Differential-thermal-analysis-DTA-Thermogravimetric-analysis-TG-Unit.png\" alt=\"DTA \/ TG\">\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 4. Surface Science Unite \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Surface Science Unit<\/span>\n        <span class=\"acc-chevron\"><\/span>\n      <\/button>\n      <div class=\"acc-body\">\n        <div class=\"acc-body-inner\">\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">X-ray diffraction <span class=\"abbr\">(XRD)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n  (function(){\n    document.querySelectorAll('.qu-lab-units .acc-header').forEach(function(h){\n      h.addEventListener('click', function(){\n        var item = h.parentElement;\n        var isOpen = item.classList.contains('open');\n        item.parentElement.querySelectorAll('.acc-item').forEach(function(i){ i.classList.remove('open'); });\n        if (!isOpen) item.classList.add('open');\n      });\n    });\n  })();\n<\/script>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0648\u062d\u062f\u0629 \u0645\u0637\u064a\u0627\u0641\u064a\u0629 \u0627\u0644\u0631\u0646\u064a\u0646 \u0627\u0644\u0645\u063a\u0646\u0627\u0637\u064a\u0633\u064a \u0627\u0644\u0646\u0648\u0648\u064a \u062c\u0647\u0627\u0632 \u0627\u0644\u0631\u0646\u064a\u0646 \u0627\u0644\u0646\u0648\u0648\u064a \u0627\u0644\u0645\u063a\u0646\u0627\u0637\u064a\u0633\u064a(NMR) Instrument Information Bruker NMR 400MHz is an indispensable tool in chemistry. From structure elucidation and verification to monitoring of reactions, organic chemistry cannot be imagined without this powerful analytical method. In other areas of chemistry, NMR provides rare insight into such aspects as structure of catalysts, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":63383,"menu_order":3,"template":"","openaccess-category":[651],"departments-list":[158],"class_list":["post-47348","openaccess","type-openaccess","status-publish","has-post-thumbnail","hentry","openaccess-category-health-and-wellness","departments-list-med"],"_links":{"self":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess\/47348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess"}],"about":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/types\/openaccess"}],"author":[{"embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":20,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess\/47348\/revisions"}],"predecessor-version":[{"id":72449,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess\/47348\/revisions\/72449"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/media\/63383"}],"wp:attachment":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=47348"}],"wp:term":[{"taxonomy":"openaccess-category","embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess-category?post=47348"},{"taxonomy":"departments-list","embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/departments-list?post=47348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}