Group Highlights
Leora won the Sidhu Award for early career accomplishments from the Pittsburgh Diffraction Society
Leora won the Sidhu Award for Early Career researchers from the Pittsburgh Diffraction Society
/* =============================== HERO IMAGE BLENDING + DEPTH =============================== */ .hero, section[data-section-id] { position: relative; background-color: #0E152F; } /* Top & bottom blend */ .hero::before, .hero::after { content: ""; position: absolute; left: 0; right: 0; height: 15%; z-index: 1; pointer-events: none; } .hero::before { top: 0; background: linear-gradient( to bottom, #0E152F 0%, rgba(14,21,47,0) 100% ); } .hero::after { bottom: 0; background: linear-gradient( to top, #0E152F 0%, rgba(14,21,47,0) 100% ); } /* Subtle depth anchoring */ .hero { box-shadow: inset 0 -120px 120px rgba(14,21,47,0.85); }
Leora won the Sidhu Award for Early Career researchers from the Pittsburgh Diffraction Society