cv

Curriculum Vitae
git clone git://src.adamsgaard.dk/cv
Log | Files | Refs

commit cf1d744a61f75da61f7cf1a7fbc1d4049ff58169
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  6 Feb 2018 11:52:59 -0500

Tag CV before input from Princeton Writes

Diffstat:
AMakefile | 42++++++++++++++++++++++++++++++++++++++++++
Acv.tex | 344+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 386 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,42 @@ +# Run LaTeX on your LaTeX file; +# Run BiBTeX on your LaTeX file; +# Open the new .bbl file containing the reference list and copy all the contents into your LaTeX file after the acknowledgments section; +# Comment out the old \bibliographystyle and \bibliography commands; +# Run LaTeX on your new file before submitting. + +default: upload + +all: cv.pdf + +upload: cv.pdf + scp $< adc@fh.cs.au.dk:~/public_html_cs/files/ + #eval $(ssh-agent) + #ssh-add ~/.ssh/google-cloud-ssh-key + scp $< andersdc@adamsgaard.dk:/var/www/html/files/ + #scp $< ad@adamsgaard.dk:/var/www/html/files/ + +view: cv.pdf + #zathura *.pdf + open *.pdf + +cv.pdf: cv.tex + pdflatex $< + +clean: + $(RM) *.pdf + $(RM) *.log + $(RM) *.toc + $(RM) *.out + $(RM) *.aux + $(RM) *.bbl + $(RM) *.blg + $(RM) *.eps + $(RM) *.dvi + $(RM) *.nav + $(RM) *.snm + $(RM) *.vrb + +edit: cv.tex + $(EDITOR) cv.tex + +e: edit diff --git a/cv.tex b/cv.tex @@ -0,0 +1,344 @@ +% File: application.tex +% Created: Tue Jan 24 01:00 PM 2012 C +% Last Change: Tue Jan 24 01:00 PM 2012 C +% + +%% Document class selection. Uncomment only one. +%\documentclass[10pt,a4paper,twoside]{article} +\documentclass[10pt,a4paper]{article} +%\documentclass[10pt,a4paper,twocolumn]{article} +%\documentclass[10pt,a4paper,twoside,twocolumn]{article} + +\usepackage[utf8]{inputenc} + +%% Language +\usepackage[english]{babel} % break words + +%% Font settings (recommended in Butterick's practical typography) +% http://practicaltypography.com/ +\usepackage[T1]{fontenc} % Font encoding +\usepackage{charter} % Serif body font +\usepackage[charter]{mathdesign} % Math font +\usepackage[scale=0.9]{sourcecodepro} % Monospaced fontenc +\usepackage[lf]{FiraSans} % Sans-serif font + +\usepackage{hyperref} +\usepackage{siunitx} + +%% Layout +\usepackage{multicol} % n columns with \begin{multicols}{<n>} ... \end{multicols} +%\setlength{\columnsep}{5pc} +\usepackage{fullpage} % 1 inch margins +%\usepackage{a4wide} + +\usepackage{titlesec} % Used to customize the \section command +\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] % Text formatting of sections +%\titlespacing{\section}{0pt}{3pt}{3pt} % Spacing around sections +\titlespacing{\section}{0pt}{11pt}{3pt} % Spacing around sections + +\begin{document} +\pagestyle{empty} % disable footer with page no +%\maketitle +\par{\centering{\LARGE Anders Damsgaard --- CV}\bigskip\par} + +\section{Personal information} +\begin{tabular}{rl} + {Current address:} & % + Geophysical Fluid Dynamics Laboratory\\ + & Program for Atmospheric and Ocean Sciences, Princeton University\\ + & 201 Forrestal Rd, Room 305. Princeton, NJ 08540, USA\\ + {Email:} & \url{andersd@princeton.edu}\\ + {Web:} & \url{https://adamsgaard.dk} \\ +\end{tabular} + +\section{Education} +\begin{tabular}{p{2cm} p{12cm}} + 2013--2015 & Ph.D.: ``Numerical modeling of subglacial sediment + deformation'', + Department of Geoscience, Aarhus University (AU). \emph{Supervisors:} David + L.\ Egholm and Jan A.\ Piotrowski. Thesis download: + \url{https://adamsgaard.dk/ad-thesis.pdf}.\\[1mm] + 2010--2013 & M.Sc.\ equivalent: Subglacial geology and sedimentology, + Department of Geoscience, AU.\@ \emph{Supervisors:} David L.\ Egholm + and Jan A.\ Piotrowski.\\[1mm] + 2006--2010 & B.Sc.: Quaternary geology, Department of Geoscience, AU.\@ + \emph{Supervisors:} Christian Kronborg and Niels T.\ Knudsen.\\ +\end{tabular} + +\section{Professional experience} +\begin{tabular}{p{2cm} p{12cm}} + 2017 & Postdoctoral research associate, Geophysical Fluid Dynamics + Laboratory (GFDL), + National Oceanographic and Atmosphere Administration (NOAA), + Program for Atmospheric and Ocean Sciences, Princeton + University, + New Jersey, USA.\@ + \emph{Supervisors:} Alistair Adcroft and Olga Sergienko.\\[1mm] + 2016--2017 & Postdoctoral scholar, Institute of Geophysics and Planetary + Physics, Scripps Institution of Oceanography, University of + California, San Diego, USA.\@ + \emph{Supervisor:} Helen A.\ Fricker.\\[1mm] + 2015 & Research assistant, Department of Geoscience, AU.\@ + ``Development of tools for Markov-Chain Monte + Carlo inversion of cosmogenic nuclide ages''. + \emph{Supervisor:} Mads F.\ Knudsen.\\ +\end{tabular} + +\section{Awards, grants, and scholarships} +\begin{itemize} + \item[2016] Aarhus University Research Foundation: Award for outstanding + Ph.D.\ research in Science and Technology. + + \item[2016] XSEDE Startup Allocation, Principal Investigator: ``Grain and + fluid dynamics: Governors of glacier flow and earthquake initiation'', + 48,000 CPU hours on GPU clusters Stampede, Comet and Bridges. + + \item[2016] NVIDIA Corporation, hardware grant (Tesla K40). + + \item[2016] Community Surface Dynamics Modeling System (CSDMS) Student + Modeler Award 2016, University of\\ Colorado Boulder, USA, for + innovative model development in the field of earth-surface dynamics. + + \item[2015] Cecil H. and Ida M. Green Foundation for Earth Sciences + scholarship, 50\% of salary for two years. + + \item[2015] Department of Geoscience, AU, Annual Geoscience Day, best + faculty or student presentation. + +\end{itemize} + +\section{Publications} +\begin{itemize} + + \item[J8] \textbf{Damsgaard, A.}, A.\ Adcroft, and O.\ Sergienko 2018 + ``Spontaneous jamming in discrete-element simulations of sea-ice + mechanics''. + \emph{Journal of Advances in Modeling Earth Systems}, submitted. + + \item[J7] Bateman, M.\ D., D.\ A.\ Swift, J.\ A.\ Piotrowski, E.\ J.\ + Rhodes, \textbf{A.\ Damsgaard} 2018 + ``Can glacial shearing of sediment reset the signal used for + luminescence dating?''. + \emph{Geomorphology}, vol.\ 306, 90--101. + \url{https://doi.org/10.1016/j.geomorph.2018.01.017}. + + \item[J6] \textbf{Damsgaard, A.}, J.\ Suckale, J.\ A.\ Piotrowski, M.\ + Houssais, M.\ R.\ Siegfried, and H.\ A.\ Fricker 2017 + ``Sediment behavior controls equilibrium width of subglacial + channels''. + \emph{Journal of Glaciology}, vol.\ 63, 1034--1048. + \url{https://doi.org/10.1017/jog.2017.71}. + + \item[J5] \textbf{Damsgaard, A.}, A.\ Cabrales-Vargas, J.\ Suckale, and L.\ + Goren 2017 + ``The coupled dynamics of meltwater percolation and granular + deformation in the sediment layer underlying parts of the big ice + sheets''. + \emph{Poromechanics VI}. + \url{https://doi.org/10.1061/9780784480779.024}. + + \item[J4] + \textbf{Damsgaard, A.}, D.\ L.\ Egholm, L.\ H.\ Beem, N.\ K.\ Larsen, + S.\ Tulaczyk, J.\ A.\ Piotrowski, and M.\ R.\ Siegfried 2016 + ``Ice flow dynamics forced by water pressure variations in subglacial + granular beds''. + \emph{Geophysical Research Letters}, vol.\ 43, \num{12165}–\num{12173}. + \url{https://doi.org/10.1002/2016GL071579}. + + \item[J3] + \textbf{Damsgaard, A.}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, N.\ K.\ Larsen, and C.\ F.\ Br\ae{}dstrup + 2015 + ``A new methodology to simulate subglacial deformation of + water-saturated granular material''. + \emph{The Cryosphere}, + vol.\ 9, 2183--2200. + \url{https://doi.org/10.5194/tc-9-2183-2015}. % chktex 8 + + \item[J2] + Br\ae{}dstrup, C.\ F., \textbf{A.\ Damsgaard}, and D.\ L.\ Egholm + 2014 + ``Ice-sheet modelling accelerated by graphics cards''. + \emph{Computers \& Geosciences}, + vol.\ 72, 210--220. + \url{https://doi.org/10.1016/j.cageo.2014.07.019}. + + \item[J1] + \textbf{Damsgaard, A.}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, N.\ K.\ Larsen, and K.\ Tylmann + 2013 + ``Discrete element modeling of subglacial sediment deformation''. + \emph{Journal of Geophysical Research:\ Earth Surface}, + vol.\ 118, 2230--2242. + \url{https://doi.org/10.1002/2013JF002830}. + +\end{itemize} + + +\section{Conference presentations} +\begin{itemize} + \item[C22] + J.\ A.\ Piotrowski, M.\ Bering Holdensen, W.\ Narloch, \textbf{A.\ + Damsgaard}, N.\ K.\ Larsen + ``Subglacial till deformation: lessons from laboratory experiments''. + Nordic Geological Winter Meeting 2018, Copenhagen, Denmark. + + \item[C21] + \textbf{A.\ Damsgaard}, A.\ Adcroft, O.\ Sergienko, and A.\ Stern + ``Discrete-element simulation of sea-ice mechanics: Contact mechanics + and granular jamming''. + American Geophysical Union Fall Meeting 2017, New Orleans, LA, USA.\@ + + \item[C20] + \textbf{A.\ Damsgaard}, J.\ Suckale, J.\ A.\ Piotrowski, M.\ Houssais, + M.\ R.\ Siegfried, and H.\ A.\ Fricker + ``Subglacial channelized drainage on soft beds and implications for + grounding-line dynamics'' (invited). + Geological Society of America Annual Meeting 2017, Seattle, WA, USA.\@ + + \item[C19] + I.\ Kasmalkar, \textbf{A.\ Damsgaard}, A.\ Cabrales-Vargas, J.\ Suckale, + and L.\ Goren + ``Grain-scale investigation of grain and melt-water interaction and + implications for the dynamics of ice flow over soft sediments''. + 6th Biot Conference on Poromechanics 2017, Paris, France. + + \item[C18] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, S.\ Tulaczyk, J.\ A.\ + Piotrowski, N.\ K.\ Larsen, M.\ R.\ Siegfried, L.\ H.\ Beem, and J.\ + Suckale + ``Subglacial sediment mechanics investigated by computer simulation of + granular material'' (invited). + American Geophysical Union Fall Meeting 2016, San Francisco, CA, USA.\@ + + \item[C17] + D.\ Li, J.\ Suckale, A.\ Cabrales, and \textbf{A.\ Damsgaard} + ``Till dynamics underneath ice streams with a nonlocal dense granular + flow model''. + American Geophysical Union Fall Meeting 2016, San Francisco, CA, USA.\@ + + \item[C16] + J.\ Suckale, C.\ W.\ Elsworth, \textbf{A.\ Damsgaard}, L.\ Goren, A.\ + Cabrales, D.\ Li, I.\ Kasmalkar, and S.\ Maldonado + ``Taking advantage of the predictive potential of process-based models + for ice exploration'' (invited). + American Geophysical Union Fall Meeting 2016, San Francisco, CA, USA.\@ + + \item[C15] + A.\ Cabrales-Vargas, J.\ Suckale, \textbf{A.\ Damsgaard}, and L.\ Goren + ``Spatially variable till deformation and water transport in ice-stream + shear margins from numerical simulations''. + American Geophysical Union Fall Meeting 2016, San Francisco, CA, USA.\@ + + \item[C14] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, L.\ H.\ Beem, S.\ Tulaczyk, N.\ + K.\ Larsen, J.\ A.\ Piotrowski, and M.\ R.\ Siegfried + ``Creep and stick-slip in subglacial granular beds forced by variations + in water pressure''. + West Antarctic Ice Sheet Workshop 2016, VA, USA.\@ + + \item[C13] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, L.\ H.\ Beem, S.\ Tulaczyk, N.\ + K.\ Larsen, J.\ A.\ Piotrowski, and M.\ R.\ Siegfried + ``Creep and stick-slip in subglacial granular beds forced by ocean + tides''. + International Glaciological Society, International Symposium on + Interactions of Ice Sheets and Glaciers with the Ocean, 2016, + La Jolla, CA, USA.\@ + + \item[C12] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, L.\ H.\ Beem, S.\ Tulaczyk, N.\ + K.\ Larsen, J.\ A.\ Piotrowski, and M.\ R.\ Siegfried + ``Grain-scale numerical modeling of granular mechanics and fluid + dynamics and application in a glacial context'' (invited). Keynote + speaker at Community Surface Dynamics Modeling System (CSDMS) Annual + Meeting, 2016, Boulder, CO, USA.\@ + + \item[C11] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, and N.\ K.\ Larsen + ``Oscillations in till strength due to particle-fluid feedbacks''. + International Union for Quaternary Research Congress, 2015, + Nagoya, Japan. + + \item[C10] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, N.\ K.\ Larsen, and C.\ F.\ Br\ae{}dstrup + ``Numerical modeling of particle-fluid mixtures in a subglacial + setting''. + American Geophysical Union Fall Meeting 2014, San Francisco, + CA, USA.\@ + + \item[C9] J.\ A.\ Piotrowski, K.\ Tylmann, W.\ Narloch, W.\ Wysota, + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, N.\ K.\ Larsen, and J.\ + Lesemann. + ``A soft-bed system under the Scandinavian Ice Sheet: Mosaic of stable + and deforming spots''. + Abstract from 31st Nordic Geological Winter Meeting 2014, Lund, Sweden. + + \item[C8] C.\ F.\ Br\ae{}dstrup, D.\ L.\ Egholm, S.\ V.\ Ugelvig, + \textbf{A.\ Damsgaard}, and J.\ L.\ Andersen + ``Feedbacks between subglacial dynamics and long-term glacial landscape + evolution''. + American Geophysical Union Fall Meeting 2013, San Francisco, CA, USA.\@ + + \item[C7] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, and N.\ K.\ Larsen + ``Discrete element modeling of subglacial sediment deformation''. + American Geophysical Union Fall Meeting 2013, San Francisco, CA, + USA.\@ + + \item[C6] + \textbf{A.\ Damsgaard}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, S.\ + Tulaczyk, and N.\ K.\ Larsen + ``Numerical modelling of granular subglacial deformation using the + discrete element method''. + Geophysical Research Abstracts. 15, EGU2013--4026. + + \item[C5] + J.\ A.\ Piotrowski, K.\ Tylmann, W.\ Narloch, W.\ Wysota, \textbf{A.\ + Damsgaard}, D.\ L.\ Egholm, N.\ K.\ Larsen, and J.\ Lesemann + ``Subglacial mosaic of stable and deforming spots under the Scandinavian + Ice Sheet: field, laboratory and numerical data''. + Canadian Quaternary Association biannual meeting, August 2013, + Edmonton, Canada. + + \item[C4] + \textbf{A.\ D.\ Christensen}, D.\ L.\ Egholm, J.\ A.\ Piotrowski, and + S.\ Tulaczyk + ``Discrete element modelling of subglacial sediment deformation''. + Geophysical Research Abstracts. 14, EGU2012--2931. + + \item[C3] O.\ R.\ Clausen, D.\ L.\ Egholm, R.\ Wesenberg, and \textbf{A.\ + D.\ Christensen} + ``Salt movements and faulting of the overburden --- can numerical + modeling predict the fault patterns above salt structures?'' + EGU2012--1615. + + \item[C2] + \textbf{A.\ D.\ Christensen}, D.\ L.\ Egholm, and J.\ A.\ Piotrowski + ``Numerical modelling of sediment deformation by glacial stress''. + International Union for Quaternary Research Congress 2011, + Bern, Switzerland. + + \item[C1] + \textbf{A.\ D.\ Christensen}, D.\ L.\ Egholm, and J.\ A.\ Piotrowski + ``Numerical modelling of subglacial sediment deformation''. + Geophysical Research Abstracts. 13, EGU2011--7829. + +\end{itemize} + +\section*{Other activities and skills} +\noindent EGU, AGU and IGS Member. Proficient programmer in C, C\texttt{++}, +Python, CUDA C, Octave/Matlab, and POSIX operating system environments. +Designed, constructed, and maintained a 192 CPU-core GPU cluster, AU.\@ +Experienced operator of unmanned aerial vehicles for photogrammetric +reconstruction. Experienced with fieldwork and laboratory sedimentological +analyses. Technical reviewer for ``Getting Started with Tmux'', Packt +Publishing 2014. Reviewer for the \emph{National Science Foundation}, +\emph{Journal of Glaciology}, \emph{Quaternary Science Reviews}, \emph{The +Cryosphere}, \emph{Journal of Geophysical Research}, and \emph{Ocean +Modelling}. + +\end{document}