Skip to content

Commit

Permalink
fixing cvhead, adding date to CV page
Browse files Browse the repository at this point in the history
  • Loading branch information
wcaleb committed May 19, 2014
1 parent 3e8a62f commit 81c4ee0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions cvhead.pdc
@@ -1,10 +1,8 @@
% Curriculum Vitae
% W. Caleb McDaniel
%
%

*W. Caleb McDaniel*

Download as a [PDF](mcdanielcv.pdf).
Also available in [PDF form](./mcdanielcv.pdf).

# Positions

Expand All @@ -14,7 +12,7 @@ University of Denver, Assistant Professor (2006-2008)
# Education

Ph.D, History, Johns Hopkins University (2006)
Dissertation: *Our Country is the World: Radical American Abolitionists Abroad*, <http://hdl.handle.net/1911/27492>
Dissertation: *Our Country is the World: Radical American Abolitionists Abroad*.

M. A., Philosophy, Texas A&M University (2001)
B.A., History, Texas A&M University (2000). *Summa Cum Laude.*
Expand All @@ -23,4 +21,7 @@ B.A., History, Texas A&M University (2000). *Summa Cum Laude.*

## Book

_The Problem of Democracy in the Age of Slavery: Garrisonian Abolitionists and Transatlantic Reform_ (Louisiana State University Press, 2013). [Read the introduction online.](http://wcm1.web.rice.edu/book-introduction.html)
_The Problem of Democracy in the Age of Slavery: Garrisonian Abolitionists and Transatlantic Reform_ (Louisiana State University Press, 2013).

- 2014 [Merle Curti Award](http://www.oah.org/programs/awards/merle-curti-award/) winner
- [Read the introduction online.](http://wcm1.web.rice.edu/book-introduction.html)
3 changes: 2 additions & 1 deletion pansite.sh
Expand Up @@ -65,9 +65,10 @@ pandoc $PANOPTS\
-o $PUBDIR/index.html\
$LOCDIR/index.pdc $LOCDIR/recentposts.pdc

if [ $LOCDIR/cv.pdc -nt $PUBDIR/cv.html ];then
if [ $LOCDIR/cv.pdc -nt $PUBDIR/cv.html ] || [ $LOCDIR/cvhead.pdc -nt $PUBDIR/cv.html ]; then
echo "Processing CV ..."
pandoc $PANOPTS\
--variable=date:"$(date '+%B %e, %Y')"\
-A "$FOOTER"\
-o $PUBDIR/cv.html\
$LOCDIR/cvhead.pdc $LOCDIR/cv.pdc
Expand Down

0 comments on commit 81c4ee0

Please sign in to comment.