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 80 additions and 13 deletions

View File

@@ -281,6 +281,10 @@
% Usage: \email{<email address>} % Usage: \email{<email address>}
\newcommand*{\email}[1]{\def\@email{#1}} \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) % Defines writer's homepage (optional)
% Usage: \homepage{<url>} % Usage: \homepage{<url>}
\newcommand*{\homepage}[1]{\def\@homepage{#1}} \newcommand*{\homepage}[1]{\def\@homepage{#1}}
@@ -293,6 +297,10 @@
% Usage: \gitlab{<gitlab-nick>} % Usage: \gitlab{<gitlab-nick>}
\newcommand*{\gitlab}[1]{\def\@gitlab{#1}} \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) % Defines writer's stackoverflow profile (optional)
% Usage: \stackoverflow{<so userid>}{<so username>} % Usage: \stackoverflow{<so userid>}{<so username>}
% e.g.https://stackoverflow.com/users/123456/sam-smith % e.g.https://stackoverflow.com/users/123456/sam-smith
@@ -303,10 +311,22 @@
% Usage: \linkedin{<linked-in-nick>} % Usage: \linkedin{<linked-in-nick>}
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}} \newcommand*{\linkedin}[1]{\def\@linkedin{#1}}
% Defines writer's orcid (optional)
% Usage: \orcid{<orcid-num>}
\newcommand*{\orcid}[1]{\def\@orcid{#1}}
% Defines writer's twitter (optional) % Defines writer's twitter (optional)
% Usage: \twitter{<twitter handle>} % Usage: \twitter{<twitter handle>}
\newcommand*{\twitter}[1]{\def\@twitter{#1}} \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}}
% Defines writer's skype (optional) % Defines writer's skype (optional)
% Usage: \skype{<skype account>} % Usage: \skype{<skype account>}
\newcommand*{\skype}[1]{\def\@skype{#1}} \newcommand*{\skype}[1]{\def\@skype{#1}}
@@ -323,6 +343,10 @@
% Usage: \medium{<medium account>} % Usage: \medium{<medium account>}
\newcommand*{\medium}[1]{\def\@medium{#1}} \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) % Defines writer's google scholar profile (optional)
% Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>} % Usage: \googlescholar{<googlescholar userid>}{<googlescholar username>}
% e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ % e.g.https://scholar.google.co.uk/citations?user=wpZDx1cAAAAJ
@@ -338,8 +362,8 @@
}% }%
} }
% Defines writer's extra informations (optional) % Defines writer's extra information (optional)
% Usage: \extrainfo{<extra informations>} % Usage: \extrainfo{<extra information>}
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}} \newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
% Defines writer's quote (optional) % Defines writer's quote (optional)
@@ -458,7 +482,7 @@
\ifthenelse{\isundefined{\@mobile}}% \ifthenelse{\isundefined{\@mobile}}%
{}% {}%
{% {%
\faMobile\acvHeaderIconSep\@mobile% \href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}%
\setbool{isstart}{false}% \setbool{isstart}{false}%
}% }%
\ifthenelse{\isundefined{\@email}}% \ifthenelse{\isundefined{\@email}}%
@@ -467,6 +491,13 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{mailto:\@email}{\faEnvelope\acvHeaderIconSep\@email}% \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}}% \ifthenelse{\isundefined{\@homepage}}%
{}% {}%
{% {%
@@ -485,6 +516,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://gitlab.com/\@gitlab}{\faGitlab\acvHeaderIconSep\@gitlab}% \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}}% \ifthenelse{\isundefined{\@stackoverflowid}}%
{}% {}%
{% {%
@@ -497,12 +534,24 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.linkedin.com/in/\@linkedin}{\faLinkedin\acvHeaderIconSep\@linkedin}% \href{https://www.linkedin.com/in/\@linkedin}{\faLinkedin\acvHeaderIconSep\@linkedin}%
}% }%
\ifthenelse{\isundefined{\@orcid}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://orcid.org/\@orcid}{\faOrcid\acvHeaderIconSep\@orcid}%
}%
\ifthenelse{\isundefined{\@twitter}}% \ifthenelse{\isundefined{\@twitter}}%
{}% {}%
{% {%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://twitter.com/\@twitter}{\faTwitter\acvHeaderIconSep\@twitter}% \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}}% \ifthenelse{\isundefined{\@skype}}%
{}% {}%
{% {%
@@ -515,6 +564,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}% \href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
}% }%
\ifthenelse{\isundefined{\@researchgate}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.researchgate.net/profile/\@researchgate}{\faResearchgate\acvHeaderIconSep\@researchgate}%
}%
\ifthenelse{\isundefined{\@xing}}% \ifthenelse{\isundefined{\@xing}}%
{}% {}%
{% {%
@@ -527,6 +582,12 @@
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}% \ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://medium.com/@\@medium}{\faMedium\acvHeaderIconSep\@medium}% \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}}% \ifthenelse{\isundefined{\@googlescholarid}}%
{}% {}%
{% {%
@@ -699,6 +760,7 @@
\lettersectionstyle{#1} \lettersectionstyle{#1}
\color{gray}\vhrulefill{0.9pt} \color{gray}\vhrulefill{0.9pt}
\par\nobreak\addvspace{0.4ex} \par\nobreak\addvspace{0.4ex}
\lettertextstyle
} }
% Define a title of the cover letter % Define a title of the cover letter

View File

@@ -59,6 +59,7 @@
\mobile{(+82) 10-9030-1843} \mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com} \email{posquit0.bj@gmail.com}
%\dateofbirth{January 1st, 1970}
\homepage{www.posquit0.com} \homepage{www.posquit0.com}
\github{posquit0} \github{posquit0}
\linkedin{posquit0} \linkedin{posquit0}
@@ -68,10 +69,11 @@
% \skype{skype-id} % \skype{skype-id}
% \reddit{reddit-id} % \reddit{reddit-id}
% \medium{madium-id} % \medium{madium-id}
% \kaggle{kaggle-id}
% \googlescholar{googlescholar-id}{name-to-display} % \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used %% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{} % \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations} % \extrainfo{extra information}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}
@@ -99,7 +101,7 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\begin{document} \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) % Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[R] \makecvheader[R]
@@ -110,7 +112,7 @@
{Claud D. Park~~~·~~~Cover Letter} {Claud D. Park~~~·~~~Cover Letter}
{} {}
% Print the title with above letter informations % Print the title with above letter information
\makelettertitle \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 \makeletterclosing
\end{document} \end{document}

View File

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

View File

@@ -14,7 +14,7 @@
{Software Architect} % Job title {Software Architect} % Job title
{Omnious. Co., Ltd.} % Organization {Omnious. Co., Ltd.} % Organization
{Seoul, S.Korea} % Location {Seoul, S.Korea} % Location
{Jun. 2017 - May. 2018} % Date(s) {Jun. 2017 - May 2018} % Date(s)
{ {
\begin{cvitems} % Description(s) of tasks/responsibilities \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.} \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} \mobile{(+82) 10-9030-1843}
\email{posquit0.bj@gmail.com} \email{posquit0.bj@gmail.com}
%\dateofbirth{January 1st, 1970}
\homepage{www.posquit0.com} \homepage{www.posquit0.com}
\github{posquit0} \github{posquit0}
\linkedin{posquit0} \linkedin{posquit0}
@@ -68,10 +69,11 @@
% \skype{skype-id} % \skype{skype-id}
% \reddit{reddit-id} % \reddit{reddit-id}
% \medium{madium-id} % \medium{madium-id}
% \kaggle{kaggle-id}
% \googlescholar{googlescholar-id}{name-to-display} % \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used %% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{} % \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations} % \extrainfo{extra information}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}
@@ -79,7 +81,7 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\begin{document} \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) % Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[C] \makecvheader[C]