tadd 5 year publication list - cv - curriculum vitae
git clone git://src.adamsgaard.dk/cv
Log
Files
Refs
LICENSE
---
commit aa462883c743fd46c811a6a6cacd0cfbf0e779a9
parent 37f24de67bf6d1fd6208dca5474ffa9b25dcec1b
Author: Anders Damsgaard 
Date:   Fri, 30 Sep 2022 11:33:58 +0200

add 5 year publication list

Diffstat:
  A publications-5yr.tex                |     151 +++++++++++++++++++++++++++++++

1 file changed, 151 insertions(+), 0 deletions(-)
---
diff --git a/publications-5yr.tex b/publications-5yr.tex
t@@ -0,0 +1,151 @@
+%% compile with lualatex
+%! TEX program = lualatex
+\documentclass[10pt,a4paper]{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.85]{sourcecodepro} % Monospaced fontenc
+\usepackage[lf]{FiraSans} % Sans-serif font
+
+\usepackage{fontspec}
+\setmonofont[Mapping=tex-text,Scale=0.90]{PragmataPro}%{Fira Mono}
+\setmainfont[ItalicFont     = Charter Italic,
+             BoldFont       = Charter Bold,
+             BoldItalicFont = Charter Bold Italic,
+             Ligatures = TeX]{Charter}
+
+\usepackage[usenames,svgnames]{xcolor}
+\usepackage{xurl}
+\usepackage[colorlinks = true,
+            linkcolor = MidnightBlue,
+            urlcolor  = MidnightBlue,
+            citecolor = MidnightBlue,
+            anchorcolor = MidnightBlue]{hyperref}
+\usepackage{siunitx}
+
+\usepackage{longtable}
+\setlength{\LTpre}{0pt}   % disable spacing above table
+
+% format enumerated lists
+\usepackage{enumitem} % allow adjustment of lists
+\setlist[itemize]{leftmargin=*}
+\usepackage{etaremune} % reverse-counting enumerate environment
+\renewcommand{\labelenumi}{[\theenumi]}
+\renewcommand\labelitemi{--}
+
+\usepackage[nodayofweek]{datetime}
+\newdateformat{mydate}{\twodigit{\THEDAY}{~}\shortmonthname[\THEMONTH], \THEYEAR}
+
+%% Layout
+\usepackage{multicol} % n columns with \begin{multicols}{} ...  \end{multicols}
+%\setlength{\multicolsep}{6.0pt plus 2.0pt minus 1.5pt}% 50% of original values
+%\setlength{\multicolsep}{0.0pt plus 2.0pt minus 1.5pt}
+
+%\setlength{\columnsep}{5pc}
+\usepackage[lmargin=1.0in,rmargin=1.0in,tmargin=1.0in,bmargin=1.5in]{geometry}
+
+% Headers and footers
+\usepackage{lastpage} % for "Page N of M" footer
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+\rhead{\small A.\ Damsgaard, CV}
+\lfoot{\small \emph{Updated: \today}}
+\cfoot{}
+\rfoot{\small\thepage{} of~\pageref{LastPage}}
+\renewcommand{\headrulewidth}{0pt}
+\fancypagestyle{firststyle}
+{\fancyhf{}
+    \fancyfoot[L]{\small \emph{Updated: \today}}
+    \fancyfoot[R]{\small \thepage{} of~\pageref{LastPage}}
+}
+
+\usepackage{booktabs}% http://ctan.org/pkg/booktabs
+\newcommand{\tabitem}{\hspace{1.5em}\llap{\textbullet}~}
+
+\usepackage{titlesec} % Used to customize the \section command
+%\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[{\titlerule[1pt]}]
+%\titleformat{\section}{\Large\scshape\raggedright}{{\titlerule[1pt]}}{0em}{}[{\titlerule[1pt]}]
+
+\titleformat{\section}%
+{\titlerule[1pt]{}
+    \vspace{.8ex}%
+\filcenter%
+\small\bfseries\sffamily\uppercase}
+{\thesection.}{}{}
+
+\titleformat{\subsection}%
+{\vspace{.8ex}%
+\large\bfseries\sffamily}
+{\thesection.}{}{}
+
+% Text formatting of sections
+\titlespacing*{\section}{0pt}{2em}{1em}
+
+\begin{document}
+\thispagestyle{firststyle}
+\begin{center}
+        \noindent{\LARGE \bfseries \sffamily Publications: Anders Damsgaard}\\[2em]
+\end{center}
+
+\noindent%
+Peer-reviewed publications in the past five years:\\[0.5em]
+
+\begin{etaremune}[leftmargin=0in,topsep=0in,parsep=0in]
+
+    \item Kasmalkar, I., \textbf{A.\ Damsgaard}, L.\ Goren, and J.\ Suckale 2022
+        ``Shear variation at the ice-till interface changes the
+        spatial distribution of till porosity and meltwater drainage''.
+       \emph{Journal of Geophysical Research: Earth Surface}.
+        \url{https://doi.org/10.1029/2021JF006460}
+
+    \item \textbf{Damsgaard, A.}, O.\ Sergienko, and A.\ Adcroft 2021
+        ``The effects of ice floe-floe interactions on pressure ridging in sea ice''.
+        \emph{Journal of Advances in Modeling Earth Systems}, vol.\ 13.
+                \url{https://doi.org/10.1029/2020MS002336}
+
+    \item \textbf{Damsgaard, A.}, L.\ Goren, and J.\ Suckale 2020
+        ``Water pressure fluctuations control variability in sediment
+        flux and slip dynamics beneath glaciers and ice streams''.
+        \emph{Communications Earth \& Environment}, vol.\ 1(66).
+                \url{https://doi.org/10.1038/s43247-020-00074-7}
+
+    \item \textbf{Damsgaard, A.}, A.\ Adcroft, and O.\ Sergienko 2018
+        ``Application of discrete-element methods to approximate sea-ice
+        dynamics''.
+        \emph{Journal of Advances in Modeling Earth Systems}, vol.\ 10,
+        2228--2244.
+        \url{https://doi.org/10.1029/2018MS001299}
+
+    \item 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 \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 \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}
+
+\end{etaremune}
+
+\end{document}