changed major structure (and all content)
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 12 Dec 2010 02:09:10 +0000 (21:09 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 12 Dec 2010 02:09:10 +0000 (21:09 -0500)
- Added a MakeFile to automate building and creating vc file
- Translated data from KJH to BMH (since it's my resume we're working on
  here after all).
- Made *major* changes to the way the file works. Superficially, things
  look the same. I switched away from this very vspace heavy approach to
  one that uses \section, \subsection, and the `titlesec` packages to
  help keep the headings in the margin and a new `cvlist` environment
  that helps make the list items look about right.

Makefile [new file with mode: 0644]
bmh-cv.tex [new file with mode: 0644]
kjh-vita.tex [deleted file]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..76af31e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,23 @@
+#!/usr/bin/make
+
+all: vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
+pdf: all
+
+%.pdf: %.tex
+       rubber -fd $<
+
+clean: 
+       rubber -d --clean *.tex
+       rm -f *.tmp
+       rm -f vc
+
+viewpdf: all
+       evince *.pdf
+
+spell:
+       aspell -c -t --tex-check-comments -b text.tex
+
+vc:
+       vc-git
+
+.PHONY: clean all
diff --git a/bmh-cv.tex b/bmh-cv.tex
new file mode 100644 (file)
index 0000000..771d443
--- /dev/null
@@ -0,0 +1,508 @@
+\documentclass[11pt]{article}
+
+% include data on fonts
+
+\usepackage{ucs}
+\usepackage[utf8x]{inputenc}
+
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\renewcommand{\rmdefault}{ugm}
+\renewcommand{\sfdefault}{phv}
+\usepackage[garamond]{mathdesign}
+
+\usepackage[letterpaper,left=1.7in,right=1.1in,top=1.1in,bottom=1.1in]{geometry}
+
+% Metadata -- alter as neded
+
+\def\myauthor{Benjamin Mako Hill}
+\def\mytitle{Curriculum Vitae}
+\def\mycopyright{\myauthor}
+\def\myaffiliation{Massachusetts Institute of Technology}
+\def\myaddress{}
+\def\myemail{mako@mit.edu}
+\def\myweb{http://mako.cc}
+\def\myphone{(+1) 206-409-7191}
+\def\myfax{(+1) 815-361-75092}
+
+% Git version tracking 
+\input{vc}
+
+% Required style files
+\usepackage{url,fancyhdr}
+
+% color for the links 
+\usepackage[usenames,dvipsnames]{color}
+
+% import and customize urls
+\usepackage[usenames,dvipsnames]{color}
+\usepackage[breaklinks]{hyperref}
+
+\hypersetup{colorlinks=true, linkcolor=Blue, citecolor=Black, filecolor=Blue,
+    urlcolor=Blue, unicode=true}
+
+% customize the titles so that they appear in the right margin
+\usepackage{titlesec}
+
+
+\setlength{\marginparwidth}{4.2in}
+\setlength{\titlewidth}{2.2in}
+
+\titleformat{\section}[leftmargin]
+{\normalfont 
+\sffamily\bfseries\filleft}
+{}{0pt}{\color{BrickRed}}
+\titlespacing{\section}
+{1.0in}{1.5ex plus .1ex minus .2ex}{1pc}
+
+\titleformat{\subsection}
+{\normalfont \bf}
+{}{0pt}{}
+\titlespacing{\subsection}
+{0em}{-1em}{0em}
+
+% create a special cvlist environment to format the items
+\newenvironment{cvlist}{
+\begin{list}{}{\leftmargin=3.0em \itemindent=-3.0em}
+  \setlength{\itemsep}{0pt}
+  \setlength{\parskip}{0em}
+  \setlength{\parsep}{1em}
+  \setlength{\parindent}{0em}}
+{\vspace{1em}
+\end{list}}
+
+% set the default indent to nothing
+\setlength{\parindent}{0em}
+
+\begin{document}
+
+% Page layout
+\pagestyle{fancy}
+\renewcommand{\headrulewidth}{0pt}
+\fancyhead{}
+\fancyfoot{}
+\rhead{{\scriptsize\thepage}}
+
+% git revision control footer 
+\rfoot{\texttt{\scriptsize \VCRevision\ on \VCDateTEX}}
+
+% Address and contact block
+\begin{minipage}[t]{3in}
+ \flushright {\footnotesize Massachusetts Institute of Technology\\ 77 Massachusetts Avenue\\ Cambridge, MA 02139}
+  
+\end{minipage}
+\hfill     
+\begin{minipage}[t]{0.0in}
+% dummy (needed here)
+\end{minipage}
+\hfill
+\begin{minipage}[t]{1.7in}
+  \flushright \footnotesize Phone: \myphone \\ 
+  Fax: \myfax \\ 
+  {\scriptsize \href{mailto:\myemail}{\myemail}} \\
+  {\scriptsize  \href{\myweb}{\myweb}}
+\end{minipage}
+
+\medskip
+
+%% Name 
+\noindent{\Large {\textsc{\textbf{Benjamin Mako Hill}}}}
+
+\medskip
+
+
+\section{Education}
+
+\subsection{Massachusetts Institute of Technology}
+\begin{cvlist}
+
+\item 2008--Present (ABD). PhD in \emph{Management} and \emph{Media
+    Arts and Science}. \\
+  Program Committee: Eric von Hippel, Tom Malone, and
+  Mitch Resnick. \\
+  Passed general examinations in (a) technoloigcal
+  innovation and entreprenruship, (b) organizational sociology and (c)
+  technology design for creativity and cooperation.\\
+  (GPA: 5.0/5.0)
+
+\item 2005--2007. Masters of Science in \emph{Media, Arts, and
+    Sciences} from MIT Media Lab. \\ (GPA: 5.0/5.0)
+
+\end{cvlist}
+
+\subsection{Hampshire College}
+\begin{cvlist}
+\item 1999--2003. Bachelor of Arts.  Major in \emph{Literature,
+  Technology and Intellectual Property Policy}. \\ (GPA: N/A)
+\end{cvlist}
+
+\section{Appointments}
+
+\subsection{Massachusetts Institute of Technology}
+\begin{cvlist}
+\item 2007--Present. Research Fellow, MIT Center For Future Civic Media.
+\item 2010-Present. Teaching Assistant, MIT Sloan School of Management
+  and MIT Program in Systems Design and Management.
+\item 2007--2008. Senior Researcher, MIT Sloan School of Management,
+  Innovation Lab.
+\item 2005--2007. Research Assistant, \emph{Electronic Publishing}
+  and \emph{Computing Culture} Research Groups, MIT Media Lab.
+\end{cvlist}
+
+
+\section{Publications}
+
+\subsection{Journal Articles}
+\begin{cvlist}
+\item 2007. Hill, Benjamin Mako. Revealing Errors. \emph{Media/Culture
+    Journal} 10 (Feature Article).
+\item 2004. Coleman, Gabriella, and Benjamin Mako Hill. 2004. How free
+  became open and everything else under the sun. \emph{Media/Culture
+    Journal} 7 (Feature Article).
+\end{cvlist}
+
+\subsection{Refereed Conference Papers}
+\begin{cvlist}
+
+\item 2010. Buechley, Leah, Benjamin Mako Hill. LilyPad in the wild:
+  How hardware's long tail is supporting new engineering and design
+  communities. Proceedings of the Conference on Design of Interactive
+  Systems. Aarhus, Denmark.
+
+\item 2010. Hill, Benjamin Mako, Andrés Monroy Hernández, and Kristina
+  Olson. Responses to remixing on a social media sharing
+  website. Pp. 74-81 in Proceedings of the 4th AAAI Conference on
+  Weblogs and Social Media. Washington, D.C.: AAAI.
+
+\item 2003. Michlmayr, Martin, and Benjamin Mako Hill. Quality and the
+  reliance on individuals in free software projects. Pp. 105–109 in
+  Proceedings of the 3rd Workshop on Open Source Software Engineering.
+
+\end{cvlist}
+
+\subsection{Book Chapters}
+\begin{cvlist}
+\item 2010. Hill, Benjamin Mako. Revealing errors. In \emph{Error:
+    Glitch, Noise, and Jam in New Media Cultures} edited by Mark
+  Nunes. Continuum. (An expanded version of the 2007 journal article.)
+
+\item 2004. Coleman, Gabriella, and Benjamin Mako Hill. The social
+  production of ethics in Debian and free software communities:
+  Anthropological lessons for vocational ethics. In \emph{Free/Open
+    Source Software Development} edited by Stefan Koch.
+\end{cvlist}
+
+\subsection{Review Articles}
+\begin{cvlist}
+\item 2008. Hill, Benjamin Mako. Samir Chopra, Scott
+  D. Dexter, Decoding Liberation: The Promise of Free and Open Source
+  Software. \emph{Minds and Machines} 18:297-299.
+  % \item 2007. [S.M. Thesis] Hill, Benjamin Mako. “Cooperation in
+  %   Parallel: A Tool for Supporting Collaborative Writing in
+  %   Diverged Documents.” Masters Thesis, Massachusetts Institute of
+  %   Technology, Program in Media Arts and Sciences. Advised by
+  %   Walter Bender, Chris Csikszentmihályi, and Gabriella Coleman.
+\item 2005. Hill, Benjamin Mako. Reflections on free
+  software past and future. \emph{First Monday} 10.
+  % \item 2003 [B.A. Thesis] Hill, Benjamin Mako. “Literary
+  %   Collaboration and Control A Socio-Historic, Technological and
+  %   Legal Analysis.” Undergraduate Thesis, Hampshire
+  %   College. Advised by James Miller, James Wald, and David Bollier.
+\end{cvlist}
+
+\subsection{Unpublished Working Papers}
+\begin{cvlist}
+\item Hill, Benjamin Mako. Almost Wikipedia: What eight early online
+  collaborative encyclopedia projects reveal about the mechanisms of
+  collecdtive action.
+\item Hill, Benjamin Mako. ``What the community is remixing:'' The
+  effect of a new status-based incentive to collaborate in an online
+  collaborative community.
+\end{cvlist}
+
+
+
+\section{Presentations}
+
+\subsection{Selected Invited Presentations}
+\begin{cvlist}
+%\item 2010-11-17. Almost Wikipedia: What eight early online collaborative encyclopedia projects reveal about the mechanisms of collecdtive action. MIT Economic Sociology Working Group. % missing
+\item 2010-08-02. ``What the community is remixing:'' The effect of a
+  new status-based incentive to collaborate in an online collaborative
+  community. MIT Open and User Innovation Workshop.
+\item 2010-06-10. Reviewing and challenging socio-political
+  approaches in the analysis of open collaboration and collective
+  action online. With Mayo Fuster Morell. WikiSym 2010. Gdansk,
+  Poland.
+%\item 2010-06-09. "What the community is remixing:" The effect of a new status-based incentive to collaborate in an online collaborative community. MIT Economic Sociology Working Group.
+\item 2010-04-26. Two empirical analyses of cooperation in
+  Scratch. With Andrés Monroy Hernández. Harvard Cooperation Group,
+  Berkman Center for Internet and Society.
+\item 2009-11-20. The State of FLOSS Research. University of
+  Massachusetts Department of Computer Science in Amherst,
+  Massachusetts.
+\item 2008-10-21. Revealing Errors. Harvard-MIT-Yale Cyberscholar
+  Working Group. Harvard University.
+\item 2008-04-07. Renaissance Panel: The Roles of Creative Synthesis
+  in Innovation. CHI 2008 in Florence, Italy.
+\item 2007-11-15. Reflections on Decoding Liberation. Book Launch
+  Event for \emph{Decoding Liberation} at Brooklyn College.
+\item 2008-01-22. Clouding Computing and Free and Open Source
+  Software. Computing in the Cloud Workshop at the Center for
+  Information Technology Policy at Princeton University.
+\item 2007-04-27. Reflections on the War on Share. With Elizabeth
+  Stark. Media in Transition 5 Conference at MIT.
+\item 2007-06-27. Parallel Document Development. User Innovation
+  Conference at Copenhagen Business School.
+% \item 2006-06-02. Defining Moments, Conference on Engaging in Open Source (CEOS) organized by the ACM Chapter at Dalhousie University in Halifax, Nova Scotia.
+
+\end{cvlist}
+
+\subsection{Teaching Experience}
+\begin{cvlist}
+\item 2010, Spring. Teaching Assistant: How to Develop ``Breakthrough''
+  Products and Services. (with Prof. Eric von Hippel). MIT Program in
+  Systems Design and Management.
+\item 2010, Spring. Teaching Assistant: User-Centric
+  Innovations. (with Prof. Eric von Hippel). MIT Sloan School of
+  Management.
+\item 2008, Fall. Graduate Reading Seminar in Free Software and Open
+  Source. MIT Media Lab. %missing
+\item 2008, Fall. Seminar in Collective Intelligence. MIT Sloan School
+  of Management.  %missing
+\end{cvlist}
+
+\subsection{Guest Lectures}
+
+I have given dozens of guest lectures on a variety of subjects. A full
+list is available at \url{http://mako.cc/academic}. I have lectured at
+MIT, Yale, Harvard, and the Evergreen State college.
+
+Topics I have lectured on include:
+
+\begin{cvlist}
+
+\item 2008--2010. Introduction to Free Software and Open Source.
+\item 2010. Free Election Technologies.
+\item 2008--2010. Hackers: What they do, and why they do it.
+\item 2008--2010. Revealing Errors: What errors can teach us about technology and power.
+\item 2008. Disasters and Free Software.
+\item 2007. Parallel Document Development.
+
+
+% missing other neil's class?
+% \item 2009-05-11. Introduction to Free Software and Open Source. MIT
+%   Center for Bits and Atom (Neil Gershenfeld). % missing
+% \item 2010-11-03. Building Free Election Technologies. MIT Visual Arts
+%   Program: Crisis Mapping. % missing
+% \item 2010-10-08. Introduction to Free Software and Open Source.  MIT
+%   Media Lab: MAS.961 (Design for Empowerement, Leah Buechley). %missing
+% \item 2010-05-04. Hackers: What they do, and why they do it. Visiting
+%   MBA Class from Vienna University at MIT Sloan School of Management
+%   (Philipp Türtscher).
+% \item 2010-02-16. Hackers: What they do, and why they do it. MIT Sloan
+%   School of Management: 15.356 (Eric von Hippel).
+% \item 2010-02-12. Hackers: What they do, and why they do it. MIT
+%   Program in Systems Design and Management: 15.969 (Eric von Hippel).
+
+% \item 2009-11-05. Introduction to Free Software and Open Source. MIT
+%   Media Lab: Future Craft (Prof. Hiroshi) % missing MAS.921
+% \item 2009-02-20. Hackers: What they do, and why they do it. MIT
+%   Program in Systems Design and Management: 15.969 (Eric von Hippel).
+% \item 2009-02-17. Hackers: What they do, and why they do it. MIT Sloan
+%   School of Management: 15.356 (Eric von Hippel).
+% \item 2009-11-13. Free Software, Open Source, and Academic Research.
+%   MIT Media Lab: MAS.961 (Design for Empowerement, Leah Buechley).
+% \item 2009-03-24. Revealing Errors, Yale Law School ISP in New Haven,
+%   Connecticut.
+% \item 2009-03-24. Introduction to Free/Libre Open Source. For
+%   Elizabeth Stark at Yale in New Haven, Connecticut.
+% \item 2009-06-16. Free/Libre Open Source Software 101, Knight
+%   Foundation News Conference at MIT in Cambridge, Massachusetts.
+
+% \item 2008-10-21. Revealing Errors, Harvard-MIT-Yale Cyberscholar
+%   Working Group at the Berkman Center for Internet and Society at
+%   Harvard University in Cambridge, Massachusetts
+% \item 2008-10-01. Introduction to Free Software and Open Source. MIT
+%   Media Lab: Future Craft (Prof. Hiroshi) % missing MAS.921
+% \item 2008-04-07. Renaissance Panel: The Roles of Creative Synthesis
+%   in Innovation, CHI 2008 in Florence, Italy.
+% \item 2008-03-03. Disasters and Free Software, Zones of Emergency
+%   series at the Center for Advanced Visual Studies at MIT in
+%   Cambridge, Massachusetts.
+% \item 2008-01-22. Clouding Computing and Free and Open Source
+%   Software, Computing in the Cloud Workshop at the Center for
+%   Information Technology Policy at Princeton University in Princeton,
+%   NJ.
+
+% \item 2007-11-15. Reflections on Decoding Liberation, Book Launch
+%   Event for Decoding Liberation at Brooklyn College.
+% \item 2007-06-27. Parallel Document Development, User Innovation
+%   Conference at Copenhagen Business School in Copenhagen, Denmark.
+% \item 2007-04-27. Reflections on the War on Share, Media in Transition
+%   5 (MiT5) at MIT in Cambridge, Massachusetts.
+% \item 2006-06-02. Defining Moments, Conference on Engaging in Open
+%   Source (CEOS) organized by the ACM Chapter at Dalhousie University
+%   in Halifax, Nova Scotia.
+% \item 2006-04-28. Information Freedom, MIT's Center for Advanced
+%   Visual Studies in Cambridge, Massachusetts.
+% \item 2004-08-27 through 2004-09-01. Werkleitz School of Common
+%   Property, Halle Volkspark in Halle, Germany.
+
+\end{cvlist}
+
+%\section{Service}
+%\begin{cvlist}
+%\item Reviewer for WikiSym.
+%\item Reviewer for ICIS.
+%\end{cvlist}
+
+\section{Industry Activity}
+
+\subsection{Selected Employment Experience}
+\begin{cvlist}
+\item 2004--2005. Canonical Limited: Founding Team Member, Software Engineer, Community Development Coordinator.
+\item 2003--2004. ParTecs S.R.L. (Startup): Chief Technology Officer. Rome, Italy.
+%\item 2002--2003. System Administrator, University of Massachusetts Dept. of Industrial and Mechanical Engineering.
+%\item 2002. Senior Web Application Developer, Hampshire College Career Options Resource Software.
+%\item 2001. Lead Web Application Developer, Organizers' Collaborative.
+%\item 1999--2003. Assistant to the UNIX System Administrator, Hampshire College.
+%\item 2000. Berkman Center for Internet and Society at Harvard Law School: Technical Consultant.
+%\item 1999. Technical Consultant and Audio Engineer, Mekana Yesus Recording Studio in Addis Abeba, Ethiopia.
+\end{cvlist}
+
+
+\subsection{Other Activities}
+\begin{cvlist}
+\item 2007--Present. Wikimedia Foundation: Member, Advisory Board
+\item 2008--Present. Free Software Foundation. Member, Board of Directors.
+\item 2005--Present. Ubuntu Project: Core Developer, Member of Community Council.
+\item 2005--Present. One Laptop Per Child: Member, Advisory Board.
+\item 2000--Present. Debian Project: Developer, Project Leadership Team (2005-2006).
+\item 2005--2008. Software Freedom International: Member, Board of Directors.
+\item 2005--2008. Association for Computing Machinery: Founding Member, Professionals Board.
+\item 2002--2006. Software in the Public Interest: Vice President and Elected Member, Board of Directors.
+\end{cvlist}
+
+\subsection{Technical Books}
+\begin{cvlist}
+\item 2006--2010. Hill, Benjamin Mako, Matthew Helmke and Corey
+  Burger. The Official Ubuntu Book (Editions published: 2006, 2007,
+  2008, 2009, 2010). New York: Pearsons. Best-selling Linux book.
+\item 2009. Rankin, Kyle and Benjamin Mako Hill. The Official Ubuntu
+  Server Book. New York: Pearsons.
+\item 2005. Hill, Bernjamin Mako, David B. Harris and Jaldhar
+  Vyas. Debian GNU/Linux 3.x Bible. New York: Wiley.
+\end{cvlist}
+
+\subsection{Magazine Articles, etc.}
+I have published dozens of magazine articles, conference papers, and
+other journalistic and non-academic publications. A list can be found
+at: \url{http://mako.cc/writing/}
+
+\vspace{2.5em}
+
+\subsection{Examples of Recent Talks}
+I have given over 100 public talks since 2002. A complete list can be
+found at \url{http://mako.cc/talks}. Recent keynote addresses I have
+given include:
+
+\begin{cvlist}
+% \item 2010-03-21. Free Network Services (Panel), The Free Software Foundation's Libre Planet conference at Harvard University in Cambridge, Massachusetts.
+\item 2010-01-17. Antifeatures, Linux Conf Australia 2010 in Wellington, New Zealand. % [Keynote]
+\item 2009-07-22. The State of Wikimedia Scholarship: 2008-2009, Wikimania 2009 in Buenos Aires, Argentina.
+% \item 2009-11-20. Antifeatures, Hampshire College in Amherst, Massachusetts.
+% \item 2009-11-18. Antifeatures, NEU ACM Chapter at Northeastern University in Boston, Massachusetts.
+% \item 2009-07-22. With Software as a Service, Is Only the Network Luddite Free? (Panel), O'Reilly OSCON in San Jose, California.
+% \item 2009-07-22. Antifeatures, O'Reilly OSCON in San Jose, California.
+% \item 2009-03-21. Free Network Services, The Free Software Foundation's Libre Planet conference at Harvard University in Cambridge, Massachusetts.
+% \item 2009-01-06. Revealing Errors, Razmajena Vjestina skill-sharing meeting at MAMA in Zagreb, Croatia..
+\item 2008-10-20. Voting Machinery for the Masses. IEEE Boston Section Society on Social Implications of Technology at MIT Lincoln Labs in Lexington, Massachusetts.
+% \item 2008-09-20. Free Software In Your Pocket, Software Freedom Day Boston in Boston, Massachusetts. This talk, delivered with John Sullivan, discussed and shows free software on a variety of mobile devices. This included CHDK, RockBox, and OpenMoko.
+% \item 2008-09-11. Advocating Software Freedom by Revealing Errors, O'Reilly Ignite Boston 4 in Boston, Massachusetts.
+% \item 2008-07-25. Voting Machinery for the Masses, O'Reilly Open Source Convention (OSCON) in Portland, Oregon. 
+\item 2008-07-25. Advocating Software Freedom by Revealing Errors. O'Reilly Open Source Convention (OSCON) in Portland, Oregon. %  (Keynote)
+% \item 2008-07-19. Creative Commons Panel, Wikimania 2008 at the Bibliotecha Alexandrina in Alexandria, Egypt.
+% \item 2008-07-19. Free Network Services, Wikimania 2008 at the Bibliotecha Alexandrina in Alexandria, Egypt. (Abstract: Link)
+% \item 2008-07-17. Zotero for Wikimaniacs, Wikimania 2008 at the Bibliotecha Alexandrina in Alexandria, Egypt.
+% \item 2008-06-18. Revealing Errors, Boston Linux Unix in Cambridge, MA
+% \item 2008-06-13. Voting Machinery for the Masses, MIT Center for Future Civic Media's Future of Civic Media Conference at MIT in Cambridge, MA.
+% \item 2008-05-29. Voting Machinery for the Masses, O'Reilly's Ignite Boston 3 in Cambridge, MA. (Demo: Link)
+\item 2008-05-05. Advancing a Definition of Free Culture. Sun's Community One conference at the Moscone Center in San Francisco, California.
+% \item 2008-05-05. Liberating Network Services, Sun's Community One conference at the Moscone Center in San Francisco, California.
+\item 2008-04-20. Revealing Errors. Penguicon in Troy, MI. % [Keynote]
+\item 2008-04-19. Laptop Liberation: One Laptop per Child and Free/Open Source Software. Penguicon in Troy, MI. % [Keynote]
+% \item 2008-04-13. Revealing Errors, LUG Radio Live USA 2008 in the Moscone Center in San Francisco, CA.
+% \item 2008-03-15. Liberating Network Services, FSF Associate Members Meeting at MIT in Cambridge, Massachusetts.
+% \item 2008-03-12. Laptop Liberation: One Laptop per Child and Free/Open Source Software, Hampshire College in Amherst, MA.
+% \item 2008-03-07. User Innovation in Action. Innovation Lab at MIT Sloan School of Management in Cambridge, MA.
+% \item 2008-01-08. Laptop Liberation: One Laptop per Child and Free/Open Source Software, Nara Institute of Technology (NAIST) in  Nara, Japan.
+% \item 2007-12-03. Geek Diagnosis from a Diagnosed Geek, G33koSkop lecture series at MAMA in Zagreb, Croatia.
+% \item 2007-11-26. Cooperation in Parallel: Lessons from Ubuntu and Debian, Kiberpipa in Ljubljana, Slovenia.
+% \item 2007-11-23. Hacker Culture, B92's Cinema Rex in Belgrade, Serbia.
+% \item 2007-11-20. Hacker Culture, CK13 in Novi Sad, Serbia.
+% \item 2007-11-16. Laptop Liberation: One Laptop per Child and Free/Open Source Software, Cornell University Code Review in Ithaca, NY.
+% \item 2007-11-12. Debian Packaging for System Administrators, SIPB Clue Dump at MIT in Cambridge, MA.
+\item 2007-10-09. Free Software and Education. K-12 Open Minds Conference in Indianapolis, Indiana. % (Keynote)
+% \item 2007-09-15. Free Software and Radical Non-Discrimination, Software Freedom Day 2007 in Boston, MA.
+%\item 2007-08-05. Resonant Divergence: Collaboration in Diverged Branches, Wikimania 2007 in Taipei, Taiwan.
+% \item 2007-08-03. Freedom's Standard Advanced, Wikimania 2007 in Taipei, Taiwan.
+% \item 2007. Debian Derivatives Round Table 2007-06-22, Debconf 7 in Edinburgh, Scotland.
+% \item 2007-06-21. Debian: A Force To Be Reckoned With, Debconf 7 in Edinburgh, Scotland.
+% \item 2007-06-16. Advancing a Definition of Free Culture, iCommons iSummit in Dubrovnik, Croatia.
+% \item 2007-06-07. Examination of Wiki Process, MIT Innovation Lab meeting at the MIT Faculty Club in Cambridge, Massachusetts.
+% \item 2007-05-26. Freedom Defined, Annual National Meeting of Free Culture student groups at Harvard University in Cambridge, Massachusetts.
+% \item 2007-03-24. Advancing Free Culture, FSF Annual Associate Members Meeting.
+% \item 2007-02-16. Contribute To Ubuntu, Google in New York City for The Ubucon NYC 2007.
+% \item 2007-02-16. Debian/Ubuntu Packaging Essentials, Google in New York City for The Ubucon NYC 2007.
+
+% \item 2006-09-16. Creative Commons Workshop/Debate, Wizards of OS 4 in Berlin, Germany.
+% \item 2006-08-04. Toward a Definition of Freedom, Wikimedia 2006 held at Harvard Law School in Cambridge, Massachusetts.
+% \item 2006-04-28. Information Freedom, MIT's Center for Advanced Visual Studies in Cambridge, Massachusetts.
+
+% MAYBE \item 2005-10-28. Software, Freedom, and the World Beyond Computer Programs, Darklight Film Festival's annual symposium in Dublin, Ireland.
+% \item 2005-10-19. The Ubuntu Project: Overview and Development Model, Boston Linux Unix meeting at MIT in Cambridge, Massachusetts.
+% \item 2005-07-28. To Fork or Not To Fork: Lessons from Ubuntu and Debian, What The Hack near Boxtel in The Netherlands.
+% \item 2005-07-06. To Fork or Not To Fork: Lessons from Ubuntu and Debian, Libre Software Meeting in Dijon, France.
+% \item 2005-07-05. Broadly Defined Freedom: Radical Nondiscrimination in Free Software, Libre Software Meeting in Dijon, France.
+% \item 2005-06-25. To Fork or Not To Fork: Lessons from Ubuntu and Debian, LinuxTag in Karlsruhe, Germany.
+% \item 2005-06-24. Financing Volunteer Free Software Projects, LinuxTag in Karlsruhe, Germany. 
+% \item 2005-04-24 to 2005-04-30. Ubuntu Down Under, Sydney, Australia.
+% \item 2005-04-18. Customizing Debian, Linux Conference Australia 2005 held at Australian National University in Canberra, Australia.
+% \item 2005-04-11. Ubuntu Workshop and Q\&A, Northern New Jersey Linux Meet-up in Fort Lee, New Jersey.
+% \item 2005-04-10. Ubuntu and Debian: Balancing Forking and Collaboration, Southern Connecticut Open Source User Group in New Haven, Connecticut.
+% \item 2005-03-17. Ubuntu and Debian: Balancing Forking and Collaboration, Manizales, Colombia.
+
+% \item 2004-12-14. Customizing Debian, Barcelona at the Grupo de usuarios de Software Libre de Barcelona in Barcelona, Catalonia, Spain.
+% \item 2004-11-27. Ubuntu (A GNU/Linux Operating System): Past Present and Future, Congreso GULEV at the World Trade Center in Veracruz, Mexico.
+% \item 2004-11-17. Customizing Debian: Fork Yours With Debian GNU/Linux, New York Linux User Group in New York City.
+% \item 2004-10-13. Debian and Ubuntu: Philosophy and Technology, New York GNU/Linux Beginners group Gnubies.
+% \item 2004-08-27 through 2004-09-01. Werkleitz School of Common Property, Halle Volkspark in Halle, Germany.
+% \item 2004-06-04. Financing Volunteer Free Software Projects: Problems and Strategies, Fifth International Free Software Forum in Porto Alegre, Brazil.
+% \item 2004-05-30. Software in the Public Interest, Inc. Workshop, Debconf4 in Porto Alegre, Brazil.
+% \item 2004-05-31. Custom Debian Distribution are the Ultimate Last Step to Total World Dominations, Debconf4 in Porto Alegre, Brazil.
+% \item 2004-06-02. Debian-NP and NP Bagunça Review, Debconf4 in Porto Alegre, Brazil. 
+% \item 2004-05-26 to 2004-06-02. Debian-NP Bagunça, Debconf4 in Porto Alegre, Brazil. 
+% \item 2004-04-27. Introduction to Debian-NP, LinuxClub in Rome, Italy.
+% \item 2004-04-16 - 2004-04-22. Freedom Week (Liberamente - Settimana delle Libertà), Siena, Florence, Milan, Turin, and Rome Italy.
+% \item 2004-04-17. Debian-NP: Free Software in Civil Society, Siena, Italy. 
+% \item 2004-04-19. Control, Collaboration and Creativity in Literature, University of Milan in Milan, Italy.
+% \item 2004-04-21. Participatory Collaboration: The Debian Model, University of Turin in Turin, Italy.
+% \item 2004-03-28. Penguin Day, N-TEN's 2004 Nonprofit Technology Conference in Philadelphia, Pennsylvania.
+
+% \item 2003-12-09. Information Politics 101, We Seize! in Geneva, Switzerland.
+% \item 2003-12-11. Making Custom Debian Bootable/Live CDs, We Seize! in Geneva, Switzerland.
+% \item 2003-12-11. Debian-NP Launch and Q\&A, We Seize! in Geneva, Switzerland.
+% \item 2003-11-06. Making the Case for Free/Open Source Software in Non-Profit Organizations, NTEN in Boston, Massachusetts.
+% \item 2003-09-09. Digital Standards and the Public Domain: Consequences and Current Strategies for an Independent Public Sphere, Ars Electronica Festival 2003 in Linz, Austria.
+% \item 2003-08-26 through 2003-09-06. Summer Source: Software Camp for NGOs, Vis, Croatia.
+% \item 2003-07-18. Software in the Public Interest, Inc. Workshop, Debconf 3 in Oslo, Norway.
+% \item 2003-07-09. Lessons from Libre Software Political and Ethical Practice, Libre Software Meeting in Metz, France.
+% \item 2003-06-07. Social Networking and Free Software, Planetwork Conference in San Francisco, California. 
+% \item 2003-04-16. The Politics and Technology of Control, Herb Bernstein's New Ways of Knowing Class at Hampshire College in Amherst, Massachsetts.
+% \item 2003-05-05. Presentation to Hampshire College School of Cognitive Science, School of Cognitive Science at Hampshire College in Amherst, Massachusetts.
+
+
+\end{cvlist}
+
+\end{document}
diff --git a/kjh-vita.tex b/kjh-vita.tex
deleted file mode 100644 (file)
index 1ae29c9..0000000
+++ /dev/null
@@ -1,510 +0,0 @@
-%%% 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
-%%% revnum.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}
-
-%%%------------------------------------------------------------------------
-%%% Metadata
-%%%------------------------------------------------------------------------
-
-%% 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\mykeywords{}
-\def\mybibliostyle{plain}
-\def\mybibliocommand{}
-\def\mysubtitle{}
-\def\myaffiliation{Duke University}
-\def\myaddress{Sociology Department}
-\def\myemail{kjhealy@soc.duke.edu}
-\def\myweb{http://www.kieranhealy.org}
-\def\myphone{(919) 660-5737}
-\def\myfax{(919) 660-5623}
-\def\myversion{}
-\def\myrevision{}
-
-
-\def\myaffiliation{Duke University}
-\def\myauthor{Kieran Healy}
-\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{revnum} % for reverse-numbered publications (revnumerate environment) if needed.
-
-%% needed for xelatex to work
-\usepackage{fontspec}
-\usepackage{xunicode}
-
-%% color for the links 
-\usepackage[usenames,dvipsnames]{color}
-
-%% hyperlinks
-\usepackage[xetex, 
-       colorlinks=true,
-       urlcolor=BlueViolet,
-       plainpages=false,
-       pdfpagelabels,
-       bookmarksnumbered,
-       pdftitle={\mytitle},
-       pagebackref,
-       pdfauthor={\myauthor},
-       pdfkeywords={\mykeywords}
-       ]{hyperref}
-
-%%%------------------------------------------------------------------------
-%%% Document
-%%%------------------------------------------------------------------------
-\begin{document}
-
-%% 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} 
-
-
-%%%------------------------------------------------------------------------
-%%% 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
-\renewcommand{\labelitemi}{~} 
-
-%% Custom hanging indent for vita items
-\def\ind{\hangindent=1 true cm\hangafter=1 \noindent}
-%\def\ind{\hangindent=18pt\hangafter=1 \noindent}
-\def\labelitemi{~}
-\renewcommand{\labelitemii}{~}
-
-%%%------------------------------------------------------------------------
-%%% Page layout
-%%%------------------------------------------------------------------------
-\pagestyle{fancy}
-\renewcommand{\headrulewidth}{0pt}
-\fancyhead{}
-\fancyfoot{}
-\rhead{{\scriptsize\thepage}}
-
-%% 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]{0.0in}
-% dummy (needed here)
-%\end{minipage}
-\hfill
-\begin{minipage}[t]{1.7in}
-  \flushright \footnotesize Phone: \myphone \\ 
-  Fax: \myfax  \\ 
-  {\scriptsize  \texttt{\href{mailto:\myemail}{\myemail}}} \\
-  {\scriptsize  \texttt{\href{\myweb}{\myweb}}}
-\end{minipage}
-
-
-\medskip
-
-%% Name 
-\noindent{\Large {\textsc{kieran healy}}}
-\reversemarginpar
-
-\medskip       
-
-%% Appointments
-\medskip
-\marginhead{Appointments}
-
-\noindent\emph{Duke University \vspace{0.01in}}
-
-\ind 2009--Present. Associate Professor in Sociology and the Kenan Institute for Ethics.      
-
-\ind 2008--2009. Visiting Associate Professor of Sociology.
-
-\medskip
-\noindent\emph{University of Arizona \vspace{0.01in}}
-
-\ind 2008. Associate Professor of Sociology.
-
-\ind 2001--2008. Assistant Professor of Sociology.
-
-\medskip
-
-\noindent\emph{Australian National University \vspace{0.01in}}
-
-\ind 2003--2006. Research Fellow, Social and Political Theory Program,
-Research School of Social Sciences.
-
-\bigskip
-
-%% Education
-
-\marginhead{Education}
-
-\noindent\emph{Princeton University \vspace{0.01in}}
-
-\ind 2001. Ph.D, Sociology. % Dissertation: \emph{Exchange in Blood and
-%   Organs}. %\vspace{-0.1in}  
-
-% \begin{itemize}
-%      \item \small Winner of the American Sociological Association's Dissertation
-%        Award for 2002.
-% \end{itemize}      
-
-
-\ind 1998. M.A., Sociology. (General Examinations with Distinction.)
-
-
-\medskip
-\noindent\emph{National University of Ireland (Cork)\vspace{0.02in}}
-
-\ind 1994. M.A., Sociology. (First Class Honors.) \vspace{0.01in}
-
-
-\ind 1993. B.A., Sociology and Geography. (Joint First Class Honors.) 
-
-\bigskip
-%% 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}
-\normalsize
-
-\bigskip
-\noindent\emph{Journal articles \vspace{0.05in}}
-%% Use revnumerate environment if numbered publications are needed. 
-%% (Include it above in the preamble).
-%% \renewcommand{\labelenumi}{\textsc{a}\theenumi.}
-%% \begin{revnumerate}
-
-\ind Marion Fourcade and Kieran Healy. 2007. ``\href{http://arjournals.annualreviews.org/doi/pdf/10.1146/annurev.soc.33.040406.131642}{Moral Views of Market Society}.'' \emph{Annual Review of Sociology} 33:~285--311. 
-
-\ind Kieran Healy. 2006. ``\href{http://www.kieranhealy.org/files/papers/presumed-consent.pdf}{Do Presumed Consent Laws Raise Organ Procurement Rates?}'' \emph{DePaul Law Review} 55:~1017--1043. 
-
-\ind Kieran Healy. 2004. ``\href{http://www.kieranhealy.org/files/papers/asr2004.pdf}{Altruism as an Organizational Problem: The Case of Organ Procurement}.''
- \emph{American Sociological Review} 69:~387--404.
-
-\ind Kieran Healy. 2002. ``\href{http://www.kieranhealy.org/files/papers/jpp.pdf}{Digital Technology and Cultural Goods}.'' \emph{Journal of
-  Political Philosophy} 10:~478--500. 
-
-\ind Kieran Healy. 2002. ``\href{http://www.kieranhealy.org/files/papers/culture-newecon.pdf}{What's New for Culture in the New Economy?}'' \emph{Journal
-  of Arts Management, Law and Society} 32:~86--103. 
-
-
-\ind Kieran Healy. 2000. ``\href{http://www.kieranhealy.org/files/papers/embed-alt.pdf}{Embedded Altruism: Blood Collection Regimes and the European
-  Union's Donor Population}.'' \emph{American Journal of Sociology} 105:~1633--\,1657.
-
-
-\ind Kieran Healy. 1999.  ``\href{http://www.kieranhealy.org/files/papers/ts.pdf}{The Emergence of \textsc{hiv} in the U.S. Blood Supply: Organizations,
-  Obligations and the Management of Uncertainty}.'' \emph{Theory and Society} 28:~529--558.
-
-
-\ind Bruce Western and Kieran Healy. 1999. ``\href{http://www.kieranhealy.org/files/papers/western-healy99.pdf}{Explaining the OECD Wage Slowdown:
-Recession or Labor Decline?}''  \emph{European Sociological Review}
-15:~233--249.
-
-
-\ind  Kieran Healy. 1998.  ``\href{http://www.kieranhealy.org/files/papers/constraint98.pdf}{Conceptualising Constraint: Mouzelis, Archer and the concept of
-  social structure}.'' \emph{Sociology} 32:~509--522. 
-
-%\end{revnumerate}
-%\newpage
-\bigskip
-
-\noindent\emph{Book chapters \vspace{0.05in}}
-% \renewcommand{\labelenumi}{\textsc{c}\theenumi.}
-% \begin{revnumerate}
-
-\ind Kieran Healy. Forthcoming. ``Social Structure, Gifts and Norms in \emph{The Story of Qiu Ju},'' in \emph{Norms and Values: The Role of Social Norms as Instruments of Value Realisation}, edited by Michael Baurmann, Geoffrey Brennan, Robert E. Goodin and Nicholas Southwood. Baden Baden: Nomos Verlag.
-
-\ind Kieran Healy. 2008. ``Lo Scambio di Doni,'' in \emph{L'Altro in Me: Dono del Sangue fra Culture, Pratiche e Identità}, edited by Annamaria Fantauzzi. Milano: \textsc{avis} Nazionale, 36--42. 
-
-\ind Kieran Healy. 2007. ``Sociology,'' in \emph{A Companion to Contemporary Political Philosophy} (Second Edition), edited by Robert E. Goodin, Philip Pettit and Thomas Pogge. New York: Blackwell, 90--122. 
-
-\ind  Kieran Healy. 2004. ``Sacred Markets and Secular Ritual in the Organ Transplant
-Industry,'' in \emph{The Sociology of the Economy}, edited by Frank Dobbin. New
-York: Russell Sage, 336--359.
-
-\ind Bruce Western and Kieran Healy.  2001.  ``Wage Growth and Labor Decline in the
-Industrialized Democracies, 1965--1993,'' in \emph{Unemployment in the New
-  Europe}, edited by Nancy Bermeo. New York: Cambridge University Press,
-121--144.
-
- \ind  Kieran Healy. 1998. ``The New Institutionalism and Irish Social Policy,'' in
-\emph{Social Policy in Ireland: Principles, Practice and Problems}, edited by
-Se\'{a}n Healy and Brigid Reynolds. Dublin: Oak Tree Press, 59--83.
-
-%\end{revnumerate}
-
-\bigskip 
-%\newpage
-\noindent\emph{Reviews and other occasional writing \vspace{0.05in}}
-
-%\renewcommand{\labelenumi}{\textsc{r}\theenumi.}
-%\begin{revnumerate}
-\ind Kieran Healy. 2009. \href{http://www.journals.uchicago.edu/doi/pdf/10.1086/605757}{Review} of \emph{Pop Finance} by Brooke Harrington. \emph{American Journal of Sociology} 115:~309--12.
-
-\ind Kieran Healy. 2007. ``\href{http://www.kieranhealy.org/files/reviews/socforum-article.pdf}{A Wealth of Notions}.'' Review
-Essay on \emph{Freakonomics} by Steven Levitt and Stephen Dubner. \emph{Sociological Forum} 22:~119--125. 
-
-\ind  Kieran Healy. 2006. ``Sacred.'' In \emph{International Encyclopedia of Economic Sociology}, edited by Jens Beckert and Milan Zafirovski. London: Routledge, 588--589. 
-
-\ind  Kieran Healy. 2005. \href{http://www.kieranhealy.org/files/reviews/klinenberg.pdf}{Review} of \emph{Heat Wave} by Eric Klinenberg. \emph{Imprints} 8:~283--289.
-
-\ind  Kieran Healy. 2005. \href{http://www.kieranhealy.org/files/reviews/fox.pdf}{Review} of \emph{An R and S-PLUS Companion to Applied Regression}, by John Fox. \emph{Sociological Methods and Research} 34:~137--140.
-
-\ind  Kieran Healy. 2005. ``\href{http://www.kieranhealy.org/files/reviews/henwood.pdf}{After the Ball was Over}.'' Review of \emph{After the New
-  Economy} by Doug Henwood. \emph{European Economic Sociology Newsletter} 6 (3):~37--38.
-
-\ind  Kieran Healy. 2004. ``The Abundance of the Heart.'' Review of \emph{A Man After His Own Heart} by Charles
-Siebert. \emph{Australian Review of Public Affairs}, October. Reprinted in the
-\emph{Australian Financial Review}, October 22nd.
-
-\ind  Kieran Healy. 2003. \href{http://links.jstor.org/sici?sici=0094-3061%28200303%2932%3A2%3C252%3AAEATOC%3E2.0.CO%3B2-F}{Review} of \emph{Against Essentialism} by Stephan Fuchs.
-\emph{Contemporary Sociology} 32:~252--254.
-
-\ind  Kieran Healy. 2001. Review of \emph{Market Society} by Don Slater and Fran Tonkiss. \emph{European
-      Economic Sociology Newsletter} 3 (1):~31--32.
-
-
-\ind  Kieran Healy. 1999. \href{http://links.jstor.org/sici?sici=0094-3061%28199903%2928%3A2%3C210%3ACPRCAS%3E2.0.CO%3B2-C}{Review} of \emph{Comparative Politics} by Mark Irving Lichbach and Alan S.
-Zuckerman. \emph{Contemporary Sociology} 28:~210--211.
-
-
-\ind  Kieran Healy. 1998. \href{http://www.kieranhealy.org/files/reviews/rule.pdf}{Review} of \emph{Theory and Progress in Social Science} by James Rule.  \emph{Theory
-  and Society}, 27:~435--441.
-
-% %\end{revnumerate}
- \bigskip
-
-%% Presentations
-\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.
-
-\ind 2009. ``Specialization and Status in Philosophy.'' University of California, Berkeley. April. 
-
-\ind 2009. ``Specialization and Status in Philosophy.'' University of Michigan, \textsc{icos}. April.
-
-\ind 2009. ``Specialization and Status in Philosophy.'' Columbia University. February. 
-
-\ind 2009. ``The Performativity of Networks.'' Yale University. January.
-
-\ind 2008. ``The Performativity of Networks.'' Stanford University Graduate School of Business. October. 
-
-\ind 2008. ``The Performativity of Networks.'' Harvard/MIT Joint Seminar in Economic Sociology. March.
-
-\ind 2007. ``Specialization and Status in Philosophy.'' University of Notre Dame. November. 
-
-\ind 2007. ``Last Best Gifts: Altruism and the Market for Human Blood and Organs.'' Center for History, Society and Culure, University of California at Davis. November.
-
-\ind 2007. ``Gift Fetishism and the Market for Human Organs.'' Department of Anthropology, University of Arizona. February. 
-
-\ind 2007. ``Presumed Consent Law and Organ Procurement.'' Rogers Program on Law and Society, University of Arizona. January. 
-
-\ind 2006. ``The Political Economy of Presumed Consent.'' Institute for Global
-and International Studies, George Washington University. March.
-
-\ind 2005. ``Last Best Gifts: Altruism and the Market for Human Organs.''
-Columbia University School of Business. November. 
-
-\ind 2005. ``The Political Economy of Presumed Consent.'' University of California, Los Angeles. May.
-
-\ind 2005. ``Last Best Gifts: Altruism and the Market for Human Organs.''
-University of California, Berkeley. April.
-
-\ind 2005. ``Cadaveric Organ Procurement and Presumed Consent Laws.'' DePaul
-Law Review \& Health Law Institute Symposium on \emph{Precious Commodities: The
-Supply and Demand of Body Parts}. Chicago. March. 
-
-\ind 2005. ``Last Best Gifts: Altruism and the Market for Human 
-Organs.'' University of Washington. February. 
-
-\ind 2004. ``The Institutional Context of Organ Procurement.'' Indiana
-University--Purdue University, Indianapolis. November.
-
-\ind 2004. ``The Political Economy of Presumed Consent.'' \textsc{spt} Program,
-Australian National University, \textsc{rsss}. July. 
-
-\ind 2004. ``Organ Procurement in the United States.'' National University of
-Ireland at Maynooth. April. 
-
-
-%\end{revnumerate}
-
-\bigskip
-
-%\newpage
-
-\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.
-
-\ind 2008. Invited discussant, conference on Norms and Values, ZiF center, University of Bielefeld, Germany. May. 
-
-\ind 2007. ``Economic Categories and the Claims of Neoliberal Society.'' Invited Session on Culture and Markets. Annual Meetings of the American Sociological Association, New York. August.
-
-\ind 2007. ``The Performativity of Networks.'' Special Session on Money in Movement: Markets, Circuits and Networks. Annual Meetings of the American Sociological Association, New York. August.
-
-\ind 2007. Presider, Regular Session on the Sociology of Knowledge. Annual Meetings of the American Sociological Association, New York. August.
-
-\ind 2007. Discussant, Book Panel on Steven Levitt and Stephen Dubner's \emph{Freakonomics}. Annual Meetings of the Eastern Sociological Society, Philadelphia. March.
-
-\ind 2006. ``The Political Economy of Presumed Consent.'' Annual Meetings of the American Sociological Association, Montreal. August.
-
-\ind 2006. ``Specialization and Status in Philosophy.'' Annual Meetings of the American Sociological Association, Montreal. August.
-
-\ind 2006. Discussant, Invited Session on Public Sociology. Annual Meetings of the American Sociological Association, Montreal. August.
-
-\ind 2004. Discussant, Regular Session on the Political Economy of the World System. Annual Meetings of the American Sociological Association, San Francisco. August.
-
-
-\bigskip
-
-\marginhead{{\vskip 0.4em}Grants and \newline Awards}
-\medskip
-  
-\ind 2008. Honorable Mention, American Sociological Association Section on Economic Sociology, Zelizer Distinguished Scholarship Award.
-
-\ind 2008-09. Residential Fellowship, Center for Advanced Study in the Behavioral Sciences, Stanford University.
-
-\ind 2007. Winner, Association for Research on Nonprofit Organizations and Voluntary Action (\textsc{arnova}) Outstanding Book Prize.
-
-\ind 2007. Finalist, Society for the Study of Social Problems (\textsc{sssp}), C. Wright Mills Award.
-
-\ind 2006. Rogers Program in Law and Society, Faculty Research Award
-(\$3,000), University of Arizona.
-
-\ind 2006. Participant, Summer Institute on \emph{Economy and Society: Trajectories of Capitalism}, Center for Advanced Study in the Behavioral Sciences (July--August).
-
-\ind 2003. University of Arizona \textsc{sbsri}/Center for Applied Spatial
-Analysis. Geographical Information Systems Research Assistance
-Program Award. ``The Geography of Organ Procurement.''
-
-\ind 2002. American Sociological Association Dissertation Award.
-
-\ind 2002. University of Arizona Prop.\,301 Information Technology/Information Science Fund. ``Understanding Open-Source Software Development: Network organizations, innovation and volunteering'' (\$19,500).
-
-\ind 2000. National Science Foundation Doctoral Dissertation Research Improvement Award (\$7,500).
-
-\ind 1998--2000. Graduate Fellow, Fellowship of Woodrow Wilson Scholars. Prize fellowship.
-
-\ind 1998--1999. Noah Cotsen Junior Teaching Fellowship, Princeton University. Prize fellowship.
-
-\ind 1998. Prize Paper, Princeton University Department of Sociology Working Paper Series.
-
-\ind 1998. General Examinations with Distinction, Princeton University.
-
-\ind 1995--1998. Graduate Fellowship, Princeton University.
-
-\ind 1993--1994. Title of College Scholar, University College, Cork.
-
-\ind 1991--1993. College Undergraduate Scholarship, University
-College, Cork.
-
-
-\bigskip 
-
-\newpage
-
-\marginhead{{\vskip 0.9em}Service to the \newline Profession}
-\medskip
-
-\medskip
-
-\ind Consulting Editor (2009--11), \emph{American Journal of Sociology}.
-
-\ind Editorial Board Member (2008--10), \emph{Contexts}. 
-
-\ind Prize Committee, American Sociological Association Section on Economic Sociology, Ronald Burt Prize Paper Award (2007--08).
-
-\ind Elected Council Member, American Sociological Association Section on Economic
-Sociology (2008--2010). 
-
-\ind Co-ordinator of the Society for the Advancement of Socio-Economics' research network on Socio-Economic Theory (2006--2008). 
-
-\ind Editorial Board Member (2007--2009), \emph{Socio-Economic Review}.
-
-\ind Session organizer, Regular Session on Voluntary and Non-Profit organizations, American Sociological Association Meetings, Philadelphia, August 2005.
-
-\ind Co-Editor (with Alexandra Kalev), \emph{Accounts}, Newsletter of the American Sociological Association Section on Economic Sociology (2003--2004 and 2004--2005).
-
-\ind Prize committee, American Sociological Association Theory Section, Graduate Student Paper Award (2003--2004).
-
-\ind Reviewer, National Science Foundation, \emph{American
-  Sociological Review}, \emph{American Journal of Sociology},
-\emph{American Journal of Transplantation}, \emph{Administrative
-  Science Quarterly}, \emph{Bioethics}, \emph{Contexts}, \emph{The Information
-  Society}, \emph{Journal of Health Economics}, \emph{Journal of Political Philosophy}, \emph{Journal for the Scientific Study of Religion}, \emph{Social Networks}, \emph{Socio-Economic Review}, \emph{Sociological Forum}, \emph{Transactions of the Institute of British Geographers}, \emph{Social Science \& Medicine}, \emph{Theory and Society}, Cambridge University Press, University of Chicago Press, Duke University Press, Oxford University Press, Polity Press, Sage Publications/Pine Forge Press.
-
-\end{document}

Benjamin Mako Hill || Want to submit a patch?