Skip to content

Commit 8a36a47

Browse files
committed
resume upload
0 parents  commit 8a36a47

File tree

3 files changed

+398
-0
lines changed

3 files changed

+398
-0
lines changed

cv_4.tex

+115
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+
% Medium Length Professional CV
3+
% LaTeX Template
4+
% Version 2.0 (8/5/13)
5+
%
6+
% This template has been downloaded from:
7+
% http://www.LaTeXTemplates.com
8+
%
9+
% Original author:
10+
% Trey Hunner (http://www.treyhunner.com/)
11+
%
12+
% Important note:
13+
% This template requires the resume.cls file to be in the same directory as the
14+
% .tex file. The resume.cls file provides the resume style used for structuring the
15+
% document.
16+
%
17+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18+
19+
%----------------------------------------------------------------------------------------
20+
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
21+
%----------------------------------------------------------------------------------------
22+
23+
\documentclass{resume} % Use the custom resume.cls style
24+
\usepackage{multicol}
25+
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
26+
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
27+
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
28+
\name{Changhyun Lyoo} % Your name
29+
\address {Woosung Apt. 109-106, 13 Sinheung-ro, Mokpo-si, South Korea, 58690} % Your address
30+
%\address{123 Pleasant Lane \\ City, State 12345} % Your secondary addess (optional)
31+
\address{(+82)~10~6397~9396 \\ changhyunlyoo@gmail.com} % Your phone number and email
32+
33+
\begin{document}
34+
35+
%----------------------------------------------------------------------------------------
36+
% EDUCATION SECTION
37+
%----------------------------------------------------------------------------------------
38+
39+
\begin{rSection}{Educational Experience}
40+
{\bf Handong Global University} \hfill
41+
\\ B.E. degree, February 2021 \hfill { Overall GPA: 3.31/4.5}
42+
\\ Majors: ICT Convergence and Management
43+
%Minor in Linguistics
44+
%\smallskip \\
45+
%Member of Eta Kappa Nu \\
46+
%Member of Upsilon Pi Epsilon \\
47+
48+
49+
\end{rSection}
50+
%----------------------------------------------------------------------------------------
51+
% TECHNICAL STRENGTHS SECTION
52+
%----------------------------------------------------------------------------------------
53+
54+
{\bf \MakeUppercase {Skills and Other Information} % Section title
55+
\sectionlineskip
56+
\hrule
57+
}
58+
\begin{multicols}{2}
59+
%\begin{list}{$\cdot$}{\leftmargin=0.9em}
60+
{\bf Skills}
61+
\\Microsoft Office literacy
62+
\\Java(Basic), Python(Intermediate)
63+
\\HTML(Basic), CSS(Basic)
64+
\\{\bf Military Service}
65+
\\ Enlisted in the marine in September 2014
66+
\\ Honorably discharged from the marine in June 2016%\end{list}
67+
\end{multicols}{}
68+
%----------------------------------------------------------------------------------------
69+
% WORK EXPERIENCE SECTION
70+
%----------------------------------------------------------------------------------------
71+
\begin{rSection}{Experience}
72+
73+
\begin{rSubsection}{HGU}{December 2019 - May 2020}{Research Project, funded by National Research Foundation of Korea}{}
74+
\item Development of Simulation models for municipal waste management system using Discrete Event System formalism.
75+
\item User Interface development of the waste management system simulator using Qt for Python (PySide2).
76+
\item Analysis of simulation data to support the decision makers for municipal solid waste management system.
77+
\end{rSubsection}
78+
% 여기에 우간다에서 프로젝트한것 문제해결능력등
79+
\begin{rSubsection}
80+
{HGU}{March 2018 - December 2019}{Cross-major Research Academy In Serving The other 90\%}{}
81+
\item Prepared an income increase project for farmers' co-operative during the semester and visited Uganda during the vacation to carry out the project.
82+
\item Helped to form a partnership between co-operative and NGO by connecting them.
83+
\item Trained co-operative leaders about the management knowledge needed for actual business operations.
84+
\item Solved the problems of co-operative-owned factory by comparing it with the case of other factories.
85+
86+
\end{rSubsection}
87+
\end{rSection}
88+
%----------------------------------------------------------------------------------------
89+
\begin{rSection}{Relevant Courses}
90+
\itab{\textbf{Core Courses}} \tab{} \tab{}
91+
% 한줄로 역량, 성적 웹= pass 이지만 실제로 활용하고있다.O
92+
\\ \itab{Data Management and Application(Data Structures \&
93+
Algorithms) Grade:A+}
94+
\\ \itab{System Engineering(Requirement Analysis and Design, Technical Document) Grade:A+}
95+
\\ \itab{Human Factors and Ergonomics(Human Factors, Ergonomics and Usability Engineering) Grade:A0}
96+
%\\ \itab{C Programming(C Language & Structured Programming Approach) Grade:B+} \tab{} \tab{}
97+
\\ \itab{Special Topic of ICT Convergence(Cloud Infrastructure \& Business) Grade:P} \tab{} \tab{}
98+
\\ \itab{Financial Management(Corporate finance, Financial markets, \& Investment) Grade:A+} \tab{} \tab{}
99+
\\ \itab{Production and Operations Management(Measure and Improve Performance of Operation) Grade:B0}\tab{} \tab{}
100+
101+
% \\ \itab{Process Control (ongoing)} \tab{} \tab{Electrodynamics}
102+
103+
\end{rSection}
104+
105+
%----------------------------------------------------------------------------------------
106+
\begin{rSection}{Presentation and publication}
107+
108+
\begin{rSubsection}{International Conference}{}{}
109+
\item {\underline{Chang Hyun Lyoo}, Jin Ho Jung, Chang Beom Choi and Eun Young Kim, ``Modeling and Simulation of Municipal Solid Waste Management System Based on Discrete Event System Specification", Symp. Simulation
110+
Architecture, Urban Design (SimAUD), May 2020.}
111+
\end{rSubsection}
112+
113+
114+
\end{rSection}
115+
\end{document}

cv_kor.tex

+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+
% Medium Length Professional CV
3+
% LaTeX Template
4+
% Version 2.0 (8/5/13)
5+
%
6+
% This template has been downloaded from:
7+
% http://www.LaTeXTemplates.com
8+
%
9+
% Original author:
10+
% Trey Hunner (http://www.treyhunner.com/)
11+
%
12+
% Important note:
13+
% This template requires the resume.cls file to be in the same directory as the
14+
% .tex file. The resume.cls file provides the resume style used for structuring the
15+
% document.
16+
%
17+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18+
19+
%----------------------------------------------------------------------------------------
20+
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
21+
%----------------------------------------------------------------------------------------
22+
23+
\documentclass{resume} % Use the custom resume.cls style
24+
\usepackage{multicol}
25+
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
26+
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
27+
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
28+
\name{류 창 현} % Your name
29+
\address {우성아파트 109-106 신흥로 13 목포시 대한민국, 58690} % Your address
30+
%\address{123 Pleasant Lane \\ City, State 12345} % Your secondary addess (optional)
31+
\address{(+82)~10~6397~9396 \\ changhyunlyoo@gmail.com} % Your phone number and email
32+
33+
\begin{document}
34+
35+
%----------------------------------------------------------------------------------------
36+
% EDUCATION SECTION
37+
%----------------------------------------------------------------------------------------
38+
39+
\begin{rSection}{학력사항}
40+
{\bf 한동대학교} \hfill
41+
\\ 공학사, 2021년 2월 \hfill { 취득학점: 3.31/4.5}
42+
\\ 전공: ICT융합, 경영학
43+
%Minor in Linguistics
44+
%\smallskip \\
45+
%Member of Eta Kappa Nu \\
46+
%Member of Upsilon Pi Epsilon \\
47+
48+
49+
\end{rSection}
50+
%----------------------------------------------------------------------------------------
51+
% TECHNICAL STRENGTHS SECTION
52+
%----------------------------------------------------------------------------------------
53+
54+
{\bf \MakeUppercase {보유기술 및 기타사항} % Section title
55+
\sectionlineskip
56+
\hrule
57+
}
58+
\begin{multicols}{3}
59+
{\bf 보유기술}
60+
\setlength{\columnseprule}{0.4pt}
61+
\begin{multicols}{2}
62+
MS 오피스(상)\\ C/C++(하)\\
63+
Python(상)\\SQL(하)\\NoSQL(중)\\XML(하)\\ HTML(하)\\CSS(하)
64+
\end{multicols}
65+
\\{\bf 어학사항}
66+
\begin{multicols}{3}
67+
시험명
68+
\\ TOEIC
69+
\\ TOEIC Speaking
70+
\\ 점수
71+
\\975
72+
\\170
73+
\\
74+
\\취득일
75+
\\2019.12.08
76+
\\2020.09.08
77+
\end{multicols}
78+
\\{\bf 병역사항}
79+
\begin{multicols}{3}
80+
{\bf 군별}
81+
\\해병
82+
\\{\bf 병과}
83+
\\통신
84+
\\{\bf 계급}
85+
\\병장
86+
\\{\bf 제대구분}
87+
\\만기제대
88+
\\{\bf 복무기간}
89+
\\2014.09.29 \\ 2016.06.28
90+
\end{multicols}
91+
92+
\end{multicols}{}
93+
%----------------------------------------------------------------------------------------
94+
% WORK EXPERIENCE SECTION
95+
%----------------------------------------------------------------------------------------
96+
\begin{rSection}{경험사항}
97+
98+
\begin{rSubsection}{한동대학교}{2019.12. - 2020.05}{한국연구재단 지원 연구 사업}{}
99+
\item 이산사건시스템 형식론을 사용하여 지역사회 쓰레기 처리 시스템에 대한 시뮬레이션 모델 개발.
100+
\item Python용 Qt를 사용한 쓰레기 처리 시스템 시뮬레이터의 사용자 인터페이스 개발 (PySide2).
101+
\item 지역사회 쓰레기 처리 시스템 의사 결정자를 지원하기위한 시뮬레이션 데이터 분석.
102+
\end{rSubsection}
103+
% 여기에 우간다에서 프로젝트한것 문제해결능력등
104+
\begin{rSubsection}
105+
{한동대학교}{2018.03 - 2019.12}{적정기술기반 국제개발 학회 Cross-major Research Academy In Serving The other 90\%}{}
106+
\item 학기 중 농민 협동조합 소득 증대 사업을 준비하고 방학 중 우간다를 방문하여 사업 수행.
107+
\item 협동 조합과 NGO를 연결하여 파트너십 형성지원.
108+
\item 실제 사업 운영에 필요한 경영 지식에 대해 협동 조합 리더대상 교육봉사 진행.
109+
\item 협동조합 소유의 공장에서 발생한 문제들을 다른 공장의 운영사례 분석을 토대로 해결.
110+
111+
\end{rSubsection}
112+
\end{rSection}
113+
%----------------------------------------------------------------------------------------
114+
\begin{rSection}{이수 과목}
115+
\itab{\textbf{주요 과목}} \tab{} \tab{}
116+
% 한줄로 역량, 성적 웹= pass 이지만 실제로 활용하고있다.O
117+
\\ \itab{시스템 엔지니어링(요구사항 분석 및 설계 \& 기술문서 작성) 성적:A+} \tab{} \tab{}
118+
\\ \itab{프로그래밍 II(로보틱스 \& 폴리글랏 프로그래밍) 성적:A+} \tab{} \tab{}
119+
\\ \itab{데이터 관리 및 활용(데이터 구조 \& 알고리즘) 성적:A+} \tab{} \tab{}
120+
% \\ \itab{웹 서비스 기획 및 실습(Flask, NoSQL 기반 웹 서비스 디자인 및 구현) 성적:P}
121+
%\\ \itab{C Programming(C Language & Structured Programming Approach) 성적:B+} \tab{} \tab{}
122+
\\ \itab{재무관리론(기업 재무, 금융시장 \& 투자) 성적:A+} \tab{} \tab{}
123+
\\ \itab{생산관리론(작업 성능 측정 \& 비즈니스 운영관리) 성적:B0}\tab{} \tab{}
124+
125+
% \\ \itab{Process Control (ongoing)} \tab{} \tab{Electrodynamics}
126+
127+
\end{rSection}
128+
129+
%----------------------------------------------------------------------------------------
130+
\begin{rSection}{논문 및 발표}
131+
132+
\begin{rSubsection}{국제학회}{}{}{}
133+
\item {\underline{Chang Hyun Lyoo}, Jin Ho Jung, Chang Beom Choi and Eun Young Kim, ``Modeling and Simulation of Municipal Solid Waste Management System Based on Discrete Event System Specification", Symp. Simulation
134+
Architecture, Urban Design (SimAUD), May 2020.}
135+
\end{rSubsection}
136+
137+
\begin{rSubsection}{국내학회}{}{}{}
138+
\item {최창범, 정진호, \underline{류창현}, 김은영, ``지역사회 내 쓰레기 문제 해결을 위한 이산사건시스템 형식론 기반 모델링 및 시뮬레이션 환경", 한국시뮬레이션학회논문지, vol.29, no. 1, pp.71--79, March 2020}
139+
\end{rSubsection}
140+
141+
\end{rSection}
142+
\end{document}

0 commit comments

Comments
 (0)