{"id":1124,"date":"2026-05-16T05:21:50","date_gmt":"2026-05-16T05:21:50","guid":{"rendered":"https:\/\/piramidaakademi.com\/?page_id=1124"},"modified":"2026-05-16T05:21:51","modified_gmt":"2026-05-16T05:21:51","slug":"download-loa-artikel-piramida","status":"publish","type":"page","link":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/","title":{"rendered":"Download LoA Artikel Piramida"},"content":{"rendered":"\n<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Segoe UI', sans-serif;\n    }\n\n    body {\n        background: #f4f7fb;\n    }\n\n    .loa-container {\n        max-width: 650px;\n        margin: 50px auto;\n        background: #ffffff;\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 10px 35px rgba(0,0,0,0.08);\n    }\n\n    .loa-header {\n        background: linear-gradient(135deg, #0f172a, #1e293b);\n        color: white;\n        padding: 35px;\n        text-align: center;\n    }\n\n    .loa-header h1 {\n        font-size: 32px;\n        margin-bottom: 10px;\n        font-weight: 700;\n    }\n\n    .loa-header p {\n        opacity: 0.9;\n        font-size: 15px;\n        line-height: 1.6;\n    }\n\n    .journal-list {\n        margin-top: 20px;\n        display: grid;\n        gap: 10px;\n    }\n\n    .journal-item {\n        background: rgba(255,255,255,0.08);\n        padding: 10px 15px;\n        border-radius: 10px;\n        font-size: 14px;\n        text-align: left;\n    }\n\n    .loa-body {\n        padding: 40px;\n    }\n\n    .form-group {\n        margin-bottom: 25px;\n    }\n\n    label {\n        display: block;\n        margin-bottom: 10px;\n        font-weight: 600;\n        color: #1e293b;\n    }\n\n    input {\n        width: 100%;\n        padding: 15px;\n        border: 1px solid #dbe2ea;\n        border-radius: 12px;\n        font-size: 15px;\n        transition: all 0.3s ease;\n        background: #f8fafc;\n    }\n\n    input:focus {\n        outline: none;\n        border-color: #0f172a;\n        background: white;\n        box-shadow: 0 0 0 4px rgba(15,23,42,0.08);\n    }\n\n    .download-btn {\n        width: 100%;\n        background: linear-gradient(135deg, #0f172a, #1e293b);\n        color: white;\n        border: none;\n        padding: 16px;\n        border-radius: 12px;\n        font-size: 16px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: 0.3s ease;\n    }\n\n    .download-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 8px 20px rgba(15,23,42,0.2);\n    }\n\n    .result-box {\n        margin-top: 25px;\n        display: none;\n        padding: 20px;\n        border-radius: 12px;\n        text-align: center;\n    }\n\n    .success {\n        background: #ecfdf5;\n        color: #065f46;\n        border: 1px solid #a7f3d0;\n    }\n\n    .error {\n        background: #fef2f2;\n        color: #991b1b;\n        border: 1px solid #fecaca;\n    }\n\n    .download-link {\n        display: inline-block;\n        margin-top: 15px;\n        padding: 12px 24px;\n        background: #0f172a;\n        color: white;\n        text-decoration: none;\n        border-radius: 10px;\n        transition: 0.3s ease;\n    }\n\n    .download-link:hover {\n        background: #1e293b;\n    }\n\n    .loading {\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n    }\n\n    .spinner {\n        width: 45px;\n        height: 45px;\n        border: 4px solid #e2e8f0;\n        border-top: 4px solid #0f172a;\n        border-radius: 50%;\n        animation: spin 1s linear infinite;\n        margin: auto;\n    }\n\n    @keyframes spin {\n        100% {\n            transform: rotate(360deg);\n        }\n    }\n\n    .footer-note {\n        text-align: center;\n        font-size: 13px;\n        color: #64748b;\n        margin-top: 30px;\n        line-height: 1.7;\n    }\n\n    @media(max-width: 768px) {\n        .loa-body {\n            padding: 25px;\n        }\n\n        .loa-header {\n            padding: 30px 20px;\n        }\n\n        .loa-header h1 {\n            font-size: 26px;\n        }\n    }\n<\/style>\n\n<div class=\"loa-container\">\n\n    <div class=\"loa-header\">\n        <h1>Download LoA<\/h1>\n        <p>\n            Access and download your official Letter of Acceptance (LoA)\n            by entering your registered email address and article ID.\n        <\/p>\n\n        <div class=\"journal-list\">\n            <div class=\"journal-item\">Indonesian Journal of Learning and Educational Studies<\/div>\n            <div class=\"journal-item\">LITERAL: Disability Studies Journal<\/div>\n            <div class=\"journal-item\">Buletin Pengabdian Multidisiplin<\/div>\n            <div class=\"journal-item\">Research in Science and Mathematics Education<\/div>\n            <div class=\"journal-item\">Journal of Education Policy and Management Studies<\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"loa-body\">\n\n        <div class=\"form-group\">\n            <label>Email Address<\/label>\n            <input type=\"email\" id=\"email\" placeholder=\"Enter your registered email\">\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Article ID<\/label>\n            <input type=\"text\" id=\"articleId\" placeholder=\"Enter your article ID\">\n        <\/div>\n\n        <button class=\"download-btn\" onclick=\"checkLoA()\">\n            Download Letter of Acceptance\n        <\/button>\n\n        <div class=\"loading\" id=\"loading\">\n            <div class=\"spinner\"><\/div>\n            <p style=\"margin-top:10px;color:#475569;\">\n                Verifying your submission&#8230;\n            <\/p>\n        <\/div>\n\n        <div class=\"result-box\" id=\"resultBox\"><\/div>\n\n        <div class=\"footer-note\">\n            Please ensure the email address and article ID match the submission data registered in the journal system.\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\nasync function checkLoA() {\n\n    const email = document.getElementById('email').value.trim();\n    const articleId = document.getElementById('articleId').value.trim();\n\n    const resultBox = document.getElementById('resultBox');\n    const loading = document.getElementById('loading');\n\n    resultBox.style.display = 'none';\n\n    if(email === '' || articleId === '') {\n        resultBox.style.display = 'block';\n        resultBox.className = 'result-box error';\n        resultBox.innerHTML = 'Please complete all required fields.';\n        return;\n    }\n\n    loading.style.display = 'block';\n\n    try {\n\n        \/*\n        GANTI URL DI BAWAH DENGAN URL GOOGLE APPS SCRIPT ANDA\n        *\/\n        \n        const apiUrl = \"https:\/\/script.google.com\/macros\/s\/AKfycbyKdwr0RJl0XokjOUV1YzvbnPw4HKpenhMIGjTW0B_Z6gfkONca7mqji1aomPUKO5NH\/exec\";\n\n        const response = await fetch(`${apiUrl}?email=${encodeURIComponent(email)}&articleId=${encodeURIComponent(articleId)}`);\n\n        const data = await response.json();\n\n        loading.style.display = 'none';\n\n        if(data.status === \"success\") {\n\n            resultBox.style.display = 'block';\n            resultBox.className = 'result-box success';\n\n            resultBox.innerHTML = `\n    <h3>Verification Successful<\/h3>\n\n    <div style=\"margin-top:20px;text-align:left;background:#ffffff;padding:20px;border-radius:12px;border:1px solid #d1fae5;\">\n\n        <p style=\"margin-bottom:12px;\">\n            <strong>Author Name:<\/strong><br>\n            ${data.nama}\n        <\/p>\n\n        <p style=\"margin-bottom:12px;\">\n            <strong>Article Title:<\/strong><br>\n            ${data.judul}\n        <\/p>\n\n        <p>\n            <strong>Article ID:<\/strong><br>\n            ${articleId}\n        <\/p>\n\n    <\/div>\n\n    <a class=\"download-link\" href=\"${data.downloadUrl}\" target=\"_blank\" style=\"margin-top:20px;\">\n        Download LoA\n    <\/a>\n`;\n\n        } else {\n\n            resultBox.style.display = 'block';\n            resultBox.className = 'result-box error';\n\n            resultBox.innerHTML = `\n                <h3>Data Not Found<\/h3>\n                <p>\n                    The email address or article ID does not match our records.\n                <\/p>\n            `;\n        }\n\n    } catch(error) {\n\n        loading.style.display = 'none';\n\n        resultBox.style.display = 'block';\n        resultBox.className = 'result-box error';\n\n        resultBox.innerHTML = `\n            <h3>System Error<\/h3>\n            <p>\n                Unable to connect to the server. Please try again later.\n            <\/p>\n        `;\n    }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Download LoA Access and download your official Letter of Acceptance (LoA) by entering your registered email address and article ID. Indonesian Journal of Learning and Educational Studies LITERAL: Disability Studies Journal Buletin Pengabdian Multidisiplin Research in Science and Mathematics Education Journal of Education Policy and Management Studies Email Address Article ID Download Letter of Acceptance [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1124","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Download LoA Artikel Piramida - Piramida Akademi<\/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:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Download LoA Artikel Piramida - Piramida Akademi\" \/>\n<meta property=\"og:description\" content=\"Download LoA Access and download your official Letter of Acceptance (LoA) by entering your registered email address and article ID. Indonesian Journal of Learning and Educational Studies LITERAL: Disability Studies Journal Buletin Pengabdian Multidisiplin Research in Science and Mathematics Education Journal of Education Policy and Management Studies Email Address Article ID Download Letter of Acceptance [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/\" \/>\n<meta property=\"og:site_name\" content=\"Piramida Akademi\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-16T05:21:51+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/\",\"url\":\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/\",\"name\":\"Download LoA Artikel Piramida - Piramida Akademi\",\"isPartOf\":{\"@id\":\"https:\/\/piramidaakademi.com\/#website\"},\"datePublished\":\"2026-05-16T05:21:50+00:00\",\"dateModified\":\"2026-05-16T05:21:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/piramidaakademi.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Download LoA Artikel Piramida\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/piramidaakademi.com\/#website\",\"url\":\"https:\/\/piramidaakademi.com\/\",\"name\":\"Piramida Akademi\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/piramidaakademi.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/piramidaakademi.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/piramidaakademi.com\/#organization\",\"name\":\"Piramida Akademi\",\"url\":\"https:\/\/piramidaakademi.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/piramidaakademi.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/piramidaakademi.com\/wp-content\/uploads\/2023\/08\/cropped-Piramida-Akademi-4.png\",\"contentUrl\":\"https:\/\/piramidaakademi.com\/wp-content\/uploads\/2023\/08\/cropped-Piramida-Akademi-4.png\",\"width\":166,\"height\":51,\"caption\":\"Piramida Akademi\"},\"image\":{\"@id\":\"https:\/\/piramidaakademi.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Download LoA Artikel Piramida - Piramida Akademi","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:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/","og_locale":"en_US","og_type":"article","og_title":"Download LoA Artikel Piramida - Piramida Akademi","og_description":"Download LoA Access and download your official Letter of Acceptance (LoA) by entering your registered email address and article ID. Indonesian Journal of Learning and Educational Studies LITERAL: Disability Studies Journal Buletin Pengabdian Multidisiplin Research in Science and Mathematics Education Journal of Education Policy and Management Studies Email Address Article ID Download Letter of Acceptance [&hellip;]","og_url":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/","og_site_name":"Piramida Akademi","article_modified_time":"2026-05-16T05:21:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/","url":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/","name":"Download LoA Artikel Piramida - Piramida Akademi","isPartOf":{"@id":"https:\/\/piramidaakademi.com\/#website"},"datePublished":"2026-05-16T05:21:50+00:00","dateModified":"2026-05-16T05:21:51+00:00","breadcrumb":{"@id":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/piramidaakademi.com\/index.php\/download-loa-artikel-piramida\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/piramidaakademi.com\/"},{"@type":"ListItem","position":2,"name":"Download LoA Artikel Piramida"}]},{"@type":"WebSite","@id":"https:\/\/piramidaakademi.com\/#website","url":"https:\/\/piramidaakademi.com\/","name":"Piramida Akademi","description":"","publisher":{"@id":"https:\/\/piramidaakademi.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/piramidaakademi.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/piramidaakademi.com\/#organization","name":"Piramida Akademi","url":"https:\/\/piramidaakademi.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/piramidaakademi.com\/#\/schema\/logo\/image\/","url":"https:\/\/piramidaakademi.com\/wp-content\/uploads\/2023\/08\/cropped-Piramida-Akademi-4.png","contentUrl":"https:\/\/piramidaakademi.com\/wp-content\/uploads\/2023\/08\/cropped-Piramida-Akademi-4.png","width":166,"height":51,"caption":"Piramida Akademi"},"image":{"@id":"https:\/\/piramidaakademi.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/piramidaakademi.com\/index.php\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Download LoA Access and download your official Letter of Acceptance (LoA) by entering your registered email address and article ID. Indonesian Journal of Learning and Educational Studies LITERAL: Disability Studies Journal Buletin Pengabdian Multidisiplin Research in Science and Mathematics Education Journal of Education Policy and Management Studies Email Address Article ID Download Letter of Acceptance&hellip;","_links":{"self":[{"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/pages\/1124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/comments?post=1124"}],"version-history":[{"count":1,"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/pages\/1124\/revisions"}],"predecessor-version":[{"id":1125,"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/pages\/1124\/revisions\/1125"}],"wp:attachment":[{"href":"https:\/\/piramidaakademi.com\/index.php\/wp-json\/wp\/v2\/media?parent=1124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}