{"id":63350,"date":"2026-02-17T12:00:54","date_gmt":"2026-02-17T09:00:54","guid":{"rendered":"https:\/\/www.qu.edu.sa\/?post_type=openaccess&#038;p=63350"},"modified":"2026-05-11T12:12:17","modified_gmt":"2026-05-11T09:12:17","slug":"chemistry-lab","status":"publish","type":"openaccess","link":"https:\/\/www.qu.edu.sa\/en\/openaccess\/chemistry-lab\/","title":{"rendered":"Chemistry Laboratory"},"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  Chemistry Lab \u2014 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-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: 1500px; }\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: .5rem 1rem;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .qu-lab-units .device {\n    display: flex;\n    align-items: flex-start;\n    gap: .65rem;\n    padding: .65rem .25rem;\n  }\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\n  .qu-lab-units .device-name {\n    font-size: .9rem;\n    font-weight: 600;\n    color: var(--gray-800);\n    line-height: 1.65;\n    flex: 1;\n    white-space: normal !important;\n    overflow-wrap: anywhere !important;\n    word-break: break-word !important;\n  }\n\n  .qu-lab-units .device-name .abbr {\n    color: var(--sa-700);\n    font-weight: 700;\n  }\n\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: .35rem .85rem;\n    }\n    .qu-lab-units .device {\n      padding: .65rem 0;\n      gap: .55rem;\n    }\n    .qu-lab-units .device-name {\n      font-size: .82rem;\n      line-height: 1.65;\n    }\n    .qu-lab-units .device-dot { margin-top: .5rem; }\n  }\n<\/style>\n\n<div class=\"qu-lab-units\">\n  <div class=\"acc\">\n\n    <!-- \u2500\u2500 1. \u0648\u062d\u062f\u0629 \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0621 \u063a\u064a\u0631 \u0627\u0644\u0639\u0636\u0648\u064a\u0629 \u2500\u2500 -->\n    <div class=\"acc-item open\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Inorganics: Trace elements, Wet Chemistry, Thermal. Thermal Analysis 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\">Atomic Absorption Spectroscopy <span class=\"abbr\">(AAs)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Inductively Coupled Plasma Mass Spectrometry <span class=\"abbr\">(ICP-MS)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Inductively Coupled Plasma - Optical Emission Spectrometry <span class=\"abbr\">(ICP-OES)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Differential thermal analysis <span class=\"abbr\">(DTA)<\/span> Thermogravimetric analysis <span class=\"abbr\">(TG)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 2. \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0621 \u0627\u0644\u0639\u0636\u0648\u064a\u0629 \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Organic Chemistry: Chromatography and Mass Spectrometry 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\">Tandem Mass Spectrometry <span class=\"abbr\">(GC-MS)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Gas Chromatography-Triple Quadrupole Mass Spectrometry <span class=\"abbr\">(GC-MSMS)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Liquid chromatography\u2013mass spectrometry <span class=\"abbr\">(LC-MS)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 3. \u0627\u0644\u0645\u064a\u062a\u0627\u0628\u0648\u0644\u0648\u0645\u0643\u0633 \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Metabolomics: Untargeted and Targeted Analysis of Metabolites and Lipids<\/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\">High-performance liquid chromatography device <span class=\"abbr\">(HPLC and UHPLC)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Gas chromatograph <span class=\"abbr\">(GC)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Tandem Mass Spectrometry <span class=\"abbr\">(GC-MS)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Gas Chromatography-Triple Quadrupole Mass Spectrometry <span class=\"abbr\">(GC-MSMS)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Liquid chromatography\u2013mass spectrometry <span class=\"abbr\">(LC-MS)<\/span><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 4. \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0635\u0644\u0628\u0629 \u2500\u2500 -->\n    <div class=\"acc-item\">\n      <button class=\"acc-header\" type=\"button\">\n        <span class=\"acc-title\">Solids: Surface Analysis and Molecular Spectroscopy Unit for Solids<\/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\">Surface Analysis <span class=\"abbr\">(BET)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Differential thermal analysis <span class=\"abbr\">(DTA)<\/span> Thermogravimetric analysis <span class=\"abbr\">(TG)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Fourier Transform Infrared Spectrometer <span class=\"abbr\">(FTIR)<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Ultraviolet and Visible Spectroscopy <span class=\"abbr\">UV\/Vis<\/span><\/span>\n          <\/div>\n          <div class=\"device\"><span class=\"device-dot\"><\/span>\n            <span class=\"device-name\">Fluorescence spectroscopy <span class=\"abbr\">(Spectrofluorometer)<\/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\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0648\u062d\u062f\u0629 \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0621 \u063a\u064a\u0631 \u0627\u0644\u0639\u0636\u0648\u064a\u0629: \u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0643\u064a\u0641\u064a\u0627\u064b \u0648\u0643\u0645\u064a\u0627\u064b \u0648\u0627\u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u062d\u0631\u0627\u0631\u064a \u062c\u0647\u0627\u0632 \u0627\u0644\u0627\u0645\u062a\u0635\u0627\u0635 \u0627\u0644\u0630\u0631\u064a (AAS) \u062c\u0647\u0627\u0632 \u0627\u0644\u0643\u062a\u0644\u0629 \u0628\u0627\u0644\u0628\u0644\u0627\u0632\u0645\u0627 \u0627\u0644\u0645\u0642\u062a\u0631\u0646\u0629 \u0628\u0627\u0644\u0628\u0644\u0627\u0632\u0645\u0629 (ICP-MS) \u062c\u0647\u0627\u0632 \u0627\u0644\u0627\u0646\u0628\u0639\u0627\u062b \u0627\u0644\u0645\u0642\u062a\u0631\u0646\u0629 \u0628\u0627\u0644\u0628\u0644\u0627\u0632\u0645\u0629 (ICP-OES) \u062c\u0647\u0627\u0632 \u0627\u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u062d\u0631\u0627\u0631\u064a \u0627\u0644\u062a\u0641\u0627\u0636\u0644\u064a (DTA) \/ \u0627\u0644\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0648\u0632\u0646\u064a \u0627\u0644\u062d\u0631\u0627\u0631\u064a (TG) \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0621 \u0627\u0644\u0639\u0636\u0648\u064a\u0629: \u0648\u062d\u062f\u0629 \u0627\u0644\u0643\u0631\u0648\u0645\u0627\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0627 \u0648\u0645\u0637\u064a\u0627\u0641\u064a\u0629 \u0627\u0644\u0643\u062a\u0644\u0629 \u062c\u0647\u0627\u0632 \u0643\u0631\u0648\u0645\u0627\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0627 \u0627\u0644\u063a\u0627\u0632 \u0627\u0644\u0645\u0642\u062a\u0631\u0646\u0629 \u0628\u0627\u0644\u0643\u062a\u0644\u0629 (GC-MS) \u062c\u0647\u0627\u0632 \u0643\u0631\u0648\u0645\u0627\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0627 \u0627\u0644\u063a\u0627\u0632 \u2013 \u0645\u0637\u064a\u0627\u0641\u064a\u0629 \u0627\u0644\u0643\u062a\u0644\u0629 \u062b\u0644\u0627\u062b\u064a\u0629 \u0631\u0628\u0627\u0639\u064a\u0629 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":63361,"menu_order":1,"template":"","openaccess-category":[651],"departments-list":[158],"class_list":["post-63350","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\/63350","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":17,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess\/63350\/revisions"}],"predecessor-version":[{"id":72422,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess\/63350\/revisions\/72422"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/media\/63361"}],"wp:attachment":[{"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=63350"}],"wp:term":[{"taxonomy":"openaccess-category","embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/openaccess-category?post=63350"},{"taxonomy":"departments-list","embeddable":true,"href":"https:\/\/www.qu.edu.sa\/en\/wp-json\/wp\/v2\/departments-list?post=63350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}