10 Commits

Author SHA1 Message Date
Oliver Ford
3280a87599 Remove unused symlink to nowhere
Leftover in #344.
2022-01-24 16:56:25 +00:00
Awsaf
db80998222 Add Kaggle social link 2021-12-31 20:00:34 +00:00
DC\ Simmons
1d0a7d6203 Fix lettersection font colour spilling over (#387)
Closes #382
2021-12-31 19:58:31 +00:00
DC\ Simmons
959bae2ef6 Add BitBucket social link (#388)
Closes #388
Closes #368
2021-12-31 19:57:54 +00:00
DC\ Simmons
c1180c50d7 Add Mastodon social link (#389)
Closes #389
Closes #354
2021-12-31 19:56:14 +00:00
Fabian Würfl
52ef4af481 Add \dateofbirth command (#124)
Closes #124
Closes #154
2021-12-18 18:13:26 +00:00
miclill
44c5ec3e7b Add tel: href for mobile numbers
cf. http://www.ietf.org/rfc/rfc3966.txt
2021-12-18 17:58:36 +00:00
NeverMendel
a932a66e1e Correct 'informations' -> 'information' (#326)
Closes #326
2021-12-18 17:54:22 +00:00
giacomo-b
9fb7dadb2f Remove unnecessary dot (#375)
"May" should be abbreviated with "May" without a final dot.

Closes #375.
2021-12-18 17:43:16 +00:00
Oliver Ford
444f0db6ed Add ResearchGate & Orcid social links
Closes #379.

Co-authored-by: @Nour002
2021-11-26 17:43:20 +00:00
6 changed files with 60 additions and 15 deletions

View File

@@ -281,6 +281,10 @@
% Usage: \email{<email address>}
\newcommand*{\email}[1]{\def\@email{#1}}
% Defines writer's date of birth (optional)
% Usage: \dateofbirth{<date>}
\newcommand*{\dateofbirth}[1]{\def\@dateofbirth{#1}}
% Defines writer's homepage (optional)
% Usage: \homepage{<url>}
\newcommand*{\homepage}[1]{\def\@homepage{#1}}
@@ -293,6 +297,10 @@
% Usage: \gitlab{<gitlab-nick>}
\newcommand*{\gitlab}[1]{\def\@gitlab{#1}}
% Defines writer's bitbucket (optional)
% Usage: \bitbucket{<bitbucket-nick>}
\newcommand*{\bitbucket}[1]{\def\@bitbucket{#1}}
% Defines writer's stackoverflow profile (optional)
% Usage: \stackoverflow{<so userid>}{<so username>}
% e.g.https://stackoverflow.com/users/123456/sam-smith
@@ -311,6 +319,10 @@
% Usage: \twitter{<twitter handle>}
\newcommand*{\twitter}[1]{\def\@twitter{#1}}
% Defines writer's Mastodon (optional)
% Usage: \mastodon{<instance>}{<mastodon-nick>}
\newcommand*{\mastodon}[2]{\def\@mastodoninstance{#1}\def\@mastodonname{#2}}
% Defines writer's resarchgate (optional)
% Usage: \researchgate{<researchgate-account>}
\newcommand*{\researchgate}[1]{\def\@researchgate{#1}}
@@ -331,6 +343,10 @@
% Usage: \medium{<medium account>}
\newcommand*{\medium}[1]{\def\@medium{#1}}
% Defines writer's kaggle (optional)
% Usage: \kaggle{<kaggle handle>}
\newcommand*{\kaggle}[1]{\def\@kaggle{#1}}
% Defines writer's google scholar profile (optional)
% Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>}
% e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ
@@ -346,8 +362,8 @@
}%
}
% Defines writer's extra informations (optional)
% Usage: \extrainfo{<extra informations>}
% Defines writer's extra information (optional)
% Usage: \extrainfo{<extra information>}
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
% Defines writer's quote (optional)
@@ -466,7 +482,7 @@
\ifthenelse{\isundefined{\@mobile}}%
{}%
{%
\faMobile\acvHeaderIconSep\@mobile%
\href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
\setbool{isstart}{false}%
}%
\ifthenelse{\isundefined{\@email}}%
@@ -475,6 +491,13 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{mailto:\@email}{\faEnvelope\acvHeaderIconSep\@email}%
}%
\ifthenelse{\isundefined{\@dateofbirth}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
% \mbox prevents wrapping of elements%
\mbox{\faBirthdayCake\acvHeaderIconSep\@dateofbirth}%
}%
\ifthenelse{\isundefined{\@homepage}}%
{}%
{%
@@ -493,6 +516,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://gitlab.com/\@gitlab}{\faGitlab\acvHeaderIconSep\@gitlab}%
}%
\ifthenelse{\isundefined{\@bitbucket}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://bitbucket.com/\@bitbucket}{\faBitbucket\acvHeaderIconSep\@bitbucket}%
}%
\ifthenelse{\isundefined{\@stackoverflowid}}%
{}%
{%
@@ -517,6 +546,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://twitter.com/\@twitter}{\faTwitter\acvHeaderIconSep\@twitter}%
}%
\ifthenelse{\isundefined{\@mastodonname}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://\@mastodoninstance/@\@mastodonname}{\faMastodon\acvHeaderIconSep\@mastodonname}%
}%
\ifthenelse{\isundefined{\@skype}}%
{}%
{%
@@ -547,6 +582,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://medium.com/@\@medium}{\faMedium\acvHeaderIconSep\@medium}%
}%
\ifthenelse{\isundefined{\@kaggle}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://kaggle.com/\@kaggle}{\faKaggle\acvHeaderIconSep\@kaggle}%
}%
\ifthenelse{\isundefined{\@googlescholarid}}%
{}%
{%
@@ -719,6 +760,7 @@
\lettersectionstyle{#1}
\color{gray}\vhrulefill{0.9pt}
\par\nobreak\addvspace{0.4ex}
\lettertextstyle
}
% Define a title of the cover letter

View File

@@ -59,6 +59,7 @@
\mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com}
%\dateofbirth{January 1st, 1970}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
@@ -68,10 +69,11 @@
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
% \extrainfo{extra information}
\quote{``Be the change that you want to see in the world."}
@@ -99,7 +101,7 @@
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[R]
@@ -110,7 +112,7 @@
{Claud D. Park~~~·~~~Cover Letter}
{}
% Print the title with above letter informations
% Print the title with above letter information
\makelettertitle
%-------------------------------------------------------------------------------
@@ -131,7 +133,7 @@ Duis sit amet magna ante, at sodales diam. Aenean consectetur porta risus et sag
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter informations
% Print the signature and enclosures with above letter information
\makeletterclosing
\end{document}

View File

@@ -59,6 +59,7 @@
\mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com}
%\dateofbirth{January 1st, 1970}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
@@ -68,12 +69,11 @@
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{medium-id}
\orcid{0000-0000-0000-0000}
\researchgate{Claud-Park}
% \kaggle{kaggle-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
% \extrainfo{extra information}
\quote{``Be the change that you want to see in the world."}
@@ -81,7 +81,7 @@
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader

View File

@@ -14,7 +14,7 @@
{Software Architect} % Job title
{Omnious. Co., Ltd.} % Organization
{Seoul, S.Korea} % Location
{Jun. 2017 - May. 2018} % Date(s)
{Jun. 2017 - May 2018} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Provisioned an easily managable hybrid infrastructure(Amazon AWS + On-premise) utilizing IaC(Infrastructure as Code) tools like Ansible, Packer and Terraform.}

View File

@@ -1 +0,0 @@
../fontawesome.sty

View File

@@ -59,6 +59,7 @@
\mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com}
%\dateofbirth{January 1st, 1970}
\homepage{www.posquit0.com}
\github{posquit0}
\linkedin{posquit0}
@@ -68,10 +69,11 @@
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}
% \extrainfo{extra information}
\quote{``Be the change that you want to see in the world."}
@@ -79,7 +81,7 @@
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal informations
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[C]