2 Commits

Author SHA1 Message Date
Oliver Ford
9ffe24016d Test \researchgate & \orcid 2021-11-26 17:37:48 +00:00
Oliver Ford
7f15dbe637 Add ResearchGate & Orcid social links
Closes #379.

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

View File

@@ -281,10 +281,6 @@
% 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}}
@@ -297,10 +293,6 @@
% 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
@@ -319,10 +311,6 @@
% 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) % Defines writer's resarchgate (optional)
% Usage: \researchgate{<researchgate-account>} % Usage: \researchgate{<researchgate-account>}
\newcommand*{\researchgate}[1]{\def\@researchgate{#1}} \newcommand*{\researchgate}[1]{\def\@researchgate{#1}}
@@ -343,10 +331,6 @@
% 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
@@ -362,8 +346,8 @@
}% }%
} }
% Defines writer's extra information (optional) % Defines writer's extra informations (optional)
% Usage: \extrainfo{<extra information>} % Usage: \extrainfo{<extra informations>}
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}} \newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
% Defines writer's quote (optional) % Defines writer's quote (optional)
@@ -482,7 +466,7 @@
\ifthenelse{\isundefined{\@mobile}}% \ifthenelse{\isundefined{\@mobile}}%
{}% {}%
{% {%
\href{tel:\@mobile}{\faMobile\acvHeaderIconSep\@mobile}% \faMobile\acvHeaderIconSep\@mobile%
\setbool{isstart}{false}% \setbool{isstart}{false}%
}% }%
\ifthenelse{\isundefined{\@email}}% \ifthenelse{\isundefined{\@email}}%
@@ -491,13 +475,6 @@
\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}}%
{}% {}%
{% {%
@@ -516,12 +493,6 @@
\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}}%
{}% {}%
{% {%
@@ -546,12 +517,6 @@
\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}}%
{}% {}%
{% {%
@@ -582,12 +547,6 @@
\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}}%
{}% {}%
{% {%
@@ -760,7 +719,6 @@
\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,7 +59,6 @@
\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}
@@ -69,11 +68,10 @@
% \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 information} % \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}
@@ -101,7 +99,7 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\begin{document} \begin{document}
% Print the header with above personal information % Print the header with above personal informations
% 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]
@@ -112,7 +110,7 @@
{Claud D. Park~~~·~~~Cover Letter} {Claud D. Park~~~·~~~Cover Letter}
{} {}
% Print the title with above letter information % Print the title with above letter informations
\makelettertitle \makelettertitle
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
@@ -133,7 +131,7 @@ Duis sit amet magna ante, at sodales diam. Aenean consectetur porta risus et sag
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter information % Print the signature and enclosures with above letter informations
\makeletterclosing \makeletterclosing
\end{document} \end{document}

View File

@@ -59,7 +59,6 @@
\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}
@@ -69,11 +68,12 @@
% \skype{skype-id} % \skype{skype-id}
% \reddit{reddit-id} % \reddit{reddit-id}
% \medium{medium-id} % \medium{medium-id}
% \kaggle{kaggle-id} \orcid{0000-0000-0000-0000}
\researchgate{Claud-Park}
% \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 information} % \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}
@@ -81,7 +81,7 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\begin{document} \begin{document}
% Print the header with above personal information % Print the header with above personal informations
% 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.}

1
examples/fontawesome.sty Symbolic link
View File

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

View File

@@ -59,7 +59,6 @@
\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}
@@ -69,11 +68,10 @@
% \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 information} % \extrainfo{extra informations}
\quote{``Be the change that you want to see in the world."} \quote{``Be the change that you want to see in the world."}
@@ -81,7 +79,7 @@
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
\begin{document} \begin{document}
% Print the header with above personal information % Print the header with above personal informations
% 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]