-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
126 lines (115 loc) · 3.53 KB
/
_config.yml
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
permalink: /:year-:month-:day/:title/
#highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: [
"no_intra_emphasis"
,"fenced_code_blocks"
,"autolink"
,"tables"
,"strikethrough"
,"superscript"
,"with_toc_data"
,"footnotes"
,"highlight"
,"underline"
,"quote"
,"lax_spacing"
,"prettify"
,"html_toc"
]
gems: ["jekyll-paginate"]
paginate: 10
paginate_path: ":num"
baseurl: ""
title: "Morgan's Blog"
email: "[email protected]"
description: "学无止境,记录点滴"
github_username: "gnyuan"
weibo_url: "http://weibo.com/yuangn"
weibo_name: "MoRGaN"
swiftype_searchId: "jrgAVyFQaXaa44qtULtj"
disqus_shortname: "gnyuangithubio"
#url: "http://127.0.0.1:4000"
#imgrepo: "http://127.0.0.1:4000/static/img"
url: "http://gnyuan.github.io"
imgrepo: "http://gnyuan.github.io/static/img"
#icard setting
# Author settings
author:
name: Morgan GN YUAN
title: C/Java Developer
address: Shenzhen, China
email: [email protected]
link: http://gnyuan.github.io
weibo: http://weibo.com/yuangn
github: github.com/gnyuan
linkedin:
twitter:
gavatar: /static/icard/img/avatar.JPG
workHistory:
- work1:
company: ChinaClear(the financial infrasturcture of China)
location: Shenzhen, China
title: C/Java/RPG Developer
started: 2014
duration: (2014 - Present)
description: Work at AIX, SUSE and AS400. About Communication Technology.
1. Design and develop communication protocol between Shenzhen Stock Exchange and ChinaClear using socket.
2. Deploy an open source process monitoring platform called RAMONA(python based) to monitor all backend process.
3. Maintain a data deliver platform called 'D-COM' among ChinaClear and Clearing participators(Brokerage, Fund, Custodian Bank) using Java and relevant middle-wares.
4. Make ETL process, genearate daily report from raw stock data using Java and Python.
- work2:
company: Baidu Inc.
location: Beijing, China
title: Data Analysis Intern
started: 2013
duration: (2013 - 2014)
description: Mining Search Log to improve search engine and monitor effect of new features.
1. Make ETL process from raw log to generate indicators,analysis user data using Hive and MapReduce.
2. Build models to predict user search satisfaction using machine learning platform.
educationHistory:
- education1:
organization: Zhejiang University
degree: Master
major: Software Engineering
started: 2012
duration: (2012 - 2014)
description: Research on Time Series Mining and Software Desgin.
Winner of National Scholorship.
- education2:
organization: Tianjin University
degree: Bachelor
major: Software Engineering
started: 2008
duration: (2008 - 2012)
description: Basic Computer Foundations and Software Desgin.
languages:
- language1:
name: Chinese
proficiency: Native
- language2:
name: English
proficiency: Professional
- language3:
name: Cantonese
proficiency: Native
programmingSkills:
- skill1:
name: C/C++
percentage: 90%
- skill2:
name: Python
percentage: 90%
- skill3:
name: JavaScript
percentage: 80%
- skill4:
name: JQuery
percentage: 80%
- skill5:
name: Java/Java EE
percentage: 80%
- skill6:
name: Linux/Unix
percentage: 80%