summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jourcl/jourcl.tex
blob: 16f2b429d63074a392efed531cef39a2255f4146 (plain)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
\documentclass{jourcl}

% Path to your logo
\ImagePath{imgs/jourcl-logo.png}
% Path to your signature (if you have one). 
\signaturePath{imgs/jourcl-signature.png}

% recommended Editors / Reviewers -- change according to your data
%----------------------------------------------------------------------

% If you have recommended Editors / Reviewers
% Example 

\FirstRecommended{Reviewer}
\FirstNameSurname{Name Surname}
\FirstInstitution{University of City, \\Faculty of Cover Letters}
\FirstEmail{name@organization.edu}
\SecondRecommended{Reviewer}
\SecondNameSurname{Name2 Surname2}
\SecondInstitution{University of City, \\Faculty of Cover Letters}
\SecondEmail{name2@organization.edu}
%\ThirdRecommended{Editor}
%\ThirdNameSurname{Name3 Surname3}
%\ThirdInstitution{University of City, \\Faculty of Cover Letters}
%\ThirdEmail{name3@organization.edu}

% Else - leave blank. If only 2 reviewers, leave Third..{}
%\FirstRecommended{}\FirstNameSurname{}\FirstInstitution{}\FirstEmail{}
%\SecondRecommended{}\SecondNameSurname{}\SecondInstitution{}\SecondEmail{}
\ThirdRecommended{}\ThirdNameSurname{}\ThirdInstitution{}\ThirdEmail{}

%----------------------------------------------------------------------
% Your data
%----------------------------------------------------------------------
% change according to your data
\NameSurname{Name Surname}
% Orcid ID of author
\AuthorOrcid{0000-000=-0000-0000}
% name of the institution
\InstitutionName{University of City, \\Faculty of Cover Letters}
% address 1 - street name and house number
\StreetNo{RoadName Number 001}
% address 2 - postal code, city, country
\CityPostal{Postal City, Country}
% email of author
\Email{name.surname@organization.edu}
% phone of author
\Phone{00000000000}

%----------------------------------------------------------------------
% Article data
%----------------------------------------------------------------------
% journal name
\JournalName{JournalName}
% title of your paper
\Title{A review of journal name title}
% name of the EiC
\Editor{Prof. Name Surname}
% TODO make this optional
\SpecialIssue{SI 2022}
% abstract of the submitted Article
\abstract{\lipsum[1]}

%----------------------------------------------------------------------
% Cover letter main part
%----------------------------------------------------------------------
% No need to change the following part - here for customization

% Custom "To the editor: Editor Name"
\toEditor{To the editor: \pEditor}

% Addressing the Person
\PersonAddressing{Dear Editor}

% introduction
\Introduction{We submit our paper titled: \pTitle, which we would like to be considered for publication in \pJournalName. Our paper belongs to the special issue \pSpecialIssue}

% ending
\final{We believe that an interesting new perspective created by our paper would deserve the attention of a broad scientific audience. We hope that the manuscript will find your interest and that you will consider it for publication in \pJournalName.}

% original work declaration
\declaration{This manuscript is the authors' original work and has not been published nor has it been submitted simultaneously elsewhere. All authors have checked the manuscript and have agreed to the submission.}

% no conflicts of interest
\conflictofinterest{We have no conflicts of interest to disclose.}

% change valediction in \valediction{ \OPTION_HERE } or \valediction{ Custom text }
% \yoursfaithfully % In case we do not know the name of the Editor
% \yourssincerely % In case we know the name of the Editor
% \yourstruly % American version of Yours faithfully
% \bestregards
\valediction{\yourssincerely}

\signature{\pNameSurname, on behalf of all authors}

% In this part you can change the position of reviewers
%----------------------------------------------------------------------
% Render document
%----------------------------------------------------------------------
\begin{document}

\large % Font size
\aboutme{
    \pNameSurname \orcidlink{\pAuthorOrcid}\\
    \faIcon{university} \pInstitutionName\\
    \pStreetNo\\
    \pCityPostal\\
    \faIcon{envelope} \pEmail \\
    \faIcon{phone-square-alt} \pPhone
    }
%----------------------------------------------------------------------

\noindent\makebox[\linewidth]{\rule{0.9\paperwidth}{0.4pt}}

% Today's date
\today

\ptoEditor

\vspace*{1\baselineskip}
\pPersonAddressing,

\pIntroduction

\begin{framed}
Abstract: \pabstract
\end{framed}

% Improved macro to ensure more freedom for the users. Place it in the position, where you want the reviewers
\showreviewers 

\vspace{-.7cm}

\pfinal\newline

\pdeclaration \newline

\pconflictofinterest 

\vfill

\pvalediction\par

\psignature

% Next line shows your signature. Comment it out if you don't have one / plan to use digital on .pdf
\showSignature{\pSignaturePath}

\end{document}