Files
writeup/cv/pd_application/cv2.tex
2019-11-12 16:11:31 -06:00

150 lines
4.2 KiB
TeX

\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{orange}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75]{geometry}
% \setlength{\hintscolumnwidth}{3cm}
% personal data
\name{Nam}{Tran}
\title{Curriculum Vitae}
\address{Department of Physics, Osaka University}{1-1 Machikaneyama, Toyonaka, Osaka}{Japan 560-0043}
\phone[fixed]{+81~06~6850~6739}
\phone[fax]{+81~06~6850~6739}
\email{nam@kuno-g.phys.sci.osaka-u.ac.jp}
%\photo[64pt][0.4pt]{picture}
% bibliography with mutiple entries
\usepackage{multibib}
\newcites{thes,jrnl,proc}{{Theses},{Journals}, {Conferences and Proceedings}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
%----- resume ---------------------------------------------------------
\makecvtitle
\section{Appointments}
\vspace{6pt}
\cventry
{2015--today} % time period
{Postdoctoral researcher} % job title
{Department of Physics, Osaka University} % affiliation
{} % location
{} % optional: grade ..., should be left blank
{\vspace{3pt}Experimental search for muon to electron
conversion in aluminum, the COMET or J-PARC E21 experiment:
\begin{itemize}
\item Normalisation of number of stopped muons in the stopping target
\item Monte Carlo simulation of cosmic background in COMET Phase-I
\item Magnetic field calculation
\end{itemize}
}
\vspace{6pt}
\cventry
{2012--2014} % time period
{JSPS Fellowship for Young Researcher} % job title
{Department of Physics, Osaka University} % affiliation
{} % location
{} % optional: grade ..., should be left blank
{\vspace{3pt}Development of a prototype TPC for a $\mu\rightarrow 3e$ search at
Osaka University}
\vspace{6pt}
\cventry
{2008--2010}
{Lecturer}
{School of Nuclear Engineering and Environmental Physics,\newline Hanoi University of Science and Technology}
{}
{}
{\vspace{3pt}
\begin{itemize}
\item Research on measurements of photonuclear reaction cross-section,
neutron activation method in non-destructive testing
\item Teach a course on Radiation Dose Measurements and Protection
\item Mentor for basic nuclear experiments for senior students
\end{itemize}
}
\section{Education}
\vspace{6pt}
\cventry
{2010-2014}
{PhD, Physics}
{Osaka University}
{}
{}
{
\begin{itemize}
\item \textbf{Thesis:} \href{http://hdl.handle.net/11094/52295}{\emph{A study of proton emission following nuclear
muon capture for the COMET experiment}}
% \item \textbf{Advisor:} Yoshitaka Kuno
\end{itemize}
}
\vspace{6pt}
\cventry
{2007-2010}
{Master, Engineering Physics}
{Hanoi University of Science and Technology}
{}
{}
{
\begin{itemize}
\item \textbf{Thesis:} \emph{Measurements of isomeric yield ratios for the
\textsuperscript{45}Sc($\gamma$, n)\textsuperscript{44m,g}Sc reaction at
50, 60, 70 MeV bremsstrahlung}
\end{itemize}
}
\vspace{6pt}
\cventry
{2002-2007}
{Engineer, Engineering Physics}
{Hanoi University of Technology}
{}
{}
{
\begin{itemize}
\item \textbf{Thesis:} \emph{Design and production of an ionization chamber
for neutron detection via the \textsuperscript{6}Li(n,
$\alpha$)\textsuperscript{3}H reaction }
\end{itemize}
}
%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\nocitethes{*}
\bibliographystylethes{ieeetr}
\bibliographythes{theses}
\nocitejrnl{*}
\bibliographystylejrnl{ieeetr}
\bibliographyjrnl{journals}
\nociteproc{*}
\bibliographystyleproc{ieeetr}
\bibliographyproc{proceedings}
%----- letter ---------------------------------------------------------
% recipient data
\recipient{Dr. Lee Roberts}{Department of Physics\\Boston University\\590 Commonwealth Avenue\\ Boston, MA 02215}
\date{April 26, 2016}
\opening{Dear Sir or Madam,}
\closing{Yours faithfully,}
% \enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
\makelettertitle
\makeletterclosing
\end{document}
%% end of file `template.tex'.