<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/svg+xml" href="/favicon-v4.svg"><link rel="shortcut icon" href="/favicon-v4.svg"><link rel="apple-touch-icon" href="/logo.png"><title>Alfred Scholar | The Calm Research Workspace for Scholars</title><meta name="description" content="The calm research workspace for scholars who would rather be thinking. Read papers, manage citations, write manuscripts, and check plagiarism in one quiet place. A world-class research workflow at a price every researcher can afford."><link rel="canonical" href="https://www.alfredscholar.com/"><link rel="alternate" type="text/markdown" href="https://www.alfredscholar.com/"><meta property="og:type" content="website"><meta property="og:site_name" content="Alfred Scholar"><meta property="og:title" content="Alfred Scholar | The Calm Research Workspace for Scholars"><meta property="og:description" content="The calm research workspace for scholars who would rather be thinking. Read papers, manage citations, write manuscripts, and check plagiarism in one quiet place. A world-class research workflow at a price every researcher can afford."><meta property="og:url" content="https://www.alfredscholar.com/"><meta property="og:image" content="https://www.alfredscholar.com/og/home.png"><meta property="og:locale" content="en_US"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Alfred Scholar | The Calm Research Workspace for Scholars"><meta name="twitter:description" content="The calm research workspace for scholars who would rather be thinking. Read papers, manage citations, write manuscripts, and check plagiarism in one quiet place. A world-class research workflow at a price every researcher can afford."><meta name="twitter:image" content="https://www.alfredscholar.com/og/home.png"><meta name="theme-color" content="#F8F9FA" media="(prefers-color-scheme: light)"><meta name="theme-color" content="#141516" media="(prefers-color-scheme: dark)"><link rel="preload" href="/_astro/geist-latin-wght-normal.BgDaEnEv.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/_astro/fraunces-latin-opsz-normal.DihXLNYH.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/_astro/fraunces-latin-opsz-italic.lSdLDfvT.woff2" as="font" type="font/woff2" crossorigin><script>
      (() => {
        try {
          const cookie = (document.cookie.match(/(?:^|;\s*)appearance=([^;]*)/) || [])[1];
          const valid = (v) => v === 'light' || v === 'dark' || v === 'system';
          let appearance = valid(cookie)
            ? cookie
            : localStorage.getItem('appearance') || localStorage.getItem('theme') || 'system';
          if (!valid(appearance)) appearance = 'system';
          // Apparatus v6 keys its theme off `data-theme`. `system` must REMOVE
          // the attribute, not write a resolved value: the token stylesheet
          // matches `:root:not([data-theme='light'])` inside a
          // prefers-color-scheme query, so an absent attribute keeps following
          // the OS live instead of freezing at load time.
          // Canonical logic: themeAttribute() in src/lib/appearance.ts.
          if (appearance === 'system') {
            document.documentElement.removeAttribute('data-theme');
          } else {
            document.documentElement.setAttribute('data-theme', appearance);
          }
          // The toggle's three-state icon needs the CHOICE, which data-theme
          // cannot express (system removes it), so keep stamping this too.
          document.documentElement.dataset.appearance = appearance;
        } catch (e) {}
      })();
    </script><script>
      (() => {
        try {
          const params = new URLSearchParams(location.search);
          const keys = [
            'ref',
            'utm_source',
            'utm_medium',
            'utm_campaign',
            'utm_term',
            'utm_content',
            'gclid',
            'wbraid',
            'gbraid',
            'fbclid',
            'msclkid',
          ];
          const clip = (v) => v.slice(0, 255);
          const payload = {};
          let hasAttribution = false;
          for (const key of keys) {
            const value = params.get(key);
            if (value === null || value === '') continue;
            payload[key] = clip(value);
            hasAttribution = true;
          }
          if (!hasAttribution) return;

          payload.landing_page = clip(location.pathname);
          if (document.referrer) payload.referrer = clip(document.referrer);
          payload.ts = Date.now();

          const value = encodeURIComponent(JSON.stringify(payload));
          if (value.length > 3800) return;

          const apex = 'alfredscholar.com';
          const hostname = location.hostname;
          const domain =
            hostname === apex || hostname.endsWith('.' + apex) ? '.' + apex : null;
          const secure = location.protocol === 'https:';

          const cookie = [
            'as_attr=' + value,
            'path=/',
            'max-age=5184000',
            'SameSite=Lax',
            ...(domain ? ['domain=' + domain] : []),
            ...(secure ? ['Secure'] : []),
          ].join(';');
          document.cookie = cookie;
        } catch (e) {}
      })();
    </script><script>
      (() => {
        try {
          if (/(?:^|;\s*)as_first=/.test(document.cookie)) return;

          const params = new URLSearchParams(location.search);
          const clip = (v) => v.slice(0, 255);
          const payload = { ts: Date.now() };

          for (const key of ['utm_source', 'utm_medium', 'utm_campaign']) {
            const value = params.get(key);
            if (value !== null && value !== '') payload[key] = clip(value);
          }
          if (document.referrer) payload.referrer = clip(document.referrer);

          const value = encodeURIComponent(JSON.stringify(payload));
          if (value.length > 3800) return;

          const apex = 'alfredscholar.com';
          const hostname = location.hostname;
          const domain =
            hostname === apex || hostname.endsWith('.' + apex) ? '.' + apex : null;
          const secure = location.protocol === 'https:';

          document.cookie = [
            'as_first=' + value,
            'path=/',
            'max-age=34560000',
            'SameSite=Lax',
            ...(domain ? ['domain=' + domain] : []),
            ...(secure ? ['Secure'] : []),
          ].join(';');

          if (domain) {
            document.cookie = [
              'as_first=',
              'path=/',
              'max-age=0',
              'SameSite=Lax',
              ...(secure ? ['Secure'] : []),
            ].join(';');
          }
        } catch (e) {}
      })();
    </script><link rel="preconnect" href="https://e.alfredscholar.com" crossorigin><script>(function(){const phKey = "phc_twdst88WaBttRp6CGLaAsH5fWP73S5ZLjBssF8qmUu6C";
const phHost = "https://e.alfredscholar.com";

      (function () {
        // The project key is a literal in src/config.ts, so without this every
        // `npm run dev` reload and every Cloudflare Pages preview deploy wrote
        // into the production project. On the surface whose entire job is
        // measuring the top of the funnel, a developer refreshing a page was
        // indistinguishable from a scholar considering the product.
        //
        // Gated on the hostname rather than import.meta.env.PROD because a
        // preview deploy IS a production build; only the origin tells them
        // apart. Localhost and *.pages.dev therefore boot nothing at all.
        function isProductionHost() {
          var h = window.location.hostname;
          return h === 'alfredscholar.com' || h === 'www.alfredscholar.com';
        }

        function bootPostHog() {
          !(function (t, e) { var o, n, p, r; e.__SV || ((window.posthog = e), (e._i = []), (e.init = function (i, s, a) { function g(t, e) { var o = e.split('.'); 2 == o.length && ((t = t[o[0]]), (e = o[1])), (t[e] = function () { t.push([e].concat(Array.prototype.slice.call(arguments, 0))); }); } ((p = t.createElement('script')).type = 'text/javascript'), (p.crossOrigin = 'anonymous'), (p.async = !0), (p.src = s.api_host + '/static/array.js'), (r = t.getElementsByTagName('script')[0]).parentNode.insertBefore(p, r); var u = e; for (void 0 !== a ? (u = e[a] = []) : (a = 'posthog'), u.people = u.people || [], u.toString = function (t) { var e = 'posthog'; return 'posthog' !== a && (e += '.' + a), t || (e += ' (stub)'), e; }, u.people.toString = function () { return u.toString(1) + '.people (stub)'; }, o = 'init capture register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys onSessionId setPersonProperties'.split(' '), n = 0; n < o.length; n++) g(u, o[n]); e._i.push([i, s, a]); }), (e.__SV = 1)); })(document, window.posthog || []);
          window.posthog.init(phKey, {
            api_host: phHost,
            autocapture: true,
            capture_pageview: true,
            capture_pageleave: true,
            // Session replay stays ON here. This surface is ~78% of all
            // sessions, so disabling it (as this file used to) meant the
            // overwhelming majority of visits could never produce a recording —
            // which read as "replay is flaky" rather than "replay is off".
            // Project-level settings still govern sampling and masking.
            persistence: 'localStorage+cookie',
          });

          // The canonical funnel's first step. $pageview cannot serve as it:
          // it fires on /privacy and /terms too, so a funnel built on it counts
          // people reading the refund policy as prospects. This carries the
          // entry page so conversion can be read per landing page, which is the
          // question that decides where to spend on content.
          window.posthog.capture('landing_viewed', {
            landing_page: window.location.pathname,
            referrer: document.referrer || null,
          });
        }
        if (!isProductionHost()) {
          return;
        }
        if ('requestIdleCallback' in window) {
          requestIdleCallback(bootPostHog, { timeout: 3000 });
        } else {
          window.addEventListener('load', function () { window.setTimeout(bootPostHog, 1200); });
        }

        // Named CTA clicks.
        //
        // Autocapture keys an event on the element's visible text, which cannot
        // answer "which page converts" here for two opposite reasons: every
        // signup button now reads the same sentence by design, so ten pages
        // collapse into one bucket; and the destination is a different origin,
        // so this click is the last event we own. data-cta carries the surface
        // that produced it. Delegated from the document so it survives Alpine
        // rendering the sticky bar after this script runs.
        document.addEventListener(
          'click',
          function (event) {
            var el = event.target instanceof Element ? event.target.closest('[data-cta]') : null;
            if (!el || !window.posthog || typeof window.posthog.capture !== 'function') return;
            var href = el.getAttribute('href') || '';
            window.posthog.capture('cta_clicked', {
              cta: el.getAttribute('data-cta'),
              cta_label: (el.textContent || '').replace(/\s+/g, ' ').trim(),
              destination: href,
              // The trial lives on app.alfredscholar.com, so this is the one
              // step the marketing site can still see.
              is_signup: href.indexOf('/register') !== -1,
              landing_page: window.location.pathname,
            });
          },
          { capture: true },
        );
      })();
    })();</script> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.alfredscholar.com/#website","name":"Alfred Scholar","url":"https://www.alfredscholar.com","description":"The calm research workspace for scholars who would rather be thinking. Upload research papers, chat with your documents, manage citations, write manuscripts, and detect plagiarism in one workspace.","publisher":{"@id":"https://www.alfredscholar.com/#organization"}},{"@type":"SoftwareApplication","@id":"https://www.alfredscholar.com/#software","name":"Alfred Scholar","url":"https://www.alfredscholar.com","applicationCategory":"EducationalApplication","applicationSubCategory":"AI Research Assistant","operatingSystem":"Web","description":"The calm research workspace for scholars who would rather be thinking. Upload research papers, chat with your documents, manage citations in APA/MLA/Chicago/IEEE, write manuscripts with submission guideline validation, and detect plagiarism.","keywords":"calm research workspace, AI research assistant, literature review tool, citation manager, academic writing tool, chat with research papers, BibTeX manager, manuscript editor, plagiarism checker, research paper organizer, Zotero alternative, Mendeley alternative, Elicit alternative, PhD tools","offers":{"@type":"Offer","price":"899","priceCurrency":"INR","description":"3 days of Pro for ₹48, then ₹899 a month. Cancel any time.","url":"https://www.alfredscholar.com/pricing","availability":"https://schema.org/OnlineOnly"},"featureList":["Alfred, the built-in AI assistant, answers questions about your papers with inline page citations","Upload and auto-process research papers (PDF)","Literature review across your entire document library","Citation management with BibTeX and RIS import/export","Format citations in APA, MLA, Chicago, IEEE, Harvard, and Vancouver","DOI lookup via OpenAlex, CrossRef, Semantic Scholar, and DataCite","Rich-text manuscript editor with auto-save, voice dictation, and AI rewrite","Voice input for AI chat, so you can ask questions by speaking","Telescope: compare papers side by side and synthesize research gaps, with page-cited cells","Loops: a weekly research digest for your keywords, emailed on your schedule and saved as an Insight","Second Brain: Alfred turns each conversation into connected notes, filed for you and traceable to the source","Citation Constellation: explore an interactive citation graph from a DOI","Bring your own AI key (Anthropic, OpenAI, Gemini, OpenRouter, or Amazon Bedrock)","Submission guideline validation with 14 rule types","Custom citation styles you define yourself","Plagiarism detection across the platform (Beta)","PDF annotations with color-coded highlights and comments","Peer review assignment and structured feedback tracking","Team workspaces with role-based access (Owner, Colleague, Reviewer)","Two-factor authentication (TOTP with recovery codes) and passkeys","Full-text and semantic hybrid search across all documents","Automatic metadata extraction (DOI, authors, journal, abstract)"],"screenshot":"https://www.alfredscholar.com/og-image.png","softwareHelp":{"@type":"CreativeWork","url":"https://www.alfredscholar.com/docs"}},{"@type":"Organization","@id":"https://www.alfredscholar.com/#organization","name":"Alfred Scholar","url":"https://www.alfredscholar.com","logo":{"@type":"ImageObject","url":"https://www.alfredscholar.com/logo.png"},"sameAs":["https://x.com/alfredscholarHQ","https://www.instagram.com/alfredscholarofficial/","https://www.linkedin.com/company/alfredscholarofficial/","https://www.facebook.com/alfredscholarofficial","https://www.youtube.com/@AlfredScholarOfficial","https://www.crunchbase.com/organization/alfred-scholar"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","email":"hello@alfredscholar.com","url":"https://www.alfredscholar.com/contact"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is Alfred Scholar?","acceptedAnswer":{"@type":"Answer","text":"Alfred Scholar is a research platform that helps you organize documents, ask questions about your papers, manage citations, and write manuscripts, all in one workspace. Its built-in AI assistant, Alfred, answers questions about your papers with citations to the exact page."}},{"@type":"Question","name":"How is Alfred Scholar different from ChatGPT?","acceptedAnswer":{"@type":"Answer","text":"General chatbots answer from training memory and can produce references that look real but point nowhere. Alfred answers only from the papers you upload, cites the exact page for every claim, and tells you when the answer is not in your library instead of guessing."}},{"@type":"Question","name":"How much does Alfred Scholar cost?","acceptedAnswer":{"@type":"Answer","text":"Pro is ₹899/month for individual researchers. Lab is ₹4,499/month and seats up to 5 people (1 PI + 4 researchers). You can start with"}},{"@type":"Question","name":"Can I try Alfred Scholar before paying?","acceptedAnswer":{"@type":"Answer","text":"Yes, and it depends where you are. In India, 3 days of full Pro cost ₹48 and become Pro at ₹899 a month when they are up, with nothing further charged if you cancel first. Everywhere else, 7 days of full Pro are free and need no card, after which the workspace moves to the free plan."}},{"@type":"Question","name":"How does the AI document chat work?","acceptedAnswer":{"@type":"Answer","text":"Upload your research papers and ask questions in plain English. Alfred reads your documents and gives you answers with references to the exact sections where the information was found. No technical skills needed."}},{"@type":"Question","name":"What file formats are supported?","acceptedAnswer":{"@type":"Answer","text":"Alfred Scholar supports PDF files right now. We pull out the text, metadata, and references automatically. Support for DOCX and LaTeX formats is coming soon."}},{"@type":"Question","name":"Is my research data secure?","acceptedAnswer":{"@type":"Answer","text":"Your research is scoped to your workspace -- only you and the colleagues you invite can access it. We never share your data with third parties or use it to train AI models."}},{"@type":"Question","name":"Can I export my data?","acceptedAnswer":{"@type":"Answer","text":"Yes. You can export your citations in BibTeX and RIS formats right now. Export options for annotations, manuscripts, and chat transcripts are on our roadmap."}},{"@type":"Question","name":"What happens after the trial ends?","acceptedAnswer":{"@type":"Answer","text":"Your workspace data stays yours, and your work does not stop: the trial continues as Pro at ₹899 a month, with the same documents, AI messages, and plagiarism checks you had during it. Cancel before the three days are up and nothing further is charged."}},{"@type":"Question","name":"What happens to my data if I stop using Alfred?","acceptedAnswer":{"@type":"Answer","text":"Your data stays yours. You can export your citations anytime and your account remains accessible. We will never delete your data without notice."}}]}]}</script> <link rel="stylesheet" href="/_astro/MarketingLayout.BpcAXE0U.css"><link rel="stylesheet" href="/_astro/index.DpOXHIDV.css"><script type="module" src="/_astro/page.CeRH0ouy.js"></script></head> <body>   <div class="curtain" data-curtain-root aria-hidden="true" data-astro-cid-e3pfxasi> <canvas class="curtain__field" data-curtain-field data-astro-cid-e3pfxasi></canvas> <div class="curtain__clearing" data-astro-cid-e3pfxasi></div> <div class="curtain__stack" data-astro-cid-e3pfxasi> <div class="curtain__brand" data-astro-cid-e3pfxasi>Alfred Scholar</div> <div class="curtain__band" data-astro-cid-e3pfxasi> <span class="curtain__siglum" data-curtain-siglum="shell" data-astro-cid-e3pfxasi> <span class="curtain__mark" data-astro-cid-e3pfxasi>§</span>shell
</span> <span class="curtain__siglum" data-curtain-siglum="typefaces" data-astro-cid-e3pfxasi> <span class="curtain__mark" data-astro-cid-e3pfxasi>§</span>typefaces
</span> <span class="curtain__siglum" data-curtain-siglum="evidence" data-astro-cid-e3pfxasi> <span class="curtain__mark" data-astro-cid-e3pfxasi>§</span>evidence
</span> </div> </div> </div>  <script>(function(){const CURTAIN_MAX = 2400;

  (function () {
    var root = document.documentElement;
    var KEY = 'alfred:curtain-seen';

    // Every reason not to run. Reduced motion asked for no choreography; a
    // repeat visit in this session has already seen it; a browser without
    // sessionStorage would show it on every page, which is a worse experience
    // than never showing it at all.
    try {
      if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;
      if (sessionStorage.getItem(KEY)) return;
      sessionStorage.setItem(KEY, '1');
    } catch (e) {
      return;
    }

    root.setAttribute('data-curtain', '');

    var PHASES = ['shell', 'typefaces', 'evidence'];
    var done = {};
    var lifted = false;

    /* ---- the field ------------------------------------------------------ */

    var canvas = document.querySelector('[data-curtain-field]');
    var ctx = canvas && canvas.getContext && canvas.getContext('2d');
    var frame = 0;
    var drawing = false;

    // Where the field is heading, and where it is now. `orbit` is eased toward
    // `orbitTarget` every frame, so a phase resolving reads as the storm
    // calming rather than as a value jumping. Turbulence never reaches zero: a
    // field that locks completely collapses into concentric rings.
    var orbit = 0;
    var orbitTarget = 0;
    var turbulence = 1;
    var ink = 0;
    var t = 0;

    var W = 0,
      H = 0,
      CX = 0,
      CY = 0,
      DPR = 1,
      eye = 0,
      N = 0;
    var P = [];

    // Both voices are read off the palette rather than written here, so the
    // field can never become the one wrong blue (or the one wrong grey) on the
    // site after a token change.
    function channels(name, fallback) {
      var raw = getComputedStyle(root).getPropertyValue(name).trim();
      var m = raw.match(/(\d+(?:\.\d+)?)[,\s]+(\d+(?:\.\d+)?)[,\s]+(\d+(?:\.\d+)?)/);
      if (m) return m[1] + ',' + m[2] + ',' + m[3];
      var hex = raw.match(/^#?([0-9a-f]{6})$/i);
      if (hex) {
        var n = parseInt(hex[1], 16);
        return ((n >> 16) & 255) + ',' + ((n >> 8) & 255) + ',' + (n & 255);
      }
      return fallback;
    }

    var CITED = channels('--alfred-color-primary', '47,107,255');
    var PLAIN = channels('--alfred-color-text-muted', '90,91,94');
    var PAPER = getComputedStyle(root)
      .getPropertyValue('--alfred-color-background')
      .trim();

    function seed(i, spread) {
      P[i] = {
        x: Math.random() * W,
        y: Math.random() * H,
        life: 40 + Math.random() * (spread ? 190 : 150),
        // Roughly a tenth of the strokes carry the accent: the papers that end
        // up cited.
        cited: Math.random() < 0.11,
        w: 0.7 + Math.random() * 2.1,
      };
    }

    function measure() {
      DPR = Math.min(2, window.devicePixelRatio || 1);
      W = canvas.width = Math.max(1, Math.floor(window.innerWidth * DPR));
      H = canvas.height = Math.max(1, Math.floor(window.innerHeight * DPR));
      CX = W / 2;
      CY = H / 2;
      // The eye is a fraction of the viewport, not of the pixel ratio: scaling
      // it by DPR gives a phone a 600px vortex.
      eye = Math.min(W, H) * 0.34;
      // Stroke count follows area, so a phone does not pay a desktop's price
      // for the same picture.
      N = Math.max(320, Math.min(1400, Math.round((W * H) / (2200 * DPR))));
      P.length = 0;
      for (var i = 0; i < N; i++) seed(i, true);
      ctx.fillStyle = PAPER;
      ctx.fillRect(0, 0, W, H);
    }

    function angleAt(x, y) {
      var s = 0.0016 / DPR;
      var churn =
        Math.sin(x * s + t) * 1.6 +
        Math.cos(y * s * 1.3 - t * 0.8) * 1.6 +
        Math.sin((x + y) * s * 0.6 + t * 0.5) * 1.2;

      var dx = x - CX;
      var dy = y - CY;
      var r = Math.sqrt(dx * dx + dy * dy) + 1;
      var around = Math.atan2(dy, dx) + Math.PI / 2;
      // Near the centre the orbit always wins, so the clearing the wordmark
      // sits in reads as the eye of the field.
      // Squared falloff: a linear 1/r sink pulls the whole middle of the screen
      // into one point and reads as a drain rather than as weather.
      var near = Math.min(1, eye / r);
      near = near * near;
      var lock = Math.min(0.6, orbit + near * 0.34);
      return churn * turbulence * (1 - lock) + around * lock;
    }

    function step() {
      orbit += (orbitTarget - orbit) * 0.02;
      turbulence += (0.34 - turbulence) * 0.006;
      ink += (1 - ink) * 0.05;
      t += 0.0016;

      // The fade is what makes strokes read as ink laid down over time rather
      // than as moving dots.
      ctx.globalAlpha = 0.035;
      ctx.fillStyle = PAPER;
      ctx.fillRect(0, 0, W, H);
      ctx.globalAlpha = 1;

      ctx.lineCap = 'round';
      for (var i = 0; i < N; i++) {
        var p = P[i];
        var a = angleAt(p.x, p.y);
        var nx = p.x + Math.cos(a) * 1.5 * DPR;
        var ny = p.y + Math.sin(a) * 1.5 * DPR;

        var alpha = (p.cited ? 0.5 : 0.28) * ink;
        ctx.strokeStyle =
          'rgba(' + (p.cited ? CITED : PLAIN) + ',' + alpha + ')';
        ctx.lineWidth = p.w * DPR;
        ctx.beginPath();
        ctx.moveTo(p.x, p.y);
        ctx.lineTo(nx, ny);
        ctx.stroke();

        p.x = nx;
        p.y = ny;
        if (--p.life < 0 || nx < 0 || ny < 0 || nx > W || ny > H) seed(i);
      }
    }

    function loop() {
      if (!drawing) return;
      step();
      frame = window.requestAnimationFrame(loop);
    }

    function stopField() {
      drawing = false;
      if (frame) window.cancelAnimationFrame(frame);
      frame = 0;
      window.removeEventListener('resize', measure);
    }

    if (ctx) {
      measure();
      window.addEventListener('resize', measure);
      drawing = true;
      frame = window.requestAnimationFrame(loop);
    }

    /* ---- the phases ----------------------------------------------------- */

    function resolve(phase) {
      if (done[phase] || lifted) return;
      done[phase] = true;
      var el = document.querySelector('[data-curtain-siglum="' + phase + '"]');
      if (el) el.setAttribute('data-state', 'done');

      var count = 0;
      for (var i = 0; i < PHASES.length; i++) if (done[PHASES[i]]) count++;
      // The one line that ties the picture to the work: the field locks in
      // proportion to the stages genuinely finished.
      orbitTarget = 0.52 * (count / PHASES.length);
    }

    function lift() {
      if (lifted) return;
      lifted = true;
      root.setAttribute('data-curtain', 'lifting');
      // Long enough for the exit transition, then the attribute goes entirely
      // so no stale fixed layer can ever sit over the page, and the field stops
      // rather than drawing unattended behind it.
      setTimeout(function () {
        root.removeAttribute('data-curtain');
        stopField();
      }, 400);
    }

    // The shell is on screen the moment this runs: that IS the event.
    resolve('shell');

    if (document.fonts && document.fonts.ready) {
      document.fonts.ready.then(function () {
        resolve('typefaces');
      });
    } else {
      resolve('typefaces');
    }

    // The last phase is the page's own load event: images, the hero vignette,
    // everything the first screen is made of.
    function finish() {
      resolve('evidence');
      // Hold one beat so the field is seen settling, rather than the curtain
      // vanishing the instant the last siglum resolves.
      setTimeout(lift, 260);
    }
    if (document.readyState === 'complete') finish();
    else window.addEventListener('load', finish);

    // The deadline. A font or an image that never arrives must not hold anyone
    // behind the curtain, so this lifts it regardless of what is outstanding.
    setTimeout(lift, CURTAIN_MAX);
  })();
})();</script> <div data-scroll-progress aria-hidden="true"></div> <header x-data="{
    scrolled: false,
    mobileOpen: false,
    activeDropdown: null,
    closeTimeout: null,
    openDropdown(name) { clearTimeout(this.closeTimeout); this.activeDropdown = name; },
    scheduleClose() { this.closeTimeout = setTimeout(() => { this.activeDropdown = null; }, 3000); },
    cancelClose() { clearTimeout(this.closeTimeout); },
    closeDropdown() { this.activeDropdown = null; }
  }" @scroll.window="scrolled = window.scrollY > 20" @keydown.escape.window="activeDropdown = null" @click.outside="activeDropdown = null" :class="scrolled ? 'border-b border-rule/70 bg-background/80 backdrop-blur-2xl' : 'bg-transparent'" class="fixed inset-x-0 top-0 z-50 transition-all duration-300"> <div class="mx-auto flex h-16 max-w-6xl items-center justify-between px-6"> <a href="/" class="group flex items-center gap-2.5"> <svg class="size-7 transition-transform duration-300 group-hover:scale-110" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="Alfred Scholar"> <defs> <linearGradient id="alfBg-yn5s2gp" x1="32" y1="0" x2="32" y2="64" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2F6BFF"></stop> <stop offset="1" stop-color="#2259E4"></stop> </linearGradient> </defs> <rect x="0" y="0" width="64" height="64" rx="14" fill="url(#alfBg-yn5s2gp)"></rect> <g stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" fill="none"> <path d="M16 46 L32 18 L48 46" stroke-width="3.4"></path> <path d="M16 46 Q24 40 32 38 Q40 40 48 46" stroke-width="2.6"></path> </g> </svg> <span class="font-serif text-xl font-semibold tracking-tight text-foreground">Alfred Scholar</span> </a> <nav class="hidden items-center gap-1 lg:flex" aria-label="Main navigation">  <div class="relative" @mouseenter="openDropdown('features')" @mouseleave="scheduleClose()"> <button @click="activeDropdown === 'features' ? closeDropdown() : openDropdown('features')" :class="activeDropdown === 'features' ? 'text-foreground' : 'text-muted-foreground'" class="inline-flex items-center gap-1 rounded-md px-3 py-2 text-sm transition-colors hover:text-foreground" :aria-expanded="activeDropdown === 'features'" aria-haspopup="true">
Features
<svg class="size-3.5 transition-transform duration-200" :class="activeDropdown === 'features' ? 'rotate-180' : ''" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"></path></svg> </button> <div x-show="activeDropdown === 'features'" class="absolute -left-4 -right-4 top-full h-3"></div> <div x-show="activeDropdown === 'features'" x-cloak x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-1" @mouseenter="cancelClose()" @mouseleave="scheduleClose()" class="absolute -left-20 top-full pt-3 xl:left-1/2 xl:-translate-x-1/2"> <div class="w-[min(540px,calc(100vw-3rem))] rounded-xl border border-rule bg-card/95 p-4 shadow-[var(--shadow-elevated)] backdrop-blur-2xl"> <div class="grid grid-cols-2 gap-1"> <a href="/features/ai-chat/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-teal)]/10 text-[var(--feat-teal)] group-hover:bg-[var(--feat-teal)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"/><path d="M20 3v4"/><path d="M22 5h-4"/><path d="M4 17v2"/><path d="M5 18H3"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Ask Alfred</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Ask questions about your papers</div> </div> </a><a href="/features/telescope/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-green)]/10 text-[var(--feat-green)] group-hover:bg-[var(--feat-green)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44"/><path d="m13.56 11.747 4.332-.924"/><path d="m16 21-3.105-6.21"/><path d="M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.728l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z"/><path d="m6.158 8.633 1.114 4.456"/><path d="m8 21 3.105-6.21"/><circle cx="12" cy="13" r="2"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Telescope</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Compare papers side by side</div> </div> </a><a href="/features/loops/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-red)]/10 text-[var(--feat-red)] group-hover:bg-[var(--feat-red)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M19.07 4.93A10 10 0 0 0 6.99 3.34"/><path d="M4 6h.01"/><path d="M2.29 9.62A10 10 0 1 0 21.31 8.35"/><path d="M16.24 7.76A6 6 0 1 0 8.23 16.67"/><path d="M12 18h.01"/><path d="M17.99 11.66A6 6 0 0 1 15.77 16.67"/><circle cx="12" cy="12" r="2"/><path d="m13.41 10.59 5.66-5.66"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Loops</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">A weekly research digest</div> </div> </a><a href="/features/citation-manager/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-orange)]/10 text-[var(--feat-orange)] group-hover:bg-[var(--feat-orange)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"/><polyline points="10 2 10 10 13 8 16 10 16 2"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Citations</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">APA, MLA, Chicago, IEEE, BibTeX</div> </div> </a><a href="/features/manuscript-editor/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-magenta)]/10 text-[var(--feat-magenta)] group-hover:bg-[var(--feat-magenta)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M12 20h9"/><path d="M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Manuscripts</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Write with guideline validation</div> </div> </a><a href="/features/second-brain/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-sky)]/10 text-[var(--feat-sky)] group-hover:bg-[var(--feat-sky)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"/><path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"/><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"/><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"/><path d="M6.003 5.125A3 3 0 0 0 6.401 6.5"/><path d="M3.477 10.896a4 4 0 0 1 .585-.396"/><path d="M19.938 10.5a4 4 0 0 1 .585.396"/><path d="M6 18a4 4 0 0 1-1.967-.516"/><path d="M19.967 17.484A4 4 0 0 1 18 18"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Second Brain</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Notes Alfred keeps from your chats</div> </div> </a><a href="/features/literature-review/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-muted text-muted-foreground group-hover:bg-muted/80"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Literature Review</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Search, compare, and synthesize</div> </div> </a><a href="/features/voice-dictation/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-muted text-muted-foreground group-hover:bg-muted/80"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z"/><path d="M19 10v2a7 7 0 0 1-14 0v-2"/><line x1="12" x2="12" y1="19" y2="22"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Voice Dictation</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Write and chat by voice</div> </div> </a><a href="/features/bring-your-own-key/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-muted text-muted-foreground group-hover:bg-muted/80"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"/><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Bring Your Own Key</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Use your own AI provider</div> </div> </a><a href="/features/plagiarism-detection/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-gold)]/10 text-[var(--feat-gold)] group-hover:bg-[var(--feat-gold)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Plagiarism Checks</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Catch overlap before submission</div> </div> </a><a href="/features/peer-review/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-muted text-muted-foreground group-hover:bg-muted/80"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><rect width="8" height="4" x="8" y="2" rx="1" ry="1"/><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/><path d="m9 14 2 2 4-4"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Peer Review</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Reviewers, and Alfred, on your draft</div> </div> </a><a href="/features/collaboration/" @click="closeDropdown()" class="group flex items-start gap-3 rounded-lg p-3 transition-colors hover:bg-accent/50"> <div class="flex size-9 shrink-0 items-center justify-center rounded-lg transition-colors bg-[var(--feat-violet)]/10 text-[var(--feat-violet)] group-hover:bg-[var(--feat-violet)]/15"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg> </div> <div class="min-w-0"> <div class="text-sm font-medium text-foreground">Collaboration</div> <div class="mt-0.5 text-xs leading-snug text-muted-foreground">Team workspaces with roles</div> </div> </a> </div> </div> </div> </div>  <div class="relative" @mouseenter="openDropdown('compare')" @mouseleave="scheduleClose()"> <button @click="activeDropdown === 'compare' ? closeDropdown() : openDropdown('compare')" :class="activeDropdown === 'compare' ? 'text-foreground' : 'text-muted-foreground'" class="inline-flex items-center gap-1 rounded-md px-3 py-2 text-sm transition-colors hover:text-foreground" :aria-expanded="activeDropdown === 'compare'" aria-haspopup="true">
Compare
<svg class="size-3.5 transition-transform duration-200" :class="activeDropdown === 'compare' ? 'rotate-180' : ''" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"></path></svg> </button> <div x-show="activeDropdown === 'compare'" class="absolute -left-4 -right-4 top-full h-3"></div> <div x-show="activeDropdown === 'compare'" x-cloak x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-1" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-1" @mouseenter="cancelClose()" @mouseleave="scheduleClose()" class="absolute -left-4 top-full pt-3"> <div class="w-56 rounded-xl border border-rule bg-card/95 p-2 shadow-[var(--shadow-elevated)] backdrop-blur-2xl"> <a href="/compare/anara/" @click="closeDropdown()" class="flex items-center rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-foreground">vs Anara</span> </a><a href="/compare/paperguide/" @click="closeDropdown()" class="flex items-center rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-foreground">vs Paperguide</span> </a><a href="/compare/scispace/" @click="closeDropdown()" class="flex items-center rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-foreground">vs SciSpace</span> </a><a href="/compare/notebooklm/" @click="closeDropdown()" class="flex items-center rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-foreground">vs NotebookLM</span> </a><a href="/compare/humata/" @click="closeDropdown()" class="flex items-center rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-foreground">vs Humata</span> </a> <a href="/compare/" @click="closeDropdown()" class="flex items-center gap-1 rounded-lg px-3 py-2.5 transition-colors hover:bg-accent/50"> <span class="text-sm text-muted-foreground">View all</span> <svg class="size-3 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div> </div> </div> <a href="/pricing/" class="nav-underline rounded-md px-3 py-2 text-sm text-muted-foreground hover:text-foreground">Pricing</a> <a href="/testimonials/" class="nav-underline rounded-md px-3 py-2 text-sm text-muted-foreground hover:text-foreground">Testimonials</a> <a href="/docs/v1.x/introduction/" class="nav-underline rounded-md px-3 py-2 text-sm text-muted-foreground hover:text-foreground">Docs</a> </nav> <div class="hidden items-center gap-3 lg:flex"> <button type="button" class="theme-toggle" aria-label="Toggle theme" title="Toggle theme" data-astro-cid-x3pjskd3> <span class="theme-toggle__track" aria-hidden="true" data-astro-cid-x3pjskd3> <svg class="theme-toggle__icon theme-toggle__icon--sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" data-astro-cid-x3pjskd3> <circle cx="12" cy="12" r="4.2" data-astro-cid-x3pjskd3></circle> <path d="M12 2.4v2.6M12 19v2.6M2.4 12h2.6M19 12h2.6M5 5l1.8 1.8M17.2 17.2L19 19M19 5l-1.8 1.8M6.8 17.2L5 19" data-astro-cid-x3pjskd3></path> </svg> <svg class="theme-toggle__icon theme-toggle__icon--moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-x3pjskd3> <path d="M20 14.2A8 8 0 1 1 9.8 4a6.2 6.2 0 0 0 10.2 10.2Z" data-astro-cid-x3pjskd3></path> </svg> <svg class="theme-toggle__icon theme-toggle__icon--monitor" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-x3pjskd3> <rect x="3" y="4.2" width="18" height="12.2" rx="1.6" data-astro-cid-x3pjskd3></rect> <path d="M8.5 20h7M12 16.4V20" data-astro-cid-x3pjskd3></path> </svg> </span> </button>  <script type="module">const a="alfredscholar.com";function u(e){return e===a||e.endsWith(`.${a}`)?`.${a}`:null}function l(e,t){const n=(t.maxAgeDays??365)*24*60*60,o=u(t.hostname);return[`appearance=${e}`,"path=/",`max-age=${n}`,"SameSite=Lax",...o?[`domain=${o}`]:[],...t.secure?["Secure"]:[]].join(";")}function h(e,t){const n=l(e,t);if(!u(t.hostname))return[n];const o=["appearance=","path=/","max-age=0","SameSite=Lax",...t.secure?["Secure"]:[]].join(";");return[n,o]}function d(e){return e==="system"?null:e}function m(e){return e==="light"?"dark":e==="dark"?"system":"light"}const r=document.documentElement,c={light:"Light",dark:"Dark",system:"System"};function s(){const e=r.dataset.appearance;return e==="light"||e==="dark"||e==="system"?e:"system"}function f(e){const t=m(e);for(const n of document.querySelectorAll(".theme-toggle"))n.setAttribute("aria-label",`Theme: ${c[e]}. Switch to ${c[t]}.`),n.setAttribute("title",`Theme: ${c[e]}`)}function i(e,t){r.dataset.appearance=e;const n=d(e);if(n===null?r.removeAttribute("data-theme"):r.setAttribute("data-theme",n),t){localStorage.setItem("appearance",e);for(const o of h(e,{hostname:location.hostname,secure:location.protocol==="https:"}))document.cookie=o}f(e)}i(s(),!0);for(const e of document.querySelectorAll(".theme-toggle"))e.addEventListener("click",()=>i(m(s()),!0));matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{s()==="system"&&i("system",!1)});</script> <a href="https://app.alfredscholar.com/login" class="inline-flex h-9 items-center justify-center rounded-full px-4 text-sm font-medium transition-all duration-150 hover:bg-accent hover:text-accent-foreground">Log in</a> <a href="https://app.alfredscholar.com/register" class="inline-flex h-9 items-center justify-center gap-2 whitespace-nowrap rounded-full bg-primary px-4 text-sm font-medium text-primary-foreground shadow-[var(--shadow-button)] transition-all duration-150 hover:bg-primary/90 hover:shadow-[var(--glow-sm)]" data-cta="header:desktop"><span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span></a> </div> <div class="flex items-center gap-1 lg:hidden"> <button type="button" class="theme-toggle" aria-label="Toggle theme" title="Toggle theme" data-astro-cid-x3pjskd3> <span class="theme-toggle__track" aria-hidden="true" data-astro-cid-x3pjskd3> <svg class="theme-toggle__icon theme-toggle__icon--sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" data-astro-cid-x3pjskd3> <circle cx="12" cy="12" r="4.2" data-astro-cid-x3pjskd3></circle> <path d="M12 2.4v2.6M12 19v2.6M2.4 12h2.6M19 12h2.6M5 5l1.8 1.8M17.2 17.2L19 19M19 5l-1.8 1.8M6.8 17.2L5 19" data-astro-cid-x3pjskd3></path> </svg> <svg class="theme-toggle__icon theme-toggle__icon--moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-x3pjskd3> <path d="M20 14.2A8 8 0 1 1 9.8 4a6.2 6.2 0 0 0 10.2 10.2Z" data-astro-cid-x3pjskd3></path> </svg> <svg class="theme-toggle__icon theme-toggle__icon--monitor" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" data-astro-cid-x3pjskd3> <rect x="3" y="4.2" width="18" height="12.2" rx="1.6" data-astro-cid-x3pjskd3></rect> <path d="M8.5 20h7M12 16.4V20" data-astro-cid-x3pjskd3></path> </svg> </span> </button>   <button @click="mobileOpen = !mobileOpen" class="flex items-center justify-center rounded-md p-2 text-muted-foreground transition-colors hover:text-foreground" aria-label="Toggle menu"> <svg x-show="!mobileOpen" class="size-5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16"></path></svg> <svg x-show="mobileOpen" x-cloak class="size-5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg> </button> </div> </div>  <div x-show="mobileOpen" x-cloak x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-2" class="max-h-[calc(100dvh-4rem)] overflow-y-auto border-b border-rule/70 bg-background/95 backdrop-blur-2xl lg:hidden"> <div class="flex flex-col gap-1 px-6 py-4"> <div x-data="{ open: false }"> <button @click="open = !open" class="flex w-full items-center justify-between rounded-md px-3 py-2.5 text-sm text-muted-foreground transition-colors hover:text-foreground">
Features
<svg class="size-4 transition-transform duration-200" :class="open ? 'rotate-180' : ''" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"></path></svg> </button> <div x-show="open" x-cloak class="ml-3 flex flex-col gap-0.5 border-l border-rule/60 pl-3"> <a href="/features/ai-chat/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Ask Alfred</a><a href="/features/telescope/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Telescope</a><a href="/features/loops/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Loops</a><a href="/features/citation-manager/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Citations</a><a href="/features/manuscript-editor/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Manuscripts</a><a href="/features/second-brain/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Second Brain</a><a href="/features/literature-review/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Literature Review</a><a href="/features/voice-dictation/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Voice Dictation</a><a href="/features/bring-your-own-key/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Bring Your Own Key</a><a href="/features/plagiarism-detection/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Plagiarism Checks</a><a href="/features/peer-review/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Peer Review</a><a href="/features/collaboration/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">Collaboration</a> </div> </div> <div x-data="{ open: false }"> <button @click="open = !open" class="flex w-full items-center justify-between rounded-md px-3 py-2.5 text-sm text-muted-foreground transition-colors hover:text-foreground">
Compare
<svg class="size-4 transition-transform duration-200" :class="open ? 'rotate-180' : ''" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7"></path></svg> </button> <div x-show="open" x-cloak class="ml-3 flex flex-col gap-0.5 border-l border-rule/60 pl-3"> <a href="/compare/anara/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">vs Anara</a><a href="/compare/paperguide/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">vs Paperguide</a><a href="/compare/scispace/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">vs SciSpace</a><a href="/compare/notebooklm/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">vs NotebookLM</a><a href="/compare/humata/" @click="mobileOpen = false" class="rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">vs Humata</a> <a href="/compare/" @click="mobileOpen = false" class="inline-flex items-center gap-1 rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:text-foreground">View all <svg class="size-3" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></a> </div> </div> <a href="/pricing/" @click="mobileOpen = false" class="rounded-md px-3 py-2.5 text-sm text-muted-foreground transition-colors hover:text-foreground">Pricing</a> <a href="/testimonials/" @click="mobileOpen = false" class="rounded-md px-3 py-2.5 text-sm text-muted-foreground transition-colors hover:text-foreground">Testimonials</a> <a href="/docs/v1.x/introduction/" @click="mobileOpen = false" class="rounded-md px-3 py-2.5 text-sm text-muted-foreground transition-colors hover:text-foreground">Docs</a> <div class="mt-2 flex flex-col gap-2 border-t border-rule/60 pt-3"> <a href="https://app.alfredscholar.com/login" class="inline-flex h-10 items-center justify-center rounded-full px-4 text-sm font-medium hover:bg-accent hover:text-accent-foreground">Log in</a> <a href="https://app.alfredscholar.com/register" class="inline-flex h-10 items-center justify-center rounded-full bg-primary px-4 text-sm font-medium text-primary-foreground shadow-[var(--shadow-button)] hover:bg-primary/90" data-cta="header:mobile"><span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span></a> </div> </div> </div> </header> <main id="main">    <div data-landing class="paper-grain relative overflow-x-clip text-foreground">  <nav data-rail class="pointer-events-none fixed left-6 top-1/2 z-40 hidden -translate-y-1/2 lg:block" aria-label="Story chapters" data-astro-cid-icp6sbfn> <ol class="relative flex flex-col gap-3" data-astro-cid-icp6sbfn>  <span data-rail-line class="absolute left-[3px] top-1 bottom-1 w-px bg-rule" aria-hidden="true" data-astro-cid-icp6sbfn></span> <span data-rail-progress class="absolute left-[3px] top-1 w-px origin-top scale-y-0 bg-brand" aria-hidden="true" data-astro-cid-icp6sbfn></span> <li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-researcher" data-rail-item="act-researcher" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>01</span> The researcher </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#how-it-works" data-rail-item="how-it-works" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>02</span> The first answer </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-understanding" data-rail-item="act-understanding" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>03</span> Understanding </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-gap" data-rail-item="act-gap" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>04</span> The gap </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-write-up" data-rail-item="act-write-up" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>05</span> The write-up </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#features" data-rail-item="features" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>06</span> The workspace </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#audiences" data-rail-item="audiences" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>07</span> Who it is for </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-quiet" data-rail-item="act-quiet" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>08</span> The quiet weeks </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#security" data-rail-item="security" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>09</span> Privacy </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#testimonials" data-rail-item="testimonials" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>10</span> Scholars </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#pricing" data-rail-item="pricing" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>11</span> Pricing </span> </a> </li><li class="pointer-events-auto" data-astro-cid-icp6sbfn> <a href="#act-start" data-rail-item="act-start" class="group flex items-center gap-3 py-0.5" data-astro-cid-icp6sbfn> <span class="relative z-10 size-[7px] shrink-0 rounded-full bg-rule ring-4 ring-paper transition-colors duration-300 group-hover:bg-brand" data-astro-cid-icp6sbfn></span> <span class="flex items-baseline gap-1.5 whitespace-nowrap text-[11px] text-muted-foreground opacity-0 transition-opacity duration-300 group-hover:opacity-100" data-astro-cid-icp6sbfn> <span class="font-serif text-[12px] text-brand-ink" data-astro-cid-icp6sbfn>12</span> Start </span> </a> </li> </ol> </nav>  <section class="relative isolate overflow-hidden px-6 pt-32 pb-20 md:pt-40 md:pb-28" aria-labelledby="hero-heading"> <div class="mx-auto grid max-w-6xl items-center gap-14 lg:grid-cols-12 lg:gap-10">  <div class="text-center lg:col-span-6 lg:text-left"> <div data-hero="kicker"> <div class="flex items-center gap-4 justify-center lg:!justify-start"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span>Meet Alfred Scholar</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> </div> <a href="#testimonials" data-hero="proof" class="group mt-5 inline-flex items-center gap-3 rounded-full border border-[var(--alfred-color-warning-border)] bg-[var(--alfred-color-warning-subtle)] py-1.5 pl-2 pr-4 text-[13px] text-foreground shadow-[var(--shadow-xs)] transition-[border-color,box-shadow] hover:-translate-y-0.5 hover:border-[var(--alfred-color-warning)] hover:shadow-[var(--shadow-card)]" aria-label="Rated 5.0 out of 5 by 12 scholars. Read the testimonials.">  <span class="flex -space-x-2" aria-hidden="true"> <span class="flex size-7 items-center justify-center rounded-full border-2 border-[var(--alfred-color-warning-subtle)] font-serif text-[11px] font-semibold bg-[var(--feat-teal)]/15 text-[var(--feat-teal)]">F</span><span class="flex size-7 items-center justify-center rounded-full border-2 border-[var(--alfred-color-warning-subtle)] font-serif text-[11px] font-semibold bg-primary/15 text-brand-ink">R</span><span class="flex size-7 items-center justify-center rounded-full border-2 border-[var(--alfred-color-warning-subtle)] font-serif text-[11px] font-semibold bg-[var(--feat-magenta)]/15 text-[var(--feat-magenta)]">P</span> </span> <span class="flex flex-col gap-0.5 leading-none"> <span class="flex items-center gap-1.5"> <span class="flex gap-0.5" aria-hidden="true"> <svg class="size-3.5 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-3.5 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-3.5 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-3.5 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-3.5 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </span> <strong class="font-semibold tabular-nums">5.0</strong> </span> <span class="flex items-center gap-1 text-[12px] text-muted-foreground"> Loved by 12 scholars <svg class="size-3 text-brand-ink/70 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg> </span> </span> </a> <h1 id="hero-heading" data-hero="h1" class="mt-6 font-serif text-[2.6rem] font-semibold leading-[1.06] tracking-[-0.015em] text-foreground md:text-[3.4rem] xl:text-[3.8rem]">
The calm research workspace for scholars who would rather be <em class="marker-underline marker-draw font-medium not-italic">thinking</em><span class="text-brand-ink">.</span> </h1> <p data-hero="sub" class="mx-auto mt-6 max-w-xl text-base leading-relaxed text-muted-foreground md:text-lg lg:mx-0">
Too many tabs, a folder of PDFs, and a review that never feels finished: every researcher knows that desk. Alfred turns the pile into page-cited answers, visible research gaps, and a manuscript that moves, so your best hours go to your own ideas.
</p> <div data-hero="ctas" class="mt-9 flex flex-col items-center justify-center gap-3 sm:flex-row lg:justify-start"> <a href="https://app.alfredscholar.com/register" data-cta="home:hero" class="group inline-flex h-12 items-center justify-center gap-2 rounded-full bg-primary px-7 text-[15px] font-semibold text-primary-foreground shadow-[var(--shadow-button)] transition-all hover:bg-primary/90 hover:shadow-[var(--glow-sm)] press-scale"> <span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span> <svg class="size-4 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg> </a> <a href="#act-researcher" class="inline-flex h-12 items-center justify-center gap-2 rounded-full border border-rule bg-card px-7 text-[15px] font-medium text-foreground shadow-[var(--shadow-xs)] transition-colors hover:border-primary/40 hover:text-brand-ink">
See how it works
</a> </div>  <div data-hero="trust" class="mt-7 flex flex-wrap items-center justify-center gap-x-5 gap-y-2 text-[13px] text-muted-foreground lg:justify-start"> <span class="flex items-center gap-1.5"> <svg class="size-3.5 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> <span x-data class> <span x-show="$store.geo.isIndia">3 days of Pro for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>7 days of Pro, no card</span> </span> </span> <span class="flex items-center gap-1.5"> <svg class="size-3.5 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg>
7-day money-back guarantee
</span> <span class="flex items-center gap-1.5"> <svg class="size-3.5 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg>
Cancel any time
</span> </div> </div>  <div data-hero="vignette" class="relative mx-auto w-full max-w-md lg:col-span-6 lg:max-w-none" aria-hidden="true"> <div class="hero-parallax relative" x-data="citationThread" @resize.window.debounce.250ms="measure()">  <div class="absolute -top-6 left-4 right-10 hidden rotate-[-2deg] rounded-xl border border-rule bg-card p-6 opacity-80 shadow-[var(--shadow-card)] sm:block lg:left-0"> <p class="font-serif text-sm font-semibold text-secondary-ink">Sleep Loss and Memory Consolidation</p> <p class="mt-1 text-[11px] text-muted-foreground">Chen, L. et al. &middot; 2024 &middot; 18 pages</p> <div class="mt-4 space-y-2"> <div class="h-2 w-full rounded bg-foreground/[0.06]"></div> <div class="h-2 w-11/12 rounded bg-foreground/[0.06]"></div> <div data-hero-demo="passage" class="citation-passage relative h-2 w-9/12 rounded" data-thread-to></div> <div class="h-2 w-full rounded bg-foreground/[0.06]"></div> <div class="h-2 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-2 w-8/12 rounded bg-foreground/[0.06]"></div> </div> </div>  <div data-thread-avoid class="relative z-10 mt-10 rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-elevated)] sm:ml-16 sm:mt-16 lg:ml-24"> <div class="flex items-center gap-2 border-b border-border/40 pb-3"> <svg class="size-6" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="Alfred Scholar"> <defs> <linearGradient id="alfBg-87tf2n9" x1="32" y1="0" x2="32" y2="64" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2F6BFF"></stop> <stop offset="1" stop-color="#2259E4"></stop> </linearGradient> </defs> <rect x="0" y="0" width="64" height="64" rx="14" fill="url(#alfBg-87tf2n9)"></rect> <g stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" fill="none"> <path d="M16 46 L32 18 L48 46" stroke-width="3.4"></path> <path d="M16 46 Q24 40 32 38 Q40 40 48 46" stroke-width="2.6"></path> </g> </svg> <span class="text-[13px] font-semibold text-foreground">Asking Alfred</span> <span class="ml-auto flex items-center gap-1.5 rounded-full bg-success/10 px-2 py-0.5 text-[10px] font-medium text-success-ink"> <span class="relative flex size-1.5"> <span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-success/60"></span> <span class="relative inline-flex size-1.5 rounded-full bg-success"></span> </span>
2 papers loaded
</span> </div> <div class="mt-4 space-y-3"> <div data-hero-demo="question" class="flex justify-end"> <div class="max-w-[85%] rounded-2xl rounded-br-md bg-primary/10 px-4 py-2.5 text-[13px] text-foreground">
What methodology did the authors use?
</div> </div> <div data-hero-demo="answer" data-thread-below class="relative max-w-[92%] rounded-2xl rounded-bl-md border border-border/40 bg-card px-4 py-3 text-[13px] leading-relaxed text-foreground"> <span data-hero-demo="dots" class="hero-typing-dots absolute top-1/2 left-4 -translate-y-1/2 items-center gap-1.5"> <span class="size-1.5 rounded-full bg-muted-foreground/50 animate-[scale-in_0.6s_ease-in-out_infinite]"></span> <span class="size-1.5 rounded-full bg-muted-foreground/50 animate-[scale-in_0.6s_ease-in-out_0.2s_infinite]"></span> <span class="size-1.5 rounded-full bg-muted-foreground/50 animate-[scale-in_0.6s_ease-in-out_0.4s_infinite]"></span> </span> <span data-hero-demo="answer-text" class="hero-answer-text">
A randomized, double-blind design with 214 participants across three sleep conditions.
<span data-thread-from data-hero-demo="chip" class="citation-chip-nudge ml-1 inline-flex translate-y-[-1px] cursor-default items-center rounded-md border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1.5 py-px text-[11px] font-semibold text-[var(--citation-text)] transition-transform hover:scale-105">p. 4</span> </span> </div> </div> <div class="mt-4 flex items-center gap-2 rounded-full border border-border/50 bg-muted/40 px-4 py-2.5" x-data="typedPlaceholder"> <span class="min-w-0 flex-1 truncate text-[12px] text-muted-foreground"> <span x-text="text">Ask anything about your papers&hellip;</span><span class="caret-blink ml-px inline-block h-3 w-px translate-y-[2px] bg-brand"></span> </span> <span class="ml-auto flex size-6 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground"> <svg class="size-3" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M13 6l6 6-6 6"></path></svg> </span> </div> </div>   <svg x-show="visible" x-cloak class="pointer-events-none absolute inset-0 z-20 hidden h-full w-full text-brand-ink/60 sm:block" fill="none" aria-hidden="true"> <path data-hero-demo="thread" class="citation-thread" :d="d" pathLength="1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> </svg> <span x-show="visible" x-cloak data-hero-demo="pin" class="citation-thread-pin absolute z-20 hidden size-2 rounded-full bg-brand sm:block" :style="`left: ${pinX - 4}px; top: ${pinY - 4}px`" aria-hidden="true"></span>  <div class="absolute -bottom-7 left-0 z-30 hidden max-w-[230px] -rotate-1 sm:block"> <p class="font-serif text-[15px] italic leading-snug text-brand-ink">
"Every answer points to the exact page it came from."
</p> </div> </div> </div> </div> </section>  <section id="act-researcher" data-scene="overwhelm" class="relative scroll-mt-24 overflow-hidden px-6" aria-labelledby="overwhelm-heading"> <div class="mx-auto flex min-h-dvh max-w-6xl flex-col justify-center py-20 md:py-24"> <div class="mx-auto max-w-2xl text-center"> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">01</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The researcher</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="overwhelm-heading" data-story-heading class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
One question. Forty PDFs that might answer it<span class="text-brand-ink">.</span> </h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
Every paper leads to three more. The folder grows faster than anyone can
        read it. Tabs multiply, notes scatter, and underneath it all sits a
        quieter worry: what am I missing?
</p> </div>  <div class="relative mx-auto mt-10 w-full max-w-3xl md:mt-12" aria-hidden="true">  <div class="flex items-center gap-1 overflow-hidden rounded-t-xl border border-b-0 border-rule bg-muted/40 px-2 pt-2"> <span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">Sleep Loss and M…</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">Sci-Hub</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">sleep_memory_fin…</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">Google Scholar</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">REVIEW_draft_v7</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">CrossRef</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">chen-2024.pdf</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground hidden md:flex"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">lit review notes</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground hidden md:flex"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">Scholar (12)</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground hidden md:flex"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">okafor-2023.pdf</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground hidden md:flex"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">references_FINAL</span> </span><span data-ov-tab class="flex min-w-0 shrink items-center gap-1.5 rounded-t-md border border-b-0 border-border/40 bg-card px-2.5 py-1.5 text-[10px] text-muted-foreground hidden md:flex"> <span class="size-1.5 shrink-0 rounded-full bg-muted-foreground/30"></span> <span class="truncate">inbox (241)</span> </span> </div>  <div class="relative h-[340px] overflow-hidden rounded-b-xl border border-rule bg-card/40 sm:h-[380px]"> <div data-ov-paper class="absolute rounded-lg border border-rule bg-card p-4 shadow-[var(--shadow-card)] left-[2%] top-[8%] w-56 rotate-[-5deg]"> <p class="truncate font-serif text-[13px] font-semibold text-secondary-ink">Sleep Loss and Memory Consolidation</p> <p class="mt-0.5 truncate text-[10px] text-muted-foreground">Chen, L. et al. · 2024 · 18 pages</p> <div class="mt-3 space-y-1.5"> <div class="h-1.5 w-full rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-7/12 rounded bg-foreground/[0.06]"></div> </div> </div><div data-ov-paper class="absolute rounded-lg border border-rule bg-card p-4 shadow-[var(--shadow-card)] left-[30%] top-[2%] w-60 rotate-[2.5deg] hidden sm:block"> <p class="truncate font-serif text-[13px] font-semibold text-secondary-ink">Overnight Recall: A Longitudinal Cohort</p> <p class="mt-0.5 truncate text-[10px] text-muted-foreground">Read to page 11 of 63</p> <div class="mt-3 space-y-1.5"> <div class="h-1.5 w-full rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-7/12 rounded bg-foreground/[0.06]"></div> </div> </div><div data-ov-paper class="absolute rounded-lg border border-rule bg-card p-4 shadow-[var(--shadow-card)] right-[4%] top-[12%] w-56 rotate-[4deg]"> <p class="truncate font-serif text-[13px] font-semibold text-secondary-ink">Napping and Declarative Memory</p> <p class="mt-0.5 truncate text-[10px] text-muted-foreground">Downloaded twice, read once</p> <div class="mt-3 space-y-1.5"> <div class="h-1.5 w-full rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-7/12 rounded bg-foreground/[0.06]"></div> </div> </div><div data-ov-paper class="absolute rounded-lg border border-rule bg-card p-4 shadow-[var(--shadow-card)] left-[12%] bottom-[6%] w-60 rotate-[3deg] hidden sm:block"> <p class="truncate font-serif text-[13px] font-semibold text-secondary-ink">Slow-Wave Sleep and Hippocampal Replay</p> <p class="mt-0.5 truncate text-[10px] text-muted-foreground">Open in another window</p> <div class="mt-3 space-y-1.5"> <div class="h-1.5 w-full rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-7/12 rounded bg-foreground/[0.06]"></div> </div> </div><div data-ov-paper class="absolute rounded-lg border border-rule bg-card p-4 shadow-[var(--shadow-card)] right-[16%] bottom-[2%] w-56 rotate-[-3deg]"> <p class="truncate font-serif text-[13px] font-semibold text-secondary-ink">Shift Work, Sleep Debt, and Recall</p> <p class="mt-0.5 truncate text-[10px] text-muted-foreground">Highlighted, notes elsewhere</p> <div class="mt-3 space-y-1.5"> <div class="h-1.5 w-full rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]"></div> <div class="h-1.5 w-7/12 rounded bg-foreground/[0.06]"></div> </div> </div> <p data-ov-note class="absolute max-w-[200px] font-serif text-[14px] italic leading-snug text-brand-ink left-[44%] top-[38%] rotate-[-2deg]">
"Which paper said that?"
</p><p data-ov-note class="absolute max-w-[200px] font-serif text-[14px] italic leading-snug text-brand-ink right-[2%] top-[52%] rotate-[1.5deg]">
"Did anyone test this past six months?"
</p><p data-ov-note class="absolute max-w-[200px] font-serif text-[14px] italic leading-snug text-brand-ink left-[4%] top-[48%] rotate-[2deg] hidden sm:block">
"Have I read enough yet?"
</p>  <div class="absolute bottom-3 right-3 rounded-full border border-rule bg-background/90 px-3 py-1.5 text-[11px] font-medium text-muted-foreground shadow-[var(--shadow-xs)]"> <span data-ov-count="47" class="font-serif text-[13px] font-semibold text-foreground tabular-nums">47</span>
papers still to read
</div> </div> </div>  <div data-ov-final class="mx-auto mt-10 max-w-2xl text-center md:mt-12"> <p data-ov-finale-line class="font-serif text-xl font-medium leading-snug text-foreground sm:text-2xl">
You are not behind. Reading was never the hard part.
</p> <p class="mx-auto mt-3 max-w-xl text-[15px] leading-relaxed text-muted-foreground">
The hard part is holding it all at once: what each paper found, where
        they disagree, which claims trace to real evidence, and what nobody has
        answered yet.
</p> </div> </div> </section>  <section id="how-it-works" data-scene="first-answer" class="relative scroll-mt-20 overflow-hidden px-6" aria-labelledby="first-answer-heading" data-astro-cid-qmecdv2p> <div class="mx-auto flex min-h-dvh max-w-6xl flex-col justify-center py-20 md:py-24" data-astro-cid-qmecdv2p> <div class="grid items-center gap-12 lg:grid-cols-12 lg:gap-10" data-astro-cid-qmecdv2p>  <div class="lg:col-span-5" data-astro-cid-qmecdv2p> <div class="flex items-center gap-4 justify-start justify-start">  <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">02</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The first answer</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="first-answer-heading" data-story-heading class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]" data-astro-cid-qmecdv2p>
Ask the question you actually have<span class="text-brand-ink" data-astro-cid-qmecdv2p>.</span> </h2> <p class="mt-4 max-w-lg text-base leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>
Hand Alfred the pile. Then ask, in plain English, and watch the answer
          arrive with the page it came from.
</p> <ol class="mt-8 space-y-5" data-astro-cid-qmecdv2p> <li data-fa-step class="flex items-start gap-4" data-astro-cid-qmecdv2p> <span class="flex size-8 shrink-0 items-center justify-center rounded-full border border-rule bg-card font-serif text-[13px] font-semibold text-brand-ink shadow-[var(--shadow-xs)]" data-astro-cid-qmecdv2p> 1 </span> <div data-astro-cid-qmecdv2p> <h3 class="font-serif text-[17px] font-semibold text-foreground" data-astro-cid-qmecdv2p>Upload your papers</h3> <p class="mt-1 max-w-[36ch] text-[13px] leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>Drop in the PDFs you are reading. Every page, figure, and reference is indexed automatically.</p> </div> </li><li data-fa-step class="flex items-start gap-4" data-astro-cid-qmecdv2p> <span class="flex size-8 shrink-0 items-center justify-center rounded-full border border-rule bg-card font-serif text-[13px] font-semibold text-brand-ink shadow-[var(--shadow-xs)]" data-astro-cid-qmecdv2p> 2 </span> <div data-astro-cid-qmecdv2p> <h3 class="font-serif text-[17px] font-semibold text-foreground" data-astro-cid-qmecdv2p>Alfred reads them</h3> <p class="mt-1 max-w-[36ch] text-[13px] leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>Each paper is processed on arrival: text, metadata, and citations extracted for you.</p> </div> </li><li data-fa-step class="flex items-start gap-4" data-astro-cid-qmecdv2p> <span class="flex size-8 shrink-0 items-center justify-center rounded-full border border-rule bg-card font-serif text-[13px] font-semibold text-brand-ink shadow-[var(--shadow-xs)]" data-astro-cid-qmecdv2p> 3 </span> <div data-astro-cid-qmecdv2p> <h3 class="font-serif text-[17px] font-semibold text-foreground" data-astro-cid-qmecdv2p>Ask in plain English</h3> <p class="mt-1 max-w-[36ch] text-[13px] leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>No special commands. Ask the way you would ask a colleague across the desk.</p> </div> </li><li data-fa-step class="flex items-start gap-4" data-astro-cid-qmecdv2p> <span class="flex size-8 shrink-0 items-center justify-center rounded-full border border-rule bg-card font-serif text-[13px] font-semibold text-brand-ink shadow-[var(--shadow-xs)]" data-astro-cid-qmecdv2p> 4 </span> <div data-astro-cid-qmecdv2p> <h3 class="font-serif text-[17px] font-semibold text-foreground" data-astro-cid-qmecdv2p>Get a page-cited answer</h3> <p class="mt-1 max-w-[36ch] text-[13px] leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>Every claim carries the exact page it came from, so you can open it and check.</p> </div> </li> </ol> <a href="/features/ai-chat/" class="group mt-8 inline-flex items-center gap-1.5 text-[14px] font-semibold text-brand-ink transition-colors hover:text-brand-ink/80" data-astro-cid-qmecdv2p>
Explore Ask Alfred
<svg class="size-4 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true" data-astro-cid-qmecdv2p><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6" data-astro-cid-qmecdv2p></path></svg> </a> </div>  <div class="relative mx-auto w-full max-w-md lg:col-span-7 lg:max-w-none" aria-hidden="true" data-astro-cid-qmecdv2p>  <div class="relative z-10 mr-auto max-w-xs rounded-xl border border-rule bg-card p-3 shadow-[var(--shadow-card)]" data-astro-cid-qmecdv2p> <p class="px-1 pb-2 text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground" data-astro-cid-qmecdv2p>My documents</p> <div class="space-y-1.5" data-astro-cid-qmecdv2p> <div data-fa-doc class="flex items-center gap-2 rounded-lg border border-border/30 bg-card/70 px-2.5 py-1.5" data-astro-cid-qmecdv2p> <span class="size-1.5 shrink-0 rounded-full bg-success" data-astro-cid-qmecdv2p></span> <span class="min-w-0 flex-1 truncate text-[11px] font-medium text-foreground" data-astro-cid-qmecdv2p>Sleep Loss and Memory Consolidation</span> <span class="shrink-0 rounded-full bg-success/10 px-1.5 py-0.5 text-[9px] font-medium text-success-ink" data-astro-cid-qmecdv2p>Ready</span> </div><div data-fa-doc class="flex items-center gap-2 rounded-lg border border-border/30 bg-card/70 px-2.5 py-1.5" data-astro-cid-qmecdv2p> <span class="size-1.5 shrink-0 rounded-full bg-success" data-astro-cid-qmecdv2p></span> <span class="min-w-0 flex-1 truncate text-[11px] font-medium text-foreground" data-astro-cid-qmecdv2p>Overnight Recall: A Longitudinal Cohort</span> <span class="shrink-0 rounded-full bg-success/10 px-1.5 py-0.5 text-[9px] font-medium text-success-ink" data-astro-cid-qmecdv2p>Ready</span> </div><div data-fa-doc class="flex items-center gap-2 rounded-lg border border-border/30 bg-card/70 px-2.5 py-1.5" data-astro-cid-qmecdv2p> <span class="size-1.5 shrink-0 rounded-full bg-success" data-astro-cid-qmecdv2p></span> <span class="min-w-0 flex-1 truncate text-[11px] font-medium text-foreground" data-astro-cid-qmecdv2p>Napping and Declarative Memory</span> <span class="shrink-0 rounded-full bg-success/10 px-1.5 py-0.5 text-[9px] font-medium text-success-ink" data-astro-cid-qmecdv2p>Ready</span> </div> </div> </div>  <div class="relative -mt-4 ml-auto hidden w-[62%] rotate-[1.6deg] rounded-xl border border-rule bg-card p-5 opacity-90 shadow-[var(--shadow-card)] sm:block" data-astro-cid-qmecdv2p> <p class="font-serif text-[13px] font-semibold text-secondary-ink" data-astro-cid-qmecdv2p>Sleep Loss and Memory Consolidation</p> <p class="mt-0.5 text-[10px] text-muted-foreground" data-astro-cid-qmecdv2p>p. 4 of 18</p> <div class="mt-3 space-y-1.5" data-astro-cid-qmecdv2p> <div class="h-1.5 w-full rounded bg-foreground/[0.06]" data-astro-cid-qmecdv2p></div> <div class="h-1.5 w-11/12 rounded bg-foreground/[0.06]" data-astro-cid-qmecdv2p></div> <div data-fa-passage class="fa-passage h-1.5 w-9/12 rounded" data-astro-cid-qmecdv2p></div> <div class="h-1.5 w-10/12 rounded bg-foreground/[0.06]" data-astro-cid-qmecdv2p></div> <div class="h-1.5 w-6/12 rounded bg-foreground/[0.06]" data-astro-cid-qmecdv2p></div> </div> </div>  <div class="relative z-10 -mt-2 rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-elevated)] sm:mr-14" data-astro-cid-qmecdv2p> <div class="flex items-center gap-2 border-b border-border/40 pb-3" data-astro-cid-qmecdv2p> <svg class="size-5" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="Alfred Scholar"> <defs> <linearGradient id="alfBg-ifirckw" x1="32" y1="0" x2="32" y2="64" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2F6BFF"></stop> <stop offset="1" stop-color="#2259E4"></stop> </linearGradient> </defs> <rect x="0" y="0" width="64" height="64" rx="14" fill="url(#alfBg-ifirckw)"></rect> <g stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" fill="none"> <path d="M16 46 L32 18 L48 46" stroke-width="3.4"></path> <path d="M16 46 Q24 40 32 38 Q40 40 48 46" stroke-width="2.6"></path> </g> </svg> <span class="text-[13px] font-semibold text-foreground" data-astro-cid-qmecdv2p>Ask Alfred</span> <span class="ml-auto rounded-full bg-success/10 px-2 py-0.5 text-[10px] font-medium text-success-ink" data-astro-cid-qmecdv2p>3 papers loaded</span> </div> <div class="mt-4 space-y-3" data-astro-cid-qmecdv2p> <div data-fa-question class="flex justify-end" data-astro-cid-qmecdv2p> <div class="max-w-[85%] rounded-2xl rounded-br-md bg-primary/10 px-4 py-2.5 text-[13px] text-foreground" data-astro-cid-qmecdv2p>
What methodology did the authors use?
</div> </div> <div data-fa-answer class="max-w-[92%] rounded-2xl rounded-bl-md border border-border/40 bg-card px-4 py-3 text-[13px] leading-relaxed text-foreground" data-astro-cid-qmecdv2p>
A randomized, double-blind design with 214 participants across
              three sleep conditions.
<span data-fa-chip class="ml-1 inline-flex translate-y-[-1px] items-center rounded-md border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1.5 py-px text-[11px] font-semibold text-[var(--citation-text)]" data-astro-cid-qmecdv2p>p. 4</span> </div> </div> <p data-fa-honest class="mt-4 border-t border-rule/60 pt-3 text-[12px] leading-relaxed text-muted-foreground" data-astro-cid-qmecdv2p>
And when the answer is not in your papers, Alfred says so instead of
            guessing.
</p> </div>  <p class="absolute -bottom-8 left-0 hidden max-w-[240px] -rotate-1 font-serif text-[15px] italic leading-snug text-brand-ink sm:block" data-astro-cid-qmecdv2p>
"You did not open the paper. The page came to you."
</p> </div> </div> </div> </section>  <section id="act-understanding" data-scene="understanding" class="relative scroll-mt-24 px-6" aria-labelledby="understanding-heading"> <div class="mx-auto max-w-6xl py-20 md:py-28"> <div class="mx-auto max-w-2xl text-center"> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">03</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>Understanding</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="understanding-heading" data-story-heading class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Then the papers start disagreeing with each other<span class="text-brand-ink">.</span> </h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
One answer is retrieval. Thirty papers is a different job. Ask the same
        question across the whole library and Alfred puts the conflicting
        answers next to each other, each still carrying the page it came from.
</p> </div>  <div class="mx-auto mt-12 w-full max-w-3xl" data-reveal-group data-reveal-stagger="120"> <div data-reveal="fade" class="rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-elevated)] sm:p-6"> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">
Asked across your library
</p> <p class="mt-1.5 font-serif text-lg font-semibold text-foreground sm:text-xl"> How long does the effect last? </p> <div class="mt-5 grid gap-3 sm:grid-cols-2"> <div class="rounded-xl border border-border/40 bg-card px-4 py-3.5"> <p class="text-[11px] font-semibold text-secondary-ink">Okafor 2023</p> <p class="mt-1.5 text-[13px] leading-snug text-foreground"> Effect fades by month six <span class="ml-1 inline-flex translate-y-[-1px] items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 9</span> </p> <p class="mt-2 text-[11px] text-muted-foreground">Longitudinal cohort, 1,082 records</p> </div><div class="rounded-xl border border-border/40 bg-card px-4 py-3.5"> <p class="text-[11px] font-semibold text-secondary-ink">Chen et al. 2024</p> <p class="mt-1.5 text-[13px] leading-snug text-foreground"> Recall still impaired at follow-up <span class="ml-1 inline-flex translate-y-[-1px] items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 11</span> </p> <p class="mt-2 text-[11px] text-muted-foreground">Randomized trial, 214 participants</p> </div> </div>  <div class="mt-4 flex items-start gap-2.5 rounded-lg border-l-2 border-[var(--alfred-color-evidence)] bg-[var(--alfred-color-evidence)]/[0.06] px-4 py-3"> <svg class="mt-0.5 size-3.5 shrink-0 text-[var(--alfred-color-evidence)]" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 9v4m0 4h.01M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path> </svg> <p class="text-[12.5px] leading-relaxed text-secondary-ink">
These two do not agree. Alfred shows you both and the pages they rest
            on, rather than averaging them into one confident sentence.
</p> </div> </div>  <dl class="mt-8 grid gap-4 sm:grid-cols-2"> <div data-reveal="rise" class="rounded-xl border border-rule/70 bg-card px-5 py-4"> <dt class="text-[13px] italic text-muted-foreground line-through decoration-muted-foreground/30"> What did this paper say? </dt> <dd class="mt-1.5 font-serif text-[15px] font-semibold leading-snug text-foreground"> What does the literature say? </dd> </div><div data-reveal="rise" class="rounded-xl border border-rule/70 bg-card px-5 py-4"> <dt class="text-[13px] italic text-muted-foreground line-through decoration-muted-foreground/30"> Where did I read that? </dt> <dd class="mt-1.5 font-serif text-[15px] font-semibold leading-snug text-foreground"> Which papers disagree, and on what? </dd> </div> </dl> <p data-reveal="fade" class="mx-auto mt-8 max-w-xl text-center font-serif text-lg italic leading-snug text-secondary-ink sm:text-xl">
You stop reading papers one at a time, and start reading the literature.
</p> </div> </div> </section>  <section id="act-gap" data-scene="telescope" class="relative scroll-mt-24 overflow-hidden px-6" aria-labelledby="telescope-heading"> <div class="pointer-events-none absolute inset-0 -z-10" aria-hidden="true"> <div class="absolute top-[-30%] left-1/2 size-[460px] -translate-x-1/2 rounded-full bg-[var(--feat-green)]/[0.05] blur-[120px]"></div> </div>  <div data-tel-dim class="pointer-events-none absolute inset-0 z-10 opacity-0 [background:radial-gradient(ellipse_60%_50%_at_50%_42%,transparent_35%,rgba(6,7,8,0.6)_100%)]" aria-hidden="true"></div> <div class="mx-auto flex min-h-dvh max-w-6xl flex-col justify-center py-20 md:py-24"> <div class="mx-auto max-w-2xl text-center"> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">04</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The gap</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="telescope-heading" data-story-heading class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Thirty papers in, one question is left: where is the gap<span class="text-brand-ink">?</span> </h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
Point Telescope at the papers and ask your questions once. It reads
        every paper against every question: one row per paper, one column per
        question, every cell citing the page it came from.
</p> </div>  <div class="mx-auto mt-10 w-full max-w-3xl md:mt-12" aria-hidden="true"> <div class="rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-elevated)]"> <div class="flex items-center gap-2.5 border-b border-border/40 pb-3"> <svg class="size-4 shrink-0 text-[var(--feat-green)]" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44"></path><path d="m13.56 11.747 4.332-.924"></path><path d="m16 21-3.105-6.21"></path><path d="M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.728l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z"></path><path d="m6.158 8.633 1.114 4.456"></path><path d="m8 21 3.105-6.21"></path><circle cx="12" cy="13" r="2"></circle></svg> <span class="text-[13px] font-semibold text-foreground">Telescope</span> <span class="hidden truncate text-[12px] text-muted-foreground sm:block">Does sleep loss impair memory consolidation?</span> <span class="ml-auto flex shrink-0 items-center gap-1.5 rounded-full bg-success/10 px-2 py-0.5 text-[10px] font-medium text-success-ink"> <svg class="size-2.5" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg>
Synthesis ready
</span> </div> <div class="mt-4 overflow-hidden rounded-lg border border-border/40">  <div class="grid grid-cols-[1.1fr_1.25fr_0.9fr] border-b border-border/40 bg-muted/40 sm:grid-cols-[1.1fr_1fr_1fr_1.25fr_0.9fr]"> <span class="px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground">Paper</span> <span data-tel-col class="hidden px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground sm:block">Method</span> <span data-tel-col class="hidden px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground sm:block">Sample</span> <span data-tel-col class="px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground">Key finding</span> <span data-tel-col data-gap-col class="px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.14em] text-muted-foreground">Past 12 months</span> </div> <div class="grid grid-cols-[1.1fr_1.25fr_0.9fr] border-b border-border/30 last:border-b-0 sm:grid-cols-[1.1fr_1fr_1fr_1.25fr_0.9fr]"> <span data-tel-row class="border-r border-border/30 px-3 py-2.5 text-[11px] font-semibold text-secondary-ink">Chen et al. 2024</span> <span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> Randomized, double-blind <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 4</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> 214 participants <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 6</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground"> Recall drops after one night <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 11</span> </span><span data-tel-cell data-gap-cell class="flex items-center border-l border-dashed border-border/60 px-3 py-2.5 text-[11px] italic leading-snug text-muted-foreground"> Not answered </span> </div><div class="grid grid-cols-[1.1fr_1.25fr_0.9fr] border-b border-border/30 last:border-b-0 sm:grid-cols-[1.1fr_1fr_1fr_1.25fr_0.9fr]"> <span data-tel-row class="border-r border-border/30 px-3 py-2.5 text-[11px] font-semibold text-secondary-ink">Okafor 2023</span> <span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> Longitudinal cohort <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 3</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> 1,082 records <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 5</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground"> Effect fades by month six <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 9</span> </span><span data-tel-cell data-gap-cell class="flex items-center border-l border-dashed border-border/60 px-3 py-2.5 text-[11px] italic leading-snug text-muted-foreground"> Not answered </span> </div><div class="grid grid-cols-[1.1fr_1.25fr_0.9fr] border-b border-border/30 last:border-b-0 sm:grid-cols-[1.1fr_1fr_1fr_1.25fr_0.9fr]"> <span data-tel-row class="border-r border-border/30 px-3 py-2.5 text-[11px] font-semibold text-secondary-ink">Ivanova et al. 2021</span> <span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> Meta-analysis <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 2</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground hidden sm:flex"> 31 studies pooled <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 7</span> </span><span data-tel-cell class="flex flex-wrap items-center gap-x-1.5 gap-y-0.5 px-3 py-2.5 text-[11px] leading-snug text-muted-foreground"> No long-term follow-up <span class="inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">p. 14</span> </span><span data-tel-cell data-gap-cell class="flex items-center border-l border-dashed border-border/60 px-3 py-2.5 text-[11px] italic leading-snug text-muted-foreground"> Not answered </span> </div> </div> <div data-tel-synthesis class="mt-4 rounded-lg border-l-2 border-[var(--feat-green)] bg-[var(--feat-green)]/[0.06] px-4 py-3"> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-secondary-ink">Synthesis</p> <p class="mt-1 font-serif text-[14px] italic leading-snug text-secondary-ink">
All three agree on short-term impairment. Not one of them follows a
            participant past twelve months.
</p> </div> </div> </div>  <div data-tel-gap class="mx-auto mt-10 max-w-2xl text-center md:mt-12"> <p class="font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-4xl"> <em data-tel-marker class="marker-underline font-semibold not-italic">That gap is open.</em> </p>  <p class="mx-auto mt-4 max-w-xl text-[15px] leading-relaxed text-muted-foreground">
Nobody has answered it yet. That is not a hunch, it is the empty column,
        and every filled cell beside it opens to the page it came from.
</p> <div class="mt-8 flex flex-col items-center gap-3"> <a href="https://app.alfredscholar.com/register" data-cta="home:act-telescope" class="press-scale inline-flex h-12 items-center justify-center gap-2 rounded-full bg-primary px-7 text-[15px] font-semibold text-primary-foreground shadow-[var(--shadow-button)] transition-all duration-200 hover:bg-primary/90 hover:shadow-[var(--glow-sm)]"> <span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M13 6l6 6-6 6"></path></svg> </a> <a href="/features/telescope/" class="group inline-flex items-center gap-1.5 text-[13px] font-medium text-muted-foreground transition-colors hover:text-foreground">
Or see how Telescope works
<svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg> </a> </div> </div> </div> </section>  <section id="act-write-up" class="relative scroll-mt-20 overflow-hidden px-6 py-24 md:py-28" aria-labelledby="manuscript-heading"> <div class="mx-auto max-w-6xl"> <div class="mx-auto mb-12 max-w-2xl text-center md:mb-16" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">05</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The write-up</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="manuscript-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
A gap is only the beginning<span class="text-brand-ink">.</span> </h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
Discovery is not the deliverable. Alfred stays at the desk while the
          insight becomes notes, references, a manuscript, and a submission.
</p> </div> </div> <div class="grid gap-5 md:grid-cols-2" data-reveal-group data-reveal-stagger="120">  <div data-reveal class="flex h-full flex-col rounded-2xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] sm:p-7"> <div class="rounded-xl border border-border/40 bg-background p-4" aria-hidden="true"> <div class="flex items-center gap-2.5"> <span class="flex size-7 shrink-0 items-center justify-center rounded-lg ring-1 ring-inset bg-[var(--feat-sky)]/10 text-[var(--feat-sky)] ring-[var(--feat-sky)]/20"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z"/><path d="M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z"/><path d="M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4"/><path d="M17.599 6.5a3 3 0 0 0 .399-1.375"/><path d="M6.003 5.125A3 3 0 0 0 6.401 6.5"/><path d="M3.477 10.896a4 4 0 0 1 .585-.396"/><path d="M19.938 10.5a4 4 0 0 1 .585.396"/><path d="M6 18a4 4 0 0 1-1.967-.516"/><path d="M19.967 17.484A4 4 0 0 1 18 18"/></svg> </span> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">
Second Brain
<span class="font-medium text-muted-foreground">· filed for you</span> </p> </div> <p class="reveal-child mt-2 font-serif text-[15px] font-semibold text-foreground" style="--child-delay: 0.3s">
Sleep and memory: the six-month gap
</p> <p class="reveal-child mt-2 text-[12px] leading-relaxed text-muted-foreground" style="--child-delay: 0.45s">
No study follows consolidation past six months. Okafor 2023 stops at
            month six; Ivanova finds no long-term follow-up at all.
</p> <div class="reveal-child mt-3 flex flex-wrap gap-1.5" style="--child-delay: 0.6s"> <span class="rounded-full bg-primary/10 px-2 py-0.5 text-[10px] font-medium text-brand-ink">[[memory-consolidation]]</span> <span class="rounded-full bg-primary/10 px-2 py-0.5 text-[10px] font-medium text-brand-ink">[[study-design]]</span> <span class="ml-auto inline-flex items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[9px] font-semibold text-[var(--citation-text)]">from chat</span> </div> </div> <p class="mt-4 flex-1 text-[13px] leading-relaxed text-muted-foreground">The idea, kept. Alfred turns your conversations into connected notes, filed for you and traceable to the source.</p> <a href="/features/second-brain/" class="group mt-3 inline-flex items-center gap-1.5 text-[13px] font-semibold text-brand-ink transition-opacity hover:opacity-80"> Explore Second Brain <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div>  <div data-reveal class="flex h-full flex-col rounded-2xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] sm:p-7"> <div class="rounded-xl border border-border/40 bg-background p-4" aria-hidden="true"> <div class="flex items-center justify-between"> <div class="flex items-center gap-2.5"> <span class="flex size-7 shrink-0 items-center justify-center rounded-lg ring-1 ring-inset bg-[var(--feat-orange)]/10 text-[var(--feat-orange)] ring-[var(--feat-orange)]/20"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M10 2v8l3-2 3 2V2"/><path d="M19 2H6.5A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22H20V3a1 1 0 0 0-1-1z"/></svg> </span> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Citations</p> </div> <span class="flex h-5 items-center gap-1 rounded border border-border/40 bg-card px-1.5 text-[9px] text-muted-foreground">Format: APA</span> </div> <div class="mt-2.5 space-y-1.5"> <div class="reveal-child rounded-lg border border-border/30 bg-card/60 px-3 py-2" style="--child-delay: 0.3s"> <p class="text-[11px] font-medium text-foreground">Chen, L. et al. (2024)</p> <p class="truncate text-[10px] text-muted-foreground">Sleep deprivation and next-day recall</p> </div> <div class="reveal-child rounded-lg border border-border/30 bg-card/60 px-3 py-2" style="--child-delay: 0.45s"> <p class="text-[11px] font-medium text-foreground">Okafor, N. (2023)</p> <p class="truncate text-[10px] text-muted-foreground">A longitudinal cohort on memory consolidation</p> </div> </div> <p class="reveal-child mt-2.5 text-center text-[10px] text-muted-foreground" style="--child-delay: 0.6s">
DOI lookup autofills metadata from OpenAlex, CrossRef, and friends
</p> </div> <p class="mt-4 flex-1 text-[13px] leading-relaxed text-muted-foreground">The references, ready. Import BibTeX or RIS, look up DOIs, sync Zotero or Mendeley, and export in any style.</p> <a href="/features/citation-manager/" class="group mt-3 inline-flex items-center gap-1.5 text-[13px] font-semibold text-brand-ink transition-opacity hover:opacity-80"> Explore Citations <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div>  <div data-reveal class="flex h-full flex-col rounded-2xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] sm:p-7"> <div class="rounded-xl border border-border/40 bg-background p-4" aria-hidden="true"> <div class="flex items-center justify-between"> <div class="flex items-center gap-2.5"> <span class="flex size-7 shrink-0 items-center justify-center rounded-lg ring-1 ring-inset bg-[var(--feat-magenta)]/10 text-[var(--feat-magenta)] ring-[var(--feat-magenta)]/20"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M12 20h9"/><path d="M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z"/></svg> </span> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Manuscripts</p> </div> <span class="reveal-pop flex items-center gap-1 rounded bg-success/10 px-1.5 py-0.5 text-[9px] font-medium text-success-ink" style="--child-delay: 0.7s"> <svg class="size-2.5" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7"></path></svg>
Saved
</span> </div> <p class="reveal-child mt-2 text-[12px] font-bold text-foreground" style="--child-delay: 0.3s">Introduction</p> <p class="reveal-child mt-1 text-[12px] leading-relaxed text-muted-foreground" style="--child-delay: 0.45s">
Whether consolidation holds beyond six months remains untested
<span class="ml-1 inline-flex translate-y-[-1px] items-center rounded border border-[var(--citation-border)] bg-[var(--citation-bg)] px-1 py-px text-[10px] font-semibold text-[var(--citation-text)]">(Okafor, 2023)</span>.
            This study follows recall across twelve months&hellip;
</p> <div class="reveal-child mt-3 flex items-center gap-2 rounded-lg border border-border/30 bg-card/60 px-3 py-2" style="--child-delay: 0.7s"> <svg class="size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7"></path></svg> <span class="text-[11px] text-muted-foreground">Guideline check: 14 of 14 rules pass</span> </div> </div> <p class="mt-4 flex-1 text-[13px] leading-relaxed text-muted-foreground">The writing, where the sources live. Auto-save, one-click citations, and 14 submission guideline checks.</p> <a href="/features/manuscript-editor/" class="group mt-3 inline-flex items-center gap-1.5 text-[13px] font-semibold text-brand-ink transition-opacity hover:opacity-80"> Explore Manuscripts <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div>  <div data-reveal class="flex h-full flex-col rounded-2xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] sm:p-7"> <div class="rounded-xl border border-border/40 bg-background p-4" aria-hidden="true"> <div class="flex items-center justify-between"> <div class="flex items-center gap-2.5"> <span class="flex size-7 shrink-0 items-center justify-center rounded-lg ring-1 ring-inset bg-[var(--feat-gold)]/10 text-[var(--feat-gold)] ring-[var(--feat-gold)]/20"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg> </span> <p class="text-[10px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Before submission</p> </div> <span class="reveal-pop flex items-center gap-1 rounded-full bg-success/10 px-2 py-0.5 text-[9px] font-medium text-success-ink" style="--child-delay: 0.85s"> <svg class="size-2.5" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path d="M5 13l4 4L19 7"></path></svg>
Ready to submit
</span> </div> <div class="reveal-child mt-2.5 flex items-center gap-2.5 rounded-lg border border-border/30 bg-card/60 px-3 py-2" style="--child-delay: 0.3s"> <div class="min-w-0 flex-1"> <p class="truncate text-[11px] font-medium text-foreground">Consolidation beyond six months</p> <p class="text-[10px] text-muted-foreground">Assigned to 2 reviewers</p> </div> <span class="shrink-0 rounded-full bg-success/10 px-2 py-0.5 text-[9px] font-medium text-success-ink">Review submitted</span> </div> <div class="reveal-child mt-1.5 flex items-center gap-3 rounded-lg border border-border/30 bg-card/60 px-3 py-2" style="--child-delay: 0.5s"> <p class="text-2xl font-black text-success-ink">4<span class="text-sm">%</span></p> <div class="min-w-0 flex-1"> <p class="text-[11px] font-medium text-foreground">Similarity, quotes and references excluded</p> <div class="mt-1 h-1 overflow-hidden rounded-full bg-muted"> <div class="reveal-bar h-full rounded-full bg-success" style="width: 4%; --child-delay: 0.6s"></div> </div> </div> </div> </div> <p class="mt-4 flex-1 text-[13px] leading-relaxed text-muted-foreground">The last pass. Colleagues review in the same workspace, and a similarity check runs before anything leaves your desk.</p> <a href="/features/plagiarism-detection/" class="group mt-3 inline-flex items-center gap-1.5 text-[13px] font-semibold text-brand-ink transition-opacity hover:opacity-80"> Explore the final checks <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div> </div> </div> </section>  <section id="features" class="relative scroll-mt-20 px-6 py-24 md:py-28" aria-labelledby="capabilities-heading"> <div class="mx-auto max-w-6xl"> <div class="mx-auto mb-12 max-w-2xl text-center md:mb-16" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">06</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The Workspace</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="capabilities-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Eight tools. One desk.
</h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
You met some of them in the story. Here is the whole journey, in the
          order a project moves through it: gather, understand, discover, stay
          current, cite, write, review, submit. Every stage at the same desk.
</p> </div> </div> <ol class="relative grid gap-4 sm:grid-cols-2 lg:grid-cols-4" data-reveal-group data-reveal-stagger="90">  <div class="pointer-events-none absolute left-[10%] right-[10%] top-[5.5rem] hidden border-t-2 border-dotted border-rule lg:block" aria-hidden="true" data-reveal="rule"></div> <div class="pointer-events-none absolute left-[10%] right-[10%] bottom-[8.5rem] hidden border-t-2 border-dotted border-rule lg:block" aria-hidden="true" data-reveal="rule"></div> <li data-reveal class="h-full"> <a data-journey-node href="/docs/v1.x/uploading-documents/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-blue)]/10 text-[var(--feat-blue)] ring-[var(--feat-blue)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 7v14"/><path d="M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">01</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">My documents</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">First, gather the literature</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> See how uploads work <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/ai-chat/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-teal)]/10 text-[var(--feat-teal)] ring-[var(--feat-teal)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"/><path d="M20 3v4"/><path d="M22 5h-4"/><path d="M4 17v2"/><path d="M5 18H3"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">02</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Ask Alfred</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">Understand what you have</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Ask Alfred <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/telescope/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-green)]/10 text-[var(--feat-green)] ring-[var(--feat-green)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44"/><path d="m13.56 11.747 4.332-.924"/><path d="m16 21-3.105-6.21"/><path d="M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.728l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z"/><path d="m6.158 8.633 1.114 4.456"/><path d="m8 21 3.105-6.21"/><circle cx="12" cy="13" r="2"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">03</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Telescope</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">Find the gap worth pursuing</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Telescope <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/loops/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-red)]/10 text-[var(--feat-red)] ring-[var(--feat-red)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M19.07 4.93A10 10 0 0 0 6.99 3.34"/><path d="M4 6h.01"/><path d="M2.29 9.62A10 10 0 1 0 21.31 8.35"/><path d="M16.24 7.76A6 6 0 1 0 8.23 16.67"/><path d="M12 18h.01"/><path d="M17.99 11.66A6 6 0 0 1 15.77 16.67"/><circle cx="12" cy="12" r="2"/><path d="m13.41 10.59 5.66-5.66"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">04</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Loops</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">Stay current while you work</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Loops <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/citation-manager/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-orange)]/10 text-[var(--feat-orange)] ring-[var(--feat-orange)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M10 2v8l3-2 3 2V2"/><path d="M19 2H6.5A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22H20V3a1 1 0 0 0-1-1z"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">05</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Citations</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">References, ready to drop in</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Citations <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/manuscript-editor/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-magenta)]/10 text-[var(--feat-magenta)] ring-[var(--feat-magenta)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 20h9"/><path d="M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">06</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Manuscripts</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">Now, write it up</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Manuscripts <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/collaboration/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-violet)]/10 text-[var(--feat-violet)] ring-[var(--feat-violet)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"/><circle cx="12" cy="12" r="3"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">07</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Peer reviews</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">Colleagues weigh in</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Peer reviews <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li><li data-reveal class="h-full"> <a data-journey-node href="/features/plagiarism-detection/" class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-center gap-3"> <span class="relative z-10 flex size-11 shrink-0 items-center justify-center rounded-xl ring-1 ring-inset bg-[var(--feat-gold)]/10 text-[var(--feat-gold)] ring-[var(--feat-gold)]/20"> <svg class="size-5" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg> </span> <span class="font-serif text-[15px] font-medium text-muted-foreground" aria-hidden="true">08</span> </div>  <h3 class="mt-4 text-[13px] font-semibold uppercase tracking-[0.18em] text-foreground">Plagiarism checks</h3> <p class="mt-1.5 flex-1 font-serif text-[15px] leading-snug text-foreground">The final pass before you submit</p> <span class="mt-4 inline-flex items-center gap-1.5 text-[12px] font-medium text-brand-ink opacity-70 transition-opacity group-hover:opacity-100"> Explore Plagiarism checks <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </li> </ol> </div> </section>  <section id="audiences" class="relative scroll-mt-20 px-6 py-24 md:py-28" aria-labelledby="audiences-heading"> <div class="mx-auto max-w-6xl"> <div class="mx-auto mb-14 max-w-2xl text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">07</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>Who Alfred is for</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="audiences-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Every desk in the department<span class="text-brand-ink">.</span> </h2> <p class="mx-auto mt-4 max-w-lg text-base leading-relaxed text-muted-foreground">
A doctorate, a supervision load, and a lab ask different things of one tool. Alfred is shaped for each.
</p> </div> </div> <div class="grid gap-5 md:grid-cols-3" data-reveal-group data-reveal-stagger="120"> <a href="/for/phd-students/" data-reveal class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] group-hover:border-primary/40"> <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">For PhD candidates</p> <h3 class="mt-3 font-serif text-xl font-semibold leading-snug text-foreground">The dissertation years, organized</h3> <p class="mt-3 text-[14px] leading-relaxed text-muted-foreground">Keep every paper you read in one searchable library, ask questions across all of them, and run a plagiarism check before anything leaves your desk.</p> <ul class="mt-5 flex-1 space-y-2.5"> <li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Chat across your whole library </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Citations formatted in any style </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Plagiarism check before submission </li> </ul> <span class="mt-6 inline-flex items-center gap-1.5 border-t border-rule/60 pt-5 text-[13px] font-medium text-brand-ink"> Built for PhD students <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a><a href="/for/professors/" data-reveal class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] group-hover:border-[var(--feat-teal)]/40"> <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">For professors &amp; supervisors</p> <h3 class="mt-3 font-serif text-xl font-semibold leading-snug text-foreground">Guide more, chase less</h3> <p class="mt-3 text-[14px] leading-relaxed text-muted-foreground">Assign manuscripts to reviewers, collect structured feedback in one place, and keep every student&#39;s draft moving without another email thread.</p> <ul class="mt-5 flex-1 space-y-2.5"> <li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Peer review assignment &amp; tracking </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Inline comments on manuscripts </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> One workspace per project </li> </ul> <span class="mt-6 inline-flex items-center gap-1.5 border-t border-rule/60 pt-5 text-[13px] font-medium text-brand-ink"> Built for professors <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a><a href="/for/research-teams/" data-reveal class="group relative flex h-full flex-col rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] group-hover:border-[var(--feat-magenta)]/40"> <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">For research labs</p> <h3 class="mt-3 font-serif text-xl font-semibold leading-snug text-foreground">One library, the whole lab</h3> <p class="mt-3 text-[14px] leading-relaxed text-muted-foreground">A single Lab plan seats a PI and four researchers in shared workspaces with role-based access, so the lab&#39;s reading lives in the lab, not on someone&#39;s laptop.</p> <ul class="mt-5 flex-1 space-y-2.5"> <li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 5 seats on one plan (1 PI + 4 researchers) </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Unlimited peer reviewers </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 20 plagiarism checks a month </li> </ul> <span class="mt-6 inline-flex items-center gap-1.5 border-t border-rule/60 pt-5 text-[13px] font-medium text-brand-ink"> Built for labs <svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </span> </a> </div> </div> </section>  <section id="act-quiet" class="relative scroll-mt-20 overflow-hidden px-6 py-24 md:py-28" aria-labelledby="calm-heading"> <div class="mx-auto max-w-6xl"> <div class="grid items-center gap-12 lg:grid-cols-12 lg:gap-14"> <div class="lg:col-span-6"> <div class="flex items-center gap-4 justify-start justify-start">  <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">08</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>The quiet weeks</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="calm-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]" data-reveal="blur">
Then the desk goes quiet<span class="text-brand-ink">.</span> </h2> <p class="mt-4 max-w-lg text-base leading-relaxed text-muted-foreground" data-reveal>
The pile from the first act is a library now. The questions have pages
          behind them. The gap has a manuscript growing over it. And the desk
          keeps itself while you work.
</p> <ul class="mt-7 space-y-3.5" data-reveal-group data-reveal-stagger="100"> <li class="flex items-start gap-3 text-[14px] leading-relaxed text-secondary-ink" data-reveal style="--draw-delay: 0.3s"> <svg class="mt-0.5 size-4 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Metadata, references, and full text extracted from every PDF on upload. </li><li class="flex items-start gap-3 text-[14px] leading-relaxed text-secondary-ink" data-reveal style="--draw-delay: 0.42s"> <svg class="mt-0.5 size-4 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Every conversation becomes connected notes, filed for you and traceable to the source. </li><li class="flex items-start gap-3 text-[14px] leading-relaxed text-secondary-ink" data-reveal style="--draw-delay: 0.54s"> <svg class="mt-0.5 size-4 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Manuscripts and notes save as you go. Nothing to remember, nothing to lose. </li><li class="flex items-start gap-3 text-[14px] leading-relaxed text-secondary-ink" data-reveal style="--draw-delay: 0.6599999999999999s"> <svg class="mt-0.5 size-4 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Your keywords watched weekly. Quiet weeks stay quiet: if nothing verifiable turned up, the digest says so plainly. </li> </ul> <p class="mt-7 max-w-lg font-serif text-[17px] italic leading-snug text-brand-ink" data-reveal="fade">
"Less time running the workflow. More time inside the work."
</p> <a href="/features/loops/" class="group mt-6 inline-flex items-center gap-1.5 text-[14px] font-semibold text-brand-ink transition-colors hover:text-brand-ink/80" data-reveal="fade">
Explore Loops
<svg class="size-4 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg> </a> </div>  <div class="mx-auto w-full max-w-md lg:col-span-6 lg:max-w-none" data-reveal="scale" aria-hidden="true"> <div class="rounded-2xl border border-rule bg-card p-5 shadow-[var(--shadow-elevated)]">  <div class="flex items-center gap-2.5 border-b border-border/40 pb-3"> <svg class="size-4 shrink-0 text-[var(--feat-red)]" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M19.07 4.93A10 10 0 0 0 6.99 3.34"/><path d="M4 6h.01"/><path d="M2.29 9.62A10 10 0 1 0 21.31 8.35"/><path d="M16.24 7.76A6 6 0 1 0 8.23 16.67"/><path d="M12 18h.01"/><path d="M17.99 11.66A6 6 0 0 1 15.77 16.67"/><circle cx="12" cy="12" r="2"/><path d="m13.41 10.59 5.66-5.66"/></svg> <span class="text-[13px] font-semibold text-foreground">Loops</span>        <span class="ml-auto flex items-center gap-1.5 rounded-full bg-success/10 px-2 py-0.5 text-[10px] font-medium text-success-ink"> <span class="relative flex size-1.5"> <span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-success/60"></span> <span class="relative inline-flex size-1.5 rounded-full bg-success"></span> </span>
Watching weekly
</span> </div>        <div class="mt-4"> <div class="flex flex-wrap items-center justify-between gap-x-6 gap-y-3"> <div class="flex flex-wrap items-center gap-1.5"> <span class="rounded-full border border-[var(--feat-red)]/25 bg-[var(--feat-red)]/[0.07] px-2.5 py-1 text-[11px] font-medium text-[var(--feat-red)]">sleep and memory</span><span class="rounded-full border border-[var(--feat-red)]/25 bg-[var(--feat-red)]/[0.07] px-2.5 py-1 text-[11px] font-medium text-[var(--feat-red)]">hippocampal replay</span> </div> <div class="flex items-center gap-2.5"> <div class="flex items-end gap-1.5"> <span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">M</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">T</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">W</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">T</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-[var(--feat-red)]"> <span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-[var(--feat-red)]/50"></span> </span> <span class="text-[8px] leading-none font-semibold text-[var(--feat-red)]">F</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">S</span> </span><span class="flex flex-col items-center gap-1"> <span class="relative flex size-1.5 rounded-full bg-muted-foreground/25">  </span> <span class="text-[8px] leading-none text-muted-foreground">S</span> </span> </div> <span class="text-[11px] text-muted-foreground">Fri, 9:00</span> </div> </div> <div class="mt-4 rounded-xl border border-border/40 bg-card p-4"> <div class="flex items-center gap-2"> <span class="text-[12px] font-semibold text-foreground">Your weekly digest</span> <span class="ml-auto text-[10px] text-muted-foreground">Last 7 days &middot; 3 findings</span> </div> <ul class="mt-3 space-y-2"> <li class="reveal-child flex items-center gap-2.5 rounded-lg border border-border/30 bg-background/60 px-3 py-2" style="--child-delay: 0.35s"> <span class="w-24 shrink-0 truncate rounded bg-muted px-1.5 py-0.5 text-center text-[9px] font-medium text-muted-foreground">Nature Neurosci.</span> <span class="min-w-0 flex-1 truncate text-[11px] text-secondary-ink">Replay density predicts next-day recall</span> <svg class="size-3 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M7 17L17 7M17 7H8m9 0v9"></path></svg> </li><li class="reveal-child flex items-center gap-2.5 rounded-lg border border-border/30 bg-background/60 px-3 py-2" style="--child-delay: 0.57s"> <span class="w-24 shrink-0 truncate rounded bg-muted px-1.5 py-0.5 text-center text-[9px] font-medium text-muted-foreground">bioRxiv</span> <span class="min-w-0 flex-1 truncate text-[11px] text-secondary-ink">Targeted reactivation scales to natural sleep</span> <svg class="size-3 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M7 17L17 7M17 7H8m9 0v9"></path></svg> </li><li class="reveal-child flex items-center gap-2.5 rounded-lg border border-border/30 bg-background/60 px-3 py-2" style="--child-delay: 0.79s"> <span class="w-24 shrink-0 truncate rounded bg-muted px-1.5 py-0.5 text-center text-[9px] font-medium text-muted-foreground">PsyArXiv</span> <span class="min-w-0 flex-1 truncate text-[11px] text-secondary-ink">Preregistered null on nap-based consolidation</span> <svg class="size-3 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M7 17L17 7M17 7H8m9 0v9"></path></svg> </li> </ul> <p class="reveal-child mt-3 flex items-center gap-1.5 border-t border-border/30 pt-2.5 text-[10px] text-muted-foreground" style="--child-delay: 1.1s"> <svg class="size-3 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg>
Emailed to you, and saved in your workspace as an Insight
</p> </div> </div>  </div> </div> </div> </div> </section>  <section class="relative overflow-hidden px-6 py-20 md:py-24" aria-labelledby="grounding-heading"> <div class="pointer-events-none absolute inset-0 -z-10" aria-hidden="true"> <div class="absolute top-[-40%] left-1/2 size-[420px] -translate-x-1/2 rounded-full bg-brand/[0.05] blur-[110px]"></div> </div> <div class="mx-auto max-w-4xl"> <div class="mx-auto mb-12 max-w-2xl text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span>Why not just a chatbot?</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="grounding-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Grounded in <em class="marker-underline marker-reveal font-medium not-italic">your papers</em>, not in guesswork.
</h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
Most researchers already ask a general chatbot. The trouble is what it answers from, and what it does when it does not know.
</p> </div> </div> <div class="grid gap-5 md:grid-cols-2" data-reveal-group data-reveal-stagger="120">  <div data-reveal class="relative rounded-2xl border border-dashed border-rule bg-card/50 p-7 md:rotate-[-0.6deg]"> <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-muted-foreground">A general chatbot</p> <ul class="mt-5 space-y-4"> <li class="flex items-start gap-3 text-[15px] leading-relaxed text-muted-foreground"> <svg class="mt-1 size-3.5 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg> <span>Answers from training memory, not from your library.</span> </li><li class="flex items-start gap-3 text-[15px] leading-relaxed text-muted-foreground"> <svg class="mt-1 size-3.5 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg> <span>References that look plausible can point nowhere.</span> </li><li class="flex items-start gap-3 text-[15px] leading-relaxed text-muted-foreground"> <svg class="mt-1 size-3.5 shrink-0 text-muted-foreground" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg> <span>Whatever you paste may be retained, and may train the next model.</span> </li> </ul> </div>  <div data-reveal class="relative rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)]"> <p class="flex items-center gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink"> <svg class="size-4" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="Alfred Scholar"> <defs> <linearGradient id="alfBg-eri3vk7" x1="32" y1="0" x2="32" y2="64" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2F6BFF"></stop> <stop offset="1" stop-color="#2259E4"></stop> </linearGradient> </defs> <rect x="0" y="0" width="64" height="64" rx="14" fill="url(#alfBg-eri3vk7)"></rect> <g stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" fill="none"> <path d="M16 46 L32 18 L48 46" stroke-width="3.4"></path> <path d="M16 46 Q24 40 32 38 Q40 40 48 46" stroke-width="2.6"></path> </g> </svg>
Alfred
</p> <ul class="mt-5 space-y-4"> <li class="flex items-start gap-3 text-[15px] leading-relaxed text-secondary-ink" style="--draw-delay: 0.4s"> <svg class="mt-1 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> <span>Answers only from the papers you upload.</span> </li><li class="flex items-start gap-3 text-[15px] leading-relaxed text-secondary-ink" style="--draw-delay: 0.55s"> <svg class="mt-1 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> <span>Every claim carries the exact page it came from.</span> </li><li class="flex items-start gap-3 text-[15px] leading-relaxed text-secondary-ink" style="--draw-delay: 0.7s"> <svg class="mt-1 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> <span>If it is not in your papers, Alfred says so.</span> </li> </ul> <p class="mt-5 border-t border-rule/60 pt-4 font-serif text-[14px] italic leading-snug text-brand-ink">
"Every answer points to the exact page, so you can check it yourself."
</p> </div> </div>  <p class="mx-auto mt-9 max-w-2xl text-center text-[13px] leading-relaxed text-muted-foreground" data-reveal="fade"> <span class="font-semibold text-muted-foreground">How it works underneath:</span>
each question runs a hybrid full-text and semantic search across your library,
      and only the passages Alfred actually finds become the answer.
</p> </div> </section>  <section class="relative overflow-hidden py-12" aria-label="Why researchers can take Alfred at its word">  <div class="mx-auto max-w-5xl px-6"> <p class="mb-8 text-center text-[11px] font-semibold uppercase tracking-[0.22em] text-muted-foreground" data-reveal="fade">
What every workspace comes with
</p> <ul class="grid grid-cols-2 gap-x-6 gap-y-8 lg:grid-cols-4" x-data="countUp" data-reveal-group data-reveal-stagger="90"> <li class="text-center" data-reveal> <span class="flex items-baseline justify-center font-serif text-4xl font-semibold tracking-tight text-foreground md:text-[2.75rem]"> <span class="inline-block text-right tabular-nums min-w-[3ch]" data-count-to="250">250</span><span class="text-brand-ink">M+</span> </span> <span class="mt-2 block text-[13px] font-medium leading-snug text-secondary-ink">scholarly works one DOI lookup away</span> <span class="mt-0.5 block text-xs text-muted-foreground">via OpenAlex, CrossRef &amp; more</span> </li><li class="text-center" data-reveal> <span class="flex items-baseline justify-center font-serif text-4xl font-semibold tracking-tight text-foreground md:text-[2.75rem]"> <span class="inline-block text-right tabular-nums min-w-[1ch]" data-count-to="6">6</span><span class="text-brand-ink"></span> </span> <span class="mt-2 block text-[13px] font-medium leading-snug text-secondary-ink">citation styles, formatted for you</span> <span class="mt-0.5 block text-xs text-muted-foreground">APA to Vancouver</span> </li><li class="text-center" data-reveal> <span class="flex items-baseline justify-center font-serif text-4xl font-semibold tracking-tight text-foreground md:text-[2.75rem]"> <span class="inline-block text-right tabular-nums min-w-[2ch]" data-count-to="14">14</span><span class="text-brand-ink"></span> </span> <span class="mt-2 block text-[13px] font-medium leading-snug text-secondary-ink">submission guideline checks</span> <span class="mt-0.5 block text-xs text-muted-foreground">before your manuscript leaves</span> </li><li class="text-center" data-reveal> <span class="flex items-baseline justify-center font-serif text-4xl font-semibold tracking-tight text-foreground md:text-[2.75rem]"> <span class="inline-block text-right tabular-nums min-w-[1ch]" data-count-to="3">3</span><span class="text-brand-ink"></span> </span> <span class="mt-2 block text-[13px] font-medium leading-snug text-secondary-ink">days of full Pro trial</span> <span class="mt-0.5 block text-xs text-muted-foreground">and cancel any time</span> </li> </ul> </div>  <div class="relative mt-11" style="-webkit-mask-image:linear-gradient(to right,transparent,#000 8rem,#000 calc(100% - 8rem),transparent);mask-image:linear-gradient(to right,transparent,#000 8rem,#000 calc(100% - 8rem),transparent);" aria-hidden="true">  <div data-marquee class="flex animate-marquee whitespace-nowrap hover:[animation-play-state:paused]"> <span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> PhD Candidates <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Postdoctoral Researchers <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Research Teams <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Lab Directors <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Graduate Students <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Faculty Professors <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Independent Scholars <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Research Assistants <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> PhD Candidates <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Postdoctoral Researchers <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Research Teams <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Lab Directors <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Graduate Students <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Faculty Professors <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Independent Scholars <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span><span class="mx-8 inline-flex items-center gap-8 font-serif text-lg font-medium italic text-muted-foreground transition-colors duration-300 hover:text-secondary-ink"> Research Assistants <span class="font-sans text-[10px] not-italic text-brand-ink/50" aria-hidden="true">&#10022;</span> </span> </div> </div> </section>  <section id="security" class="relative px-6 py-24 md:py-28" aria-labelledby="security-heading"> <div class="mx-auto max-w-4xl">  <div class="mb-14 text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">09</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>Privacy &amp; Security</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="security-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Your research stays <em class="marker-underline marker-reveal font-medium not-italic">yours</em>.
</h2> <p class="mx-auto mt-4 max-w-lg text-base leading-relaxed text-muted-foreground">
We are a subscription business. We make money when you pay for a plan, not by selling your data or mining your research.
</p> </div> </div>  <div class="grid gap-4 sm:grid-cols-2" data-reveal-group data-reveal-stagger="90"> <div data-reveal style="--draw-delay: 0.4s" class="group relative overflow-hidden rounded-xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-0.5 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-start justify-between gap-4"> <div class="flex items-start gap-4"> <div class="mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-lg bg-primary/[0.08] text-brand-ink transition-colors duration-300 group-hover:bg-primary/[0.15]"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg> </div> <div> <h3 class="text-sm font-semibold text-foreground">Workspace-scoped access</h3> <p class="mt-1.5 text-[13px] leading-relaxed text-muted-foreground">Your research is scoped to your workspace. Only you and the colleagues you explicitly invite can see it. No one outside your team can access your data.</p> </div> </div> <span class="shrink-0 font-serif text-sm font-medium tabular-nums text-brand-ink/40" aria-hidden="true">01</span> </div> </div><div data-reveal style="--draw-delay: 0.52s" class="group relative overflow-hidden rounded-xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-0.5 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-start justify-between gap-4"> <div class="flex items-start gap-4"> <div class="mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-lg bg-primary/[0.08] text-brand-ink transition-colors duration-300 group-hover:bg-primary/[0.15]"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" d="M12 3v12"/><path class="draw-stroke" pathLength="1" d="m8 11 4 4 4-4"/><path class="draw-stroke" pathLength="1" d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2"/></svg> </div> <div> <h3 class="text-sm font-semibold text-foreground">Your data leaves with you</h3> <p class="mt-1.5 text-[13px] leading-relaxed text-muted-foreground">Export your citations in BibTeX or RIS whenever you like. Your work is never locked in: if you stop paying, your data stays yours, and we will never delete your account or your data without notice.</p> </div> </div> <span class="shrink-0 font-serif text-sm font-medium tabular-nums text-brand-ink/40" aria-hidden="true">02</span> </div> </div><div data-reveal style="--draw-delay: 0.64s" class="group relative overflow-hidden rounded-xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-0.5 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-start justify-between gap-4"> <div class="flex items-start gap-4"> <div class="mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-lg bg-primary/[0.08] text-brand-ink transition-colors duration-300 group-hover:bg-primary/[0.15]"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"/><line class="draw-stroke" pathLength="1" x1="1" y1="1" x2="23" y2="23"/></svg> </div> <div> <h3 class="text-sm font-semibold text-foreground">Never used to train AI</h3> <p class="mt-1.5 text-[13px] leading-relaxed text-muted-foreground">We do not use your documents to train AI models. What you upload informs only your own work.</p> </div> </div> <span class="shrink-0 font-serif text-sm font-medium tabular-nums text-brand-ink/40" aria-hidden="true">03</span> </div> </div><div data-reveal style="--draw-delay: 0.76s" class="group relative overflow-hidden rounded-xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-0.5 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-start justify-between gap-4"> <div class="flex items-start gap-4"> <div class="mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-lg bg-primary/[0.08] text-brand-ink transition-colors duration-300 group-hover:bg-primary/[0.15]"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><polyline class="draw-stroke" pathLength="1" points="23 4 23 10 17 10"/><polyline class="draw-stroke" pathLength="1" points="1 20 1 14 7 14"/><path class="draw-stroke" pathLength="1" d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"/></svg> </div> <div> <h3 class="text-sm font-semibold text-foreground">Your work saves automatically</h3> <p class="mt-1.5 text-[13px] leading-relaxed text-muted-foreground">Every edit to your manuscripts and library is saved as you go, so a closed tab or dropped connection never costs you progress.</p> </div> </div> <span class="shrink-0 font-serif text-sm font-medium tabular-nums text-brand-ink/40" aria-hidden="true">04</span> </div> </div><div data-reveal style="--draw-delay: 0.88s" class="group relative overflow-hidden rounded-xl border border-rule bg-card p-6 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-0.5 hover:shadow-[var(--shadow-card-hover)]"> <div class="flex items-start justify-between gap-4"> <div class="flex items-start gap-4"> <div class="mt-0.5 flex size-9 shrink-0 items-center justify-center rounded-lg bg-primary/[0.08] text-brand-ink transition-colors duration-300 group-hover:bg-primary/[0.15]"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><rect class="draw-stroke" pathLength="1" width="18" height="11" x="3" y="11" rx="2" ry="2"/><path class="draw-stroke" pathLength="1" d="M7 11V7a5 5 0 0 1 10 0v4"/></svg> </div> <div> <h3 class="text-sm font-semibold text-foreground">Sign-in you control</h3> <p class="mt-1.5 text-[13px] leading-relaxed text-muted-foreground">Add two-factor authentication with an authenticator app and recovery codes, or sign in with a passkey using Face ID, Touch ID, Windows Hello, or a security key.</p> </div> </div> <span class="shrink-0 font-serif text-sm font-medium tabular-nums text-brand-ink/40" aria-hidden="true">05</span> </div> </div> </div>  <div class="mt-8 flex flex-col items-center justify-center gap-x-6 gap-y-2 text-center sm:flex-row" data-reveal="fade"> <a href="/privacy/" class="group inline-flex items-center gap-1.5 text-[13px] font-medium text-brand-ink transition-colors hover:text-brand-ink/80">
Read the full privacy policy
<svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> <span class="hidden text-rule sm:inline" aria-hidden="true">&middot;</span> <span class="text-[13px] text-muted-foreground">
Questions about data handling? <a href="/contact/" class="font-medium text-secondary-ink underline decoration-rule underline-offset-2 transition-colors hover:text-brand-ink">Ask us directly</a> </span> </div> </div> </section>  <section id="testimonials" class="relative scroll-mt-20 py-24 md:py-28" aria-labelledby="testimonials-heading"><div class="mx-auto mb-12 max-w-6xl px-6"><div class="text-center" data-reveal="blur"><div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">10</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>Testimonials</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div><h2 id="testimonials-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
From the <em class="marker-underline marker-reveal font-medium not-italic">margins</em> of real research.
</h2><p class="mx-auto mt-4 max-w-2xl text-base leading-relaxed text-muted-foreground">
Real names, real universities, unedited words. All 12 of them file past on two shelves running against each other; rest a cursor anywhere to hold them still.
</p></div></div><div class="drift-rail relative flex flex-col gap-5 [--rail-fade:2.5rem] sm:[--rail-fade:6rem] lg:[--rail-fade:9rem]" style="-webkit-mask-image:linear-gradient(to right,transparent,#000 var(--rail-fade),#000 calc(100% - var(--rail-fade)),transparent);mask-image:linear-gradient(to right,transparent,#000 var(--rail-fade),#000 calc(100% - var(--rail-fade)),transparent);" data-reveal><ul class="drift-track items-stretch pb-3 pt-3 [--drift-gap:1.25rem]" data-drift="left" style="--drift-duration:84s"><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">since using alfred scholar the biggest change has been the transition from manual searching to targeted synthesis in reading it highlights  core arguments and methodology instantly saving hours of skimmig</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">F</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Falak Ssss</span>  </span>  <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">igntu, amarkantak</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">This is very exciting and impactful! Takes away the anxiousness of switching between many platforms during the research workflow. The amount of data- papers, referencing, citation-reference analysis (n-hops)- and their synthesis and reporting become particularly tedious when done across multiple platforms and across multiple projects. It&#39;s like a friend that helps you carry all your notes and resources with yourself, helping clear your mental faculties for doing the cool scholarly stuff that got you into scholarship in the first place. I am still discovering the arenas of impact and it feels like someone heard how calm I would actually prefer to be while doing research. 

Much love to the platform. Hope to see it grow and reach many scholars, looking for ways to save their energy and avoid clutter and over-reliance on memory alone.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">R</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Rya Ray</span> <a href="https://www.linkedin.com/in/rya-ray/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Rya Ray on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Independent Researcher, PhD from IIM Ahmedabad</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Self-employed</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">I highly recommend Alfred Scholar to anyone doing serious academic research. It has streamlined my literature reviews, and its AI chat gives exact page citations, so I never have to worry about hallucinations. It has saved me hours of manual work.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Pratiksh Patel</span> <a href="https://www.linkedin.com/in/pratikshkumar-patel-ph-d-16474a76/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Pratiksh Patel on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Postdoctoral Researcher</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">UT Southwestern Medical Center</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Fine, could not believe, highly useful for research. Highly recommended for budding researchers, guides like a supervisor, hats off.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">S</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Suresh kumar S</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Researcher</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Parks College</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">One of the best research platforms I’ve used! An excellent resource for scholars. Couldn’t have asked for more. Highly recommended!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">J</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">J K</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">N. L. Dalmia Institute of Management Studies and Research</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Alfred Scholar has made my research workflow faster, clearer, and far more organized. It’s an essential tool for any scholar.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">K</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Khoziumkamola</span>  </span>  <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Institute of Internal Diseases, NRC</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">since using alfred scholar the biggest change has been the transition from manual searching to targeted synthesis in reading it highlights  core arguments and methodology instantly saving hours of skimmig</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">F</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Falak Ssss</span>  </span>  <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">igntu, amarkantak</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">This is very exciting and impactful! Takes away the anxiousness of switching between many platforms during the research workflow. The amount of data- papers, referencing, citation-reference analysis (n-hops)- and their synthesis and reporting become particularly tedious when done across multiple platforms and across multiple projects. It&#39;s like a friend that helps you carry all your notes and resources with yourself, helping clear your mental faculties for doing the cool scholarly stuff that got you into scholarship in the first place. I am still discovering the arenas of impact and it feels like someone heard how calm I would actually prefer to be while doing research. 

Much love to the platform. Hope to see it grow and reach many scholars, looking for ways to save their energy and avoid clutter and over-reliance on memory alone.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">R</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Rya Ray</span> <a href="https://www.linkedin.com/in/rya-ray/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Rya Ray on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Independent Researcher, PhD from IIM Ahmedabad</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Self-employed</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">I highly recommend Alfred Scholar to anyone doing serious academic research. It has streamlined my literature reviews, and its AI chat gives exact page citations, so I never have to worry about hallucinations. It has saved me hours of manual work.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Pratiksh Patel</span> <a href="https://www.linkedin.com/in/pratikshkumar-patel-ph-d-16474a76/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Pratiksh Patel on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Postdoctoral Researcher</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">UT Southwestern Medical Center</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Fine, could not believe, highly useful for research. Highly recommended for budding researchers, guides like a supervisor, hats off.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">S</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Suresh kumar S</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Researcher</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Parks College</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">One of the best research platforms I’ve used! An excellent resource for scholars. Couldn’t have asked for more. Highly recommended!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">J</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">J K</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">N. L. Dalmia Institute of Management Studies and Research</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Alfred Scholar has made my research workflow faster, clearer, and far more organized. It’s an essential tool for any scholar.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">K</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Khoziumkamola</span>  </span>  <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Institute of Internal Diseases, NRC</span> </span> </span> </figcaption> </figure></li></ul><ul class="drift-track items-stretch pb-3 pt-3 [--drift-gap:1.25rem]" data-drift="right" style="--drift-duration:84s"><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Alfred Scholar has made manuscript writing much easier for me. It helps ensure proper formatting, offers plagiarism checking, supports multiple citation styles, and includes an excellent AI Chat feature for extracting notes and insights from PDFs. It&#39;s a valuable tool for researchers looking to improve productivity and writing quality.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Pradip Bhoi</span> <a href="https://www.linkedin.com/in/pradip-bhoi-ab115678/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Pradip Bhoi on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">M.Pharm Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Mumbai University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Earlier, research writing, thesis work, and manuscript preparation used to take a lot of my time and effort. However, since I subscribed to Alfred Scholar and started using the platform, my research workflow has become much easier and more organized.

What I appreciate most is that multiple essential features are available in one place. The AI humanizer, plagiarism detection, and writing assistance tools have helped me save a significant amount of time while improving the quality of my work. The entire process is now much more streamlined and efficient.

Thank you, Alfred Scholar, for making academic writing and research management so convenient. I would definitely recommend this platform to students, researchers, and academicians looking to simplify their research journey.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">M</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Manisha Prajapati</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">PhD Scholar, Mathematics</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Teerthanker Mahaveer University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">As someone who is working on research papers and my thesis, I found that keeping track of articles, notes, references and citation across multiple platforms was very challenging for me. Alfred Scholar brought everything together in one place making my entire workflow more organized and efficient. One of the most important advantages of using Alfred Scholar is that it manages the citation and honestly that has saved a lot of time and reduce the stress of organizing references correctly. And the fact that the writing of research paper or thesis has become much easier and smoother process.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">A</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Amruta Salve</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Dr Babasaheb Ambedkar Marathwada University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">If you are into serious research, you need to check out Alfred Scholar. From streamlining my peer review and citation management to its top-tier AI humanization tools, it covers it all. My favorite feature is the voice dictation, it’s been a massive productivity booster for drafting my manuscripts. Highly recommended for fellow scholars!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Poorva Yadav</span> <a href="https://www.linkedin.com/in/poorva-yadav-143b9112a/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Poorva Yadav on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Dr.APJ.Abdul Kalam Technical university</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">This is such a useful workspace for researchers. Almost all the essential research tools are available in one place, which makes research much easier. I personally find it very helpful, and I’ve been recommending it to all my workshop participants as well. It’s a fantastic tool that can save researchers a lot of time. Highly recommended!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">A</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">ANMOL RATTAN</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">PhD</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">CU</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem]"><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">What I love most about Alfred Scholar is that everything is in one place: manuscript writing, literature review support, citation checking, and plagiarism checking. My favourite feature is the AI Chat because it makes understanding research papers and literature so much easier compared to any other app. It has also made my research life more organized and systematic.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">J</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Jasmine Kaur Gandhi</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Panjab University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Alfred Scholar has made manuscript writing much easier for me. It helps ensure proper formatting, offers plagiarism checking, supports multiple citation styles, and includes an excellent AI Chat feature for extracting notes and insights from PDFs. It&#39;s a valuable tool for researchers looking to improve productivity and writing quality.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Pradip Bhoi</span> <a href="https://www.linkedin.com/in/pradip-bhoi-ab115678/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Pradip Bhoi on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">M.Pharm Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Mumbai University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">Earlier, research writing, thesis work, and manuscript preparation used to take a lot of my time and effort. However, since I subscribed to Alfred Scholar and started using the platform, my research workflow has become much easier and more organized.

What I appreciate most is that multiple essential features are available in one place. The AI humanizer, plagiarism detection, and writing assistance tools have helped me save a significant amount of time while improving the quality of my work. The entire process is now much more streamlined and efficient.

Thank you, Alfred Scholar, for making academic writing and research management so convenient. I would definitely recommend this platform to students, researchers, and academicians looking to simplify their research journey.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">M</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Manisha Prajapati</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">PhD Scholar, Mathematics</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Teerthanker Mahaveer University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">As someone who is working on research papers and my thesis, I found that keeping track of articles, notes, references and citation across multiple platforms was very challenging for me. Alfred Scholar brought everything together in one place making my entire workflow more organized and efficient. One of the most important advantages of using Alfred Scholar is that it manages the citation and honestly that has saved a lot of time and reduce the stress of organizing references correctly. And the fact that the writing of research paper or thesis has become much easier and smoother process.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">A</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Amruta Salve</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Dr Babasaheb Ambedkar Marathwada University</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-brand/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">If you are into serious research, you need to check out Alfred Scholar. From streamlining my peer review and citation management to its top-tier AI humanization tools, it covers it all. My favorite feature is the voice dictation, it’s been a massive productivity booster for drafting my manuscripts. Highly recommended for fellow scholars!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-brand/10 text-brand-ink">P</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Poorva Yadav</span> <a href="https://www.linkedin.com/in/poorva-yadav-143b9112a/" target="_blank" rel="noopener noreferrer" class="shrink-0 text-muted-foreground transition-colors hover:text-[#0a66c2]" aria-label="Poorva Yadav on LinkedIn" title="Verified on LinkedIn"> <svg class="size-3.5" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg> </a> </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Dr.APJ.Abdul Kalam Technical university</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-primary/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-brand-ink/25 group-hover:text-brand-ink/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">This is such a useful workspace for researchers. Almost all the essential research tools are available in one place, which makes research much easier. I personally find it very helpful, and I’ve been recommending it to all my workshop participants as well. It’s a fantastic tool that can save researchers a lot of time. Highly recommended!</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-primary/10 text-brand-ink">A</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">ANMOL RATTAN</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">PhD</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">CU</span> </span> </span> </figcaption> </figure></li><li class="w-[82vw] max-w-[26rem] shrink-0 snap-start sm:w-[26rem] drift-clone" aria-hidden="true" inert><figure class="group relative flex flex-col overflow-hidden rounded-2xl border border-rule bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] h-full">  <div class="pointer-events-none absolute inset-0 bg-gradient-to-br via-transparent to-transparent from-[var(--alfred-color-warning)]/[0.05]" aria-hidden="true"></div>  <span class="reveal-child pointer-events-none absolute -top-1 left-6 select-none font-serif text-[3.5rem] font-semibold leading-none transition-colors duration-500 text-[var(--alfred-color-warning)]/25 group-hover:text-[var(--alfred-color-warning)]/45" style="--child-delay: 0.25s" aria-hidden="true">&ldquo;</span> <blockquote class="relative flex-1 pt-7"> <div class="mb-3 flex gap-0.5" aria-label="Rated 5 out of 5"> <svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg><svg class="size-4 text-[var(--alfred-color-warning-solid)]" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M9.05 2.93c.3-.92 1.6-.92 1.9 0l1.37 4.22a1 1 0 0 0 .95.69h4.44c.97 0 1.37 1.24.59 1.81l-3.6 2.61a1 1 0 0 0-.36 1.12l1.37 4.22c.3.92-.75 1.69-1.54 1.12l-3.6-2.61a1 1 0 0 0-1.18 0l-3.6 2.61c-.78.57-1.83-.2-1.53-1.12l1.37-4.22a1 1 0 0 0-.36-1.12L2.3 9.65c-.78-.57-.38-1.81.59-1.81h4.44a1 1 0 0 0 .95-.69z"></path></svg> </div> <p class="font-serif text-[15px] font-medium italic leading-relaxed text-secondary-ink md:text-base line-clamp-[7] min-h-[7lh]">What I love most about Alfred Scholar is that everything is in one place: manuscript writing, literature review support, citation checking, and plagiarism checking. My favourite feature is the AI Chat because it makes understanding research papers and literature so much easier compared to any other app. It has also made my research life more organized and systematic.</p> </blockquote> <figcaption class="reveal-child relative mt-6 flex items-center gap-3 border-t border-rule/60 pt-5" style="--child-delay: 0.5s"> <span class="flex size-10 shrink-0 items-center justify-center rounded-full font-serif text-sm font-semibold bg-[var(--alfred-color-warning-subtle)] text-[var(--alfred-color-warning)]">J</span> <span class="min-w-0"> <span class="flex items-center gap-1.5"> <span class="block truncate text-sm font-semibold text-foreground">Jasmine Kaur Gandhi</span>  </span> <span class="block truncate text-xs font-medium text-muted-foreground">Research Scholar</span> <span class="mt-0.5 flex items-center gap-1.5 text-[11px] text-muted-foreground"> <svg class="size-2.5 shrink-0 text-brand-ink/60" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg> <span class="truncate">Panjab University</span> </span> </span> </figcaption> </figure></li></ul></div><div class="mt-12 text-center" data-reveal><a href="/testimonials/" class="group inline-flex items-center gap-2 rounded-full border border-rule bg-card px-6 py-3 text-sm font-medium text-foreground shadow-[var(--shadow-xs)] transition-colors hover:border-primary/40 hover:text-brand-ink">
Read every word
<svg class="size-4 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg></a></div></section>  <section id="field-reels" class="relative scroll-mt-20 overflow-hidden py-24 md:py-28" aria-labelledby="field-reels-heading" x-data="reelViewer" @keydown.escape.window="close()"> <div class="mx-auto max-w-6xl px-6"> <div class="mb-12 text-center" data-reveal="blur"> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span>In the field</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="field-reels-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Voice of <em class="marker-underline marker-reveal font-medium not-italic">Researchers</em>.
</h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
Made in partnership with researchers on Instagram. Their accounts, their cameras, their words. Rest a cursor anywhere to stop the shelves, then pick one to play.
</p> </div> </div>  <div class="drift-rail relative flex flex-col gap-4 [--rail-fade:2.5rem] sm:[--rail-fade:5rem] lg:[--rail-fade:9rem]" style="-webkit-mask-image:linear-gradient(to right,transparent,#000 var(--rail-fade),#000 calc(100% - var(--rail-fade)),transparent);mask-image:linear-gradient(to right,transparent,#000 var(--rail-fade),#000 calc(100% - var(--rail-fade)),transparent);" data-reveal> <ul class="drift-track items-stretch pb-3 pt-3 [--drift-gap:1.25rem]" data-drift="left" style="--drift-duration:90s"> <li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px]"> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li> </ul><ul class="drift-track items-stretch pb-3 pt-3 [--drift-gap:1.25rem]" data-drift="right" style="--drift-duration:90s"> <li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZ4VaoDM7Oc/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZ4VaoDM7Oc', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-writing-easier.webp" alt="A close-up of a researcher speaking to camera, with an on-screen caption reading &quot;One stop tool for writing Manuscript&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Dictation, AI rewrite, and the AI writing check, used on a real draft.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DadN9EGodJL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DadN9EGodJL', 'hills_her_research_era')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/hills-her-research-era-managing-research.webp" alt="A researcher outdoors holding a hand-lettered sign listing plagiarism, AI chat, paper PDFs, manuscript, and citations, each ticked off" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@hills_her_research_era</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Fifty PDFs open, and still hunting for the one paragraph that mattered.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DYxHSULPaiL/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DYxHSULPaiL', 'scholar_manisha')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/scholar-manisha-research-tool.webp" alt="A tablet propped up on a desk showing an Alfred Scholar screen, with soft toys and a pinboard behind it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@scholar_manisha</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A short walkthrough of reading and searching papers on a tablet.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZwXWCEz9rx/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZwXWCEz9rx', 'thejrfgirl')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/thejrfgirl-all-in-one.webp" alt="A researcher speaking to camera, with an on-screen caption reading &quot;If you're a researcher, you need to watch this!&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@thejrfgirl</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">What changes when reference management and PDF analysis stop living in separate tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZo-hlJhlIi/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZo-hlJhlIi', 'the.phd_chronicles')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-phd-chronicles-one-place.webp" alt="A researcher writing at a desk, with an on-screen caption asking &quot;Researchers! are you tired of juggling PDFs, citations, &amp; manuscript writing?&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the.phd_chronicles</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">A PhD researcher tries the workspace against a week of ordinary work.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DY6hgB4TkPW/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DY6hgB4TkPW', 'missdoctorate')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/missdoctorate-citation-manager.webp" alt="A laptop showing the Alfred Scholar homepage, captioned &quot;So this is Alfred Scholar, an AI research assistant designed for students&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@missdoctorate</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Uploading a paper and letting Alfred pull the citations out of it automatically.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DZZKyTsvGab/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DZZKyTsvGab', 'researchdairies')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/researchdairies-not-overwhelming.webp" alt="A laptop open on a desk with an on-screen caption reading &quot;The Research Assistant I Wish I Had Earlier&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@researchdairies</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">One place for literature review, manuscript writing, citations, and plagiarism checks.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DbSxv72seX6/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DbSxv72seX6', 'the_jet_lagged_scholar')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/the-jet-lagged-scholar-twelve-tabs.webp" alt="A researcher speaking to camera indoors, with an on-screen caption reading &quot;All in One research tool: Alfred scholar&quot;" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@the_jet_lagged_scholar</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Moving papers, citations, writing, and plagiarism checks out of twelve open tabs.</span> </span> </a> </li><li class="w-[46vw] max-w-[196px] shrink-0 snap-start sm:w-[196px] drift-clone" aria-hidden="true" inert> <a href="https://www.instagram.com/reel/DdG4EFStIUV/" target="_blank" rel="noopener noreferrer" class="group block rounded-2xl border border-rule bg-card p-2.5 shadow-[var(--shadow-xs)] transition-all duration-500 hover:-translate-y-1 hover:border-primary/40 hover:shadow-[var(--shadow-card-hover)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50" @click.prevent="play('DdG4EFStIUV', 'a_neuron_at_heart')">  <span class="relative block overflow-hidden rounded-xl bg-muted"> <img src="/instagram/a-neuron-at-heart-one-workspace.webp" alt="A phone-shaped screen recording of the Alfred Scholar page headed &quot;One workspace for your entire PhD&quot;, with a hand-lettered &quot;Part 1&quot; card above it" width="540" height="960" loading="lazy" decoding="async" class="block w-full saturate-[0.78] transition-[transform,filter] duration-700 group-hover:scale-[1.03] group-hover:saturate-100 group-focus-visible:saturate-100"> <span class="pointer-events-none absolute inset-0 bg-background/35 transition-opacity duration-700 group-hover:opacity-0 group-focus-visible:opacity-0" aria-hidden="true"></span>  <span class="pointer-events-none absolute inset-0 flex items-center justify-center" aria-hidden="true"> <span class="flex size-11 items-center justify-center rounded-full border border-white/40 bg-black/35 backdrop-blur-sm transition-transform duration-500 group-hover:scale-110"> <svg class="ml-0.5 size-4 text-white" fill="currentColor" viewBox="0 0 24 24"> <path d="M8 5.14v13.72a1 1 0 0 0 1.54.84l10.8-6.86a1 1 0 0 0 0-1.68L9.54 4.3A1 1 0 0 0 8 5.14z"></path> </svg> </span> </span> </span>  <span class="mt-3 block border-t border-rule/60 px-1 pt-3"> <span class="block truncate font-serif text-[15px] font-medium text-foreground transition-colors duration-300 group-hover:text-brand-ink">@a_neuron_at_heart</span> <span class="mt-1 line-clamp-2 block min-h-[2.5rem] text-[13px] leading-snug text-muted-foreground">Part one of a PhD researcher trying the workspace instead of a stack of tabs.</span> </span> </a> </li> </ul> </div> <div class="mx-auto mt-10 max-w-6xl px-6 text-center" data-reveal> <a href="https://www.instagram.com/alfredscholarofficial/" target="_blank" rel="noopener noreferrer" class="group inline-flex items-center gap-2 rounded-full border border-rule bg-card px-6 py-3 text-sm font-medium text-foreground shadow-[var(--shadow-xs)] transition-colors hover:border-primary/40 hover:text-brand-ink">
See more on Instagram
<svg class="size-4 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path></svg> </a> </div>  <div x-show="isOpen" x-cloak class="fixed inset-0 z-[60] flex items-center justify-center p-4" role="dialog" aria-modal="true" :aria-label="creator ? `Reel by @${creator}` : 'Instagram reel'" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"> <div class="absolute inset-0 bg-black/70 backdrop-blur-sm" @click="close()" aria-hidden="true"></div>  <div class="relative w-[min(92vw,380px,calc((92vh-7rem)*9/16))]" @keydown.tab="trap($event)"> <div class="mb-3 flex items-center justify-between gap-3"> <p class="truncate font-serif text-sm font-medium text-white/90">@<span x-text="creator"></span></p> <button type="button" x-ref="closeButton" @click="close()" class="flex size-9 shrink-0 items-center justify-center rounded-full border border-white/25 text-white/80 transition-colors hover:border-white/50 hover:text-white focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white/60" aria-label="Close reel"> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M6 6l12 12M18 6L6 18"></path></svg> </button> </div> <div class="relative aspect-[9/16] w-full overflow-hidden rounded-2xl bg-black"> <template x-if="isOpen"> <iframe :src="embedUrl" :title="`Instagram reel by @${creator}`" class="absolute inset-0 size-full border-0" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture" allowfullscreen></iframe> </template> </div> <a :href="permalink" x-ref="lastFocusable" target="_blank" rel="noopener noreferrer" class="mt-3 inline-flex items-center gap-2 text-sm text-white/70 underline underline-offset-4 transition-colors hover:text-white focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white/60">
Open on Instagram
</a> </div> </div> </section>  <section class="relative overflow-hidden px-6 py-28 md:py-36" aria-labelledby="question-heading"> <div class="mx-auto max-w-3xl text-center" data-reveal-group data-reveal-stagger="140">  <h2 id="question-heading" data-ink-read class="font-serif text-3xl font-semibold leading-[1.2] tracking-tight text-foreground sm:text-[2.8rem] sm:leading-[1.18]">
How many good hours did research admin take from you this week<span class="text-brand-ink">?</span> </h2> <p class="mx-auto mt-6 max-w-xl text-base leading-relaxed text-muted-foreground" data-reveal>
The reference list rebuilt by hand. The paper you know you read but cannot
      find. The literature review that starts over every Monday morning.
</p> <p class="mx-auto mt-6 max-w-xl font-serif text-lg italic leading-snug text-secondary-ink" data-ink-read>
Those hours were meant for your own ideas.
</p> <div class="mt-10 flex flex-col items-center gap-2 text-[13px] text-muted-foreground" data-reveal="fade" aria-hidden="true"> <span>Here is what taking them back costs</span> <svg class="size-4 text-brand-ink/70" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14m0 0l-6-6m6 6l6-6"></path></svg> </div> </div> </section>  <section id="pricing" class="relative scroll-mt-20 overflow-hidden px-6 py-24 md:py-28" aria-labelledby="pricing-section-heading" x-data> <div class="pointer-events-none absolute inset-0 -z-10" aria-hidden="true"> <div class="absolute top-[-30%] right-[10%] size-[380px] rounded-full bg-primary/[0.04] blur-[120px]"></div> <div class="absolute bottom-[-30%] left-[5%] size-[340px] rounded-full bg-brand/[0.04] blur-[120px]"></div> </div> <div class="mx-auto max-w-5xl"> <div class="mx-auto mb-14 max-w-2xl text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span class="font-serif text-[15px] font-medium normal-case tracking-normal text-brand-ink" aria-hidden="true">11</span> <span class="text-rule" aria-hidden="true">&middot;</span>  <span>Pricing</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="pricing-section-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
World-class research, <em class="marker-underline marker-reveal font-medium not-italic">affordable</em> for every researcher.
</h2> <p class="mx-auto mt-4 max-w-xl text-base leading-relaxed text-muted-foreground">
You have seen the whole desk. Alfred exists so a workflow like this is
          within reach of every researcher on the planet, not a luxury reserved
          for well-funded labs. That is why a month of Pro costs less than a
          single paywalled article.
</p> </div> </div> <div class="mx-auto grid max-w-3xl gap-5 md:grid-cols-2" data-reveal-group data-reveal-stagger="120"> <div data-reveal class="relative flex h-full flex-col rounded-2xl border bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] border-primary/40"> <span class="absolute -top-3 left-7 rounded-full bg-primary px-3 py-1 text-[10px] font-semibold uppercase tracking-[0.18em] text-primary-foreground">Recommended</span> <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-muted-foreground">For one serious researcher</p> <h3 class="mt-2 font-serif text-2xl font-semibold text-foreground">Pro</h3> <p class="mt-4 flex items-baseline gap-1.5"> <span class="font-serif text-4xl font-semibold tracking-tight text-foreground"><span x-show="$store.geo.isIndia">₹899</span><span x-show="!$store.geo.isIndia" x-cloak>$19</span></span> <span class="text-sm text-muted-foreground">/month</span> </p> <p class="mt-1 text-[12px] text-muted-foreground">
or <span x-show="$store.geo.isIndia">₹8,999</span><span x-show="!$store.geo.isIndia" x-cloak>$190</span>/year (two months free)
</p>  <ul class="mt-6 flex-1 space-y-2.5 border-t border-rule/60 pt-5"> <li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Unlimited documents, 50 AI messages a day </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> All citation styles, or define your own </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Voice dictation, or bring your own AI key </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 1 plagiarism check a month </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 3 Telescope analyses a month </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Weekly research digests with Loops </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> A Second Brain that remembers your chats </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Zotero &amp; Mendeley sync </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 3 peer reviewers </li> </ul> <a href="https://app.alfredscholar.com/register" data-cta="home:pricing-pro" class="mt-7 inline-flex h-11 items-center justify-center rounded-full text-[14px] font-semibold transition-all press-scale bg-primary text-primary-foreground shadow-[var(--shadow-button)] hover:bg-primary/90 hover:shadow-[var(--glow-sm)]"> <span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span> </a> </div><div data-reveal class="relative flex h-full flex-col rounded-2xl border bg-card p-7 shadow-[var(--shadow-card)] transition-all duration-500 hover:-translate-y-1 hover:shadow-[var(--shadow-card-hover)] border-rule">  <p class="text-[11px] font-semibold uppercase tracking-[0.22em] text-muted-foreground">One plan for the whole lab</p> <h3 class="mt-2 font-serif text-2xl font-semibold text-foreground">Lab</h3> <p class="mt-4 flex items-baseline gap-1.5"> <span class="font-serif text-4xl font-semibold tracking-tight text-foreground"><span x-show="$store.geo.isIndia">₹4,499</span><span x-show="!$store.geo.isIndia" x-cloak>$99</span></span> <span class="text-sm text-muted-foreground">/month</span> </p>  <p class="mt-1 text-[12px] text-muted-foreground">Billed monthly. Cancel any time.</p> <ul class="mt-6 flex-1 space-y-2.5 border-t border-rule/60 pt-5"> <li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Everything in Pro, for 5 seats (1 PI + 4 researchers) </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 150 AI messages a day </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Shared workspaces with role-based access </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Unlimited peer reviewers </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 20 plagiarism checks a month </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> 10 Telescope analyses a month </li><li class="flex items-start gap-2.5 text-[13px] leading-snug text-secondary-ink"> <svg class="mt-0.5 size-3.5 shrink-0 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Frontier AI model </li> </ul> <a href="https://app.alfredscholar.com/register" data-cta="home:pricing-lab" class="mt-7 inline-flex h-11 items-center justify-center rounded-full text-[14px] font-semibold transition-all press-scale border border-rule bg-background text-foreground hover:border-primary/40 hover:text-brand-ink"> <span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span> </a> </div> </div>  <div class="mt-9 text-center" data-reveal="fade"> <p class="text-[13px] text-muted-foreground"> <span x-data class> <span x-show="$store.geo.isIndia">3 days of Pro for ₹48, then ₹899 a month. Cancel any time.</span><span x-show="!$store.geo.isIndia" x-cloak>7 days of Pro, no card. When the week is up it settles onto the free plan rather than locking you out.</span> </span> </p> <a href="/pricing/" class="group mt-2 inline-flex items-center gap-1 text-[13px] font-medium text-brand-ink transition-colors hover:text-brand-ink/80">
Compare both plans in detail
<svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div> </div> </section>  <section id="roadmap" class="relative scroll-mt-20 px-6 py-24 md:py-28" aria-labelledby="roadmap-heading"> <div class="mx-auto max-w-5xl">  <div class="mb-14 text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span>Roadmap</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="roadmap-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight sm:text-[2.6rem] sm:leading-[1.15]">Built to grow with your research</h2> <p class="mx-auto mt-4 max-w-lg text-base leading-relaxed text-muted-foreground">Here's what's available today and what we're actively building next.</p> </div> </div>  <div data-reveal> <div> <p class="mb-5 flex items-center gap-2 text-[11px] font-semibold tracking-widest text-success-ink uppercase"> <span class="relative flex size-2"> <span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-success/50"></span> <span class="relative inline-flex size-2 rounded-full bg-success"></span> </span>
Available today
</p> <div class="grid gap-3 sm:grid-cols-2 lg:grid-cols-3" data-reveal-group data-reveal-stagger="60"> <a href="/features/citation-manager/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><path d="M7 3C5.9 3 5 3.9 5 5v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8l-5-5H7z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 3v5h5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><text x="10" y="16.5" text-anchor="middle" fill="currentColor" font-size="6" font-weight="700" font-family="monospace">{B}</text></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">BibTeX</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Import and export citation files</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/citation-manager/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><path d="M7 3C5.9 3 5 3.9 5 5v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8l-5-5H7z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 3v5h5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 13h8M8 16h5" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">RIS</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Import from reference managers</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/citation-manager/#constellation" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><circle cx="19" cy="5" r="2"/><circle cx="5" cy="19" r="2"/><path d="M10.4 21.9a10 10 0 0 0 9.941-15.416"/><path d="M13.5 2.1a10 10 0 0 0-9.841 15.416"/></g></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Citation Constellation</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Interactive citation graph from a DOI</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/docs/v1.x/syncing-zotero-mendeley/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <img src="/integrations/zotero.svg" alt="" class="size-4.5"> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Zotero Sync</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Sync your Zotero library</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/docs/v1.x/syncing-zotero-mendeley/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <img src="/integrations/mendeley.svg" alt="" class="size-4.5"> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Mendeley Sync</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Sync your Mendeley library</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/literature-review/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Literature Reviews</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Survey and synthesize prior work</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/telescope/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44"/><path d="m13.56 11.747 4.332-.924"/><path d="m16 21-3.105-6.21"/><path d="M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.728l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z"/><path d="m6.158 8.633 1.114 4.456"/><path d="m8 21 3.105-6.21"/><circle cx="12" cy="13" r="2"/></g></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Telescope</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Compare papers across custom columns</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/loops/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M19.07 4.93A10 10 0 0 0 6.99 3.34"/><path d="M4 6h.01"/><path d="M2.29 9.62A10 10 0 1 0 21.31 8.35"/><path d="M16.24 7.76A6 6 0 1 0 8.23 16.67"/><path d="M12 18h.01"/><path d="M17.99 11.66A6 6 0 0 1 15.77 16.67"/><circle cx="12" cy="12" r="2"/><path d="m13.41 10.59 5.66-5.66"/></g></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Loops</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">A weekly research digest, delivered</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/voice-dictation/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z"/><path d="M19 10v2a7 7 0 0 1-14 0v-2"/><line x1="12" x2="12" y1="19" y2="22"/></g></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Voice Dictation</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Speak your questions and drafts</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a><a href="/features/bring-your-own-key/" data-reveal="true" class="group flex items-center gap-3.5 rounded-xl border border-rule bg-card px-4 py-3.5 shadow-[var(--shadow-xs)] transition-all duration-300 hover:-translate-y-0.5 hover:border-primary/40 hover:shadow-[var(--shadow-card)]"> <div class="flex size-10 shrink-0 items-center justify-center rounded-lg bg-muted/70 ring-1 ring-inset ring-border/40 transition-colors duration-300 group-hover:bg-primary/10 group-hover:ring-primary/20"> <svg class="size-4.5 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" viewBox="0 0 24 24" aria-hidden="true"><g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"/><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/></g></svg> </div> <div class="min-w-0 flex-1"> <p class="truncate text-sm font-semibold text-foreground">Bring Your Own Key</p> <p class="mt-0.5 truncate text-xs text-muted-foreground">Run chat on your own AI key</p> </div> <svg class="size-4 shrink-0 -translate-x-1 text-brand-ink opacity-0 transition-all duration-300 group-hover:translate-x-0 group-hover:opacity-100" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path> </svg></a> </div> </div> </div>  <div class="mt-10 rounded-xl border border-rule/70 bg-card/40 px-5 py-4" data-reveal> <div class="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between"> <p class="flex items-center gap-2 text-[11px] font-semibold tracking-widest text-muted-foreground uppercase"> <svg class="size-3.5 text-brand-ink" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 6L9 17l-5-5"></path></svg>
Recently shipped
</p> <a href="/changelog/" class="group inline-flex items-center gap-1 text-[13px] font-medium text-brand-ink transition-colors hover:text-brand-ink/80">
See everything we ship
<svg class="size-3.5 transition-transform duration-300 group-hover:translate-x-0.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg> </a> </div> <ul class="mt-3 grid gap-x-6 gap-y-1.5 border-t border-rule/60 pt-3 sm:grid-cols-3"> <li class="flex items-baseline gap-2.5 text-[13px]"> <span class="shrink-0 font-serif text-[11px] italic text-muted-foreground tabular-nums">Aug 29</span> <a href="/changelog/alfred-as-a-reviewer/" class="truncate text-secondary-ink transition-colors hover:text-brand-ink">Alfred as a reviewer on your manuscript</a> </li><li class="flex items-baseline gap-2.5 text-[13px]"> <span class="shrink-0 font-serif text-[11px] italic text-muted-foreground tabular-nums">Aug 27</span> <a href="/changelog/viva-prep/" class="truncate text-secondary-ink transition-colors hover:text-brand-ink">Viva Prep: the questions your committee is likely to ask</a> </li><li class="flex items-baseline gap-2.5 text-[13px]"> <span class="shrink-0 font-serif text-[11px] italic text-muted-foreground tabular-nums">Aug 22</span> <a href="/changelog/reliability-pass/" class="truncate text-secondary-ink transition-colors hover:text-brand-ink">Telescope columns that quietly failed now come through</a> </li> </ul> </div>  <div class="my-10 flex items-center gap-4" aria-hidden="true"> <div class="origin-right flex-1 border-t border-dashed border-rule" data-reveal="rule"></div> <span class="text-[11px] font-semibold tracking-widest text-muted-foreground uppercase">Coming next</span> <div class="flex-1 border-t border-dashed border-rule" data-reveal="rule"></div> </div>  <div class="flex flex-wrap justify-center gap-2.5" data-reveal-group data-reveal-stagger="50"> <div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <img src="/integrations/google-scholar.svg" alt="" class="size-4 transition-all duration-300 can-hover:grayscale can-hover:opacity-70 can-hover:group-hover:grayscale-0 can-hover:group-hover:opacity-100"> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">Google Scholar</span> </div><div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <img src="/integrations/arxiv.svg" alt="" class="size-4 transition-all duration-300 can-hover:grayscale can-hover:opacity-70 can-hover:group-hover:grayscale-0 can-hover:group-hover:opacity-100"> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">arXiv Import</span> </div><div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <img src="/integrations/overleaf.svg" alt="" class="size-4 transition-all duration-300 can-hover:grayscale can-hover:opacity-70 can-hover:group-hover:grayscale-0 can-hover:group-hover:opacity-100"> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">Overleaf Export</span> </div><div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <img src="/integrations/google-drive.svg" alt="" class="size-4 transition-all duration-300 can-hover:grayscale can-hover:opacity-70 can-hover:group-hover:grayscale-0 can-hover:group-hover:opacity-100"> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">Google Drive</span> </div><div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <svg class="size-4 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">Real-Time Co-Editing</span> </div><div data-reveal="scale" class="group flex items-center gap-2.5 rounded-full border border-dashed border-rule bg-card/50 py-2 pr-4 pl-2.5 transition-all duration-300 hover:border-solid hover:border-primary/40 hover:bg-card hover:shadow-[var(--shadow-xs)]"> <span class="flex size-6 items-center justify-center"> <svg class="size-4 text-muted-foreground transition-colors duration-300 group-hover:text-brand-ink" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><path d="M8 21h8"/><path d="M12 17v4"/></svg> </span> <span class="text-[13px] font-medium text-muted-foreground transition-colors duration-300 group-hover:text-foreground">Journal Suggestions</span> </div> </div> </div> </section> <section id="faq" class="scroll-mt-20 px-6 py-24 md:py-28" aria-labelledby="faq-heading"> <div class="mx-auto max-w-2xl">  <div class="mb-10 text-center" data-reveal="blur"> <div> <div class="flex items-center gap-4 justify-center"> <span class="origin-right h-px w-10 bg-rule" aria-hidden="true"></span> <p class="flex items-baseline gap-2 text-[11px] font-semibold uppercase tracking-[0.22em] text-brand-ink">  <span>FAQ</span> </p> <span class="h-px w-10 bg-rule" aria-hidden="true"></span> </div> <h2 id="faq-heading" class="mt-5 font-serif text-3xl font-semibold tracking-tight text-foreground sm:text-[2.6rem] sm:leading-[1.15]">
Questions, answered.
</h2> </div> </div>  <div class="space-y-2.5" x-data="faqAccordion" data-reveal-group data-reveal-stagger="50"> <div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 0 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(0)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 0 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 0 ? 'text-foreground' : 'text-secondary-ink'"> What is Alfred Scholar? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 0 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 0 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Alfred Scholar is a research platform that lets you upload papers, ask questions about your documents, manage citations, and write manuscripts, all in one workspace. Its built-in AI assistant, Alfred, answers questions about your papers with citations to the exact page. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 1 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(1)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 1 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 1 ? 'text-foreground' : 'text-secondary-ink'"> How is Alfred different from ChatGPT? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 1 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 1 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> General chatbots answer from training memory and can produce references that look real but point nowhere. Alfred answers only from the papers you upload, cites the exact page for every claim, and tells you when the answer is not in your library instead of guessing. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 2 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(2)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 2 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 2 ? 'text-foreground' : 'text-secondary-ink'"> How much does it cost? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 2 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 2 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> In India, Pro is ₹899/month and Lab is ₹4,499/month for up to 5 people (1 PI + 4 researchers). Everywhere else Pro is $19/month and Lab is $99/month. Annual billing saves about a sixth either way. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 3 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(3)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 3 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 3 ? 'text-foreground' : 'text-secondary-ink'"> Can I try it before paying? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 3 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 3 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Yes, and it works differently depending on where you are. In India, 3 days of full Pro cost ₹48 and continue as Pro at ₹899 a month unless you cancel. Everywhere else you get 7 days of full Pro without entering a card, and when the week is up the workspace settles onto the free plan rather than locking you out. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 4 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(4)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 4 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 4 ? 'text-foreground' : 'text-secondary-ink'"> How does the AI document chat work? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 4 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 4 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Upload a research paper and ask questions in plain English. Alfred searches your document and gives you answers with references to the exact sections where the information was found. It does not guess: if the answer is not in the paper, it says so. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 5 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(5)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 5 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 5 ? 'text-foreground' : 'text-secondary-ink'"> Can I use my own AI key? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 5 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 5 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Yes. On any paid plan, or during your trial, a workspace owner can connect a key from Anthropic, OpenAI, Gemini, OpenRouter, or Amazon Bedrock. One key is active at a time, and your chat runs on it with your message limits lifted. Embeddings and originality checks always stay on Alfred Scholar’s shared engine, so search and plagiarism detection keep working. You can remove your key at any time. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 6 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(6)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 6 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 6 ? 'text-foreground' : 'text-secondary-ink'"> Can I dictate instead of typing? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 6 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 6 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Yes. Voice dictation works in both AI chat and the manuscript editor. It transcribes English speech, and an optional clean mode tidies up filler words and punctuation as you go. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 7 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(7)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 7 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 7 ? 'text-foreground' : 'text-secondary-ink'"> What file formats are supported? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 7 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 7 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> PDF files are supported right now. We extract text, metadata, and references automatically. DOCX and LaTeX support is on our roadmap. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 8 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(8)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 8 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 8 ? 'text-foreground' : 'text-secondary-ink'"> Is my research data secure? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 8 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 8 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Your research is scoped to your workspace: only you and the colleagues you invite can access it. We never share your data with third parties or use it to train AI models. We are a subscription business, so we have no incentive to mine your research. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 9 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(9)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 9 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 9 ? 'text-foreground' : 'text-secondary-ink'"> Can I export my data? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 9 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 9 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Yes. You can export citations in BibTeX and RIS formats right now. Export for annotations, manuscripts, and chat history is coming. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 10 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(10)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 10 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 10 ? 'text-foreground' : 'text-secondary-ink'"> What happens after the trial ends? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 10 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 10 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Your workspace data stays yours either way. In India the trial continues as Pro at ₹899 a month with everything you had during it, and cancelling before the 3 days are up costs you nothing more. Everywhere else the workspace moves to the free plan: your library and citations keep working, with lighter limits on documents and questions. </div> </div> </div> </div><div data-reveal class="rounded-xl border bg-card transition-colors duration-200" x-bind:class="open === 11 ? 'border-rule shadow-[var(--shadow-card)]' : 'border-rule/60 hover:border-rule'"> <button x-on:click="toggle(11)" class="flex w-full items-center justify-between gap-4 px-5 py-4 text-left" x-bind:aria-expanded="open === 11 ? 'true' : 'false'"> <span class="font-serif text-[17px] font-medium leading-snug transition-colors duration-200" x-bind:class="open === 11 ? 'text-foreground' : 'text-secondary-ink'"> What happens to my data if I stop using Alfred? </span> <span class="flex size-6 shrink-0 items-center justify-center rounded-full border border-rule text-muted-foreground transition-all duration-200" x-bind:class="open === 11 ? 'rotate-45 border-brand/50 text-brand-ink' : ''" aria-hidden="true"> <svg class="size-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14M5 12h14"></path></svg> </span> </button> <div class="grid transition-[grid-template-rows] duration-300 ease-[cubic-bezier(0.16,1,0.3,1)]" x-bind:class="open === 11 ? 'grid-rows-[1fr]' : 'grid-rows-[0fr]'"> <div class="overflow-hidden"> <div class="border-t border-rule/60 px-5 py-4 text-[15px] leading-relaxed text-muted-foreground"> Your data stays yours. You can export your citations at any time. We will never delete your account or data without notice. </div> </div> </div> </div> </div>  <p class="mt-10 text-center text-[15px] text-muted-foreground" data-reveal="fade">
Still have questions?
<a href="/contact/" class="font-medium text-brand-ink underline decoration-brand-ink/30 underline-offset-4 transition-colors hover:text-brand-ink/80 hover:decoration-brand-ink/60">Write to us</a>. A person reads every message.
</p> </div> </section>  <section id="act-start" class="scroll-mt-24 px-6 py-24 md:py-28"> <div class="mx-auto max-w-2xl text-center" data-reveal-group data-reveal-stagger="110">  <span class="pointer-events-none mx-auto block select-none font-serif text-[5rem] font-semibold leading-none text-brand-ink/30" aria-hidden="true" data-reveal="scale">&ldquo;</span> <h2 class="font-serif text-3xl font-semibold leading-[1.15] tracking-tight text-foreground sm:text-[2.8rem]" data-reveal="blur">
Your next breakthrough should not be buried<br class="hidden sm:block">
under your <em class="marker-underline marker-reveal font-medium not-italic">workflow</em>.
</h2> <p class="mx-auto mt-5 max-w-md text-base leading-relaxed text-muted-foreground" data-reveal>
This story started at a desk buried in tabs and PDFs. It ends with the
      same researcher, back inside the work. You can start with <span x-data class> <span x-show="$store.geo.isIndia">3 days of Pro for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>7 days of Pro, no card</span> </span>.
</p> <div class="mt-9" data-reveal> <a href="https://app.alfredscholar.com/register" data-cta="home:closing" class="inline-flex h-12 items-center justify-center gap-2 rounded-full bg-primary px-8 text-[15px] font-semibold text-primary-foreground shadow-[var(--shadow-button)] transition-all hover:bg-primary/90 hover:shadow-[var(--glow-sm)] press-scale"> <span x-data class="contents"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></span> <svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"> <path stroke-linecap="round" stroke-linejoin="round" d="M13 7l5 5m0 0l-5 5m5-5H6"></path> </svg> </a>  <p class="mt-4 text-[13px] text-muted-foreground">
Then ₹899 a month. Cancel any time.
</p> </div>  <div class="mt-7 flex flex-wrap items-center justify-center gap-x-6 gap-y-2" data-reveal="fade"> <span class="flex items-center gap-1.5 text-[13px] text-muted-foreground" style="--draw-delay: 0.5s"> <svg class="size-3.5 text-success-ink" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24" aria-hidden="true"><path class="draw-stroke" pathLength="1" stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg> Export your data anytime </span> </div>  <p class="mt-7 font-serif text-[14px] italic text-muted-foreground" data-reveal="fade">
Scholars at Mumbai University, Teerthanker Mahaveer University, and Dr.APJ.Abdul Kalam Technical university already write with Alfred.
</p> </div> </section> </div>  </main> <footer class="relative border-t border-rule/60"> <div class="relative mx-auto max-w-6xl overflow-hidden px-6 pt-16 pb-8">  <div class="pointer-events-none absolute inset-x-6 -bottom-3 z-0 select-none text-foreground opacity-[0.1] sm:-bottom-5 dark:opacity-[0.07]" style="-webkit-mask-image:linear-gradient(to bottom,transparent,#000 60%);mask-image:linear-gradient(to bottom,transparent,#000 60%);" aria-hidden="true"> <svg viewBox="0 0 1000 190" class="w-full" role="presentation" fill="currentColor"> <text x="0" y="150" textLength="1000" lengthAdjust="spacingAndGlyphs" font-size="150" style="font-family:'Fraunces',serif;font-variation-settings:'opsz' 144,'wght' 560;">Alfred Scholar</text> </svg> </div> <div class="relative z-10 grid gap-10 md:grid-cols-12"> <div class="md:col-span-4" data-reveal="fade"> <a href="/" class="group inline-flex items-center gap-2.5"> <svg class="size-7 transition-transform duration-300 group-hover:scale-110" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="Alfred Scholar"> <defs> <linearGradient id="alfBg-o9hk22l" x1="32" y1="0" x2="32" y2="64" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#2F6BFF"></stop> <stop offset="1" stop-color="#2259E4"></stop> </linearGradient> </defs> <rect x="0" y="0" width="64" height="64" rx="14" fill="url(#alfBg-o9hk22l)"></rect> <g stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" fill="none"> <path d="M16 46 L32 18 L48 46" stroke-width="3.4"></path> <path d="M16 46 Q24 40 32 38 Q40 40 48 46" stroke-width="2.6"></path> </g> </svg> <span class="font-serif text-xl font-semibold tracking-tight text-foreground">Alfred Scholar</span> </a> <p class="mt-4 max-w-[30ch] font-serif text-[15px] italic leading-relaxed text-muted-foreground">
The calm research workspace for scholars who would rather be thinking.
</p> <p class="mt-4 max-w-[34ch] text-[13px] leading-relaxed text-muted-foreground">
Independent and subscription-funded. Your research pays our bills, so it is never sold, mined, or used to train AI.
</p> <ul class="mt-5 flex items-center gap-3" aria-label="Alfred Scholar on social media"> <li> <a href="https://x.com/alfredscholarHQ" target="_blank" rel="me noopener noreferrer" aria-label="Alfred Scholar on X" class="inline-flex size-9 items-center justify-center rounded-full border border-rule/60 text-muted-foreground transition-colors hover:border-rule hover:text-foreground"> <svg viewBox="0 0 24 24" class="size-[18px]" fill="currentColor" aria-hidden="true"><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"></path></svg> </a> </li><li> <a href="https://www.instagram.com/alfredscholarofficial/" target="_blank" rel="me noopener noreferrer" aria-label="Alfred Scholar on Instagram" class="inline-flex size-9 items-center justify-center rounded-full border border-rule/60 text-muted-foreground transition-colors hover:border-rule hover:text-foreground"> <svg viewBox="0 0 24 24" class="size-[18px]" fill="currentColor" aria-hidden="true"><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"></path></svg> </a> </li><li> <a href="https://www.linkedin.com/company/alfredscholarofficial/" target="_blank" rel="me noopener noreferrer" aria-label="Alfred Scholar on LinkedIn" class="inline-flex size-9 items-center justify-center rounded-full border border-rule/60 text-muted-foreground transition-colors hover:border-rule hover:text-foreground"> <svg viewBox="0 0 24 24" class="size-[18px]" fill="currentColor" aria-hidden="true"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"></path></svg> </a> </li><li> <a href="https://www.facebook.com/alfredscholarofficial" target="_blank" rel="me noopener noreferrer" aria-label="Alfred Scholar on Facebook" class="inline-flex size-9 items-center justify-center rounded-full border border-rule/60 text-muted-foreground transition-colors hover:border-rule hover:text-foreground"> <svg viewBox="0 0 24 24" class="size-[18px]" fill="currentColor" aria-hidden="true"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"></path></svg> </a> </li><li> <a href="https://www.youtube.com/@AlfredScholarOfficial" target="_blank" rel="me noopener noreferrer" aria-label="Alfred Scholar on YouTube" class="inline-flex size-9 items-center justify-center rounded-full border border-rule/60 text-muted-foreground transition-colors hover:border-rule hover:text-foreground"> <svg viewBox="0 0 24 24" class="size-[18px]" fill="currentColor" aria-hidden="true"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"></path></svg> </a> </li> </ul> </div> <div class="grid grid-cols-2 gap-8 md:col-span-8 md:grid-cols-4"> <div data-reveal="fade"> <h3 class="text-[11px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Features</h3> <ul class="mt-4 space-y-2.5"> <li><a href="/features/ai-chat/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Ask Alfred</a></li><li><a href="/features/telescope/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Telescope</a></li><li><a href="/features/loops/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Loops</a></li><li><a href="/features/citation-manager/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Citations</a></li><li><a href="/features/manuscript-editor/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Manuscripts</a></li><li><a href="/features/second-brain/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Second Brain</a></li><li><a href="/features/literature-review/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Literature Review</a></li><li><a href="/features/voice-dictation/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Voice Dictation</a></li><li><a href="/features/bring-your-own-key/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Bring Your Own Key</a></li><li><a href="/features/plagiarism-detection/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Plagiarism Checks</a></li><li><a href="/features/peer-review/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Peer Review</a></li><li><a href="/features/collaboration/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Collaboration</a></li> </ul> </div> <div data-reveal="fade"> <h3 class="text-[11px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Compare</h3> <ul class="mt-4 space-y-2.5"> <li><a href="/compare/anara/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">vs Anara</a></li><li><a href="/compare/paperguide/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">vs Paperguide</a></li><li><a href="/compare/scispace/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">vs SciSpace</a></li><li><a href="/compare/notebooklm/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">vs NotebookLM</a></li><li><a href="/compare/humata/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">vs Humata</a></li> <li><a href="/compare/" class="inline-flex items-center gap-1 text-sm text-muted-foreground transition-colors hover:text-foreground">View all <svg class="size-3" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></a></li> </ul> </div> <div data-reveal="fade"> <h3 class="text-[11px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">For Researchers</h3> <ul class="mt-4 space-y-2.5"> <li><a href="/for/phd-students/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">PhD Students</a></li><li><a href="/for/research-teams/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Research Teams</a></li><li><a href="/for/professors/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Professors</a></li> <li><a href="/campus/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Institutions</a></li> </ul> </div> <div data-reveal="fade"> <h3 class="text-[11px] font-semibold uppercase tracking-[0.18em] text-muted-foreground">Resources</h3> <ul class="mt-4 space-y-2.5"> <li><a href="/pricing/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Pricing</a></li> <li><a href="/testimonials/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Testimonials</a></li> <li><a href="/docs/v1.x/introduction/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Docs</a></li> <li><a href="/blog/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Blog</a></li> <li><a href="/contact/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Contact</a></li> <li><a href="/careers/" class="text-sm text-muted-foreground transition-colors hover:text-foreground">Careers</a></li> <li><a href="https://stats.uptimerobot.com/mhqvMzYTnV" target="_blank" rel="noopener noreferrer" class="text-sm text-muted-foreground transition-colors hover:text-foreground">System status</a></li> </ul> </div> </div> </div> <div class="relative z-10 mt-12 flex flex-col items-center justify-between gap-4 pt-6 sm:flex-row"> <p class="flex items-center gap-2 font-serif text-[13px] italic text-muted-foreground">
Crafted with love
<span class="relative inline-flex size-4 items-center justify-center" aria-hidden="true"> <span class="absolute size-5 animate-ping rounded-full bg-[var(--alfred-color-danger-solid)]/20"></span> <svg viewBox="0 0 24 24" class="heartbeat relative size-3.5 fill-[var(--alfred-color-danger-solid)]"> <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"></path> </svg> </span> </p> <div class="flex items-center gap-4 text-xs text-muted-foreground"> <a href="/privacy/" class="transition-colors hover:text-foreground">Privacy</a> <span class="text-rule" aria-hidden="true">·</span> <a href="/terms/" class="transition-colors hover:text-foreground">Terms</a> <span class="text-rule" aria-hidden="true">·</span> <a href="/changelog/" class="transition-colors hover:text-foreground">Changelog</a> <span class="text-rule" aria-hidden="true">·</span> <a href="/sitemap.xml" class="transition-colors hover:text-foreground">Sitemap</a> <span class="text-rule" aria-hidden="true">·</span> <span>© 2026 Alfred Scholar</span> </div> </div> </div> </footer> <div x-data="{
        shown: false,
        dismissed: sessionStorage.getItem('trial_bar_dismissed') === '1',
        consented: !!localStorage.getItem('cookie_consent'),
        // Where the visitor is comes from the shared geo store, resolved once
        // for the page. This bar used to render rupees to the whole world with
        // no gate at all, and then briefly with a lookup of its own.
        init() {
          const onScroll = () => { this.shown = window.scrollY > window.innerHeight * 0.9; };
          onScroll();
          window.addEventListener('scroll', onScroll, { passive: true });
          window.addEventListener('cookie-consent-set', () => { this.consented = true; });
        },
        dismiss() {
          this.dismissed = true;
          sessionStorage.setItem('trial_bar_dismissed', '1');
        }
      }" x-show="shown && !dismissed && consented" x-cloak x-transition:enter="motion-safe:transition motion-safe:ease-out motion-safe:duration-300" x-transition:enter-start="motion-safe:opacity-0 motion-safe:translate-y-3" x-transition:enter-end="motion-safe:opacity-100 motion-safe:translate-y-0" x-transition:leave="motion-safe:transition motion-safe:ease-in motion-safe:duration-200" x-transition:leave-start="motion-safe:opacity-100" x-transition:leave-end="motion-safe:opacity-0" class="fixed inset-x-0 bottom-0 z-40 border-t border-rule/70 bg-background/95 backdrop-blur-2xl lg:hidden"><div class="flex items-center gap-3 px-4 py-3 pb-[max(0.75rem,env(safe-area-inset-bottom))]"><a href="/pricing/" class="nav-underline min-w-0 shrink truncate text-[13px] text-muted-foreground">
Pro <span class="font-medium text-foreground"><span x-show="$store.geo.isIndia">₹899</span><span x-show="!$store.geo.isIndia" x-cloak>$19</span></span>/mo
</a><a href="https://app.alfredscholar.com/register" data-cta="sticky:mobile" class="press-scale ml-auto inline-flex h-11 shrink-0 items-center justify-center rounded-full bg-primary px-5 text-[14px] font-semibold text-primary-foreground shadow-[var(--shadow-button)] transition-all hover:bg-primary/90"><span x-show="$store.geo.isIndia">Start 3 days for ₹48</span><span x-show="!$store.geo.isIndia" x-cloak>Try Pro free for 7 days</span></a><button @click="dismiss()" aria-label="Dismiss the trial bar" class="-mr-1 flex size-8 shrink-0 items-center justify-center rounded-full text-muted-foreground transition-colors hover:text-foreground"><svg class="size-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg></button></div></div> <div x-data="{
    visible: false,
    init() { if (!localStorage.getItem('cookie_consent')) { this.visible = true; } },
    accept() { localStorage.setItem('cookie_consent', 'accepted'); this.visible = false;  window.dispatchEvent(new CustomEvent('cookie-consent-set')); },
    decline() { localStorage.setItem('cookie_consent', 'declined'); this.visible = false;  window.dispatchEvent(new CustomEvent('cookie-consent-set')); }
  }" x-show="visible" x-cloak x-transition:enter="transition ease-out duration-300" x-transition:enter-start="opacity-0 translate-y-4" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in duration-200" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-4" class="fixed inset-x-0 bottom-0 z-50 p-4" role="dialog" aria-label="Cookie consent"> <div class="mx-auto flex max-w-2xl flex-col items-center gap-4 rounded-2xl border border-rule bg-card/95 p-4 shadow-[var(--shadow-elevated)] backdrop-blur-xl sm:flex-row sm:gap-6 sm:p-5"> <p class="text-sm leading-relaxed text-muted-foreground">
We use essential cookies to keep you signed in and remember your preferences. No tracking or advertising cookies.
<a href="/privacy/#cookies" @click="accept()" class="underline underline-offset-4 transition-colors hover:text-brand-ink">Learn more</a> </p> <div class="flex shrink-0 gap-2.5"> <button @click="decline()" class="inline-flex min-h-11 items-center rounded-full border border-rule bg-card px-5 text-sm font-medium text-muted-foreground shadow-[var(--shadow-xs)] transition-colors hover:border-primary/40 hover:text-brand-ink focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50 sm:min-h-9">
Decline
</button> <button @click="accept()" class="inline-flex min-h-11 items-center rounded-full bg-primary px-5 text-sm font-semibold text-primary-foreground shadow-[var(--shadow-button)] transition-all hover:bg-primary/90 hover:shadow-[var(--glow-sm)] press-scale focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/50 sm:min-h-9">
Accept
</button> </div> </div> </div>  </body></html> <script type="module">const a=document.documentElement;a.setAttribute("data-js","");const l=matchMedia("(prefers-reduced-motion: reduce)").matches;if(!l&&"IntersectionObserver"in window){for(const e of document.querySelectorAll("[data-reveal-group]")){const t=Number(e.dataset.revealStagger??"80");e.querySelectorAll("[data-reveal]").forEach((o,s)=>o.style.setProperty("--reveal-delay",`${s*t}ms`))}const r=new IntersectionObserver(e=>{for(const t of e)t.isIntersecting&&(t.target.classList.add("is-revealed"),r.unobserve(t.target))},{rootMargin:"0px 0px -10% 0px",threshold:.08});for(const e of document.querySelectorAll("[data-reveal]"))r.observe(e);window.setTimeout(()=>{const e=window.innerHeight*1.25;for(const t of document.querySelectorAll("[data-reveal]:not(.is-revealed)"))t.getBoundingClientRect().top<e&&t.classList.add("is-revealed")},2e3),window.addEventListener("beforeprint",()=>{for(const e of document.querySelectorAll("[data-reveal]:not(.is-revealed)"))e.classList.add("is-revealed")})}else for(const r of document.querySelectorAll("[data-reveal]"))r.classList.add("is-revealed");</script> <script type="module" src="/_astro/index.astro_astro_type_script_index_0_lang.DGUiw22W.js"></script>