{
    "name": "Jason Chen",
    "title": "CS @ Georgia Tech",
    "about": [
        "Hello! I'm Jason Chen, a student at Georgia Tech from Colorado.",
        "I have a passion for technology and innovation and experience through various clubs, internships, and personal projects.",
        "I'm especially drawn to building practical, real-world applications that help people.",
        "My goal is to launch my own startup by creating something impactful and unique.",
        "Outside of tech, you'll find me playing basketball, chilling at a coffeeshop, exploring hiking trails, or hunting for great new food."
    ],
    "contact": {
        "email": "jchen3200@gatech.edu",
        "resume": "https://jasonschen.com/Jason_Chen.pdf",
        "github": "https://github.com/jasonschen3/",
        "linkedin": "https://www.linkedin.com/in/chensjason/"
    },
    "experience": [
        {
            "company": "Databricks",
            "location": "Mountain View, CA",
            "team": "Delta Metadata Team",
            "start": "2026-05",
            "end": "2026-08",
        },
        {
            "company": "Amazon Web Services",
            "location": "Boston, MA",
            "team": "EBS Fleet Health",
            "start": "2025-05",
            "end": "2025-08"
        },
        {
            "company": "OTEK Energy",
            "location": "Remote",
            "start": "2024-06",
            "end": "2024-08",
            "highlights": [
                "Built reporting system and supplemental mobile app"
            ]
        }
    ],
    "projects": [
        {
            "slug": "vital-cue",
            "name": "Vital Cue",
            "desc": "Voice and AI powered EMS documentation software.",
            "image": "images/vital-cue.png",
            "links": [
                {
                    "label": "GitHub",
                    "url": "https://github.com/jasonschen3/vital-cue"
                }
            ]
        },
        {
            "slug": "tnkr",
            "name": "TNKR Sneaker Marketplace",
            "desc": "Shoe service marketplace connecting customers and technicians.",
            "image": "images/tnkr.png",
            "links": [
                {
                    "label": "Frontend GitHub",
                    "url": "https://github.com/jasonschen3/tnkr-frontend"
                }
            ]
        },
        {
            "slug": "creekocw",
            "name": "Creek OCW",
            "desc": "Notes website for my old high school.",
            "image": "images/creekocw.png",
            "links": [
                {
                    "label": "Site",
                    "url": "https://www.creekocw.com/"
                }
            ]
        },
        {
            "slug": "lunchbox",
            "name": "Lunchbox",
            "desc": "Web app featuring order management, bilingual support, and checkout.",
            "image": "images/lunchbox.png",
            "links": [
                {
                    "label": "GitHub",
                    "url": "https://github.com/jasonschen3/lunchbox"
                }
            ]
        },
        {
            "slug": "hermedoc",
            "name": "Hermedoc",
            "desc": "Local LLM chatbot for secure document interaction and retrieval using Llama-3.",
            "image": "images/herma.png",
            "links": [
                {
                    "label": "Site",
                    "url": "https://hermaai.com/"
                }
            ]
        },
        {
            "slug": "otek",
            "name": "OTEK Reporting System",
            "desc": "Web app for managing projects/expenses with notifications plus a supplemental mobile app.",
            "image": "images/otek.png"
        },
        {
            "slug": "illuminate",
            "name": "Illuminate AI",
            "desc": "Generates graphs/data from natural-language queries over a user-uploaded CSV.",
            "image": "images/illuminate.png",
            "links": [
                {
                    "label": "Devfolio",
                    "url": "https://devfolio.co/projects/illuminateai-0b89"
                }
            ]
        },
        {
            "slug": "stockbot",
            "name": "StockBot",
            "desc": "Generates a report on a company’s finances and analyzes investment viability.",
            "image": "images/stockbot.png",
            "links": [
                {
                    "label": "Devpost",
                    "url": "https://devpost.com/software/stock-clock"
                }
            ]
        },
        {
            "slug": "prisoner-escape",
            "name": "Prisoner Escape",
            "desc": "Game Boy Advance game inspired by World’s Hardest Game.",
            "image": "images/prisoner-escape.png",
            "links": [
                {
                    "label": "GitHub",
                    "url": "https://github.com/jasonschen3/prisoner-escape/"
                }
            ]
        },
        {
            "slug": "political-bias",
            "name": "Political Bias Detector",
            "desc": "Classified political ideology of Reddit headlines and later full news articles.",
            "image": "images/political-bias.png",
            "links": [
                {
                    "label": "Paper",
                    "url": "https://jasonschen.com/Paper.pdf"
                }
            ]
        },
        {
            "slug": "get-gt",
            "name": "Get GT",
            "desc": "Fun spinoff of GetMIT (itself a spinoff of 2048).",
            "image": "images/get-gt.png",
            "links": [
                {
                    "label": "GitHub",
                    "url": "https://github.com/jasonschen3/get-gt"
                }
            ]
        }
    ]
}