--- title: 关于我 description: 喜欢音乐和自由的coder date: '2025-02-09' aliases: - about-us - about-hugo - contact license: CC BY-NC-ND lastmod: '2025-02-10T20:53:00+08:00' menu: main: name: 关于 weight: -90 params: icon: user links: - title: LinkedIn 主页 description: 个人 LinkedIn 主页 website: https://www.linkedin.com/in/qiaoru-li-3012832a3/ image: https://emberauthor.oss-cn-beijing.aliyuncs.com/images/logo/linkedin.png - title: NEU小站 description: 东北大学综合校园服务网站 website: https://www.东北大学.com image: https://emberauthor.oss-cn-beijing.aliyuncs.com/images/logo/logo.png - title: Git服务 - NEU小站 description: NEU小站协同Git服务,为其提供团队协作和CI/CD能力 website: https://git.东北大学.com image: https://emberauthor.oss-cn-beijing.aliyuncs.com/images/logo/git_logo.png - title: 个人Git主页 description: 我的Git个人主页 website: https://git.东北大学.com/ember image: https://emberauthor.oss-cn-beijing.aliyuncs.com/avatar/头像.jpg --- # 🤝 感谢访问! [![Typing SVG](https://readme-typing-svg.demolab.com?font=Microsoft+Yahei&pause=1000&color=791DF7&background=A021C100&vCenter=true&width=435&lines=%E6%8A%80%E6%9C%AF%E6%97%A0%E6%AD%A2%E5%A2%83;Always+keep+learning)](https://git.io/typing-svg) ## 🎓 学术背景 🎓 **东北大学** (沈阳) 🏫 软件工程 大三学生 🔑 **英语四级** (CET-4): 638 🔑 **英语六级** (CET-6): 600 🔑 **雅思** (IELTS): 7.0 🏆 **华为奖学金** --- ## 🔬 科研经历 ### 🤿 **水下导航研究 | BiLSTM + 运动模型** - 针对潜水器定位难、水下环境复杂,提出了基于 **BiLSTM + 六自由度运动模型** 的潜水器位置预测方法。 - 训练集包含100×100网格的70%数据,测试集包含30%数据。使用了四种不同的单位时间序列(UTS)进行模型训练,分别为0.846s、1.912s、2.273s和3.158s。 - 在训练集上,UTS=1.912s和UTS=2.273s的模型表现最佳,准确率曲线和测试集结果均优于其他模型。 - **第一作者** 🏆,论文发表于 **IEEE AINIT** 会议 🎓 ### 🧠 **MIT CSAIL 合作 | MRI 生成 PET 影像的 PWT 模型** - 与麻省理工学院 CSAIL 实验室合作,提出了基于 **TransUNet** 的 **PWT 影像生成模型**,能够**从容易获取的 MRI (磁共振) 影像生成更难获得的 PET (正电子发射断层扫描) 影像**,用于 **阿尔茨海默症** 研究。 - 将TransUNet整合至PASTA框架,通过引入Transformer模块增强全局上下文建模能力,有效解决了U-Net在捕捉长程依赖关系上的局限性。 - 关键性能提升: 1. 图像质量:SSIM提升10.8%(0.6788→0.752),PSNR提升93.5%(21.27→41.16) 2. 生成效率:FID指标降低1.7%(176.423→174.7),显著优于GAN模型(FID=340.956) 3. 重构精度:L1损失降低26%(0.5005→0.3705),超越U-Net(0.4278)、AttentionUNet(0.3494)等基线模型 - **第一作者** 🎓,论文被 **IEEE UV 2024** 会议录用 📑 --- ## 🛠️ 技术栈 💻 **编程语言**:JavaScript | Java | Go | Python ⚡ **框架/工具**:Node.js | Vue | Spring Boot | Gin | Hugo 🗄️ **数据库**:MySQL | Redis 🤖 **AI & 深度学习**:熟悉 **PyTorch** ![JavaScript](https://img.shields.io/badge/JavaScript-ES6%2B-yellow?style=flat-square&logo=javascript&logoColor=white)   ![Java](https://img.shields.io/badge/Java-Java%208-007396?style=flat-square&logo=java&logoColor=white)   ![Go](https://img.shields.io/badge/Go-1.18%2B-00ADD8?style=flat-square&logo=go&logoColor=white)   ![Python](https://img.shields.io/badge/Python-3.x-3776AB?style=flat-square&logo=python&logoColor=white)   ![Node.js](https://img.shields.io/badge/Node.js-v16.0%2B-green?style=flat-square&logo=node.js&logoColor=white)   ![Vue](https://img.shields.io/badge/Vue.js-3.x-4FC08D?style=flat-square&logo=vue.js&logoColor=white)   ![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.5.x-6DB33F?style=flat-square&logo=springboot&logoColor=white)   ![Gin](https://img.shields.io/badge/Gin-1.x-00C397?style=flat-square&logo=go&logoColor=white)   ![Hugo](https://img.shields.io/badge/Hugo-0.89.x-FF4088?style=flat-square&logo=hugo&logoColor=white) ![MySQL](https://img.shields.io/badge/MySQL-8.x-4479A1?style=flat-square&logo=mysql&logoColor=white)   ![Redis](https://img.shields.io/badge/Redis-6.x-DC382D?style=flat-square&logo=redis&logoColor=white) ![PyTorch](https://img.shields.io/badge/PyTorch-1.x-EE4C2C?style=flat-square&logo=pytorch&logoColor=white) ## 💼 工作 & 项目经历 ### 🏢 **腾讯 WXG (微信事业群) 实习 | 全栈开发** - 🚀 负责 **企业邮 Node.js 中间层** 的构建与开发,优化前端与 CGI-BIN 老旧后端 的兼容性,提升系统稳定性和扩展性。 - 🔒 建立**中间件-CGI**协同鉴权模式,实现了全场景CGI-token多级验证机制,修复了前端抓包实现越级功能调用的安全漏洞。 - 🔄 基于**Protocol Buffers + node-gyp**设计分布式微服务协议,编写中间件的统一RPC接口,并基于**Protobuf**的**oneof**特性,实现了中间件对CGI-BIN的**多态**调用。 ### 🌍 **NEU 小站 | 校园综合服务网站** ([🌐东北大学.com](https://东北大学.com)) - **独立开发** 🎯,提供课程评分📊、资源共享📂、攻略分享📖等功能。 - 基于 **Hugo(Go 语言)** 的模板引擎开发前端整体框架,实现 **高效静态页面渲染** ⚡ - 结合 **阿里云 OSS SDK & CDN SDK**,使用 **Node.js** 实现 **CDN 加速、签名 URL、STS Token 授权、积分下载系统** 📂🔐 - 使用 **Vue + Element 组件库** 开发 **响应式课程评分系统**,提供流畅的用户体验 🎨📊 - **月均访问量 80,000+** 📈,下行流量 **20GB+/月** 🚀,广受学生好评 ### 🏗️ **Git 平台 | 基于 Gitea 搭建自托管 Git 服务** ([🌐git.东北大学.com](https://git.东北大学.com)) - 搭建并优化 **Gitea** 服务器,为个人项目提供 **代码托管、CI/CD 自动化部署** 能力 🛠️ - 结合 **Act Runner** 和 Gitea Webhook,实现 **增量更新部署** 📦 - (后续计划)借助 Git 平台实现网站团队开发 👨‍💻 --- ## 🎵 兴趣爱好 🎹 **钢琴十级** | 🎤 **喜欢唱歌** | 🎼 **热爱编曲** --- 欢迎交流!😃 🚀