{"id":12197,"date":"2017-02-03T08:03:46","date_gmt":"2017-02-03T08:03:46","guid":{"rendered":"http:\/\/www.pidsphil.org\/home\/?page_id=12197"},"modified":"2025-11-20T07:04:06","modified_gmt":"2025-11-20T07:04:06","slug":"list-of-journals","status":"publish","type":"page","link":"https:\/\/www.pidsphil.org\/home\/list-of-journals\/","title":{"rendered":"List of Journals"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-overflow:visible;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_3_4 3_4 fusion-three-fourth fusion-column-first\" style=\"--awb-bg-size:cover;width:74%; margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-text fusion-text-1\"><h1><strong>List of Journals<\/strong><\/h1>\n<hr \/>\n<p><strong>This page contains all PIDSP Journals &amp; Modules available for download.\u00a0<\/strong>Click\u00a0a Year to view the \u00a0Journals and Modules by batch. An Adobe Acrobat Reader is required to view the journal. Click <span style=\"color: #800000;\"><strong><a style=\"color: #800000;\" href=\"http:\/\/www.adobe.com\/products\/acrobat\/readstep2.html\">here<\/a><\/strong><\/span> to download from the Adobe website.<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-2\"><style>\n    #anvj_search_content p {\n        text-align: justify;\n    }\n\n    @media(min-width: 1024px){\n        #anvj_search_box{\n            display: flex;\n            max-width: 600px;\n            align-items: center\n        }\n    }\n\n    @media(max-width: 1023px){\n        #anvj_search_box{\n            display: flex;\n            flex-direction: column;\n            max-width: 600px;\n        }\n\n        #anvj_search_box select {\n            margin-top: 10px;\n        }\n    }\n\n<\/style>\n\n<div id=\"anvj_search_box\">\n    <label for=\"anvj_search\" style=\"margin-right: 10px\">Search<\/label>\n    <input class=\"form-control\" id=\"anvj_search\" placeholder=\"Search here...\" type=\"text\" autocomplete=\"off\" name=\"anvj_search\" \/>\n\n    <select id=\"anvj_search_in\">\n        <option value=\"content\">Search In Content<\/option>\n        <option value=\"title\">Search In Title<\/option>\n        <option value=\"author\">Search In Author<\/option>\n        <option value=\"keywords\">Search In Keywords<\/option>\n    <\/select>\n    &nbsp;\n    <button onclick=\"anvj_search_clicked()\" class=\"wpcf7-form-control wpcf7-submit\" type=\"button\">Search<\/button>\n<\/div>\n\n\n<p>&nbsp;<\/p>\n<div id=\"anvj_search_results\">\n    <p>Please enter the search term, and click Search.<\/p>\n<\/div>\n\n<script type=\"text\/html\" id=\"anvj_results_template\">\n    <tr><td>\n    <table>\n        <tbody>\n            <tr><th style=\"width: 100px\">Title:<\/th><td colspan=\"3\">{title}<\/td><\/tr>\n            <tr><th>Doc No:<\/th><td style=\"padding-right: 20px;\">{doc_no}<\/td><\/tr>\n            <tr><th style=\"padding-right: 20px; width: 100px\">Author:<\/th><td colspan=\"3\" style=\"padding-right: 20px;\">{author}<\/td><\/tr>\n            <tr><th style=\"padding-right: 20px;\">Keywords:<\/th><td colspan=\"3\">{keywords}<\/td><\/tr>\n            <tr><th>Link to Article:<\/th><td colspan=\"4\"><a href=\"{link}\">{link_title}<\/a><\/td><\/tr>\n            <tr><th colspan=\"4\">&nbsp;<\/th><\/tr>\n            <tr><th id=\"anvj_search_content\" colspan=\"4\">{content}<\/th><\/tr>\n        <\/tbody>\n    <\/table><\/td><\/tr>\n<\/script>\n\n<script>\njQuery(document).ready(function($){\n\n    let current_page = 1;\n    let current_term = \"\";\n    let current_search_in = \"\";\n\n    window.anvj_search_clicked = function(){\n        const term = $('#anvj_search').val();\n        const search_in = $('#anvj_search_in').val();\n\n        current_search_in = search_in;\n        current_term = term;\n        current_page = 1;\n        anvj_search();\n    }\n\n    function anvj_search(){\n\n        const container = $('#anvj_search_results');\n        $(container).html('<p>Searching....<\/p>');\n\n        $.ajax({\n           method: 'POST',\n           url: '\/home\/wp-admin\/admin-ajax.php',\n           data: {\n               action: 'anvj_search',\n               term: current_term,\n               search_in: current_search_in,\n               page: current_page\n           },\n           success: function(data){\n               build_results_view(data.result);\n           },\n           error: function(){\n               show_error_message();\n           }\n        });\n    }\n\n    function build_results_view(data){\n\n        const container = $('#anvj_search_results');\n        $(container).html('');\n\n        if(data === undefined || data.length === 0){\n            if(current_page > 1){\n\n                let nav = '<table class=\"table table-bordered\"><tr><td style=\"text-align: center\">';\n\n                nav += '<button onclick=\"anvj_search_prev()\" type=\"button\" class=\"wpcf7-form-control wpcf7-submit\"><i class=\"fa fa-arrow-left\">&nbsp;<\/i>Previous Result<\/button>';\n\n                nav += '<\/td><\/tr><\/table>';\n\n                $(nav).appendTo(container);\n                $(container).append('<p>No more results<\/p>');\n            }\n            else{\n                $(container).html('<p>Nothing found matching your criteria.<\/p>');\n            }\n\n            return;\n        }\n\n        let nav = '<table class=\"table table-bordered\"><tr><td style=\"text-align: center\">';\n\n        if(current_page > 1){\n            nav += '<button onclick=\"anvj_search_prev()\" type=\"button\" class=\"wpcf7-form-control wpcf7-submit\"><i class=\"fa fa-arrow-left\">&nbsp;<\/i>Previous Result<\/button>&nbsp;';\n        }\n\n        nav += '<button type=\"button\" onclick=\"anvj_search_next()\" class=\"wpcf7-form-control wpcf7-submit\"><i class=\"fa fa-arrow-right\">&nbsp;<\/i>Next Result<\/button><\/td><\/tr><\/table>';\n\n        $(nav).appendTo(container);\n\n        $('<table class=\"table table-responsive\"><tbody><\/tbody><\/table>').appendTo(container);\n\n        const tbody = $('tbody:last', container);\n        const row_template = $('#anvj_results_template').html();\n\n        $(data).each(function(){\n            const row = this;\n\n            const row_data = row_template\n                .replace('{doc_no}', row[\"doc_no\"] || \"\")\n                .replace('{title}', row[\"title\"] || \"\")\n                .replace('{author}', row[\"author\"] || \"\")\n                .replace('{content}', row[\"content\"] || \"\")\n                .replace('{keywords}', row[\"keywords\"] || \"\")\n                .replace(\/\\{link\\}\/g, row['link'] || \"#\")\n                .replace(\/\\{link_title\\}\/g, row['link'] || \"NA\");\n\n            $(tbody).append(row_data);\n        });\n\n        $(nav).appendTo(container);\n    }\n\n    window.anvj_search_prev = function(){\n        if(current_page > 1) {\n            current_page--;\n            anvj_search();\n        }\n    }\n\n    window.anvj_search_next = function(){\n        current_page++;\n        anvj_search();\n    }\n\n    function show_error_message(){\n        const container = $('#anvj_search_results');\n        $(container).html('<p>An error occurred. Please try again later.<\/p>');\n    }\n\n});\n<\/script>\n<h2><b>Year<\/b><\/h2>\n<p><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/1996-journals\/\">1996 <\/a><\/span>|\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/1997-journals\/\">1997<\/a><\/span> |\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/1998-journals\/\">1998<\/a><\/span> |\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/1999-journals\/\">1999<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2000-journals\/\">2000<\/a><\/span> | <a href=\"https:\/\/www.pidsphil.org\/home\/2001-journals\/\"><span style=\"color: #800000;\">2001<\/span><\/a> |\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2002-journals\/\">2002<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2003-journals\/\">2003<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2004-journals\/\">2004<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2005-journals\/\">2005<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2006-journals\/\">2006<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2007-journals\/\">2007<\/a><\/span> | <a href=\"https:\/\/www.pidsphil.org\/home\/2008-journals\/\"><span style=\"color: #800000;\">2008<\/span> <\/a>| <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2009-journals\/\">2009<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2010-journals\/\">2010<\/a><\/span> |\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2011-journals\/\">2011<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2012-journals\/\">2012<\/a> <\/span>|<span style=\"color: #800000;\"> <a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2013-journals\/\">2013<\/a> <\/span>| <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2014-journals\/\">2014<\/a><\/span> | <span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2015-journals\/\">2015<\/a><\/span> |\u00a0<span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.pidsphil.org\/home\/2016-journals\/\">2016<\/a><\/span><\/p>\n<p><strong><span style=\"color: #800000;\">2025 ISSUES<\/span><\/strong><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2025-journals-v26-i1\/\"><strong>Vol. 26 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2025)<\/span><\/strong><\/a><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2025-journals-v26-i2\/\"><strong>Vol. 26 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2025)<\/span><\/strong><\/a><\/p>\n<p><strong><span style=\"color: #800000;\">2024 ISSUES<\/span><\/strong><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2024-journals-v25-i1\/\"><strong>Vol. 25 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2024)<\/span><\/strong><\/a><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2024-journals-v25-i2\/\"><strong>Vol. 25 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2024)<\/span><\/strong><\/a><\/p>\n<p><strong><span style=\"color: #800000;\">2023 ISSUES<\/span><\/strong><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2023-journals-v24-i1\/\"><strong>Vol. 24 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2023)<\/span><\/strong><\/a><br \/>\n<a href=\"https:\/\/www.pidsphil.org\/home\/2023-journals-v24-i2\/\"><strong>Vol. 24 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2023)<\/span><\/strong><\/a><\/p>\n<p><strong><span style=\"color: #800000;\">2022 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2022-journals-v23-i1\/\">Vol. 23 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2022)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2022-journals-v23-i2\/\">Vol. 23 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2022)<\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"color: #800000;\">2021 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2021-journals-v22-i1\/\">Vol. 22 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2021)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2021-journals-v22-i2\/\">Vol. 22 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2021)<\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"color: #800000;\">2020 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2020-journals-v21-i1\/\">Vol. 21 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2020)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2020-journals-v21-i2\/\">Vol. 21 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2020)<\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"color: #800000;\">2019 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2019-journals-v20-i1\/\">Vol. 20 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2019)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2019-journals-v20-i2\/\">Vol. 20 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2019)<\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"color: #800000;\">2018 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2018-journals-v19-i1\/\">Vol. 19 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2018)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2018-journals-v19-i2\/\">Vol. 19 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2018)<\/span><\/a><\/strong><\/p>\n<p><strong><span style=\"color: #800000;\">2017 ISSUES<\/span><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2017-journals-v18-i1\/\">Vol. 18 : Issue 1\u00a0 <span style=\"color: #800000;\">(Jan-Jun 2017)<\/span><\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/www.pidsphil.org\/home\/2017-journals-v18-i2\/\">Vol. 18 : Issue 2\u00a0 <span style=\"color: #800000;\">(Jul-Dec 2017)<\/span><\/a><\/strong><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:50px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#000000;border-color:#000000;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-image-element in-legacy-container\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img decoding=\"async\" width=\"5000\" height=\"1250\" title=\"research\" src=\"https:\/\/www.pidsphil.org\/home\/wp-content\/uploads\/2017\/02\/research.jpg\" alt class=\"img-responsive wp-image-12334\" srcset=\"https:\/\/www.pidsphil.org\/home\/wp-content\/uploads\/2017\/02\/research-300x75.jpg 300w, https:\/\/www.pidsphil.org\/home\/wp-content\/uploads\/2017\/02\/research-768x192.jpg 768w, https:\/\/www.pidsphil.org\/home\/wp-content\/uploads\/2017\/02\/research-1024x256.jpg 1024w, https:\/\/www.pidsphil.org\/home\/wp-content\/uploads\/2017\/02\/research.jpg 5000w\" sizes=\"(max-width: 5000px) 100vw, 5000px\" \/><\/span><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_4 1_4 fusion-one-fourth fusion-column-last\" style=\"--awb-bg-size:cover;width:22%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-reading-box-container reading-box-container-1\" style=\"--awb-title-color:#333333;--awb-margin-top:0px;--awb-margin-bottom:84px;\"><div class=\"reading-box\" style=\"background-color:#fbf4ff;border-width:1px;border-color:#f6f6f6;border-style:solid;\"><div class=\"reading-box-additional\">\n<p><strong>EDITORS-IN-CHIEF:<br \/>\n<\/strong>Arlene Dy-Co, M.D.<br \/>\nCarmina Delos Reyes, M.D.<\/p>\n<p><strong>ASSOCIATE EDITORS-IN-CHIEF:<\/strong><br \/>\nFrancesca Mae Pantig, M.D.<br \/>\nPaul Sherwin Tarnate, M.D.<\/p>\n<p><strong>EDITORIAL BOARD:<\/strong><br \/>\nAubrey Artienda, M.D.<br \/>\nJohn Andrew Camposano, M.D.<br \/>\nMichelle Carandang-Cuvin, M.D.<br \/>\nGiselle Enriquez-Briones, M.D.<br \/>\nElizabeth Gallardo, M.D.<br \/>\nFatima Gimenez, M.D.<br \/>\nJonathan Lim, M.D.<br \/>\nMary Antonette Madrid, M.D.<br \/>\nSarah Makalinaw, M.D.<br \/>\nSally Jane Velasco-Aro, M.D.<\/p>\n<p><strong>ADVISERS:<\/strong><br \/>\nLulu Bravo, M.D.<br \/>\nCecilia Maramba-Lazarte, M.D.<\/p>\n<p><strong>JOURNAL MANAGER:<\/strong><br \/>\nRoan Buenaventura-Cabrera, M.D.<\/p>\n<\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12197","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/pages\/12197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/comments?post=12197"}],"version-history":[{"count":123,"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/pages\/12197\/revisions"}],"predecessor-version":[{"id":20378,"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/pages\/12197\/revisions\/20378"}],"wp:attachment":[{"href":"https:\/\/www.pidsphil.org\/home\/wp-json\/wp\/v2\/media?parent=12197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}