Put \vskips back into the \marginhead{} commands
[bmh-cv] / kjh-vita.tex
index 1e263312889b8e70f5f67387ab38754ffb05f067..94f6ea6a7013057bb3e718f821d1d7ee011d9b40 100644 (file)
@@ -1,23 +1,43 @@
-%%% Kieran's Vita. Full.
-%%% /Users/kjhealy/projects/vita/vita.tex
-
+%%% A template to produce a nice-looking Curriculum 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
+%%% revnumerate.sty
+%%% Fonts
+%%%
+%%% ------------------------------------------------------------------------
+%%% Note
+%%%------------------------------------------------------------------------
+%%% Because this is a hand-tweaked file, be on the look out for \medksip, 
+%%% \bigskip and \newpage commands here and there, which are used to balance
+%%% the layout or avoid widows & orphans, etc. You should of course add or 
+%%% remove these as needed.
+%%%------------------------------------------------------------------------
 
 \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\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}
-\date{2008-09-10}
+\date{} % not used (revision control instead)
 \def\mykeywords{Kieran, Healy, Kieran Healy, Vita, CV, Resume, Sociology}
 
+%%%------------------------------------------------------------------------  
+%%% Git version tracking 
+%%%------------------------------------------------------------------------
+
+%% If you don't use git or the vc package (from CTAN), 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,
        pdfkeywords={\mykeywords}
        ]{hyperref}
 
+%%%------------------------------------------------------------------------
+%%% 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} 
 
-%% custom ampersand
+
+%%%------------------------------------------------------------------------
+%%% Local commands
+%%%------------------------------------------------------------------------
+
+%% Marginal header
+%% Note: as the document goes on you may need to introduce a (gradually increasing)
+%% \vspace element to keep the marginal header pleasingly aligned with the first 
+%% item in the body text. Like this: \marginhead{{\vskip 0.4em}Grants}, or 
+%% \marginhead{{\vskip 0.8em}Service}. Experiment as needed.
+\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
 \def\labelitemi{~}
 \renewcommand{\labelitemii}{~}
 
-%% page layout
+%%%------------------------------------------------------------------------
+%%% Page layout
+%%%------------------------------------------------------------------------
 \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}  
   
 %\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}
 
 
 
 %% Appointments
 \medskip
-\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright Appointments}}}
+\marginhead{Appointments}
 
 \noindent\emph{Duke University \vspace{0.01in}}
 
@@ -133,7 +201,7 @@ Research School of Social Sciences.
 
 %% Education
 
-\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright Education}}}
+\marginhead{Education}
 
 \noindent\emph{Princeton University \vspace{0.01in}}
 
@@ -160,25 +228,19 @@ Research School of Social Sciences.
 \bigskip
  
 %% Publications
-\marginpar{\textsf{{\footnotesize\vspace{-0.7em}\flushright Publications}}}
+\marginhead{{\vskip 0.3em}Publications}
 \medskip
 \noindent\emph{Book \vspace{0.01in}}
 
 \ind  Kieran Healy. 2006. \emph{\href{http://www.lastbestgifts.com}{Last Best Gifts: Altruism and the Market for Human Blood and Organs}}. Chicago:~University of Chicago Press. \vspace{-0.075in}
-
-% \begin{itemize} 
-%      \item \small Honorable Mention, American Sociological Association Section on Economic Sociology, Zelizer Distinguished Scholarship Award, 2008.
-%      \item \small Winner, Association for Research on Nonprofit Organizations and Voluntary Action, Outstanding Book Award, 2007.
-%      \item \small Finalist, Society for the Study of Social Problems, C. Wright Mills Award, 2006.  
-%      % \item \small Reviews: \href{http://www.journals.uchicago.edu/doi/pdf/10.1086/522391}{\emph{American Journal of Sociology}} (Greta Krippner), \href{http://www.kieranhealy.org/files/misc/hippenajot.pdf}{\emph{American Journal of Transplantation}} (Ben Hippen), \emph{Social Forces} (Jane Allyn Piliavin),    \href{http://www.nytimes.com/2007/01/28/books/review/Postrel.t.html?ex=157680000&en=f390b3396e0ec28a&ei=5124&partner=permalink&exprod=permalink}{\emph{The New York Times}} (Virginia Postrel), \href{http://nvs.sagepub.com/cgi/rapidpdf/0899764008319689v1}{\emph{Nonprofit and Voluntary Sector Quarterly}} (E. Gil Clary), \href{http://ser.oxfordjournals.org/cgi/reprint/6/2/365}{\emph{Socio-Economic Review}} (Philippe Steiner), \emph{Le Mouvement Social} (Sophie Chauveau), \href{http://www.australianreview.net/digest/2007/06/waldby.html}{\emph{Australian Review of Public Affairs}} (Catherine Waldby), \href{http://econsoc.mpifg.de/archive/econ_soc_08-1.pdf}{\emph{EES Newsletter}} (Rene Almeling),  \href{http://www.anthrosource.net/doi/pdfplus/10.1111/j.1548-1387.2008.00006_3.x}{\emph{Medical Anthropology Quarterly}} (Lesley Sharp), \href{http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6VR1-4RTCPT9-B&_user=56761&_coverDate=03%2F31%2F2008&_alid=760447016&_rdoc=1&_fmt=high&_orig=search&_cdi=6221&_sort=d&_docanchor=&view=c&_ct=1&_acct=C000059541&_version=1&_urlVersion=0&_userid=56761&md5=4e61d07203022b07cbdc0d671747f7b3}{\emph{Sociologie du Travail}} (Philippe Steiner).          
-% \end{itemize}     
-
 \normalsize
 
 \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}
 
@@ -284,7 +346,7 @@ Zuckerman. \emph{Contemporary Sociology} 28:~210--211.
  \bigskip
 
 %% Presentations
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Invited Talks \newline (Since 2004)}}}
+\marginhead{{\vskip 0.4em}Invited Talks \newline (Since 2004)}
 \medskip
 
 \ind 2009. ``Specialization and Status in Philosophy.'' University of Chicago, Booth School of Business. May.
@@ -336,59 +398,14 @@ Australian National University, \textsc{rsss}. July.
 \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
 
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Conference \newline Presentations \newline (Since 2004)}}}
+\marginhead{{\vskip 0.4em}Conference \newline Presentations \newline (Since 2004)}
 \medskip
 
 \ind 2008. Invited speaker, ASA Culture Section 20th Anniversary Symposium, ``Culture and Economy,'' Boston, August.
@@ -411,64 +428,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.
 
-%\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
 
-\marginpar{\textsf{{\footnotesize\vspace{-0.6em}\flushright Grants and \newline Awards}}}
+\marginhead{{\vskip 0.4em}Grants and \newline Awards}
 \medskip
   
 \ind 2008. Honorable Mention, American Sociological Association Section on Economic Sociology, Zelizer Distinguished Scholarship Award.
@@ -509,24 +472,12 @@ Program Award. ``The Geography of Organ Procurement.''
 \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
 
-\marginpar{\textsf{{\footnotesize\flushright Service to the \newline Profession}}}
+\marginhead{{\vskip 0.9em}Service to the \newline Profession}
 \medskip
 
 \medskip

Benjamin Mako Hill || Want to submit a patch?