正如标题所示,我发现这很神奇简历在线。它以非常令人愉悦的布局整齐地组织每个部分。你知道它使用什么模板吗?
答案1
参照我的评论这是一种方法。正如您所看到的,这份简历只是一份普通文件,我有时会在其中放置虚拟文本,有时会复制您链接到的简历。
将此答案视为整个旅程的中间步骤:
- 写一份普通文件(草稿)
- 对字体、布局等进行一些微调(正在进行中)
- 完成(待完成)
前言
该软件包hyperref
用途广泛。它允许您设置文档属性(使用 pdf 查看器检查)、链接颜色(即目录颜色)等。
booktabs
如果您想要一本书,则推荐使用这种样式。只需将表格与文字处理器进行比较,就会发现表格看起来更专业。
我介绍了一些macros
快捷方式。不仅为了演示,您还将看到手动输入和从派生和使用此类宏中得到的标准化输入。
您仍需调整布局,例如设置纸张格式和边距。geometry
为此使用包。
在这里设置default font
。参见例如答案作者:莱夫·毕晓普或者Overleaf 上的字体。
中间结果
标题页
只需使用 titlepage 环境并排版此页面即可。有很多方法可以做到这一点。这里我故意忽略了变量等\author
。\title
有规则的部分
有很多方法可以获得它们。例如(忽略)Komascript,一些自定义风格, ETC。
对于“教育...”,我使用了一种懒惰的方法。有很多方法可以获得类似表格的大学列表。例如,您可以使用表格,但它几乎没有通用结构,需要复杂的表格集。所以我再次选择了一种懒惰的方法,这种方法不能轻易重构为\newcommand
...,这源于作者的非系统方法。
研究兴趣...
其他地方只是嵌套列表,无需微调布局来匹配原始内容。
但是,请注意REMARKs
下面的代码。
精选...演讲
它可以排版为枚举列表,并进行一些重新定义。如果您愿意花更多精力,甚至可以删除尾随的.
;不过,这并没有什么坏处。
奖项 ...
向您展示了直接(inlie)排版以及将其重新构造为宏。但是,原始格式选择的格式可能不是最易读的。但是,请看一下源代码上的效果,其中两个条目具有相同的效果:
\subsection{AWARDS}
% ~~~ directly ~~~~~~~~~~~~
\textbf{IMPACT 50} \hfill April 2020\par
\hspace{1ex}\textit{insideBIGDATA}\par
\textit{Awarded as Co-founder of DarwinAI for being one of the\\industry’s top 50 most impactful companies}
\bigskip
% ~~~ with above's macro, i.e. refactored ~~~~~~~~~~
\awrd{AI 100}
{March 2020}
{CB Insights}
{Awarded as Co-founder of DarwinAI for being\\one of 100 most promising AI startups in the world}
代码
\documentclass[10pt,a4paper]{article}
% ~~~ packages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\usepackage[pdftitle={CV}, % you want tnis with pdf's
pdfauthor={My Name Is}, % setting document properties
pdfkeywords={CV, medical, AI, Professor},
colorlinks=true,linkcolor={blue}] % blue TOC
{hyperref}
\usepackage{booktabs} % recommended
\usepackage{lipsum} % blindtext
% ~~~ some shortcuts, refactoring from back to front ~~~~~~~~~~
\newcommand\corg[3]{\item #1, #2 #3}% function, conference, abbrev
\newcommand\edpos[3]{\corg{#1}{#2}{#3}}% just re-using
\newcommand\cmmt[2]{\item #1 at University of Waterloo (#2)}% what when
\newcommand\awrd[4]{\textbf{#1} \hfill #2\par%
\hspace{1ex}\textit{#3}\par\textit{#4}}
% ~~~ layout ~~~~~~~~~~~~
\parindent0pt
% ... you also may want to \usepackage{geometry}
% ~~~ fonts ~~~~~~~~~~~
\usepackage{helvet} % if you prefer that
\renewcommand{\familydefault}{\sfdefault} % sans serif
% ~~~~~~~~~~~~~~~~~~~~~~~~~~
\begin{document}
% ~~~ TYPESETTING TITLE PAGE ~~~~~~~~~~~~~~~~~
\begin{titlepage}
\vspace*{3cm}
\begin{center}
\textbf{\Huge{Curriculum Vitae}}
\vspace{1cm}
\textbf{My name is, P.Eng}
Canada Research Chair in Artificial Intelligence
and Medical Imaging
Member of the College of the Royal Society of
Canada
Associate Professor
\dots
Phone: 123-456-7890
\url{http://www.I.just.called.com}
\vspace*{2cm}
\today
\end{center}
\end{titlepage}
% ~~~ TOC ~~~~~~~~~~~~~~~~~~~~~~~~~~
\tableofcontents
\newpage
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\section{PERSONAL DATA}
\textbf{Alexander Wong, P.Eng.}
Canada Research Chair in Artificial Intelligence and Medical Imaging
Member of the College of the Royal Society of Canada
\dots
\url{http://dont.forget.your.birthday}
\vspace{1cm}
\hrule
\vspace{3mm}
\textbf{EDUCATION AND RESEARCH POSITIONS}
\vspace{3mm}
\hrule
% ~~~ directly ~~~~~~~~~~~~
% the original is quite ad hoc, i.e. with little to no
% regularity to exploit or refactor by simple macros
\bigskip
\textbf{University of Waterloo, Waterloo, ON} \hfill 2013-Present\par
\textit{Canada Research Chair in Artificial Intelligence and Medical Imaging (Tier II)}
\bigskip
\dots
\textbf{University of Waterloo, Waterloo, ON} \hfill 2011-Present\par
\textit{Associate Professor, Dept. of Systems Design Engineering (July 2016-Present)}
\textit{Assistant Professor, Dept. of Systems Design Engineering (May 2011-June 2016)}
\dots
\bigskip
\dots
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\section{RESEARCH AND SCHOLARSHIP}
\lipsum[1-2]
\subsection{RESEARCH INTERESTS}
\begin{itemize}
\item Deep-structured, random graph models for real-time, operational artificial intelligence
\begin{itemize}
\item Evolutionary deep intelligence for cross-generational deep architecture synthesis
\item \dots
\end{itemize}
\item \dots
\end{itemize}
% ---
\subsection{PUBLICATIONS}
In the fields I work in, the lead authors and last authors are important. For papers co-authored with
students, the general policy is to list the students as \textbf{lead authors} unless \dots
% ~~~ REMARKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~
\emph{!!! There are several approaches for the values of this table, like a) finish enumerated lists below and copy last value by hand, b) use a set of dedicated counters and extend macros to increment them etc.}\bigskip
Publication summary
\textbf{(h-index: 43, i10-index: 201)}
\begin{center}
\begin{tabular}{cccc}
\toprule
& Publications & IEEE & Citations\\
\midrule
Patents & 11 \\
Conference papers & 310 & 124 \\
\dots\\
\midrule
\textbf{Total} & \textbf{601} & \textbf{189} & \textbf{10341}\\
\bottomrule
\end{tabular}
\end{center}
\subsubsection{Refereed Journal Papers (222)}
% ~~~ REMARKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~
\emph{!!! Use same approach as for talks, media coverage etc.}
\subsubsection{Refereed Conference Papers (308)}
\subsubsection{Patents and Patent Applications (38)}
\subsubsection{Books and Book Chapters (7)}
% ...
\subsection{SELECTED AND INVITED PRESENTATIONS}
\renewcommand\theenumi{T{\arabic{enumi}}}
\begin{enumerate}
\item Invited Talk, Road to Operational AI: Advances and
Challenges, UW Student Venture Fund event, 2020.
\item Invited Expert, OSFI Tech Risk Consultation -
Advanced Analytics Roundtable, Office of the
Superintendent of Financial Institutions, 2020.
\item \dots
\end{enumerate}
% ~~~ REMARKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~
\emph{!!! Non-referenced: use same approach}
% ...
\subsection{MEDIA COVERAGE}
\renewcommand\theenumi{M{\arabic{enumi}}}
\begin{enumerate}
\item ”Edge NLP Is About Doing More With Less,“ IoT World Today, January 2021.
\item ”AI on AI on AI,“ The Rational View Podcast with Dr. Al Scott, January 2021.
\item \dots
\end{enumerate}
% ...
\subsection{RESEARCH FUNDING}
\textbf{Total Funding \$9,687,794 in cash, \$1,197,653 in-kind}
% ...
\subsection{AWARDS}
% ~~~ directly ~~~~~~~~~~~~
\textbf{IMPACT 50} \hfill April 2020\par
\hspace{1ex}\textit{insideBIGDATA}\par
\textit{Awarded as Co-founder of DarwinAI for being one of the\\industry’s top 50 most impactful companies}
\bigskip
% ~~~ with above's macro, i.e. refactored ~~~~~~~~~~
\awrd{AI 100}
{March 2020}
{CB Insights}
{Awarded as Co-founder of DarwinAI for being\\one of 100 most promising AI startups in the world}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\section{SERVICE}
% ...
\subsection{COMMITEES}
\begin{itemize}
% ~~~ refactored \item into macro \cmmt{}{} ~~~~~~~~~
\cmmt{Member of the Artificial Intelligence undergraduate program committee}{2017 - present}
\cmmt{Member of the Artificial Intelligence Institute committee}{2016 - present}
\end{itemize}
% ...
\subsection{EDITORIAL POSITIONS}
\begin{itemize}
% ~~~ refactored \item into macro \edpos{}{}{} ~~~~~~~~~
\edpos{Senior Editorial Board Member}
{BMC Medical Imaging, Springer Nature.}
{(2020-Present)}
\edpos{Section Editor}
{BMC Medical Imaging, Springer Nature.}
{(2015-2020)}
\end{itemize}
% ...
\subsection{CONFERENCE ORGANIZATION}
\begin{itemize}
% ~~~ refactored \item into macro \coorg{}{} ~~~~~~~~~
\corg{Conference co-chair}
{Annual Conference on Vision and Imaging Systems}
{(CVIS 2015, 2016, 2017, 2018,2019,2020)}
\corg{Technical program committee member}
{BMVC Workshop on Visual Artificial Intelligence and
Entrepreneurship}
{2019}
\item \dots
\end{itemize}
% ...
\subsection{REVIEWING}
\begin{itemize}
\item I serve as a reviewer for the following grants
\begin{itemize}
\item NSERC Discovery Grants.
\item Canada Research Chair Grants.
\end{itemize}
\item I review five papers per month on average and have served as a reviewer for the following research journals,
conferences, and books:
\begin{itemize}
\item IEEE Transactions on Medical Imaging.
\item \dots
\end{itemize}
\end{itemize}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\section{PROFESSIONAL ACTIVITIES}
\subsection{SOCIETY MEMBERSHIPS}
\begin{itemize}
\item \textbf{Professional Engineer}, Professional Engineers of Ontario (PEO) (2010-Present) [with Certificate of
Authorization]
\item Institute of Electrical and Electronics Engineers (IEEE) (Senior Member) (2005-Present)
\begin{itemize}
\item Voting member on IEEE Communication Society Multimedia Communications Technical Committee
\item Member on IEEE Computer Society Technical Committee on Pattern Analysis and Machine
Intelligence
\end{itemize}
\end{itemize}
\subsection{STANDARDS COMMITTEE MEMBERSHIPS}
\begin{itemize}
\item Member, MC/ISO/IEC JTC 1/SC 42 - Artificial intelligence Committee, Standards Council of Canada
(2019-Present)
\item \dots
\end{itemize}
\end{document}