{"id":22494,"date":"2026-04-28T14:04:35","date_gmt":"2026-04-28T11:04:35","guid":{"rendered":"https:\/\/isa.atu.edu.iq\/?page_id=22494"},"modified":"2026-04-28T14:04:41","modified_gmt":"2026-04-28T11:04:41","slug":"22494-2","status":"publish","type":"page","link":"https:\/\/isa.atu.edu.iq\/?page_id=22494&lang=en","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n<title>Scientific Resources for Faculty | Scopus \u00b7 SJR \u00b7 Predatory Journal Lists<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700&#038;family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n<style>\n:root {\n    --bg:        #f0f4fa;\n    --surface:   rgba(255,255,255,0.97);\n    --border:    rgba(30,80,140,0.10);\n    --accent:    #1A4D8C;\n    --accent2:   #2e7fc0;\n    --text:      #1a2c3e;\n    --muted:     #6b8aab;\n    --pill-bg:   rgba(230,243,255,0.85);\n    --pill-bdr:  #bcd5ee;\n    --radius:    1.6rem;\n    --orange:    #ffb347;\n    --danger:    #dc6b4a;\n}\n*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }\nhtml { scroll-behavior: smooth; }\nbody {\n    background: var(--bg);\n    font-family: 'Sora', 'Inter', system-ui, sans-serif;\n    color: var(--text);\n    min-height: 100vh;\n    overflow-x: hidden;\n    line-height: 1.6;\n}\n\/* \u2500\u2500 BACKGROUND ANIMATIONS (3D Grid + Orbs) \u2500\u2500 *\/\n.bg-scene {\n    position: fixed;\n    inset: 0;\n    z-index: 0;\n    overflow: hidden;\n    pointer-events: none;\n}\n.bg-grid {\n    position: absolute;\n    inset: 0;\n    background-image: linear-gradient(rgba(26,77,140,.05) 1px, transparent 1px),\n                      linear-gradient(90deg, rgba(26,77,140,.05) 1px, transparent 1px);\n    background-size: 56px 56px;\n    animation: gridScroll 22s linear infinite;\n}\n@keyframes gridScroll {\n    from { transform: perspective(700px) rotateX(28deg) translateY(0); }\n    to { transform: perspective(700px) rotateX(28deg) translateY(56px); }\n}\n.bg-orb {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(90px);\n    animation: orbFloat 9s ease-in-out infinite alternate;\n}\n.orb1 { width:520px; height:520px; background:rgba(180,200,230,.38); top:-170px; right:-130px; }\n.orb2 { width:360px; height:360px; background:rgba(155,185,220,.28); bottom:8%; left:3%; animation-delay:-4s; }\n.orb3 { width:260px; height:260px; background:rgba(255,179,71,.15); top:40%; right:20%; animation-delay:-7s; }\n@keyframes orbFloat {\n    from { transform: translate(0,0) scale(1); }\n    to { transform: translate(28px,28px) scale(1.09); }\n}\n\/* \u2500\u2500 3D LOGO WATERMARKS (rotating logos) \u2500\u2500 *\/\n.logo-watermark {\n    position: absolute;\n    pointer-events: none;\n    z-index: 0;\n}\n.logo-center        { top:50%; left:50%; transform:translate(-50%,-50%); }\n.logo-top-left      { top:4%;  left:2%; }\n.logo-bottom-right { bottom:4%; right:2%; }\n.logo-3d-wrapper {\n    width:360px; height:360px;\n    animation: spin3D 25s linear infinite;\n    transform-style: preserve-3d;\n    perspective: 800px;\n}\n.logo-3d-wrapper.logo-small { width:130px; height:130px; }\n.logo-3d-wrapper.logo-slow  { animation-duration:35s; animation-direction:reverse; }\n@keyframes spin3D {\n    0%   { transform: rotateY(0deg)   rotateX(8deg); }\n    25%  { transform: rotateY(90deg)  rotateX(14deg) rotateZ(3deg); }\n    50%  { transform: rotateY(180deg) rotateX(8deg); }\n    75%  { transform: rotateY(270deg) rotateX(14deg) rotateZ(-3deg); }\n    100% { transform: rotateY(360deg) rotateX(8deg); }\n}\n.logo-3d-img {\n    width:100%; height:100%;\n    object-fit:contain;\n    opacity:.06;\n    mix-blend-mode:screen;\n    filter: saturate(.8) brightness(.85);\n    border-radius: 50%;\n    animation: logoPulse 4.5s ease-in-out infinite alternate;\n}\n@keyframes logoPulse { from{opacity:.04} to{opacity:.12} }\n\/* floating particles *\/\n.particle {\n    position: fixed;\n    border-radius:50%;\n    pointer-events:none;\n    z-index:0;\n    animation: floatP linear infinite;\n    opacity:0;\n}\n@keyframes floatP {\n    0%   { transform:translateY(100vh) rotate(0deg); opacity:0; }\n    10%  { opacity:.55; }\n    90%  { opacity:.55; }\n    100% { transform:translateY(-120px) rotate(360deg); opacity:0; }\n}\n.page-wrap {\n    position: relative;\n    z-index:2;\n    padding: 2.5rem 1.5rem 4rem;\n    max-width: 1350px;\n    margin: 0 auto;\n}\n\/* control bar (modern header) *\/\n.control-bar {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 1rem;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 1.2rem 1.5rem;\n    margin-bottom: 2.5rem;\n    box-shadow: 0 4px 24px rgba(0,0,0,.08);\n    backdrop-filter: blur(8px);\n}\n.bar-left {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n}\n.bar-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1A4D8C, #2e7fc0);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    font-size: 1.3rem;\n    box-shadow: 0 4px 12px rgba(26,77,140,.3);\n}\n.bar-title {\n    font-size: 1.2rem;\n    font-weight: 800;\n    color: var(--accent);\n    line-height: 1.2;\n}\n.bar-subtitle {\n    font-size: 0.85rem;\n    color: var(--muted);\n    font-weight: 600;\n    margin-top: 4px;\n}\n.bar-right {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n}\n.badge-count {\n    background: var(--pill-bg);\n    border: 1px solid var(--pill-bdr);\n    padding: 0.4rem 1.2rem;\n    border-radius: 60px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--accent);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n.badge-orange {\n    background: rgba(255, 179, 71, 0.15);\n    border-color: rgba(255, 179, 71, 0.4);\n    color: #b45f06;\n}\n.section-title {\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #0a2b44;\n    margin: 2.5rem 0 1.5rem;\n    position: relative;\n    display: inline-block;\n    padding-left: 15px;\n}\n.section-title:after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: -8px;\n    width: 60px;\n    height: 4px;\n    background: var(--orange);\n    border-radius: 4px;\n}\n.cards-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 1.8rem;\n}\n.data-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    overflow: hidden;\n    box-shadow: 0 8px 32px rgba(0,0,0,.06);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    position: relative;\n}\n.card-header {\n    background: linear-gradient(120deg, rgba(235,243,252,.98), rgba(240,246,255,.98));\n    padding: 1.2rem 1.4rem;\n    border-bottom: 1.5px solid rgba(26,77,140,.10);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n.card-header i {\n    font-size: 1.8rem;\n    color: var(--accent2);\n}\n.card-header h3 {\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #1f4e79;\n}\n.card-body {\n    padding: 1.5rem;\n}\n.resource-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: #eef2f9;\n    padding: 0.6rem 1.2rem;\n    border-radius: 40px;\n    color: var(--accent);\n    font-weight: 700;\n    text-decoration: none;\n    margin-top: 1rem;\n    transition: all 0.2s;\n    font-size: 0.9rem;\n    border: 1px solid transparent;\n}\n.resource-link:hover {\n    background: var(--accent);\n    color: white;\n    border-color: var(--orange);\n    transform: translateY(-2px);\n}\n.info-text {\n    color: var(--muted);\n    margin-bottom: 12px;\n    font-weight: 500;\n    font-size: 0.95rem;\n}\n.bullet-list {\n    list-style: none;\n    margin: 12px 0;\n}\n.bullet-list li {\n    padding: 0.5rem 0;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.89rem;\n    border-bottom: 1px dashed rgba(26,77,140,.08);\n}\n.bullet-list li i {\n    color: var(--orange);\n    width: 20px;\n    font-size: 0.8rem;\n}\n.alert-box {\n    background: #fff7e8;\n    border-left: 4px solid var(--orange);\n    border-radius: 20px;\n    padding: 1.2rem;\n    margin: 1rem 0;\n}\n.goal-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 1.2rem;\n}\n.goal-item {\n    background: var(--surface);\n    padding: 1.2rem;\n    border-radius: 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n}\n.goal-item i {\n    font-size: 1.5rem;\n    color: var(--orange);\n    margin-top: 2px;\n}\n.goal-item strong {\n    color: var(--accent);\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1.05rem;\n}\n.footer-note {\n    margin-top: 3.5rem;\n    text-align: center;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 60px;\n    padding: 1rem 2rem;\n    width: fit-content;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--muted);\n    box-shadow: 0 4px 16px rgba(0,0,0,.05);\n}\n@media (max-width: 768px) {\n    .page-wrap { padding: 1.5rem 1rem; }\n    .control-bar { flex-direction: column; align-items: flex-start; }\n    .bar-right { width: 100%; justify-content: flex-start; }\n    .section-title { font-size: 1.35rem; }\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"bg-scene\">\n    <div class=\"bg-grid\"><\/div>\n    <div class=\"bg-orb orb1\"><\/div>\n    <div class=\"bg-orb orb2\"><\/div>\n    <div class=\"bg-orb orb3\"><\/div>\n    <!-- 3D rotating logos watermarks (preserved) -->\n    <div class=\"logo-watermark logo-center\">\n        <div class=\"logo-3d-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" class=\"logo-3d-img\" alt=\"3D academic emblem\">\n        <\/div>\n    <\/div>\n    <div class=\"logo-watermark logo-top-left\">\n        <div class=\"logo-3d-wrapper logo-small\">\n            <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" class=\"logo-3d-img\" alt=\"3D logo\">\n        <\/div>\n    <\/div>\n    <div class=\"logo-watermark logo-bottom-right\">\n        <div class=\"logo-3d-wrapper logo-small logo-slow\">\n            <img decoding=\"async\" src=\"https:\/\/isa.atu.edu.iq\/wp-content\/uploads\/2026\/04\/wwwwwwwwwww.png\" onerror=\"this.style.display='none'\" class=\"logo-3d-img\" alt=\"3D logo\">\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"page-wrap\">\n    <!-- control bar: academic resource hub -->\n    <div class=\"control-bar\">\n        <div class=\"bar-left\">\n            <div class=\"bar-icon\"><i class=\"fas fa-chalkboard-user\"><\/i><\/div>\n            <div>\n                <div class=\"bar-title\">Scientific Resources for Faculty<\/div>\n                <div class=\"bar-subtitle\"><i class=\"fas fa-graduation-cap\" style=\"color:var(--orange);\"><\/i> Global Publishing Platforms \u00b7 Quality Indicators \u00b7 Combating Predatory Journals<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"bar-right\">\n            <div class=\"badge-count\"><i class=\"fas fa-database\"><\/i> Scopus &#038; SJR<\/div>\n            <div class=\"badge-count badge-orange\"><i class=\"fas fa-shield-alt\"><\/i> STOP Predatory<\/div>\n            <div class=\"badge-count badge-orange\"><i class=\"fas fa-list-ul\"><\/i> Beall&#8217;s List<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Main section: four essential academic platforms -->\n    <h2 class=\"section-title\"><i class=\"fas fa-globe-asia\" style=\"color:var(--orange); margin-right:8px;\"><\/i> Core platforms for academic publishing evaluation<\/h2>\n    <div class=\"cards-grid\">\n        <!-- 1. Scopus -->\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-header\">\n                <i class=\"fas fa-book-open\"><\/i>\n                <h3>Scopus<\/h3>\n            <\/div>\n            <div class=\"card-body\">\n                <p class=\"info-text\">The world\u2019s largest abstract and citation database, covering thousands of peer-reviewed journals in science, technology, medicine, and social sciences.<\/p>\n                <ul class=\"bullet-list\">\n                    <li><i class=\"fas fa-check-circle\"><\/i> Verify your journal\u2019s coverage in Scopus<\/li>\n                    <li><i class=\"fas fa-chart-line\"><\/i> Reliable citation metrics and H-index<\/li>\n                    <li><i class=\"fas fa-tools\"><\/i> Essential tool to measure research productivity<\/li>\n                <\/ul>\n                <a href=\"https:\/\/www.scopus.com\/pages\/home\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-link\"><i class=\"fas fa-external-link-alt\"><\/i> Visit Scopus official website<\/a>\n            <\/div>\n        <\/div>\n        <!-- 2. SJR (SCImago) -->\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-header\">\n                <i class=\"fas fa-chart-simple\"><\/i>\n                <h3>SJR (SCImago)<\/h3>\n            <\/div>\n            <div class=\"card-body\">\n                <p class=\"info-text\">SCImago Journal &#038; Country Rank ranks scientific journals based on impact factor and weighted citations. A transparent tool for evaluating global periodicals.<\/p>\n                <ul class=\"bullet-list\">\n                    <li><i class=\"fas fa-ranking-star\"><\/i> Quartile classification (Q1\u2013Q4)<\/li>\n                    <li><i class=\"fas fa-chart-pie\"><\/i> Publication statistics by country and field<\/li>\n                    <li><i class=\"fas fa-gavel\"><\/i> Key reference for promotion committees<\/li>\n                <\/ul>\n                <a href=\"https:\/\/www.scimagojr.com\/journalsearch.php?q=21100853837&#038;tip=sid&#038;exact=no\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-link\"><i class=\"fas fa-external-link-alt\"><\/i> Explore SJR (SCImago)<\/a>\n            <\/div>\n        <\/div>\n        <!-- 3. STOP Predatory Journals -->\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-header\">\n                <i class=\"fas fa-stop-circle\" style=\"color:#dc6b4a;\"><\/i>\n                <h3>STOP Predatory Journals initiative<\/h3>\n            <\/div>\n            <div class=\"card-body\">\n                <p class=\"info-text\">A global awareness platform against deceptive (predatory) journals, promoting ethical publishing. Provides lists, alerts, and training resources for researchers.<\/p>\n                <ul class=\"bullet-list\">\n                    <li><i class=\"fas fa-skull-crosswalk\"><\/i> Identify unethical journals and publishers<\/li>\n                    <li><i class=\"fas fa-question-circle\"><\/i> Guidelines for detecting academic fraud<\/li>\n                    <li><i class=\"fas fa-shield-heart\"><\/i> Protect research from exploitation<\/li>\n                <\/ul>\n                <a href=\"https:\/\/ifiwatchnet.org\/home\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-link\"><i class=\"fas fa-shield-virus\"><\/i> Visit STOP Predatory Journals<\/a>\n            <\/div>\n        <\/div>\n        <!-- 4. Beall's predatory index -->\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-header\">\n                <i class=\"fas fa-ban\" style=\"color:#c23b22;\"><\/i>\n                <h3>Beall&#8217;s List<\/h3>\n            <\/div>\n            <div class=\"card-body\">\n                <p class=\"info-text\">A renowned reference list of predatory publishers and journals compiled by researcher Jeffrey Beall, helping academics avoid deceptive publication venues.<\/p>\n                <ul class=\"bullet-list\">\n                    <li><i class=\"fas fa-clipboard-list\"><\/i> Updated lists of questionable publishers<\/li>\n                    <li><i class=\"fas fa-eye\"><\/i> Protect scholarly excellence<\/li>\n                    <li><i class=\"fas fa-file-signature\"><\/i> Reference for colleges and universities worldwide<\/li>\n                <\/ul>\n                <a href=\"https:\/\/beallslist.net\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"resource-link\"><i class=\"fas fa-exclamation-triangle\"><\/i> Access Beall&#8217;s List<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Protection guide + awareness on predatory journals -->\n    <h2 class=\"section-title\"><i class=\"fas fa-lightbulb\" style=\"color:var(--orange); margin-right:8px;\"><\/i> Guide to Avoiding Predatory Journals<\/h2>\n    <div class=\"cards-grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\">\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-body\">\n                <div class=\"alert-box\" style=\"background: #fef2e4;\">\n                    <i class=\"fas fa-check-double\" style=\"color:#d97706; font-size: 1.7rem; float: left; margin-right: 15px;\"><\/i>\n                    <h3 style=\"margin-bottom: 0.5rem;\">\u22c6 Journal verification steps before submission<\/h3>\n                    <ul class=\"bullet-list\" style=\"margin-top: 0;\">\n                        <li><i class=\"fas fa-search\"><\/i> Ensure the journal is indexed in Scopus or Web of Science.<\/li>\n                        <li><i class=\"fas fa-tachometer-alt\"><\/i> Use SJR to check the journal rank and quartile.<\/li>\n                        <li><i class=\"fas fa-database\"><\/i> Consult Beall&#8217;s List and STOP Predatory to detect untrustworthy publishers.<\/li>\n                        <li><i class=\"fas fa-clock\"><\/i> Avoid journals that promise rapid publication for unreasonable fees.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"data-card\" data-tilt>\n            <div class=\"card-body\">\n                <div class=\"alert-box\" style=\"background: #eef2ff;\">\n                    <i class=\"fas fa-chalkboard\" style=\"color:#1e5b9e; font-size: 1.7rem; float: left; margin-right: 15px;\"><\/i>\n                    <h3 style=\"margin-bottom: 0.5rem;\">\u22c6 Why are these platforms crucial for faculty?<\/h3>\n                    <p style=\"font-weight: 500; margin-bottom: 5px;\">These platforms foster academic transparency and boost scholarly promotion opportunities. Scopus and SJR provide objective quality benchmarks for research, while Beall and STOP Predatory shield researchers from reputation-damaging publishing traps.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Responsible publishing & academic excellence guidelines -->\n    <h2 class=\"section-title\"><i class=\"fas fa-brain\" style=\"margin-right:8px;\"><\/i> Scholarly publishing &#038; academic excellence guidelines<\/h2>\n    <div class=\"goal-list\">\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-leaf\"><\/i><div><strong>Publish in globally indexed journals<\/strong><span>Target periodicals indexed in Scopus\/SCI and stay away from predatory outlets.<\/span><\/div><\/div>\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-chart-line\"><\/i><div><strong>Use SJR as a comparative standard<\/strong><span>Q1\/Q2 quartiles ensure higher research visibility and better citations.<\/span><\/div><\/div>\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-hand-sparkles\"><\/i><div><strong>Check academic warning lists<\/strong><span>Consult Beall&#8217;s List and STOP Predatory before engaging with any new publisher.<\/span><\/div><\/div>\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-certificate\"><\/i><div><strong>Transparent peer review<\/strong><span>Choose journals with rigorous and clear review processes.<\/span><\/div><\/div>\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-link\"><\/i><div><strong>Build global research networks<\/strong><span>Use Scopus Scholar profiles to collaborate with verified researchers.<\/span><\/div><\/div>\n        <div class=\"goal-item\" data-tilt><i class=\"fas fa-file-alt\"><\/i><div><strong>Promote awareness within your department<\/strong><span>Share these resources with colleagues to preserve scientific integrity at your institution.<\/span><\/div><\/div>\n    <\/div>\n\n    <!-- Footer note & acknowledgment -->\n    <div class=\"footer-note\">\n        <i class=\"fas fa-university\"><\/i> \u00a9 2026 Middle Euphrates Technical University \u2013 Trusted Scientific Resources Guide for Faculty \u00b7 Scopus | SJR | STOP Predatory | Beall&#8217;s List\n    <\/div>\n<\/div>\n\n<script>\n\/\/ Floating particles generator (interactive background)\n(function(){\n    const colors = ['#8faac8','#a2b9d6','#bfcfdf','#ffb347aa'];\n    for(let i = 0; i < 24; i++){\n        const el = document.createElement('div');\n        el.className = 'particle';\n        const s = Math.random() * 4 + 2;\n        el.style.cssText = `width:${s}px;height:${s}px;background:${colors[i%4]};left:${Math.random()*100}vw;animation-duration:${Math.random()*12+8}s;animation-delay:${Math.random()*12}s;opacity:${Math.random()*0.4+0.2};`;\n        document.body.appendChild(el);\n    }\n})();\n\n\/\/ 3D TILT EFFECT (applied on all .data-card &#038; .goal-item)\ndocument.querySelectorAll('[data-tilt]').forEach(card => {\n    card.addEventListener('mousemove', e => {\n        const r   = card.getBoundingClientRect();\n        const x   = e.clientX - r.left;\n        const y   = e.clientY - r.top;\n        const cx  = r.width  \/ 2;\n        const cy  = r.height \/ 2;\n        const rX  = ((y - cy) \/ cy) * 3;\n        const rY  = ((x - cx) \/ cx) * -3;\n        card.style.transition = 'transform 0.08s ease, box-shadow 0.08s ease';\n        card.style.transform  = `perspective(1000px) rotateX(${rX}deg) rotateY(${rY}deg) scale(1.015) translateY(-4px)`;\n        card.style.boxShadow  = `0 16px 36px -12px rgba(26,77,140,0.25)`;\n        card.style.borderColor = 'rgba(255,179,71,0.5)';\n    });\n    card.addEventListener('mouseleave', () => {\n        card.style.transition = 'transform 0.4s cubic-bezier(.2,.9,.4,1), box-shadow 0.4s ease';\n        card.style.transform  = '';\n        card.style.boxShadow  = '';\n        card.style.borderColor = '';\n    });\n});\n\n\/\/ smooth initial appearance\nwindow.addEventListener('load', () => {\n    document.body.style.opacity = '1';\n});\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Scientific Resources for Faculty | Scopus \u00b7 SJR \u00b7 Predatory Journal Lists Scientific Resources for Faculty Global Publishing Platforms \u00b7 Quality Indicators \u00b7 Combating Predatory Journals Scopus &#038; SJR STOP Predatory Beall&#8217;s List Core platforms for academic publishing evaluation Scopus The world\u2019s largest abstract and citation database, covering thousands of peer-reviewed journals in science, technology, &hellip; <a href=\"https:\/\/isa.atu.edu.iq\/?page_id=22494&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":99900,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-22494","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/99900"}],"replies":[{"embeddable":true,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22494"}],"version-history":[{"count":1,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22494\/revisions"}],"predecessor-version":[{"id":22495,"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/22494\/revisions\/22495"}],"wp:attachment":[{"href":"https:\/\/isa.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}