grelin_templates/resume/data/config.typ
MORRO ed33425ee9 Extend resume template with optional research, publications, and skill groups.
Ignore resume/local for personal configs and keep sample PDF in sync with template defaults.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 17:12:20 +08:00

106 lines
3.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// =====================================================================
// 个人信息 — 修改此处即可定制简历
// =====================================================================
#let company-name = "西安高岭绿能科技有限公司"
#let meituan-company-name = "北京三快在线科技有限公司"
#let company-city = "陕西西安"
#let profile = (
name: "齐梦璠",
title: "软件研发 | 系统架构",
summary: "西北大学软件工程本硕。具备从 0 到 1 构建业务系统的能力:在美团 AI 应用组参与大模型 Agent 类应用的工程落地;现于高岭绿能负责矿石分选系统的软件全链路交付,将算法能力转化为可部署、可运维的工业产品。",
photo-path: "../assets/profile.jpeg",
)
#let contact = (
address: "陕西西安",
phone: "19829062833",
email: "19829062833@163.com",
website: "https://3506897731.github.io/",
website-label: "3506897731.github.io",
)
#let skills = (
tags: (
"Rust", "Python", "Java", "React", "Tauri", "RAG", "Linux", "MySQL", "Redis",
"LLM Agent",
),
notes: (),
)
#let education = (
(
degree: "软件工程 / 硕士",
school: "西北大学",
period: "2022 2025",
location: "西安",
notes: "",
),
(
degree: "软件工程 / 学士",
school: "西北大学",
period: "2018 2022",
location: "西安",
notes: "",
),
)
#let experiences = (
(
company: company-name,
role: "研发工程师",
location: "西安",
start: "2025.06",
end: "至今",
bullets: (
"负责矿石分选系统软件研发,覆盖运维工具、运营后台与产线部署联调。",
"与算法团队协作完成模型服务化接入,设计推理回调、异常降级与运行监控体系。",
"产线落地 1 条 / 1 客户现场,单线 25 t/h精矿 A/S 4.0+、尾矿 A/S 1.7-、回收率 30%+。",
),
),
(
company: meituan-company-name,
role: "全栈工程师",
location: "北京",
start: "2024.07",
end: "2025.06",
bullets: (
"参与大模型 Agent 应用工程化,负责前后端模块开发与 LLM 服务对接。",
"完成对话编排、工具调用与业务系统集成,独立承担功能从设计到上线交付。",
"交付 Skill 工具累计覆盖数千名用户、下载量 1 万+;定时任务类能力日均服务约 200 名用户。",
),
),
)
#let projects = (
(
name: "HyperOre 矿石分选",
org: company-name,
location: "西安",
start: "2025.06",
end: "至今",
bullets: (
"面向铝土矿产线的矿石分选系统,实现高光谱采集、模型推理与喷阀执行的闭环控制。",
"负责产线运维工具与核心软件模块交付;基于 Rust 实现 Ratatui 运维控制台与 ONNX 推理集成,完成「采集 → 推理 → 喷阀」流程联调。",
),
),
(
name: "HyperLabel 高光谱标注工作站",
org: company-name,
location: "西安",
start: "2025.06",
end: "至今",
bullets: (
"高光谱标注桌面工作站,面向矿石分选场景的训练数据生产与样本管理。",
"负责 Tauri + React 前端,以及项目、样本、标签等业务的 CRUD 后端接口。",
),
),
)
#let awards = ()
// 可选:研究经历、代表性成果(留空则不渲染)
#let research = ""
#let publications = ()