removing cruft
[bmh-cv] / kjh-vita.tex
index 1e263312889b8e70f5f67387ab38754ffb05f067..88a13b684ed0b0c80f08bae0f2d14a7d0eb1b473 100644 (file)
@@ -1,23 +1,34 @@
-%%% Kieran's Vita. Full.
-%%% /Users/kjhealy/projects/vita/vita.tex
-
+%%% A template to produce a nice-looking Curriculm Vitae.
+%%% Kieran Healy <kjhealy@gmail.com>
+%%% Most recent version is at http://kjhealy.github.com/kjh-vita
+%%%
+%%% ------------------------------------------------------------------------
+%%% Requirements (should be included in a modern tex distribution):
+%%% ------------------------------------------------------------------------
+%%% xelatex
+%%% fontspec.sty
+%%% hyperrref.sty
+%%% xunicode.sty
+%%% color.sty
+%%% url.sty
+%%% fancyhdr.sty
+%%%
+%%% ------------------------------------------------------------------------
+%%% Optional
+%%% ------------------------------------------------------------------------
+%%% git
+%%% vc.sty
+%%% Fonts
+%%%
 
 \documentclass[11pt]{article}
 
 \documentclass[11pt]{article}
-  
-%% Git version tracking
-\input{vc}
-
-%% misc style files
-\usepackage{url,fancyhdr,revnum}
-
-%% needed for xelatex to work
-\usepackage{fontspec}
-\usepackage{xunicode}
 
 
-%% color 
-\usepackage[usenames,dvipsnames]{color}
+%%%------------------------------------------------------------------------
+%%% Metadata
+%%%------------------------------------------------------------------------
 
 
-%% meta
+%% Change as needed. Or just add me as a coauthor. Only some of these are 
+%% used below in the hyperref declaration and address banner section.
 \def\myauthor{Kieran Healy}
 \def\mytitle{Vita}
 \def\mycopyright{\myauthor}
 \def\myauthor{Kieran Healy}
 \def\mytitle{Vita}
 \def\mycopyright{\myauthor}
 \def\myaddress{Sociology Department}
 \def\myemail{kjhealy@soc.duke.edu}
 \def\myweb{http://www.kieranhealy.org}
 \def\myaddress{Sociology Department}
 \def\myemail{kjhealy@soc.duke.edu}
 \def\myweb{http://www.kieranhealy.org}
-\def\myphone{}
+\def\myphone{(919) 660-5737}
+\def\myfax{(919) 660-5623}
 \def\myversion{}
 \def\myrevision{}
 
 
 \def\myaffiliation{Duke University}
 \def\myauthor{Kieran Healy}
 \def\myversion{}
 \def\myrevision{}
 
 
 \def\myaffiliation{Duke University}
 \def\myauthor{Kieran Healy}
-\date{2008-09-10}
+\date{} % not used (revision control instead)
 \def\mykeywords{Kieran, Healy, Kieran Healy, Vita, CV, Resume, Sociology}
 
 \def\mykeywords{Kieran, Healy, Kieran Healy, Vita, CV, Resume, Sociology}
 
+%%%------------------------------------------------------------------------  
+%%% Git version tracking 
+%%%------------------------------------------------------------------------
+
+%% If you don't use git or the vc package, comment this out.
+%% If you comment it out, be sure to remove the \rfoot comment below, too.
+\input{vc}
+
+%%%------------------------------------------------------------------------
+%%% Required style files
+%%%------------------------------------------------------------------------
+\usepackage{url,fancyhdr}
+%\usepackage{revnumerate} % for reverse-numbered publications if needed.
+
+%% needed for xelatex to work
+\usepackage{fontspec}
+\usepackage{xunicode}
+
+%% color for the links 
+\usepackage[usenames,dvipsnames]{color}
+
 %% hyperlinks
 \usepackage[xetex, 
        colorlinks=true,
 %% hyperlinks
 \usepackage[xetex, 
        colorlinks=true,
        pdfkeywords={\mykeywords}
        ]{hyperref}
 
        pdfkeywords={\mykeywords}
        ]{hyperref}
 
+%%%------------------------------------------------------------------------
+%%% Document
+%%%------------------------------------------------------------------------
 \begin{document}
 
 \begin{document}
 
-%% Choose fonts
+%% Choose fonts for use with xelatex
+%% Minion and Myriad are widely available, from Adobe. 
+%% Pragmata is available to buy at http://www.fsd.it/fonts/pragma.htm
+%% and is worth every penny. Any good monospace font will work fine, though.
+%% Consolas or inconsolata are good alternatives.
 \setromanfont[Mapping={tex-text},Numbers={OldStyle},Ligatures={Common}]{Minion Pro} 
 \setsansfont[Mapping=tex-text,Colour=AA0000]{Myriad Pro}
 \setmonofont[Mapping=tex-text,Scale=0.9]{Pragmata} 
 
 \setromanfont[Mapping={tex-text},Numbers={OldStyle},Ligatures={Common}]{Minion Pro} 
 \setsansfont[Mapping=tex-text,Colour=AA0000]{Myriad Pro}
 \setmonofont[Mapping=tex-text,Scale=0.9]{Pragmata} 
 
-%% custom ampersand
+
+%%%------------------------------------------------------------------------
+%%% Local commands
+%%%------------------------------------------------------------------------
+
+%% marginal header
+\newcommand{\marginhead}[1]{\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright #1}}}}
+
+
+%% custom ampersand (font consistent with the one chosen above)
 \newcommand{\amper}{{\fontspec[Scale=.95,Colour=AA0000]{Minion Pro Medium}\selectfont\&\,}}
 
 %% No bullets on labels
 \newcommand{\amper}{{\fontspec[Scale=.95,Colour=AA0000]{Minion Pro Medium}\selectfont\&\,}}
 
 %% No bullets on labels
 \def\labelitemi{~}
 \renewcommand{\labelitemii}{~}
 
 \def\labelitemi{~}
 \renewcommand{\labelitemii}{~}
 
-%% page layout
+%%%------------------------------------------------------------------------
+%%% Page layout
+%%%------------------------------------------------------------------------
 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead{}
 \fancyfoot{}
 \rhead{{\scriptsize\thepage}}
 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead{}
 \fancyfoot{}
 \rhead{{\scriptsize\thepage}}
-\rfoot{\texttt{\scriptsize \VCRevision\ on \VCDateTEX}} % git revision info inserted via external script -- see docs for vc package for details. comment out this line if you're not using vc.
 
 
-%% address and contact block
+%% git revision control footer 
+\rfoot{\texttt{\scriptsize \VCRevision\ on \VCDateTEX}} % git revision info inserted via external script -- see docs for vc package for details. comment out this line if you're not using vc, and also remove the \input{vc} line above.
+
+%%%------------------------------------------------------------------------
+%%% Address and contact block
+%%%------------------------------------------------------------------------
 \begin{minipage}[t]{2.95in}
  \flushright {\footnotesize \href{http://www.soc.duke.edu}{Department of Sociology} \\ Box 90088, \\ Duke University, \\ \vspace{-0.05in} Durham, \textsc{nc} 27708}  
   
 \begin{minipage}[t]{2.95in}
  \flushright {\footnotesize \href{http://www.soc.duke.edu}{Department of Sociology} \\ Box 90088, \\ Duke University, \\ \vspace{-0.05in} Durham, \textsc{nc} 27708}  
   
 %\end{minipage}
 \hfill
 \begin{minipage}[t]{1.7in}
 %\end{minipage}
 \hfill
 \begin{minipage}[t]{1.7in}
-  \flushright \footnotesize Phone: (650) 321-2052 \\ 
-  Fax: (650) 321-1192  \\ 
-  {\scriptsize  \texttt{\href{mailto:kjhealy@soc.duke.edu}{kjhealy@soc.duke.edu}}} \\
-  {\scriptsize  \texttt{\href{http://www.kieranhealy.org}{http://www.kieranhealy.org}}}
+  \flushright \footnotesize Phone: \myphone \\ 
+  Fax: \myfax  \\ 
+  {\scriptsize  \texttt{\href{mailto:\myemail}{\myemail}}} \\
+  {\scriptsize  \texttt{\href{\myweb}{\myweb}}}
 \end{minipage}
 
 
 \end{minipage}
 
 
 
 %% Appointments
 \medskip
 
 %% Appointments
 \medskip
-\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright Appointments}}}
+\marginhead{Appointments}
 
 \noindent\emph{Duke University \vspace{0.01in}}
 
 
 \noindent\emph{Duke University \vspace{0.01in}}
 
@@ -133,7 +188,7 @@ Research School of Social Sciences.
 
 %% Education
 
 
 %% Education
 
-\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright Education}}}
+\marginhead{Education}
 
 \noindent\emph{Princeton University \vspace{0.01in}}
 
 
 \noindent\emph{Princeton University \vspace{0.01in}}
 
@@ -160,7 +215,7 @@ Research School of Social Sciences.
 \bigskip
  
 %% Publications
 \bigskip
  
 %% Publications
-\marginpar{\textsf{{\footnotesize\vspace{-0.7em}\flushright Publications}}}
+\marginhead{Publications}
 \medskip
 \noindent\emph{Book \vspace{0.01in}}
 
 \medskip
 \noindent\emph{Book \vspace{0.01in}}
 
@@ -178,7 +233,8 @@ Research School of Social Sciences.
 \bigskip
 \noindent\emph{Journal articles \vspace{0.05in}}
  
 \bigskip
 \noindent\emph{Journal articles \vspace{0.05in}}
  
-%% Use revnumerate environment if numbered publications are needed.
+%% Use revnumerate environment if numbered publications are needed. 
+%% (Include it above in the preamble).
 %% \renewcommand{\labelenumi}{\textsc{a}\theenumi.}
 %% \begin{revnumerate}
 
 %% \renewcommand{\labelenumi}{\textsc{a}\theenumi.}
 %% \begin{revnumerate}
 
@@ -284,7 +340,7 @@ Zuckerman. \emph{Contemporary Sociology} 28:~210--211.
  \bigskip
 
 %% Presentations
  \bigskip
 
 %% Presentations
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Invited Talks \newline (Since 2004)}}}
+\marginhead{Invited Talks \newline (Since 2004)}
 \medskip
 
 \ind 2009. ``Specialization and Status in Philosophy.'' University of Chicago, Booth School of Business. May.
 \medskip
 
 \ind 2009. ``Specialization and Status in Philosophy.'' University of Chicago, Booth School of Business. May.
@@ -336,59 +392,14 @@ Australian National University, \textsc{rsss}. July.
 \ind 2004. ``Organ Procurement in the United States.'' National University of
 Ireland at Maynooth. April. 
 
 \ind 2004. ``Organ Procurement in the United States.'' National University of
 Ireland at Maynooth. April. 
 
-% \ind 2002. ``Creativity and the Creative Industries.'' Center for Arts and
-% Culture, Washington DC. December.
-% 
-% \ind 2002. ``Altruism as an Organizational Problem: The case of organ
-% procurement.'' Northwestern University.
-% November.
-% 
-% \ind 2002. ``Sacred Markets and Secular Ritual in the Organ Transplant
-% Industry.'' University of California at San Diego. November.
-% 
-% 
-% \ind 2002. ``The Ecology of Open Source Software Development.'' Department of
-% Sociology, University of Arizona. August.
-% 
-% \ind 2002. ``What's New for Culture in the New Economy?'' Sixth
-% annual Summer Cultural Policy Meetings, New York. July.
-% 
-% 
-% \ind 2002. ``Sacred Markets and Secular Ritual in the Organ Transplant Industry.''
-%       Princeton Economic Sociology Conference, Princeton. February.
-% 
-% 
-% \ind 2001. ``Altruism as a Resource-extraction Problem.'' Rational Choice 
-% Section Miniconference, annual meetings of the American Sociological 
-% Association, Anaheim. August.
-% 
-% 
-% 
-% \ind 2001. ``Culture and Technology.'' Keynote Address, Fifth Annual Summer Cultural
-% Policy Meeting, Little Switzerland NC. June.
-% 
-% 
-% 
-% \ind 2000. ``Media Discourse on Organ Transplantation, 1980-2000.''  New York
-% University Graduate Student Sociology Conference. March.
-% 
-% 
-% 
-% \ind 2000. ``Industrializing Altruism: The U.S. Organ Transplant Industry,
-% 1978-1998.'' Princeton \textsc{joie} Workshop on Organizations, Institutions
-% and Economic Sociology. March.
-% 
-% 
-% 
-% \ind 1999. Discussant, regular session on Democratic Transitions, annual
-%   meetings of the American Sociological Association, Chicago. August.                     
+
 %\end{revnumerate}
 
 \bigskip
 
 %\newpage
 
 %\end{revnumerate}
 
 \bigskip
 
 %\newpage
 
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Conference \newline Presentations \newline (Since 2004)}}}
+\marginhead{Conference \newline Presentations \newline (Since 2004)}
 \medskip
 
 \ind 2008. Invited speaker, ASA Culture Section 20th Anniversary Symposium, ``Culture and Economy,'' Boston, August.
 \medskip
 
 \ind 2008. Invited speaker, ASA Culture Section 20th Anniversary Symposium, ``Culture and Economy,'' Boston, August.
@@ -411,64 +422,10 @@ Ireland at Maynooth. April.
 
 \ind 2004. Discussant, Regular Session on the Political Economy of the World System. Annual Meetings of the American Sociological Association, San Francisco. August.
 
 
 \ind 2004. Discussant, Regular Session on the Political Economy of the World System. Annual Meetings of the American Sociological Association, San Francisco. August.
 
-%\begin{revnumerate} \ind 2003. Discussant, Regular Session on Internet and Culture. Annual Meetings of the American Sociological Association, Atlanta. August.
-
-% \ind 2003. ``The Ecology of Open Source Software.'' Annual Meetings of the American Sociological Association, Atlanta. August.
-
-
-
-% \ind 2002. ``Altruism as an Organizational Problem: The case of organ
-% procurement.'' Annual meetings of the American Sociological Association,
-% Chicago. August.
-% 
-% 
-% 
-% \ind 2001. ``Cultural Accounts of Organ Donation.'' Annual meetings of the
-% Eastern Sociological Society, Philadelphia. March.
-%   
-% 
-% 
-%   \ind 1998. ``Three Ways to Tap a Vein: Blood Collection Regimes and the
-%   European Union's Donor Population.''  Annual meetings of the American
-%   Sociological Association, San Francisco, August. 
-% 
-%   \ind 1997. ``Three Ways to Tap a Vein: Blood Collection Regimes and the European
-%   Union's Donor Population.''  Princeton--Rutgers Conference on the Sociology
-%   of Culture.
-%   
-% \ind 1998. ``Explaining the \textsc{oecd} Wage Slowdown: Recession or
-% Labor Decline?''  With Bruce Western. Annual meetings of the American
-% Sociological Association, San Francisco. August.
-% 
-% 
-% 
-% \ind 1997. ``Wage Growth and Labor Decline in the Advanced Capitalist
-%   Countries, 1965--1993.'' With Bruce Western. Presented at ``Unemployment's
-%   Effects: the Southern European Experience in Comparative Perspective,''
-%   Southern European Research Group conference held at Princeton University,
-%   November.
-% 
-% 
-% 
-% \ind 1997. ``The Organization of Obligation: Markets, Risk and the Blood
-%   Supply.'' Annual meetings of the Eastern Sociological Assocation, Baltimore.
-%   April.
-% 
-% % \medskip
-% 
-% % 1994. \emph{The Language of Influence: Public Debate and the Poliøtics of
-% %     the X--Case}. M.A. Thesis, University College Cork, Ireland, October.
-% 
-% 
-% 
-% \ind 1994. ``Looking After Your Own: Youth Defence and Abortion.'' Annual
-%   Meetings of the Irish Sociological Association, Derry. March.               
-%\end{revnumerate}
-% \newpage
 
 \bigskip
 
 
 \bigskip
 
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Grants and \newline Awards}}}
+\marginhead{Grants and \newline Awards}
 \medskip
   
 \ind 2008. Honorable Mention, American Sociological Association Section on Economic Sociology, Zelizer Distinguished Scholarship Award.
 \medskip
   
 \ind 2008. Honorable Mention, American Sociological Association Section on Economic Sociology, Zelizer Distinguished Scholarship Award.
@@ -509,24 +466,12 @@ Program Award. ``The Geography of Organ Procurement.''
 \ind 1991--1993. College Undergraduate Scholarship, University
 College, Cork.
 
 \ind 1991--1993. College Undergraduate Scholarship, University
 College, Cork.
 
-% \bigskip
-
-% \noindent\hrulefill
-
-% \noindent\textsf{{Courses Taught}}
-
-% \ind Sociology of Culture. Graduate seminar. (Fall 2004.)
-
-% \ind Economic Sociology. Graduate seminar. (Fall 2002.)
-
-% \ind Sources of Sociological Theory. Upper-level undergraduate course. (Fall
-% 2001, Twice; Spring 2002, Twice; Fall 2002; Fall 2004; Fall 2005, Twice.)
 
 \bigskip 
 
 \newpage
 
 
 \bigskip 
 
 \newpage
 
-\marginpar{\textsf{{\footnotesize\flushright Service to the \newline Profession}}}
+\marginhead{Service to the \newline Profession}
 \medskip
 
 \medskip
 \medskip
 
 \medskip

Benjamin Mako Hill || Want to submit a patch?