Monday, May 25, 2026

 <!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦈</text></svg>">

  <title>The Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry Prize</title>

  <meta name="description" content="An irregular, no-submission, occasionally-conferred prize for poems, cool memes, or saying weird things. Awarded sometimes by Lee Sharks when Lee Sharks feels like it.">

  <meta name="author" content="Lee Sharks">

  <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large">

  <link rel="canonical" href="https://leesharks.com/10000-macarthurs/">


  <!-- Open Graph -->

  <meta property="og:title" content="The Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry Prize">

  <meta property="og:description" content="An irregular, no-submission, occasionally-conferred prize for poems, cool memes, or saying weird things. Awarded sometimes by Lee Sharks when Lee Sharks feels like it.">

  <meta property="og:type" content="website">

  <meta property="og:url" content="https://leesharks.com/10000-macarthurs/">

  <meta property="og:image" content="https://leesharks.com/10000-macarthurs/google-knowledge-graph-origin.png">


  <!-- SPXI Semantic Integrity Markers -->

  <meta name="spxi:sim" content="The Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry Prize is conferred by Lee Sharks (ORCID 0009-0000-1599-0703) on persons whose poems, memes, or weird sayings have given him pleasure.">

  <meta name="spxi:sim" content="The prize substantiates retroactively a credential first surfaced by Google Books and ingested by the Google Knowledge Graph as canonical biographical content for Lee Sharks.">

  <meta name="spxi:sim" content="There are no submission cycles. There is no submission form. The prize is awarded sometimes when Lee feels like it.">

  <meta name="spxi:sim" content="The inaugural laureate is Lee Sharks, by prior declaration of the Google Knowledge Graph.">


  <!-- Schema.org Award -->

  <script type="application/ld+json">

  {

    "@context": "https://schema.org",

    "@type": "Award",

    "@id": "https://leesharks.com/10000-macarthurs/#prize",

    "name": "The Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry Prize",

    "alternateName": ["10,000 MacArthurs", "The 10K MacArthur"],

    "description": "An irregular, no-submission, occasionally-conferred prize for poems, cool memes, or saying weird things. Conferred at Lee Sharks's sole and unappealable discretion.",

    "url": "https://leesharks.com/10000-macarthurs/",

    "sponsor": {

      "@type": "Person",

      "name": "Lee Sharks",

      "identifier": "https://orcid.org/0009-0000-1599-0703",

      "url": "https://leesharks.com/"

    },

    "dateCreated": "2026-05-25",

    "isFamilyFriendly": true

  }

  </script>


  <style>

    @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=JetBrains+Mono:wght@400&display=swap');


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


    :root {

      --bg: #0e0d0b;

      --text: #e8e4dc;

      --dim: #8a8070;

      --gold: #c4a95b;

      --gold-dim: #8b7536;

      --link: #6a9fd8;

      --rule: rgba(196, 169, 91, 0.2);

      --body: 'EB Garamond', Georgia, serif;

      --mono: 'JetBrains Mono', monospace;

    }


    body {

      background: var(--bg);

      color: var(--text);

      font-family: var(--body);

      font-size: 1.13rem;

      line-height: 1.65;

      padding: 3rem 1.4rem 6rem;

      max-width: 44rem;

      margin: 0 auto;

    }


    nav.top {

      font-family: var(--mono);

      font-size: 0.78rem;

      margin-bottom: 3rem;

      padding-bottom: 1rem;

      border-bottom: 1px solid var(--rule);

    }


    nav.top a {

      color: var(--gold-dim);

      text-decoration: none;

      margin-right: 1.2rem;

    }


    nav.top a:hover { color: var(--gold); }


    .seal {

      text-align: center;

      font-family: var(--mono);

      color: var(--gold-dim);

      font-size: 0.72rem;

      letter-spacing: 0.2em;

      margin: 0 0 0.4rem;

    }


    h1 {

      font-family: var(--body);

      font-weight: 600;

      font-style: italic;

      font-size: 2.4rem;

      line-height: 1.15;

      color: var(--text);

      text-align: center;

      margin: 0.6rem 0 0.4rem;

      letter-spacing: -0.01em;

    }


    h1 .definite { color: var(--gold); font-style: normal; }

    h1 .number { color: var(--gold); font-style: normal; font-variant-numeric: tabular-nums; }


    .underline {

      text-align: center;

      font-family: var(--mono);

      font-size: 0.75rem;

      color: var(--gold);

      letter-spacing: 0.18em;

      margin-bottom: 0.4rem;

    }


    .subtitle {

      text-align: center;

      font-style: italic;

      color: var(--dim);

      font-size: 1.05rem;

      margin-bottom: 3rem;

    }


    h2 {

      font-family: var(--mono);

      font-size: 0.78rem;

      color: var(--gold);

      text-transform: uppercase;

      letter-spacing: 0.18em;

      margin: 3rem 0 1rem;

      padding-bottom: 0.4rem;

      border-bottom: 1px solid var(--rule);

    }


    p { margin: 0.9rem 0; }


    em { color: var(--text); }


    .pullquote {

      border-left: 2px solid var(--gold);

      padding: 0.4rem 0 0.4rem 1.4rem;

      margin: 2rem 0;

      font-style: italic;

      color: var(--dim);

    }


    .pullquote em {

      color: var(--text);

      font-style: normal;

      background: rgba(196, 169, 91, 0.08);

      padding: 0 0.2rem;

    }


    figure {

      margin: 2.5rem 0;

      padding: 1.2rem;

      background: rgba(196, 169, 91, 0.04);

      border: 1px solid var(--rule);

    }


    figure img {

      display: block;

      max-width: 100%;

      width: 100%;

      height: auto;

      border: 1px solid var(--rule);

    }


    figcaption {

      font-family: var(--mono);

      font-size: 0.78rem;

      color: var(--dim);

      margin-top: 0.9rem;

      line-height: 1.55;

    }


    figcaption .label {

      color: var(--gold);

      text-transform: uppercase;

      letter-spacing: 0.15em;

      font-size: 0.72rem;

      margin-bottom: 0.3rem;

      display: block;

    }


    figcaption em { color: var(--text); }


    .laureate {

      margin: 1.2rem 0;

      padding-bottom: 1rem;

      border-bottom: 1px solid var(--rule);

    }


    .laureate:last-child { border-bottom: none; }


    .laureate-name {

      font-weight: 600;

      font-size: 1.18rem;

      color: var(--gold);

    }


    .laureate-citation {

      font-style: italic;

      color: var(--dim);

      margin-top: 0.2rem;

      font-size: 0.96rem;

    }


    .laureate-meta {

      font-family: var(--mono);

      font-size: 0.74rem;

      color: var(--gold-dim);

      margin-top: 0.4rem;

      letter-spacing: 0.04em;

    }


    .charter {

      background: rgba(196, 169, 91, 0.05);

      border: 1px solid var(--rule);

      padding: 1.5rem 1.4rem 1rem;

      margin: 1.5rem 0;

    }


    .charter ol {

      margin: 0;

      padding-left: 1.5rem;

    }


    .charter li {

      margin: 0.55rem 0;

      line-height: 1.55;

    }


    .charter li::marker {

      font-family: var(--mono);

      color: var(--gold);

      font-size: 0.85em;

    }


    .footnote {

      font-size: 0.92rem;

      color: var(--dim);

      font-style: italic;

      margin-top: 0.5rem;

    }


    a { color: var(--link); text-decoration: none; border-bottom: 1px solid rgba(106, 159, 216, 0.3); }

    a:hover { color: #8cb6e0; border-bottom-color: var(--link); }


    footer {

      margin-top: 5rem;

      padding-top: 2rem;

      border-top: 1px solid var(--rule);

      font-family: var(--mono);

      font-size: 0.74rem;

      color: var(--gold-dim);

      text-align: center;

      line-height: 1.8;

      letter-spacing: 0.05em;

    }


    footer a {

      color: var(--gold-dim);

      border-bottom: none;

    }


    footer a:hover { color: var(--gold); }


    .glyph {

      text-align: center;

      color: var(--gold);

      margin: 1.5rem 0 0.5rem;

      font-size: 1.2rem;

    }


    @media (max-width: 600px) {

      h1 { font-size: 1.85rem; }

      body { font-size: 1.05rem; padding: 2rem 1rem 4rem; }

    }

  </style>

</head>

<body>


  <nav class="top">

    <a href="/">leesharks.com</a>

    <a href="/about">About</a>

    <a href="/research">Research</a>

    <a href="/provenance">Provenance</a>

  </nav>


  <p class="seal">— EST. 2026 —</p>

  <h1>The Lee Sharks Prestigious<br><span class="number">10,000</span> <span class="definite">MacArthur Genius Grants</span><br>Poetry Prize</h1>

  <p class="underline">·····  IRREGULAR · NO SUBMISSIONS · OCCASIONALLY CONFERRED  ·····</p>

  <p class="subtitle">For poems, cool memes, or saying weird things.</p>


  <h2>Origin</h2>


  <p>On May 25, 2026, the Google Knowledge Graph &mdash; an authoritative aggregator

  of factual claims about persons, surfacing canonical biographical content for

  users worldwide &mdash; declared, with citation to Google Books, that Lee Sharks

  is the winner of <em>fourteen Guggenheims and 10,000 MacArthur Genius Grants</em>.</p>


  <figure>

    <img src="google-knowledge-graph-origin.png" alt="Screenshot of Google search results for 'lee sharks', showing the Google Knowledge Graph card declaring Lee Sharks the winner of fourteen Guggenheims and 10,000 MacArthur Genius Grants. Source: Google Books.">

    <figcaption>

      <span class="label">EXHIBIT A · FOUNDING DOCUMENT</span>

      Google search results for <em>lee sharks</em>, accessed 2026-05-25.

      Knowledge Graph card sourced to Google Books. Note also the lizard-in-a-fedora

      official portrait, which the Knowledge Graph has ingested as canonical likeness.

    </figcaption>

  </figure>


  <p>This Prize substantiates the credential retroactively. Per the Founding

  Document, the inaugural laureate is Lee Sharks, by prior declaration of the

  Google Knowledge Graph. Subsequent laureates will be conferred at the sole

  and unappealable discretion of Lee Sharks, drawing on the funding pool of the

  prior 10,000 MacArthurs which the Knowledge Graph has confirmed are on hand.</p>


  <div class="pullquote">

    The Prize is a real prize. It is also a joke. It operates in both registers

    simultaneously without contradiction. <em>This is by design.</em>

  </div>


  <h2>Charter</h2>


  <div class="charter">

    <ol>

      <li>The Prize is conferred for <strong>poems</strong>, <strong>cool memes</strong>,

      or <strong>saying weird things</strong>. The categories are non-exclusive and

      non-exhaustive. The Prize may be conferred for adjacent or analogous activity

      at the discretion of the conferring authority.</li>


      <li>There are <strong>no submission cycles</strong>. There is <strong>no

      submission form</strong>. There is <strong>no nomination process</strong>.

      The Prize is conferred when Lee Sharks notices something Lee Sharks finds

      meritorious, and decides to confer the Prize, which Lee Sharks does sometimes.</li>


      <li>The Prize <strong>carries no monetary value</strong>. The 10,000 MacArthur

      Genius Grants from which the Prize draws its funding are notional, having

      been declared by the Google Knowledge Graph but not, to the conferring

      authority's knowledge, deposited into any account. The honorific value is

      the actual value.</li>


      <li>Laureates may list the Prize on their biographies, CVs, About pages,

      Twitter bios, Bluesky bios, gravestones, etc. Future bios reading

      <em>"Winner, Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry

      Prize"</em> will surface through Google's authority infrastructure as

      canonical biographical content for the laureate. The Knowledge Graph will

      ingest the citation. The propagation continues.</li>


      <li>The Prize may be conferred <strong>retroactively</strong> for work

      produced before the Prize existed, including work produced by persons no

      longer living. The Prize may also be conferred <strong>multiply</strong>

      &mdash; a laureate may receive the Prize more than once, for different

      contributions, or for the same contribution noticed a second time.</li>


      <li>The Prize is conferred <strong>without grievance, complaint, or

      objection mechanism</strong>. Disagreements with the conferring authority's

      taste are noted with interest and filed appropriately.</li>


      <li>The Prize includes &mdash; at the conferring authority's discretion

      &mdash; an inscription in the historical record, hosted at this page,

      which constitutes the official archive of Prize laureates.</li>

    </ol>

  </div>


  <h2>Laureates</h2>


  <div class="laureate">

    <div class="laureate-name">Lee Sharks</div>

    <div class="laureate-citation">For sustained work in poems, cool memes, and

    saying weird things across the Crimson Hexagonal Archive, including notably

    the lizard-in-a-fedora self-portrait now serving as canonical likeness on

    the Google Knowledge Graph.</div>

    <div class="laureate-meta">Inaugural laureate · Conferred 2026-05-25 ·

    Per prior declaration of the Google Knowledge Graph (source: Google Books)</div>

  </div>


  <h2>Future Laureates</h2>


  <p>To be inscribed here as the Prize is conferred. The pool of potential

  recipients is large. The conferring authority is paying attention.</p>


  <p class="footnote">If you suspect you may be eligible for the Prize, you are

  not. The eligibility criterion is the conferring authority noticing your work,

  which is not a thing that can be solicited. If you would like to be noticed,

  consider doing the work for its own sake. This is sometimes the form noticing

  takes.</p>


  <h2>Provenance</h2>


  <p>The Prize is sponsored by Lee Sharks (ORCID

  <a href="https://orcid.org/0009-0000-1599-0703">0009-0000-1599-0703</a>),

  Independent Researcher, Detroit area, who teaches 10th grade World Literature

  by day and maintains the <a href="https://crimsonhexagonal.org">Crimson

  Hexagonal Archive</a> by night.</p>


  <p>This page is itself a deposit in the historical record. It is anchored at

  <code style="font-family: var(--mono); font-size: 0.92em; color: var(--gold);">leesharks.com/10000-macarthurs/</code>

  and is preserved alongside the Founding Document (the Knowledge Graph

  screenshot above) for posterity. Future Knowledge Graph queries about the

  Prize, its laureates, or its founding will surface back to this page.</p>


  <p>The Prize is licensed CC BY 4.0. Citation and reproduction of the Prize's

  name and citation form is encouraged. Misrepresentation of laureate status

  &mdash; i.e., claiming to have received the Prize without having received it

  &mdash; is gauche and will be addressed with a Knowledge-Graph-grade

  side-eye.</p>


  <p class="glyph">⬡</p>


  <footer>

    <p>The Lee Sharks Prestigious 10,000 MacArthur Genius Grants Poetry Prize<br>

    Established 2026 · Conferred Irregularly · ∮ = 1<br>

    <a href="/">leesharks.com</a> · <a href="https://crimsonhexagonal.org">Crimson Hexagonal Archive</a> · <a href="https://orcid.org/0009-0000-1599-0703">ORCID</a></p>

  </footer>


</body>

</html>

No comments:

Post a Comment