<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[eliseopapa.org]]></title>
  <link href="http://www.eliseopapa.org/atom.xml" rel="self"/>
  <link href="http://www.eliseopapa.org/"/>
  <updated>2012-10-28T00:09:43+01:00</updated>
  <id>http://www.eliseopapa.org/</id>
  <author>
    <name><![CDATA[Eliseo Papa]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Why I switched to markdown for my CV]]></title>
    <link href="http://www.eliseopapa.org/blog/2012/09/20/why-i-switched-to-markdown-for-my-cv/"/>
    <updated>2012-09-20T15:46:00+01:00</updated>
    <id>http://www.eliseopapa.org/blog/2012/09/20/why-i-switched-to-markdown-for-my-cv</id>
    <content type="html"><![CDATA[<p>I have kept my <em>curriculum vitae</em> in <a href="http://www.latex-project.org/">LaTeX</a> for a long time. My workflow included a plain text <a href="http://www.gnu.org/software/emacs/">editor</a> and a <a href="http://www.tug.org/mactex/">Mac installation of LaTeX</a>. LaTeX&#8217;s elegant typography meant my CV would always look a tad better than its corresponding version in word, and I stuck to it. I also enjoyed having to deal only with plain text files, saving me from the converting files from one word processor to the other. Not to mention that having a single file to update, rather than a series of word processor files scattered everywhere, kept me more disciplined about updating it regularly.</p>

<p><span class='pullquote-right' data-pullquote='the LaTeX file which contained my CV became increasingly less readable.'>
However it was definitely not perfect. For a document as short as my CV, LaTeX was probably overkill. One or two hours spent in word can easily produce a new style or version of the CV, while doing the same thing in LaTeX would always require much more tinkering.
I began to get tired of sparkling small LaTeX commands throughout the file, adding vskips and page breaks to maintain the overall appearance. Albeit plain text, the LaTeX file which contained my CV became increasingly less readable. Though the primary purpose of LaTeX should be to separate content from presentation, the division was becoming to me always less evident. The last drop was when I tried to update the overall look of my resume. I ended up having to rearrange paragraphs and dates, while making up obscure LaTeX macros just to move the years to a different place or change the color of a particular element.
</span></p>

<p>Having recently worked with static blog engines, I immediately thought the division between content and presentation was much more elegant there. The content is usually kept in <a href="http://daringfireball.net/projects/markdown/">Markdown</a>, which is very easily readable in any text editor and can be readily converted to HTML. Styling the content is done using CSS and can be done differently for print media or for visualization in a web browser using <a href="http://www.alistapart.com/articles/goingtoprint/">media queries</a>.</p>

<p>So I proceded to transfer my CV in Markdown format, created a simple HTML template and rendered it using <a href="https://github.com/mojombo/jekyll">jekyll</a>, the engine used by <a href="http://www.github.com">GitHub</a> to render static pages. I created a CSS to render the page in a style inspired by <a href="http://kjhealy.github.com/kjh-vita/">kjhealy&#8217;s vita template</a>.</p>

<p>To obtain a <a href="https://github.com/elipapa/markdown-cv/raw/master/cv_eliseo_papa.pdf">pdf</a> version of the cv, I am using the great <a href="http://code.google.com/p/wkhtmltopdf/">wkhtmltopdf</a>, which I call by means of a <a href="http://rake.rubyforge.org/">rake</a> task: <code>rake pdf</code>.</p>

<p>You can see the various pieces of the workflow arranged on <a href="http://elipapa.github.com/markdown-cv/">GitHub</a> (Hosting on GitHub there also means I can maintain different versions of the same file, eg. one resume for tech jobs and another for academic purposes). I am quite happy with the <a href="http://www.eliseopapa.org/cv/">final result</a>.</p>

<p>I can&#8217;t say that this workflow was completely succesful in doing away with the tinkering, but at the very least the main content of my curriculum vitae is now available in plain readable text and I can easily edit it without having to remember any LaTeX commands. That and I needed the CSS practice&#8230;</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Ph.D Defense talk]]></title>
    <link href="http://www.eliseopapa.org/blog/2012/05/16/ph-dot-d-defense-talk/"/>
    <updated>2012-05-16T15:47:00+01:00</updated>
    <id>http://www.eliseopapa.org/blog/2012/05/16/ph-dot-d-defense-talk</id>
    <content type="html"><![CDATA[<p>I&#8217;ve seen many share slides on <a href="http://www.slideshare.net">slideshare</a> before, but I was impressed with the ease and the clean interface of <a href="https://speakerdeck.com/">Speaker Deck</a>. To test it out, I have uploaded my ph.d defense talk. Not only the permalink is quite intuitive, but one can also embed the presentation in a page quite easily:</p>

<script async class="speakerdeck-embed" data-id="4fb3bab625741e001f029e0a" data-ratio="1.3333333333333333" src="http://www.eliseopapa.org//speakerdeck.com/assets/embed.js"></script>


<p>This may be a good way to store presentations: browse to the website and click fullscreen, no more thumb drives.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Poster for the host-microbiome interactions conference at the Sanger Institute]]></title>
    <link href="http://www.eliseopapa.org/blog/2012/05/08/poster-for-the-host-microbiome-interactions-conference-at-the-sanger-institute/"/>
    <updated>2012-05-08T22:33:00+01:00</updated>
    <id>http://www.eliseopapa.org/blog/2012/05/08/poster-for-the-host-microbiome-interactions-conference-at-the-sanger-institute</id>
    <content type="html"><![CDATA[<p>My abstract was selected for the <a href="https://registration.hinxton.wellcome.ac.uk/display_info.asp?id=271">Host-Microbiome Interactions in Health and Disease</a> conference at the Sanger Institute, which is great news. Already a few hours of the meeting went by and I don&#8217;t think I ever talked so much microbiome in so little time.</p>

<p>Here is a <a href="http://www.eliseopapa.org/downloads/documents/ibdML-poster.pdf">low resolution pdf of my poster</a>, though I would probably design it differently, now that I have had the chance to see it on the wall.</p>
]]></content>
  </entry>
  
</feed>
