> ## Documentation Index
> Fetch the complete documentation index at: https://felimet-hub.jmcores.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Felimet Hub: research, projects, and technical notes

> Felimet Hub gathers Felimet's research publications, engineering projects, and technical notes on AI, schlieren imaging, Python, and developer tooling.

<div className="home-hero" style={{ textAlign: "center", padding: "5rem 1rem 2.5rem", maxWidth: "880px", margin: "0 auto" }}>
  <img src="https://mintcdn.com/felimet/o4nUK2uwNPSF27VA/images/hero-logo.svg?fit=max&auto=format&n=o4nUK2uwNPSF27VA&q=85&s=c833aa79c37e21c6830f50c0ee9bfab4" alt="Felimet Hub" style={{ height: "84px", margin: "0 auto 1.75rem", display: "block", border: "1.5px solid rgba(191,117,81,0.35)", borderRadius: "46% 54% 50% 50% / 56% 46% 54% 44%", padding: "1.5rem 1.9rem", background: "rgba(250,248,243,0.5)", boxSizing: "content-box" }} width="794" height="533" data-path="images/hero-logo.svg" />

  <h1 style={{ fontSize: "3.25rem", fontWeight: 600, margin: "0 0 0.75rem" }}>Felimet Hub</h1>
  <p style={{ fontSize: "1.25rem", color: "#8a8378", margin: "0 0 2rem", textAlign: "center" }}>Explore · Organize · Build · Document. Let's explore technology and self-realization together</p>

  <div style={{ display: "flex", gap: "0.75rem", justifyContent: "center", flexWrap: "wrap" }}>
    <a href="/en/projects/overview" style={{ display: "inline-block", padding: "0.6rem 1.5rem", background: "#bf7551", color: "#ffffff", borderRadius: "9999px", textDecoration: "none", fontWeight: 600 }}>Browse Projects</a>
    <a href="/en/notes/overview" style={{ display: "inline-block", padding: "0.6rem 1.5rem", border: "1px solid #bf7551", color: "#bf7551", borderRadius: "9999px", textDecoration: "none", fontWeight: 600 }}>Read Notes</a>
  </div>
</div>

<div style={{ maxWidth: "880px", margin: "0 auto", padding: "0 1rem 4rem" }}>
  ## A hub for personal technical milestones

  Every note is an answer I give myself, a record of the journey from experience to internalized understanding, one question at a time.

  <CardGroup cols={2}>
    <Card title="Projects" icon="folder-open" href="/en/projects/overview">
      A portfolio of projects, from initial concept through to full deployment.
    </Card>

    <Card title="Publications" icon="graduation-cap" href="/en/publications/overview">
      Academic work: records of journal papers and conference publications.
    </Card>

    <Card title="Notes" icon="book" href="/en/notes/overview">
      Technical notes and learning reflections, organized as a structured knowledge base.
    </Card>

    <Card title="About" icon="user" href="/en/about">
      My technical background, tool preferences, and contact information.
    </Card>
  </CardGroup>
</div>
