Project

General

Profile

1
[% IF recipient_status == 'moderator' %]
2
Ecological Society of America moderator notice:
3

    
4
[% IF stage == 'mod_accept' %]
5

    
6
You have accepted the metadata entry for: 
7
	
8
	
9
Title: [% dpTitle %]
10
	
11
Document ID: [% docid %]
12
	
13
Creator: [% contactName %]  
14
	
15
	
16
This part of the article's submission process is now complete.  
17
	
18
	
19
To view this document, login at [% contextUrl %] and click the View Submissions link.
20

    
21
[% ELSIF stage == 'mod_decline' %]		
22

    
23
You have rejected the metadata entry for: 
24
	
25
	
26
Title: [% dpTitle %]
27
	
28
Document ID: [% docid %]
29
	
30
Creator: [% contactName %]
31
	
32
	
33
This entry is no longer being considered for publication. Your comments 
34
(if any) on the reason for the rejection are listed below. 
35
	
36
	
37
Your Comments:
38
[% comment %]
39

    
40
[% ELSIF stage == 'mod_revise' %]
41

    
42
You have sent back for review the metadata entry for: 
43
	
44
	
45
Title: [% dpTitle %]
46
	
47
Document ID: [% docid %]
48
	
49
Creator: [% contactName %]
50
	
51
	
52
Your comments on the areas that could be improved are noted below. 
53
	
54
	
55
To view this document, login at [% contextUrl %] and click the View Submissions link.
56
	
57
	
58
Your Comments:
59
[% comment %]
60

    
61
[% ELSIF stage == 'confirmed' %]
62
[% IF function == 'modified' %]
63
The following document has been modified and is awaiting review:
64
[% ELSE %]
65
The following document has been submitted and is awaiting review:
66
[% END %]
67
	
68
Title: [% dpTitle %]
69
	
70
[% IF function == 'modified' %]
71
Document ID: [% fullDocid %]
72
[% ELSE %]
73
Document ID: [% docid %]
74
[% END %]
75
	
76
Creator: [% contactName %]
77
	
78
	
79
To review this document, login at [% contextUrl %] and click the View Submissions link.
80

    
81
[% END %]
82
[% ELSIF recipient_status == 'user' %]
83
[% IF stage == 'mod_accept' %]
84

    
85
Dear [% contactName %],
86
	
87
	
88
We are happy to inform you that the metadata entry for your article submission,
89
[% dpTitle %], has been accepted.  This part of the submission process is now
90
complete.  
91
	
92
	
93
Your metadata entry can be cited in the future as a LSID (Life Science ID), and will be
94
viewable online at [% metacatUrl %]?action=read&qformat=esa&docid=[% docid %] after publication.  
95
	
96
	
97
Thank you for your cooperation.
98
	
99
	
100
The Ecological Society of America
101
 		
102
[% ELSIF stage == 'mod_decline' %]
103

    
104
Dear [% contactName %],
105
	
106
	
107
We are sorry to inform you that the metadata entry for your article submission,
108
[% dpTitle %], has been rejected.  The comments of your reviewer (if any) may be
109
seen at the bottom of this message.  We hope that you will submit more research for
110
review in the future.
111
	
112
	
113
Sincerely,
114
	
115
	
116
The Ecological Society of America
117
	
118
	
119
If this metadata entry was not made as part of an article submission to ESA:
120
	
121
	
122
This metadata registry is only for entries associated with articles for ESA
123
publications.  For those wishing to make public metadata entries not associated with
124
ESA, there is a metadata registry available to the greater scientific community at
125
http://knb.ecoinformatics.org
126
	
127
	
128
Reviewer's Comments:
129
[% comment %]
130

    
131
[% ELSIF stage == 'mod_revise' %]
132

    
133
Dear [% contactName %],
134
	
135
	
136
Upon review, we feel that the metadata entry for your article submission,
137
[% dpTitle %], is still missing some relevant information.  Please read the
138
reviewer's comments below for any suggested additions and changes.  You are strongly
139
encouraged to go back and address these issues with your entry.  
140
	
141
	
142
To view this document, login at [% contextUrl %] and click the My Submissions link.
143
	
144
	
145
The Ecological Society of America
146
	
147
	
148
Reviewer's Notes:
149
[% comment %]
150
	
151
[% ELSIF stage == 'confirmed' %]
152
Dear [% contactName %],
153

    
154
The following document has been submitted and is awaiting review:
155
		
156
Title: [% dpTitle %]
157
	
158
Document ID: [% docid %]
159
	
160
Creator: [% contactName %]
161
	
162
	
163
To view and/or edit this document, login at [% contextUrl %] and click the My Submissions link.
164
	
165
	
166
You will be notified by email once this document has been reviewed.
167
	
168
	
169
Sincerely,
170
	
171
	
172
The Ecological Society of America
173
	
174
[% END %]
175
[% END %]
(6-6/26)