{"id":19,"date":"2025-07-15T13:06:49","date_gmt":"2025-07-15T13:06:49","guid":{"rendered":"https:\/\/www.atledtechnology.com\/?page_id=19"},"modified":"2026-06-20T12:51:50","modified_gmt":"2026-06-20T12:51:50","slug":"home","status":"publish","type":"page","link":"https:\/\/www.atledtechnology.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     Luca Ricci \u2014 Homepage  |  atledtechnology.com (Nothing Style)\n     Paste into WordPress > Custom HTML block\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n<div class=\"nothing-homepage\">\n  <style>\n    .nothing-homepage {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      color: #111827;\n      line-height: 1.6;\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 24px;\n      box-sizing: border-box;\n    }\n\n    .nothing-homepage * {\n      box-sizing: border-box;\n    }\n\n    \/* Hero *\/\n    .nothing-hero {\n      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n      color: #f8fafc;\n      border-radius: 16px;\n      padding: 72px 48px 60px;\n      text-align: center;\n      margin-bottom: 40px;\n      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .nothing-hero::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),\n                  radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.2) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .nothing-avatar {\n      width: 112px;\n      height: 112px;\n      border-radius: 50%;\n      background: rgba(248, 250, 252, 0.15);\n      backdrop-filter: blur(10px);\n      border: 2px solid rgba(248, 250, 252, 0.3);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: 'SF Pro Display', -apple-system, serif;\n      font-size: 2.4rem;\n      font-weight: 300;\n      color: #f8fafc;\n      margin: 0 auto 28px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .nothing-hero h1 {\n      font-family: 'SF Pro Display', -apple-system, serif;\n      font-size: 2.8rem;\n      font-weight: 300;\n      margin: 0 0 12px;\n      letter-spacing: -0.02em;\n      position: relative;\n      z-index: 1;\n    }\n\n    .nothing-role {\n      font-size: 1rem;\n      font-weight: 400;\n      opacity: 0.9;\n      margin-bottom: 20px;\n      letter-spacing: -0.01em;\n      position: relative;\n      z-index: 1;\n    }\n\n    .nothing-tagline {\n      font-family: 'SF Pro Display', -apple-system, serif;\n      font-style: italic;\n      font-size: 1.2rem;\n      opacity: 0.88;\n      max-width: 560px;\n      margin: 0 auto 36px;\n      font-weight: 300;\n      position: relative;\n      z-index: 1;\n    }\n\n    .nothing-hero-buttons {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 16px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .nothing-button {\n      display: inline-flex;\n      align-items: center;\n      padding: 12px 28px;\n      border-radius: 12px;\n      font-size: 0.95rem;\n      font-weight: 500;\n      text-decoration: none;\n      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n      backdrop-filter: blur(10px);\n      border: 1px solid transparent;\n    }\n\n    .nothing-button:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    }\n\n    .nothing-button-primary {\n      background: rgba(248, 250, 252, 0.95);\n      color: #0f172a;\n      border-color: rgba(248, 250, 252, 0.2);\n    }\n\n    .nothing-button-secondary {\n      background: rgba(248, 250, 252, 0.1);\n      color: #f8fafc;\n      border-color: rgba(248, 250, 252, 0.3);\n    }\n\n    \/* Grid *\/\n    .nothing-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-bottom: 24px;\n    }\n\n    @media (max-width: 680px) {\n      .nothing-grid {\n        grid-template-columns: 1fr;\n      }\n      .nothing-hero {\n        padding: 56px 32px 48px;\n      }\n      .nothing-homepage {\n        padding: 0 20px;\n      }\n    }\n\n    \/* Cards *\/\n    .nothing-card {\n      background: rgba(255, 255, 255, 0.85);\n      backdrop-filter: blur(20px);\n      border: 1px solid rgba(0, 0, 0, 0.05);\n      border-radius: 20px;\n      padding: 32px 36px;\n      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);\n      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .nothing-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);\n    }\n\n    .nothing-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);\n    }\n\n    .nothing-card h2 {\n      font-family: 'SF Pro Display', -apple-system, serif;\n      font-size: 1.4rem;\n      font-weight: 400;\n      color: #0f172a;\n      margin: 0 0 16px;\n      padding-bottom: 12px;\n      position: relative;\n      letter-spacing: -0.01em;\n    }\n\n    .nothing-card h2::after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      width: 40px;\n      height: 2px;\n      background: linear-gradient(90deg, #3b82f6, #8b5cf6);\n      border-radius: 1px;\n    }\n\n    .nothing-card p {\n      font-size: 0.96rem;\n      color: #374151;\n      margin: 0 0 12px;\n      line-height: 1.65;\n    }\n\n    .nothing-card-full {\n      grid-column: 1 \/ -1;\n    }\n\n    \/* Topics *\/\n    .nothing-topics {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .nothing-topic {\n      background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);\n      color: #1e40af;\n      font-size: 0.82rem;\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-weight: 500;\n      border: 1px solid rgba(59, 130, 246, 0.2);\n      transition: all 0.2s ease;\n    }\n\n    .nothing-topic:hover {\n      background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);\n      transform: translateY(-1px);\n    }\n\n    \/* Projects *\/\n    .nothing-project {\n      display: flex;\n      align-items: flex-start;\n      gap: 16px;\n      padding: 16px 0;\n      border-bottom: 1px solid rgba(0, 0, 0, 0.04);\n      transition: all 0.2s ease;\n    }\n\n    .nothing-project:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .nothing-project:hover {\n      padding-left: 4px;\n    }\n\n    .nothing-project-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n      background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.25rem;\n      flex-shrink: 0;\n      border: 1px solid rgba(0, 0, 0, 0.05);\n    }\n\n    .nothing-project-title {\n      font-size: 1rem;\n      font-weight: 500;\n      color: #0f172a;\n      margin-bottom: 4px;\n      line-height: 1.4;\n    }\n\n    .nothing-project-desc {\n      font-size: 0.88rem;\n      color: #6b7280;\n      margin: 0;\n      line-height: 1.55;\n    }\n\n    .nothing-project a {\n      color: #1e40af;\n      text-decoration: none;\n      position: relative;\n    }\n\n    .nothing-project a::after {\n      content: '';\n      position: absolute;\n      bottom: -2px;\n      left: 0;\n      width: 0;\n      height: 1px;\n      background: #3b82f6;\n      transition: width 0.2s ease;\n    }\n\n    .nothing-project a:hover::after {\n      width: 100%;\n    }\n\n    \/* Contact *\/\n    .nothing-contact-row {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 12px 0;\n      border-bottom: 1px solid rgba(0, 0, 0, 0.04);\n      font-size: 0.92rem;\n      transition: all 0.2s ease;\n    }\n\n    .nothing-contact-row:last-child {\n      border-bottom: none;\n    }\n\n    .nothing-contact-row:hover {\n      padding-left: 4px;\n    }\n\n    .nothing-contact-label {\n      font-size: 0.78rem;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n      color: #9ca3af;\n      min-width: 64px;\n      flex-shrink: 0;\n    }\n\n    .nothing-contact-row a {\n      color: #1e40af;\n      text-decoration: none;\n      position: relative;\n    }\n\n    .nothing-contact-row a::after {\n      content: '';\n      position: absolute;\n      bottom: -2px;\n      left: 0;\n      width: 0;\n      height: 1px;\n      background: #3b82f6;\n      transition: width 0.2s ease;\n    }\n\n    .nothing-contact-row a:hover::after {\n      width: 100%;\n    }\n\n    \/* Footer *\/\n    .nothing-footer {\n      text-align: center;\n      padding: 28px 16px 16px;\n      margin-top: 36px;\n      font-size: 0.82rem;\n      color: #9ca3af;\n      line-height: 1.55;\n      border-top: 1px solid rgba(0, 0, 0, 0.06);\n    }\n  <\/style>\n\n  <!-- Hero -->\n  <div class=\"nothing-hero\">\n    <div class=\"nothing-avatar\">LR<\/div>\n    <h1>Luca Ricci<\/h1>\n    <div class=\"nothing-role\">PhD Researcher \u00b7 KU Leuven \u00b7 Nanomaterials &amp; Neuromorphic Computing<\/div>\n    <div class=\"nothing-tagline\">\u201cBridging atomic-scale materials science and brain-inspired computation.\u201d<\/div>\n    <div class=\"nothing-hero-buttons\">\n      <a class=\"nothing-button nothing-button-primary\" href=\"\/index.php\/about\/\">About Me<\/a>\n      <a class=\"nothing-button nothing-button-secondary\" href=\"https:\/\/github.com\/lucaricciatl\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub<\/a>\n      <a class=\"nothing-button nothing-button-secondary\" href=\"https:\/\/www.atledtechnology.com\/index.php\/contacts\/\">Contact<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"nothing-grid\">\n\n    <!-- About -->\n    <div class=\"nothing-card\">\n      <h2>About<\/h2>\n      <p>\n        Doctoral researcher at KU Leuven working on MXene-based nanocomposites for neuromorphic computing. MSc in Artificial Intelligence with three years of robotics research experience.\n      <\/p>\n      <p>\n        Bridging experimental nanoscience and brain-inspired hardware through memristive device engineering and molecular dynamics simulation.\n      <\/p>\n    <\/div>\n\n    <!-- Research Areas -->\n    <div class=\"nothing-card\">\n      <h2>Research Areas<\/h2>\n      <p>Working at the intersection of materials science, physics, and intelligent systems.<\/p>\n      <div class=\"nothing-topics\">\n        <span class=\"nothing-topic\">Ti\u2083C\u2082T\u2093 MXenes<\/span>\n        <span class=\"nothing-topic\">Neuromorphic Hardware<\/span>\n        <span class=\"nothing-topic\">Molecular Dynamics<\/span>\n        <span class=\"nothing-topic\">Memristive Devices<\/span>\n        <span class=\"nothing-topic\">AI Agents<\/span>\n        <span class=\"nothing-topic\">Sustainable Technology<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- Projects -->\n    <div class=\"nothing-card nothing-card-full\">\n      <h2>Projects<\/h2>\n\n      <div class=\"nothing-project\">\n        <div class=\"nothing-project-icon\">\ud83d\udd2c<\/div>\n        <div>\n          <div class=\"nothing-project-title\">\n            <a href=\"https:\/\/github.com\/lucaricciatl\/nanomorphic-research\" target=\"_blank\" rel=\"noopener noreferrer\">Nanomorphic Research<\/a>\n          <\/div>\n          <p class=\"nothing-project-desc\">\n            Open-source framework for MXene-based neuromorphic device simulation \u2014 electron tunnelling models, MD pipelines, PVA nanocomposite characterisation.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"nothing-project\">\n        <div class=\"nothing-project-icon\">\ud83e\uddec<\/div>\n        <div>\n          <div class=\"nothing-project-title\">Molecular Dynamics Simulation Framework<\/div>\n          <p class=\"nothing-project-desc\">\n            Custom LAMMPS pipelines for ionic intercalation dynamics, thermal transport, and electrostatic field distributions in 2D nanostructured materials.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"nothing-project\">\n        <div class=\"nothing-project-icon\">\ud83e\udd16<\/div>\n        <div>\n          <div class=\"nothing-project-title\">AI Agent Infrastructure<\/div>\n          <p class=\"nothing-project-desc\">\n            Self-hosted AI agent architectures (OpenClaw) integrating LLMs with scientific computing on Proxmox\/Docker infrastructure.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Contact -->\n    <div class=\"nothing-card nothing-card-full\">\n      <h2>Contact<\/h2>\n      <div class=\"nothing-contact-row\">\n        <span class=\"nothing-contact-label\">Email<\/span>\n        <a href=\"mailto:luca.ricci@atledtechnology.com\">luca.ricci@atledtechnology.com<\/a>\n      <\/div>\n      <div class=\"nothing-contact-row\">\n        <span class=\"nothing-contact-label\">Web<\/span>\n        <a href=\"https:\/\/www.atledtechnology.com\" target=\"_blank\" rel=\"noopener noreferrer\">atledtechnology.com<\/a>\n      <\/div>\n      <div class=\"nothing-contact-row\">\n        <span class=\"nothing-contact-label\">GitHub<\/span>\n        <a href=\"https:\/\/github.com\/lucaricciatl\/nanomorphic-research\" target=\"_blank\" rel=\"noopener noreferrer\">github.com\/lucaricciatl<\/a>\n      <\/div>\n      <div class=\"nothing-contact-row\">\n        <span class=\"nothing-contact-label\">Location<\/span>\n        <span>Pisa, Italy \u00b7 KU Leuven, Belgium \u00b7 TU Eindhoven, Netherlands<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"nothing-footer\">\n    \u00a9 2026 Luca Ricci \u2014 Atled Technology \u2014 All rights reserved.\n  <\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LR Luca Ricci PhD Researcher \u00b7 KU Leuven \u00b7 Nanomaterials &amp; Neuromorphic Computing \u201cBridging atomic-scale materials science and brain-inspired computation.\u201d About Me GitHub Contact About Doctoral researcher at KU Leuven working on MXene-based nanocomposites for neuromorphic computing. MSc in Artificial Intelligence with three years of robotics research experience. Bridging experimental nanoscience and brain-inspired hardware through [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":65,"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":383,"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/pages\/19\/revisions\/383"}],"wp:attachment":[{"href":"https:\/\/www.atledtechnology.com\/index.php\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}