{"id":16507,"date":"2026-01-26T15:55:53","date_gmt":"2026-01-26T08:55:53","guid":{"rendered":"https:\/\/hst.cra.ac.th\/research\/?page_id=16507"},"modified":"2026-03-16T15:31:38","modified_gmt":"2026-03-16T08:31:38","slug":"publications-2019","status":"publish","type":"page","link":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/","title":{"rendered":"Publications 2019"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16507\" class=\"elementor elementor-16507\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e299f9a e-flex e-con-boxed rt-default-class e-con e-parent\" data-id=\"e299f9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-795975b rt-default-class elementor-widget elementor-widget-html\" data-id=\"795975b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link\r\n  rel=\"stylesheet\"\r\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\r\n\/>\r\n\r\n<style>\r\n  :root {\r\n    --primary: #002f87;\r\n    --accent: #ff6900;\r\n    --border: #edf0f5;\r\n    --text-muted: #64748b;\r\n    --bg-card: #ffffff;\r\n  }\r\n\r\n  \/* ---------- Typography ---------- *\/\r\n  @font-face {\r\n    font-family: \"Chulabhorn Likit\";\r\n    src: url(\"https:\/\/fonthst.b-cdn.net\/chulabhornlikittext-light.woff2\")\r\n      format(\"woff2\");\r\n    font-display: swap;\r\n  }\r\n\r\n  html {\r\n    font-size: clamp(14px, 1vw + 0.5rem, 16px);\r\n  }\r\n\r\n  \/* ---------- Layout ---------- *\/\r\n  .reference-container {\r\n    max-width: 1290px;\r\n    margin: 120px auto;\r\n  }\r\n\r\n  \/* ---------- Card ---------- *\/\r\n  .reference-card {\r\n    position: relative;\r\n    padding: 25px 24px 25px 28px;\r\n    margin-bottom: 20px;\r\n    background: var(--bg-card);\r\n    border: 1px solid var(--border);\r\n    \/* border-left: 5px solid var(--primary); *\/\r\n    border-radius: 12px;\r\n\r\n    font-family: \"Chulabhorn Likit\", \"Sarabun\", system-ui, sans-serif;\r\n\r\n    transition:\r\n      transform 0.2s ease,\r\n      box-shadow 0.2s ease;\r\n  }\r\n\r\n  .reference-card::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n    bottom: 0;\r\n    width: 5px;\r\n    background: var(--primary);\r\n    border-radius: 12px 0 0 12px;\r\n  }\r\n\r\n  .reference-card:hover::before {\r\n    background: var(--accent);\r\n  }\r\n\r\n  .reference-card:hover {\r\n    transform: translateX(4px);\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\r\n  }\r\n\r\n  \/* ---------- Card Content ---------- *\/\r\n  .reference-card__body {\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 15px;\r\n  }\r\n\r\n  .reference-card__label {\r\n    flex-shrink: 0;\r\n    font-size: 1rem;\r\n    font-weight: 700;\r\n    color: var(--primary);\r\n  }\r\n\r\n  .reference-card__content {\r\n    margin: 0;\r\n    font-size: 1rem;\r\n    text-indent: -2em;\r\n    padding-left: 2em;\r\n    line-height: 1.6;\r\n    color: var(--primary);\r\n  }\r\n\r\n  \/* ---------- Links ---------- *\/\r\n  .reference-card__author,\r\n  .reference-card__doi {\r\n    text-decoration: none;\r\n  }\r\n\r\n  \/* Author (Default Blue Link) *\/\r\n  .reference-card__author {\r\n    color: #0000ee;\r\n  }\r\n\r\n  .reference-card__author:hover {\r\n    color: #0000ee !important;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  \/* DOI *\/\r\n  .reference-card__doi {\r\n    font-weight: 600;\r\n    color: var(--accent);\r\n    word-break: break-all;\r\n    transition: opacity 0.15s ease;\r\n  }\r\n\r\n  .reference-card__doi:hover {\r\n    opacity: 0.8;\r\n    text-decoration: underline !important;\r\n  }\r\n\r\n  i {\r\n    text-indent: 0;\r\n    padding-left: 2px;\r\n    font-size: 0.8rem;\r\n  }\r\n\r\n  \/* ---------- Pagination ---------- *\/\r\n  .pagination {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 6px;\r\n    margin-top: 40px;\r\n  }\r\n\r\n  .pagination button {\r\n    padding: 6px 15px;\r\n    border-radius: 10px;\r\n    border: 1px solid var(--primary);\r\n    background: white;\r\n    color: var(--primary);\r\n    cursor: pointer;\r\n    font-size: 1rem;\r\n    transition: all 0.15s ease;\r\n    font-family: \"Chulabhorn Likit\", \"Sarabun\", system-ui, sans-serif;\r\n  }\r\n\r\n  .pagination button:hover {\r\n    background: var(--primary);\r\n    color: white;\r\n  }\r\n\r\n  .pagination button.active {\r\n    background: var(--primary);\r\n    color: white;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .pagination button:disabled {\r\n    opacity: 0.4;\r\n    cursor: not-allowed;\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const cards = Array.from(document.querySelectorAll(\".reference-card\"));\r\n    const pagination = document.getElementById(\"pagination\");\r\n    const pageSize = 10;\r\n    let currentPage = 1;\r\n\r\n    const totalPages = Math.ceil(cards.length \/ pageSize);\r\n\r\n    function renderPage(page) {\r\n      currentPage = page;\r\n\r\n      cards.forEach((card, index) => {\r\n        card.style.display =\r\n          index >= (page - 1) * pageSize && index < page * pageSize\r\n            ? \"block\"\r\n            : \"none\";\r\n      });\r\n\r\n      renderPagination();\r\n      window.scrollTo({ top: 0, behavior: \"smooth\" });\r\n    }\r\n\r\n    function renderPagination() {\r\n      pagination.innerHTML = \"\";\r\n\r\n      const prev = document.createElement(\"button\");\r\n      prev.textContent = \"Prev\";\r\n      prev.disabled = currentPage === 1;\r\n      prev.onclick = () => renderPage(currentPage - 1);\r\n      pagination.appendChild(prev);\r\n\r\n      for (let i = 1; i <= totalPages; i++) {\r\n        const btn = document.createElement(\"button\");\r\n        btn.textContent = i;\r\n        if (i === currentPage) btn.classList.add(\"active\");\r\n        btn.onclick = () => renderPage(i);\r\n        pagination.appendChild(btn);\r\n      }\r\n\r\n      const next = document.createElement(\"button\");\r\n      next.textContent = \"Next\";\r\n      next.disabled = currentPage === totalPages;\r\n      next.onclick = () => renderPage(currentPage + 1);\r\n      pagination.appendChild(next);\r\n    }\r\n\r\n    renderPage(1);\r\n  });\r\n\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const cards = Array.from(document.querySelectorAll(\".reference-card\"));\r\n    const pagination = document.getElementById(\"pagination\");\r\n    const pageSize = 10;\r\n    let currentPage = 1;\r\n\r\n    \/* AUTO NUMBERING *\/\r\n    cards.forEach((card, index) => {\r\n      const label = card.querySelector(\".reference-card__label\");\r\n      label.textContent = index + 1 + \".\";\r\n    });\r\n\r\n    const totalPages = Math.ceil(cards.length \/ pageSize);\r\n\r\n    function renderPage(page) {\r\n      currentPage = page;\r\n\r\n      cards.forEach((card, index) => {\r\n        card.style.display =\r\n          index >= (page - 1) * pageSize && index < page * pageSize\r\n            ? \"block\"\r\n            : \"none\";\r\n      });\r\n\r\n      renderPagination();\r\n      window.scrollTo({ top: 0, behavior: \"smooth\" });\r\n    }\r\n\r\n    function renderPagination() {\r\n      pagination.innerHTML = \"\";\r\n\r\n      const prev = document.createElement(\"button\");\r\n      prev.textContent = \"Prev\";\r\n      prev.disabled = currentPage === 1;\r\n      prev.onclick = () => renderPage(currentPage - 1);\r\n      pagination.appendChild(prev);\r\n\r\n      for (let i = 1; i <= totalPages; i++) {\r\n        const btn = document.createElement(\"button\");\r\n        btn.textContent = i;\r\n        if (i === currentPage) btn.classList.add(\"active\");\r\n        btn.onclick = () => renderPage(i);\r\n        pagination.appendChild(btn);\r\n      }\r\n\r\n      const next = document.createElement(\"button\");\r\n      next.textContent = \"Next\";\r\n      next.disabled = currentPage === totalPages;\r\n      next.onclick = () => renderPage(currentPage + 1);\r\n      pagination.appendChild(next);\r\n    }\r\n\r\n    renderPage(1);\r\n  });\r\n<\/script>\r\n\r\n<div class=\"reference-container\">\r\n  <div class=\"reference-container\">\r\n    <div class=\"reference-container\">\r\n      <!-- 13 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Ontawong, A., Boonphang, O., Pasachan, T., Duangjai, A.,\r\n            Pongchaidecha, A., Phatsara, M.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Jinakote, M.<\/a\r\n            >, Amornlerdpison, D., & Srimaroeng, C. (2019).\r\n            <strong\r\n              >Hepatoprotective effect of coffee pulp aqueous extract combined\r\n              with simvastatin against hepatic steatosis in high-fat\r\n              diet-induced obese rats.<\/strong\r\n            >\r\n            <em>Journal of Functional Foods, 54<\/em>, 568\u2013577.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1016\/j.jff.2019.02.011\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1016\/j.jff.2019.02.011 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 12 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Jinakote, M.<\/a\r\n            >, & Pongpanit, K. (2019).\r\n            <strong\r\n              >Correlations between change in neural respiratory drive and heart\r\n              rate variability in patients submitted to open-heart\r\n              surgery.<\/strong\r\n            >\r\n            <em>Journal of Exercise Rehabilitation, 15<\/em>(4), 616\u2013621.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.12965\/jer.1938230.115\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.12965\/jer.1938230.115 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 11 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Sri-on, J., Vanichkulbodee, A., Sinsuwan, N.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Rojsaengroeng, R.<\/a\r\n            >, Kamsom, A., & Liu, S. W. (2019).\r\n            <strong\r\n              >Disaster preparedness among Thai elderly emergency department\r\n              patients: A survey of patients\u2019 perspective.<\/strong\r\n            >\r\n            <em>BMC Emergency Medicine, 19<\/em>, Article 58.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1186\/s12873-019-0269-7\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1186\/s12873-019-0269-7 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 10 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Wattanathorn, J.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Kawvised, S.<\/a\r\n            >, & Thukham-Mee, W. (2019).\r\n            <strong\r\n              >Encapsulated mulberry fruit extract alleviates changes in an\r\n              animal model of menopause with metabolic syndrome.<\/strong\r\n            >\r\n            <em>Oxidative Medicine and Cellular Longevity, 2019<\/em>(1), Article\r\n            5360560.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1155\/2019\/5360560\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1155\/2019\/5360560 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 9 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Thongsawad, S., Chanton, T.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Saiyo, N.<\/a\r\n            >, & Udee, N. (2019).\r\n            <strong\r\n              >Development of EPID-based dosimetry for FFF-beam verification in\r\n              radiation therapy.<\/strong\r\n            >\r\n            <em>Journal of Physics: Conference Series, 1285<\/em>, Article\r\n            012031.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1088\/1742-6596\/1285\/1\/012031\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1088\/1742-6596\/1285\/1\/012031 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 8 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripongsakun, S.<\/a\r\n            >, Sapthanakorn, W., Mekraksakit, P., Vichitpunt, S., Chonyuen, S.,\r\n            Seetasarn, J.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Bhumiwat, S.<\/a\r\n            >, Sricharunrat, T., & Srittanapong, S. (2019).\r\n            <strong\r\n              >Premalignant lesions of cholangiocarcinoma: Characteristics on\r\n              ultrasonography and MRI.<\/strong\r\n            >\r\n            <em>Abdominal Radiology, 44<\/em>, 2133\u20132146.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.1007\/s00261-019-01951-2\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.1007\/s00261-019-01951-2 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 7 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Promduang, A., Pongnapang, N.,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Ritlumlert, N.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Tangruangkiat, S.<\/a\r\n            >\r\n            &\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Phonlakrai, M.<\/a\r\n            >\r\n            (2019).\r\n            <strong\r\n              >A study of entrance surface air kerma for patients undergoing\r\n              chest and abdomen from digital radiography at Chulabhorn\r\n              Hospital.<\/strong\r\n            >\r\n            <em>Journal of Health Science and Medical Research, 37<\/em>(1).\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.31584\/jhsmr.201940\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.31584\/jhsmr.201940 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 6 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Makpan, K. (2019).\r\n            <strong\r\n              ><em>Counseling efficiency of sport psychologist in Thailand<\/em>\r\n              (Ph.D. dissertation, Srinakharinwirot University).<\/strong\r\n            >\r\n            iThesis SWU Repository.\r\n            <a\r\n              href=\"http:\/\/ir-ithesis.swu.ac.th\/dspace\/handle\/123456789\/233\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              http:\/\/ir-ithesis.swu.ac.th\/dspace\/handle\/123456789\/233 \u2197\r\n            <\/a>\r\n            <br \/>\r\n            <br \/>\r\n            Note. Advisor:\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Siripatt, A.<\/a\r\n            >, Co-advisor:\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Boonveerabut, S.<\/a\r\n            >\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 5 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Ingkatecha, O.<\/a\r\n            >,\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Hirunrat, S.<\/a\r\n            >, Vanadurongwan, B., & Tongkhambanchong, S. (2019).\r\n            <strong\r\n              >Ground reaction force in different footwear during late stance\r\n              phase of running.<\/strong\r\n            >\r\n            <em\r\n              >Gazzetta Medica Italiana - Archivio per le Scienze Mediche,\r\n              178<\/em\r\n            >(9), 618\u2013624.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.23736\/S0393-3660.18.03882-2\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.23736\/S0393-3660.18.03882-2 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 4 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Lertlum, P., &\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Ingkatecha, O.<\/a\r\n            >\r\n            (2019).\r\n            <strong\r\n              >Effect of ballet program on rhythmic recognition in\r\n              elderly.<\/strong\r\n            >\r\n            <em>ARPN Journal of Engineering and Applied Sciences, 14<\/em>(2),\r\n            444\u2013448.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.14456\/jeasci.2019.444.448\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.14456\/jeasci.2019.444.448 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 3 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            Sookbat, T., Thodthong, N., Prachayoon, W., Choochuawsuwan, J., &\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Ingkatecha, O.<\/a\r\n            >\r\n            (2019).\r\n            <strong\r\n              >Muscle strength of upper extremities and trunk in collegiate\r\n              throwing players.<\/strong\r\n            >\r\n            <em>Naresuan University Journal: Science and Technology, 27<\/em>(2),\r\n            21\u201327.\r\n            <a\r\n              href=\"https:\/\/doi.org\/10.14456\/nujst.2019.13\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/doi.org\/10.14456\/nujst.2019.13 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Rueangthong, C.<\/a\r\n            >, Kanchanomai, S., Chernchujit, B., & Apibantaweesakul, S. (2019).\r\n            <strong\r\n              >A systematic review of the isokinetic knee muscle strength after\r\n              anterior cruciate ligament reconstruction.<\/strong\r\n            >\r\n            <em>Thammasat Medical Journal, 19<\/em>(2), \u2014.\r\n            <a\r\n              href=\"https:\/\/he02.tci-thaijo.org\/index.php\/tmj\/article\/view\/196509\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/he02.tci-thaijo.org\/index.php\/tmj\/article\/view\/196509 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 1 -->\r\n      <div class=\"reference-card\">\r\n        <div class=\"reference-card__body\">\r\n          <span class=\"reference-card__label\"><\/span>\r\n          <p class=\"reference-card__content\">\r\n            <a href=\"\" class=\"reference-card__author\" target=\"_blank\"\r\n              >Jongjirasiri, S.<\/a\r\n            >, Noinark, C., Kamtasila, S., & Laothamatas, J. (2019).\r\n            <strong\r\n              >Comparison of visceral fat volume and visceral fat area at\r\n              umbilical level assessed by multislice computed\r\n              tomography.<\/strong\r\n            >\r\n            <em>Journal of the Medical Association of Thailand, 102<\/em>(11),\r\n            1242\u20131247.\r\n            <a\r\n              href=\"https:\/\/repository.li.mahidol.ac.th\/handle\/123456789\/52025\"\r\n              class=\"reference-card__doi\"\r\n              aria-label=\"View article on publisher website\"\r\n              target=\"_blank\"\r\n            >\r\n              https:\/\/repository.li.mahidol.ac.th\/handle\/123456789\/52025 \u2197\r\n            <\/a>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"pagination\" id=\"pagination\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ontawong, A., Boonphang, O., Pasachan, T., Duangjai, A., Pongchaidecha, A., Phatsara, M., Jinakote, M., Amornlerdpison, D., &#038; Srimaroeng, C. (2019). Hepatoprotective effect of coffee pulp aqueous extract combined with simvastatin&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-16507","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Publications 2019 - Research and Innovation Faculty of Health Science Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hst.cra.ac.th\/research\/publications-2019\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Publications 2019 - Research and Innovation Faculty of Health Science Technology\" \/>\n<meta property=\"og:description\" content=\"Ontawong, A., Boonphang, O., Pasachan, T., Duangjai, A., Pongchaidecha, A., Phatsara, M., Jinakote, M., Amornlerdpison, D., &#038; Srimaroeng, C. (2019). Hepatoprotective effect of coffee pulp aqueous extract combined with simvastatin...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hst.cra.ac.th\/research\/publications-2019\/\" \/>\n<meta property=\"og:site_name\" content=\"Research and Innovation Faculty of Health Science Technology\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T08:31:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2019\\\/\",\"url\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2019\\\/\",\"name\":\"Publications 2019 - Research and Innovation Faculty of Health Science Technology\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/#website\"},\"datePublished\":\"2026-01-26T08:55:53+00:00\",\"dateModified\":\"2026-03-16T08:31:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2019\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2019\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/publications-2019\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Publications 2019\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/#website\",\"url\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/\",\"name\":\"Research and Innovation Faculty of Health Science Technology\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hst.cra.ac.th\\\/research\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Publications 2019 - Research and Innovation Faculty of Health Science Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/","og_locale":"en_US","og_type":"article","og_title":"Publications 2019 - Research and Innovation Faculty of Health Science Technology","og_description":"Ontawong, A., Boonphang, O., Pasachan, T., Duangjai, A., Pongchaidecha, A., Phatsara, M., Jinakote, M., Amornlerdpison, D., &#038; Srimaroeng, C. (2019). Hepatoprotective effect of coffee pulp aqueous extract combined with simvastatin...","og_url":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/","og_site_name":"Research and Innovation Faculty of Health Science Technology","article_modified_time":"2026-03-16T08:31:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/","url":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/","name":"Publications 2019 - Research and Innovation Faculty of Health Science Technology","isPartOf":{"@id":"https:\/\/hst.cra.ac.th\/research\/#website"},"datePublished":"2026-01-26T08:55:53+00:00","dateModified":"2026-03-16T08:31:38+00:00","breadcrumb":{"@id":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hst.cra.ac.th\/research\/publications-2019\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hst.cra.ac.th\/research\/publications-2019\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hst.cra.ac.th\/research\/"},{"@type":"ListItem","position":2,"name":"Publications 2019"}]},{"@type":"WebSite","@id":"https:\/\/hst.cra.ac.th\/research\/#website","url":"https:\/\/hst.cra.ac.th\/research\/","name":"Research and Innovation Faculty of Health Science Technology","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hst.cra.ac.th\/research\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16507","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/comments?post=16507"}],"version-history":[{"count":19,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16507\/revisions"}],"predecessor-version":[{"id":18460,"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/pages\/16507\/revisions\/18460"}],"wp:attachment":[{"href":"https:\/\/hst.cra.ac.th\/research\/wp-json\/wp\/v2\/media?parent=16507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}