-
Notifications
You must be signed in to change notification settings - Fork 0
/
2022-12-19_coverletter.tex
115 lines (97 loc) · 4.36 KB
/
2022-12-19_coverletter.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
%!TeX TS-program = lualatex
%!TeX encoding = UTF-8 Unicode
%!TeX spellcheck = fr-FR
%!BIB TS-program = biber
% -*- coding: UTF-8; -*-
% vim: set fenc=utf-8
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[10pt,english]{article}
\usepackage{charter,graphicx}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref,tabularx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{.4pt}% Default header rule
\renewcommand{\footrulewidth}{0pt}% No footer rule
\fancyhf{}% Clear header/footer
\fancypagestyle{plain}{
\renewcommand{\headrulewidth}{0pt}% No header rule
\renewcommand{\footrulewidth}{.4pt}% Default footer rule
\fancyhf{}% Clear header/footer
}
\AtBeginDocument{\thispagestyle{plain}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.5\baselineskip plus 1pt minus 1pt}
\usepackage[utf8]{inputenc}%
\usepackage{babel}%
\usepackage{etoolbox}
\makeatletter
\patchcmd{\@zfancyhead}{\fancy@reset}{\f@nch@reset}{}{}
\patchcmd{\@set@em@up}{\f@ncyolh}{\f@nch@olh}{}{}
\patchcmd{\@set@em@up}{\f@ncyolh}{\f@nch@olh}{}{}
\patchcmd{\@set@em@up}{\f@ncyorh}{\f@nch@orh}{}{}
\makeatother
%\usepackage{kpfonts}
%\usepackage{babel}
%\usepackage{csquotes}
\usepackage{url}
\usepackage{charter} % Use the Charter font for the document text
%----------------------------------------------------------------------------------------
% YOUR NAME AND CONTACT INFORMATION
%----------------------------------------------------------------------------------------
%Jean-Nicolas Jérémie\\
%Institute of Neuroscience of la Timone\\
%CNRS - Aix Marseille University\\
%27, boulevard Jean Moulin\\
%13005 Marseille, France
\newcommand{\LastName}{Perrinet}%{Grimaldi}%
\newcommand{\FirstName}{Laurent U}%{Antoine}%
\newcommand{\Institute}{Institut de Neurosciences de la Timone, CNRS / Aix-Marseille Universit\'e}%
\newcommand{\Address}{27, Bd. Jean Moulin, 13385 Marseille Cedex 5, France}%
\newcommand{\Website}{\url{https://laurentperrinet.github.io/}}%
\newcommand{\Email}{\url{[email protected]}}%
%----------------------------------------------------------------------------------------
% YOUR DOCUMENT
%----------------------------------------------------------------------------------------
\usepackage[document]{ragged2e}
\begin{document}
%\centerline{
\includegraphics[width=.4\textwidth]{~/metagit/blog/perrinet_curriculum-vitae_tex/troislogos.png}
%}
\\
\vspace{.1\baselineskip}
\hrulefill
\vspace{.1\baselineskip}
\begin{flushright}
\FirstName\ \LastName\ \\
\Institute\\[6pt]
\Address\\%[6pt]
\Website \\
Email: \Email \\[6pt]
\end{flushright}
\justifying
\vspace{1\baselineskip}
%----------------------------------------------------------------------------------------
% ADDRESSEE AND GREETING/CLOSING
%----------------------------------------------------------------------------------------
%À qui de droit,\\
Marseille, \today\\[12pt] % Date
Dear editor,
%----------------------------------------------------------------------------------------
% LETTER CONTENT
%----------------------------------------------------------------------------------------
Many thanks for handling our manuscript entitled ``Precise spiking motifs in neurobiological and neuromorphic data'' for your consideration as a review paper in \emph{Brain Sciences}. We are very grateful to the reviewers for their very insightful remarks and we have now responded to all their remarks.
In addition to our reports to reviewers, there is a tracked changes PDF file which highlights all changes.
\textbf{ Note that in agreement with the editorial office, we have added Jean-Nicolas Jérémie as an author, as his contributions were substantial for writing this review.}
All the authors have been involved with the work, have approved the manuscript and agreed to its submission.
This is an invited Feature Paper, with a full waiver on the APC. In addition, all the python code needed to reproduce figures and supplementary materials will be fully open-source
Many thanks for your consideration.
\vspace{.2\baselineskip}
%----------------------------------------------------------------------------------------
Sincerely yours,
\vspace{.1cm}
\FirstName\ \LastName \\
\includegraphics[width=.3\linewidth]{~/quantic/RTC/signature_LuP.jpg}
\end{document}