{"id":49466,"date":"2026-04-23T22:53:23","date_gmt":"2026-04-23T22:53:23","guid":{"rendered":"https:\/\/idi.atu.edu.iq\/?page_id=49466"},"modified":"2026-05-02T09:06:39","modified_gmt":"2026-05-02T09:06:39","slug":"important-links","status":"publish","type":"page","link":"https:\/\/idi.atu.edu.iq\/?page_id=49466&lang=en","title":{"rendered":"Important Websites"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\nbody{\n  font-family:'Cairo', sans-serif;\n  margin:0;\n  background:#f3f6f4;\n  direction:rtl;\n}\n\n\/* ===== HERO ===== *\/\n.hero{\n  background:linear-gradient(rgba(11,37,69,.9),rgba(11,37,69,.95)),\n  url(\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f\");\n  background-size:cover;\n  background-position:center;\n  padding:80px 20px;\n  text-align:center;\n  color:#fff;\n}\n\n.hero h1{\n  font-size:38px;\n  color:#e0ded7;\n  margin-bottom:10px;\n}\n\n.hero p{\n  font-size:18px;\n  opacity:.9;\n}\n\n\/* ===== CARD ===== *\/\n.profile-box{\n  max-width:800px;\n  margin:-50px auto 40px;\n  background:#fff;\n  padding:30px;\n  border-radius:15px;\n  text-align:center;\n  box-shadow:0 10px 25px rgba(0,0,0,0.1);\n}\n\n.profile-icon{\n  width:80px;\n  height:80px;\n  background:#fff;\n  border:4px solid #f0b90b;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:-60px auto 15px;\n  font-size:30px;\n  color:#0b2545;\n}\n\n\/* ===== SERVICES ===== *\/\n.services{\n  max-width:1100px;\n  margin:auto;\n  padding:20px;\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:20px;\n}\n\n.service-card{\n  background:#0b2545;\n  color:#fff;\n  padding:20px;\n  border-radius:12px;\n  text-align:center;\n  position:relative;\n  overflow:hidden;\n  transition:.3s;\n}\n\n.service-card:hover{\n  transform:translateY(-6px);\n}\n\n\/* \u0627\u0644\u062e\u0637 \u0627\u0644\u062c\u0627\u0646\u0628\u064a *\/\n.service-card::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  right:0;\n  width:6px;\n  height:100%;\n  background:linear-gradient(#f0b90b,#ffd95a);\n}\n\n\/* \u0644\u0645\u0639\u0629 *\/\n.service-card::after{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:-100%;\n  width:100%;\n  height:100%;\n  background:linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);\n  transition:.6s;\n}\n\n.service-card:hover::after{\n  left:100%;\n}\n\n.service-card i{\n  font-size:28px;\n  color:#f0b90b;\n  margin-bottom:10px;\n}\n\n.service-card h3{\n  margin-bottom:8px;\n}\n\n.service-card p{\n  font-size:14px;\n  opacity:.9;\n}\n\n\/* \u0632\u0631 *\/\n.service-card a{\n  display:inline-block;\n  margin-top:10px;\n  background:#f0b90b;\n  color:#0b2545;\n  padding:6px 12px;\n  border-radius:6px;\n  text-decoration:none;\n  font-size:13px;\n}\n\n.section-title{\n  text-align:center;\n  font-size:26px;\n  margin:30px 0;\n  color:#0b2545;\n}\n<\/style>\n\n\n<!-- HERO -->\n<div class=\"hero\">\n  <h1>Important Websites<\/h1>\n  <p>An integrated digital solution for streamlining processes and improving efficiency<\/p>\n<\/div>\n\n<!-- \u0646\u0628\u0630\u0629 -->\n<div class=\"profile-box\">\n  <div class=\"profile-icon\">\n    <i class=\"fa-solid fa-laptop\"><\/i>\n  <\/div>\n  <h2>About the Websites<\/h2>\n  <p> This guide provides a curated selection of the most essential scientific and academic websites that students and researchers need to access research papers, articles, books, and online courses. These sites are organized to streamline the scientific research process and provide reliable resources across various disciplines, such as engineering, medicine, science, and modern technologies.\n    <\/p>\n<\/div><!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\">\n<title>Scientific Websites Directory<\/title>\n\n<style>\nbody {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    background: #f5f7fb;\n    margin: 0;\n    padding: 20px;\n    color: #333;\n}\n\n.header {\n    text-align: center;\n    margin-bottom: 30px;\n}\n\n.header h1 {\n    color: #1e4fa8;\n    font-size: 32px;\n    margin: 0;\n}\n\n.header p {\n    color: #666;\n    margin-top: 10px;\n}\n\n.grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.card {\n    background: #fff;\n    border-radius: 15px;\n    padding: 20px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    transition: 0.3s;\n    display: flex;\n    flex-direction: column;\n}\n\n.card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.12);\n}\n\n.card h3 {\n    margin: 0 0 12px;\n    color: #1e4fa8;\n    font-size: 20px;\n}\n\n.tag-container {\n    margin-bottom: 20px;\n    flex-grow: 1;\n}\n\n.tag {\n    display: inline-block;\n    background: #e8f0ff;\n    color: #1e4fa8;\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 600;\n    margin: 3px;\n    text-transform: uppercase;\n}\n\n.btn {\n    display: block;\n    text-align: center;\n    background: #1e4fa8;\n    color: #fff;\n    padding: 12px;\n    border-radius: 10px;\n    text-decoration: none;\n    font-weight: bold;\n    transition: background 0.3s;\n}\n\n.btn:hover {\n    background: #153e8a;\n}\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"header\">\n    <h1>Academic Resources Directory<\/h1>\n    <p>A curated list of top scientific platforms for students and researchers<\/p>\n<\/div>\n\n<div class=\"grid\">\n\n    <div class=\"card\">\n        <h3>Google Scholar<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Research<\/span>\n            <span class=\"tag\">Articles<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/scholar.google.com\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>Semantic Scholar<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">AI-Powered<\/span>\n            <span class=\"tag\">Discovery<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.semanticscholar.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>IEEE Xplore<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Engineering<\/span>\n            <span class=\"tag\">Technology<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/ieeexplore.ieee.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>ScienceDirect<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Science<\/span>\n            <span class=\"tag\">Books<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.sciencedirect.com\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>SpringerLink<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Journals<\/span>\n            <span class=\"tag\">Academic<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/link.springer.com\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>DOAJ<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Open Access<\/span>\n            <span class=\"tag\">Directory<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/doaj.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>arXiv<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Physics<\/span>\n            <span class=\"tag\">Mathematics<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/arxiv.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>PubMed<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Medicine<\/span>\n            <span class=\"tag\">Life Sciences<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>Coursera<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">Online Courses<\/span>\n            <span class=\"tag\">Certificates<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.coursera.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>edX<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">University Courses<\/span>\n            <span class=\"tag\">MOOC<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.edx.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>Zotero<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">References<\/span>\n            <span class=\"tag\">Tool<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.zotero.org\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n    <div class=\"card\">\n        <h3>Mendeley<\/h3>\n        <div class=\"tag-container\">\n            <span class=\"tag\">PDF Management<\/span>\n            <span class=\"tag\">Citation<\/span>\n        <\/div>\n        <a class=\"btn\" href=\"https:\/\/www.mendeley.com\/\" target=\"_blank\">Visit Website<\/a>\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Important Websites An integrated digital solution for streamlining processes and improving efficiency About the Websites This guide provides a curated selection of the most essential scientific and academic websites that students and researchers need to access research papers, articles, books, and online courses. These sites are organized to streamline the scientific research process and provide &hellip; <a href=\"https:\/\/idi.atu.edu.iq\/?page_id=49466&#038;lang=en\">Continued<\/a><\/p>\n","protected":false},"author":8,"featured_media":49459,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-49466","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/49466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49466"}],"version-history":[{"count":8,"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/49466\/revisions"}],"predecessor-version":[{"id":50303,"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/pages\/49466\/revisions\/50303"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=\/wp\/v2\/media\/49459"}],"wp:attachment":[{"href":"https:\/\/idi.atu.edu.iq\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}