forked from Jayin/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
86 lines (85 loc) · 3.72 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"avatar": "/resume/data/2.JPG",
"background_image": "https://9to5mac.files.wordpress.com/2014/08/yosemite-3.jpg?w=1200&h=&crop=1",
"basicinfo": {
"name": "汪昌洋",
"description": "Think Different.",
"school": "河南理工大学",
"profession": "计算机科学与技术",
"sex": "男",
"education" : "在读本科",
"workage": "2024年6月毕业",
"phone": "15238613597",
"email": "[email protected]"
},
"social":[
{
"type": "github",
"link": "https://github.com/wcy18",
"icon": ""
},
{
"type": "home",
"link": "https://github.com/wcy18",
"icon": ""
}
],
"Awards": [
{
"name": "全国大学生创新创业技能大赛一等奖(2023)/校孙越崎奖学金(专业排名前5%)"
},
{
"name": "郑州市金水区抗疫优秀志愿者(2021)/英语四级(530)/普通话二级甲等(2021)"
}
],
"InternExperiences": [
{
"name": "河南文耀科技有限公司",
"name_link": "",
"title": "实习/前端开发工程师助理",
"icon": "",
"description": "使用 React + Redux + Ant Design 技术栈协助开发小程序以及企微侧边栏应用, 参与前端中台开发, 使用Nest.js 开发企微转发服务以及前端所需公共服务。利用技术降低了人力成本同时提高了运营效率",
"time": "2023.06 - 2023.09",
"location": "郑州 中国"
},
{
"name": "郑州市金水区政务服务中心",
"name_link": "",
"title": "实习/大厅工作人员",
"icon": "",
"description": "通过分析用户预约流程反馈,发现预约小程序界面导航混乱且信息填写繁琐。使用AntDesign重新设计用户界面并优化导航结构, 将用户在预约流程中的平均点击次数从 10 次减少到 6 次, 有效减轻了用户操作负担",
"time": "2022.06 - 2022.09",
"location": "郑州 中国"
}
],
"ProjectExperience": [
{
"name": "基于人工智能技术的新能源发电功率预测",
"name_link": "",
"title": "2023首届全国人工智能应用场景创新挑战赛 项目负责人",
"icon": "",
"description": "采用人工智能技术, 提出一种基于随机森林模型和XGBoost模型的新能源发电功率预测系统来降低风力和太阳能发电对电力系统的影响, 提高新能源发电功率的预测精度和新能源电力的利用效率",
"time": "2023.09 - 2023.11",
"location": ""
},
{
"name": "基于Arduino的物联网原型开发",
"name_link": "",
"title": "利莫瑞克大学与戴尔公司联合项目 暑期实训",
"icon": "",
"description": "使用Arduino平台编程语言实现了复杂的电路设计, 测试并集成多个传感器来采集和处理数据。通过编写高效的代码实现了数据从传感器到云数据库的无缝传输",
"time": "2021.07 - 2021.09",
"location": ""
}
],
"socialExperiences": [
{
"name": "组织3次校内开发者交流会",
"description": "受RubyConf China启发,在校内自行组织了3次交流会"
},
{
"name": "加入校英语社团",
"description": "策划每周的英语角活动, 通过线上宣传活动人数由最初的十几人扩展到一百余人, 促进了中外大学生的文化交流"
}
]
}