-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwork.html
138 lines (138 loc) · 5.17 KB
/
work.html
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
127
128
129
130
131
132
133
134
135
136
137
138
<!-- Work session start -->
<div class="row">
<!-- <div class="col-lg-12 text-xs-center">
<h3 class="section-heading">Work Experiences</h3>
</div> -->
<div class="col-lg-12">
<ul class="list">
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Chief Technical Officer</h4>
<span>
Dec 2021 - Current<br/>
HSJ&Company, South Korea<br/>
</span>
<!-- Computational Media Lab., ANU College of Engineering and Computer Science<br/> -->
<h4></h4>
</div>
<!-- <img class="timeline-image" src="img/anu.png" alt="" /> -->
</div>
<div class="timeline-body">
<p>
<ul>
<li>Lead the technical team to design and implement advanced algorithms to optimize tax planning strategies for users.</li>
<li>Develop a visual analytics tool that enhances the understanding of property taxes and assists users in planning property transfers.</li>
</ul>
</p>
</div>
</li>
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Research Engineer</h4>
<span>
Sep 2016 - Jun 2023<br/>
ANU College of Engineering and Computer Science, Australia<br/>
</span>
Computational Media Lab., ANU College of Engineering and Computer Science<br/>
<h4></h4>
</div>
<img class="timeline-image" src="img/anu.png" alt="" />
</div>
<div class="timeline-body">
<p>
<!-- <b>Picturing Knowledge Project</b> -->
<ul>
<li>Developed tools for visualizing knowledge graphs, linking large collections of images with descriptive metadata.</li>
<li>Created multimedia event summary documents by filtering and clustering extracted media features.</li>
</ul>
</p>
</div>
</li>
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Junior Research Engineer</h4>
<span>
Aug 2011 - May 2015<br/>
LG Electronics, South Korea<br/>
</span>
Convergence Product Prototyping Team, Creative Innovation Center<br/>
<h4></h4>
</div>
<img class="timeline-image" src="img/lg.png" alt="" />
</div>
<div class="timeline-body">
<ul>
<li>Developed IoT devices for control legacy home appliances and new types of wearable devices</li>
<li>Designed a new UI/UX platform for Real-time OS and customized Android systems.</li>
<li>Built communication protocols between devices and smartphones via Bluetooth and developed a
smartphone app for device control.</li>
<li>Developed the interface of touch input sensors for edge-bended phones.</li>
<li>Created gesture dispatch interfaces for Android frameworks, and developed device drivers and control
firmware for touch sensors.</li>
</ul>
</div>
</li>
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Research Intern</h4>
<span>
Aug 2010 - Feb 2011<br/>
Microsoft Research Asia, China<br/>
</span>
Wireless & Network Group<br/>
<h4></h4>
</div>
<img class="timeline-image" src="img/msra.png" alt="" />
</div>
<div class="timeline-body">
<ul>
<li>Conducted research on traffic models and topologies for data center networks.</li>
<li>Developed a new traffic model with enhanced locality awareness to ensure bandwidth guarantees.</li>
</ul>
</div>
</li>
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Sun campus ambassador</h4>
<span>
Sep 2008 - Feb 2009<br/>
Sun Microsystems, Inc., South Korea<br/>
</span>
<h4></h4>
</div>
<img class="timeline-image" src="img/sun.png" alt="" />
</div>
<div class="timeline-body">
<ul>
<li>Organized and managed the second university Java algorithm contest. Served as a session translator at Sun Tech Day 2008 in Seoul.</li>
</ul>
</div>
</li>
<li class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-title">
<h4>Engineering Intern</h4>
<span>
Mar 2008 - Sep 2008<br/>
Naver Corporation, South Korea<br/>
</span>
Web-robot Development Team<br/>
<h4></h4>
</div>
<img class="timeline-image" src="img/nhn.png" alt="" />
</div>
<div class="timeline-body">
<ul>
<li>Analyzed page URL patterns and developed web page crawlers to improve data indexing efficiency.</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<!-- Work session end -->