-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
2,244 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
TARGET=cv | ||
all: $(TARGET) | ||
|
||
cv: . | ||
ifdef public | ||
python proc.py --public teaching.tex money.tex | ||
else | ||
python proc.py teaching.tex money.tex | ||
endif | ||
latexrun cv | ||
echo | ||
echo | ||
echo "use public=1 to strip private content" | ||
echo "Did you run genpubs.py in ~/code/homepage ?" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# CV template | ||
|
||
This repo contains scaffold to generate [eugene wu's](https://eugenewu.net) CV. | ||
|
||
|
||
Setup | ||
|
||
pip install click | ||
|
||
Run | ||
|
||
# generates cv.pdf | ||
make | ||
|
||
|
||
# strips out all lines prefixed with '##' in money.tex and teaching.tex | ||
make public=1 | ||
|
||
|
||
I wrote a short python script to auto-generate the contents of `pubs.tex` so it has the same | ||
formatting as the rest of the CV. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
&\section{AWARDS}\\ | ||
|
||
2023& {\bf Foo Award} \\&\\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
&\section{Primary Conference Names and 5 Year Impact Factor}\\ | ||
VLDB&Very Large Databases. 3.56. \\ | ||
SIGMOD&SIG Management of Data. 3.41. \\ | ||
ICDE&IEEE Interational Conference on Data Engineering. 2.63.\\ | ||
CIDR&Conference on Innovative Data system Research. 3.3.\\ | ||
SOCC&ACM Symposium on Cloud Computing. 4.79.\\ | ||
TVCG&Transactions on Visualization and Computer Graphics. 4.558.\\ | ||
InfoVIS&Information Visualization. 4.558.\\ | ||
EuroVIS&Eurographics/IEEE Symposium on Visualization. 2.15\\ | ||
HILDA&Human in the Loop Data Analysis Workshop. 2.0\\ | ||
BuildSys&Conference on Systems for Energy-Efficient Built Environments. 2.02\\ | ||
DSIA&Data Systems for Interactive Analysis Workshop.\\ | ||
SysML&Conference on Machine Learning and Systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
\let\nofiles\relax % Void the \nofiles command | ||
\documentclass[10pt, line]{res} | ||
\usepackage{libertine} | ||
\usepackage{longtable} | ||
\usepackage{fancyhdr} | ||
%\usepackage[ natbib=true, | ||
% style=numeric, | ||
% sorting=ydnt]{biblatex} | ||
% | ||
|
||
|
||
|
||
\newsectionwidth{0pt} % So the text is not indented under section headings | ||
\usepackage{array, xcolor} | ||
\usepackage{hyperref} | ||
|
||
\newif\ifprivate | ||
% this sets the diff view to true | ||
\privatetrue | ||
%\privatefalse | ||
|
||
\newcommand{\private}[1]{\ifprivate{#1}\else{}\fi} | ||
\newcommand{\notprivate}[1]{\ifprivate{}\else{#1}\fi} | ||
|
||
|
||
|
||
\newcolumntype{L}{>{\raggedleft}p{0.15\textwidth}} | ||
\newcolumntype{R}{p{0.8\textwidth}} | ||
|
||
\renewcommand{\headrulewidth}{0pt} % suppress line drawn by default by fancyhdr | ||
\setlength{\headheight}{24pt} % allow room for 2-line header | ||
\setlength{\headsep}{24pt} % space between header and text | ||
\setlength{\headheight}{24pt} % allow room for 2-line header | ||
\pagestyle{fancy} % set pagestyle for document | ||
\rhead{ {\it p. \thepage} } % put text in header (right side) | ||
\cfoot{} % the foot is empty | ||
\topmargin=-0.5in % start text higher on the page | ||
\urlstyle{sf} | ||
|
||
|
||
|
||
|
||
\begin{document} | ||
\thispagestyle{empty} % this page has no header | ||
\name{My Name \hfill [email protected]} | ||
|
||
\address{addr} | ||
|
||
|
||
|
||
|
||
\begin{resume} | ||
|
||
\vspace{-4em} | ||
\begin{longtable}{L R} | ||
&\section{RESEARCH INTERESTS}\\ | ||
&.\\ | ||
&\textcolor{gray}{Prepared \today}\\ | ||
|
||
&\section{EDUCATION}\\ | ||
Winter 2014 | ||
& {\bf Hi}\\ | ||
& Hi\\ | ||
& Advisor: Someone \\ | ||
& Dissertation: \\ | ||
&\\ | ||
May 2010 | ||
& {\bf Foo}, Cambridge, MA\\ | ||
& M.S., blah \\ | ||
& Advisor: \\ | ||
& Dissertation: \\ \\ | ||
|
||
|
||
&\section{PROFESSIONAL EXPERIENCE}\\ | ||
|
||
2023--current | ||
&{\bf University}, NY, NY\\ | ||
&{\sl Computer Science}\\ | ||
&{\sl blah}\\ | ||
&\\ | ||
Date Range | ||
&{\bf University}, NY, NY\\ | ||
&{\sl Computer Science}\\ | ||
&{\sl blah}\\ | ||
&\\ | ||
|
||
|
||
|
||
\end{longtable} | ||
|
||
\clearpage | ||
\begin{longtable}{L R} | ||
\input{money_stripped} | ||
\end{longtable} | ||
|
||
\clearpage | ||
\begin{longtable}{rp{5.5in}} | ||
&\section{PUBLICATIONS}\\ | ||
&H-index: .\\ | ||
&Total citations: .\\ | ||
&Citation counts are reported from {\url{http://scholar.google.com}} when exceeding ten citations. Acceptance rates are reported for refereed conference papers when available.\\ | ||
|
||
&\section{Authorship Conventions}\\ | ||
&Conferences are the primary publication venue in data management. Senior authors are typically listed last. Advisees are listed in \underline{\bf bold}. XYZ is \underline{underlined}. \\ | ||
\input{pubs} | ||
\input{confs} | ||
\end{longtable} | ||
|
||
|
||
\clearpage | ||
\begin{longtable}{L R} | ||
\input{teaching_stripped} | ||
\end{longtable} | ||
|
||
\clearpage | ||
|
||
\begin{longtable}{L R} | ||
\input{students} | ||
\end{longtable} | ||
|
||
|
||
\end{resume} | ||
|
||
|
||
\end{document} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
%% | ||
%% This is file `helvetica.sty', based on helvet.sty extended to include | ||
%% definitions for rm and tt. This means commands such as \textbf, \textit, | ||
%% etc. will appear in Helvetica. | ||
%% Changes added by Harriet Borton on <1995/12/11> | ||
%% | ||
%% The original source files were: | ||
%% | ||
%% psfonts.dtx (with options: `helvet') | ||
%% | ||
%% Copyright (C) 1994 Sebastian Rahtz | ||
%% All rights reserved. | ||
%% | ||
%% The original file is part of the PSNFSS2e package. | ||
%% ----------------------------------------- | ||
%% | ||
%% This is a generated file. Permission is granted to to customize the | ||
%% declarations in this file to serve the needs of your installation. | ||
%% However, no permission is granted to distribute a modified version of | ||
%% this file under its original name. | ||
\def\fileversion{4.2} | ||
\def\filedate{94/11/11} | ||
\def\docdate {94/11/06} | ||
\NeedsTeXFormat{LaTeX2e} | ||
\ProvidesPackage{helvetica}[\filedate\space\fileversion\space | ||
Helvetica PSNFSS2e package] | ||
\renewcommand{\sfdefault}{phv} | ||
\renewcommand{\rmdefault}{phv} | ||
\renewcommand{\ttdefault}{pcr} | ||
\endinput | ||
%% | ||
%% End of file `helvetica.sty'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
&\section{GRANTS}\\ | ||
|
||
Total Awarded& alot\\ | ||
|
||
&\section{Awarded}\\ | ||
|
||
2023& X\\ | ||
& {\it PI:. }\\ | ||
## & {\it secret amount.}\\ | ||
&\\ | ||
|
||
& Y\\ | ||
& {\it PI:}\\ | ||
## & {\it secret amount.}\\ | ||
&\\ | ||
|
||
|
||
2021& Z\\ | ||
& {\it PI:}\\ | ||
##& {\it secret info. }\\ | ||
&\\ | ||
|
||
|
||
## \clearpage | ||
## &\section{Pending Proposals}\\ | ||
## | ||
|
||
&\textbf{Glossary}\\ | ||
NSF & National Science Foundation\\ | ||
RI & Robust Intelligence\\ | ||
III & Information Integration and Informatics\\ | ||
HCC & Human-Centered Computing\\ | ||
REU & Research Experiences for Undergraduates\\&\\ | ||
|
Oops, something went wrong.