diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-03-12 16:58:08 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-03-12 16:58:08 +0100 |
commit | 875f996cd76d1c534beca1beb2e0e821e3ea84c6 (patch) | |
tree | 3e4279e41e0bc0434eca2de5bfa5234a884d35c2 | |
parent | 49201233c5d8164f5d1633d13a3442f231e76d3d (diff) | |
download | PRR_3_023064-875f996cd76d1c534beca1beb2e0e821e3ea84c6.tar.gz PRR_3_023064-875f996cd76d1c534beca1beb2e0e821e3ea84c6.tar.bz2 PRR_3_023064-875f996cd76d1c534beca1beb2e0e821e3ea84c6.zip |
Added draft of appeal letter.
-rw-r--r-- | appeal.tex | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/appeal.tex b/appeal.tex new file mode 100644 index 0000000..d1df16c --- /dev/null +++ b/appeal.tex @@ -0,0 +1,74 @@ +\documentclass[a4paper]{letter} + +\usepackage[utf8]{inputenc} % why not type "Bézout" with unicode? +\usepackage[T1]{fontenc} % vector fonts plz +\usepackage{newtxtext,newtxmath} % Times for PR +\usepackage[ + colorlinks=true, + urlcolor=purple, + linkcolor=black, + citecolor=black, + filecolor=black +]{hyperref} % ref and cite links with pretty colors +\usepackage{xcolor} +\usepackage[style=phys]{biblatex} + +\addbibresource{bezout.bib} + +\signature{ + \vspace{-6\medskipamount} + \smallskip + Jaron Kent-Dobias \& Jorge Kurchan +} + +\address{ + Laboratoire de Physique\\ + Ecole Normale Sup\'erieure\\ + 24 rue Lhomond\\ + 75005 Paris +} + +\begin{document} +\begin{letter}{ + Editorial Office\\ + Physical Review Letters\\ + 1 Research Road\\ + Ridge, NY 11961 +} + +\opening{To the editors of Physical Review,} + +We wish to appeal your decision on our manuscript LZ16835, \emph{Complex +complex landscapes}, which received a single referee report. + + +We believe that the criticisms that the referee addresses to our paper are +not entirely justified (and above all, difficult to answer). We have, however, +clarified as much as possible the parts that the referee found trying. + +The referee is particularly worried that we have cited articles that are not +themselves sufficiently cited, so we thought that it may be useful at this +point to propose a set of referees that are beyond suspicion of incompetence or +uncitedness: + +\begin{tabular}{ll} + G Ben Arous & Courant \\ + M Berry & Bristol\\ + Daniel Fisher& Stanford\\ + T Lubensky & Penn\\ + M Moore & Manchester \\ + E Witten & IAS Princeton +\end{tabular} + +We have also added some very first results of the geometric implications for a +random complex landscape of our calculation, something we plan to expend on in +a future full article. + + +\closing{Sincerely,} + +\vspace{1em} + +\end{letter} + +\end{document} |