• R/O
  • SSH

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

修訂. 2a7d1348e013ca14c993d38a3242d0fef2903f29
大小 1,959 bytes
時間 2009-08-20 00:43:09
作者 lorenzo
Log Message

An example about how to use garamond fonts (it gives references to how to
fetch and install them locally).

Content

\documentclass[a4paper,12pt]{letter}
\usepackage{url} 
 \usepackage[T1]{fontenc}
 \usepackage{lmodern}
 \usepackage{garamond}

%\usepackage[utf8x]{inputenc}  
%\usepackage[italian]{babel}


%This document shows how to use the garamond fonts.
%Download the package from 
% http://gael-varoquaux.info/computers/garamond/garamond.zip
%unzip it in the same directory as your .tex file and copy the content
%of the freshly-created package directory into the higher level in the
%folder. For examples and explanations see
%  http://gael-varoquaux.info/computers/garamond/index.html 



\garamond

\begin{document}
% If you want headings on subsequent pages,
% remove the ``%'' on the next line:
% \pagestyle{headings}




\begin{letter} { }



\address{Lorenzo Isella, via Poirino 20, \\ Torino (TO), 10134, Italy.
 }



 \opening{For the attention of Thomas Casparis, }
I am glad to apply for an R programmer position in the US.
I have been using R on a daily basis ever since my last year as a PhD student, early 2006, to analyze
large datasets and produce publication-quality figures. 

I am
enthusiastic about the ease with which statistical tasks can be
implemented and automated in R. No doubt this is what  definitely makes it my language
of choice whenever it comes to extract useful information from vast
amount of data.

As you can see from my CV, I have been working as an individual contractor for
several  employers.
As a consequence, I have used and am still using  R for a variety of tasks, ranging from
portfolio optimization to analysis of experiments and simulations on
exhaust nanoparticle dynamics and to human interactions in the field
of computational epidemiology.
Although presently working and living in the north of Italy, I am
ready to relocate to the US for a challenging and inspiring job.

Please feel free to contact me if you have any questions.   



\signature{Lorenzo Isella}

\closing{Kind Regards}


\end{letter}
\end{document}