{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Person",
      "@id": "https://andreivince.com/#person",
      "name": "Andrei Vince",
      "url": "https://andreivince.com",
      "image": "https://andreivince.com/face-image.png",
      "jobTitle": "Cloud, AI Systems, and Backend Engineer",
      "description": "Cloud and backend engineer, undergraduate computer engineering student at UNC Charlotte, researcher, and builder of real-time infrastructure, applied AI systems, embedded health technology, and distributed systems.",
      "homeLocation": {
        "@type": "Place",
        "name": "Charlotte, North Carolina"
      },
      "birthPlace": {
        "@type": "Place",
        "name": "Porto Alegre, Rio Grande do Sul, Brazil"
      },
      "sameAs": [
        "https://www.linkedin.com/in/andreivince/",
        "https://github.com/andreivince",
        "https://x.com/byvince_",
        "https://medium.com/@andreivince21",
        "https://scholar.google.com/citations?user=qkEICJsAAAAJ&hl=en",
        "https://orcid.org/0009-0003-6422-4142"
      ],
      "knowsAbout": [
        "Cloud architecture",
        "Backend development",
        "Applied AI systems engineering",
        "Real-time data pipelines",
        "Embedded health technology",
        "Smart insoles",
        "Fall prevention",
        "AI research workflows",
        "Infrastructure as code"
      ],
      "subjectOf": [
        {
          "@id": "https://andreivince.com/portfolio#webpage"
        },
        {
          "@id": "https://doi.org/10.1145/3757374.3771526"
        }
      ],
      "creatorOf": [
        {
          "@id": "https://neevel.org/#neevel"
        }
      ]
    },
    {
      "@type": "Product",
      "@id": "https://neevel.org/#neevel",
      "name": "Neevel",
      "url": "https://neevel.org",
      "description": "Screen-free fall prevention system combining sensor-equipped smart insoles with a separate nightlight-shaped hub that measures gait signals and coaches older adults through daily balance routines without requiring a smartphone.",
      "award": "2nd Place - Stanford Center on Longevity Design Challenge 2026",
      "creator": {
        "@id": "https://andreivince.com/#person"
      },
      "sameAs": [
        "https://www.linkedin.com/company/neevel/"
      ],
      "subjectOf": [
        {
          "@type": "WebPage",
          "name": "Stanford Center on Longevity Design Challenge Finals 2026",
          "url": "https://longevity.stanford.edu/design-challenge/finals-2026/"
        }
      ]
    }
  ]
}
