1
|
[% IF recipient_status == 'moderator' %]
|
2
|
Ecological Society of America moderator notice:
|
3
|
[% IF stage == 'mod_accept' %]
|
4
|
|
5
|
You have accepted the metadata entry for [%contactName%]'s article, [%dpTitle%]. This part of the article's submission process is now complete. You can see the metadata entry as it currently stands at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%]. Once published, the entry will be available at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%].
|
6
|
|
7
|
[% ELSIF stage == 'mod_decline' %]
|
8
|
|
9
|
You have rejected the metadata entry for [%contactName%]'s article, '[%dpTitle%]'. This entry is no longer being considered for publication. Your comments (if any) on the reason for the rejection are listed below.
|
10
|
|
11
|
Your Comments:
|
12
|
[%comment%]
|
13
|
|
14
|
[% ELSIF stage == 'mod_revise' %]
|
15
|
|
16
|
You have sent back for review the metadata entry for [%contactName%]'s article, [%dpTitle%]. Your comments on the areas that could be improved are noted below. You can edit the metadata entry as it currently stands at [% cgiPrefix %]/register-dataset.cgi?stage=modify&cfg=esa&docid=[%docid%].
|
17
|
|
18
|
Your Comments:
|
19
|
[%comment%]
|
20
|
|
21
|
[% END %]
|
22
|
[% ELSIF recipient_status == 'user' %]
|
23
|
[% IF stage == 'mod_accept' %]
|
24
|
|
25
|
Dear [%contactName%],
|
26
|
|
27
|
We are happy to inform you that the metadata entry for your article submission,
|
28
|
[%dpTitle%], has been accepted. This part of the submission process is now
|
29
|
complete. Your metadata entry can be cited in the future as a LSID (Life Science ID), and will be
|
30
|
viewable online at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%] after publication. Thank you for your cooperation.
|
31
|
|
32
|
The Ecological Society of America
|
33
|
|
34
|
[% ELSIF stage == 'mod_decline' %]
|
35
|
|
36
|
Dear [%contactName%],
|
37
|
|
38
|
We are sorry to inform you that the metadata entry for your article submission,
|
39
|
[%dpTitle%], has been rejected. The comments of your reviewer (if any) may be
|
40
|
seen at the bottom of this message. We hope that you will submit more research for
|
41
|
review in the future.
|
42
|
|
43
|
Sincerely,
|
44
|
|
45
|
The Ecological Society of America
|
46
|
|
47
|
If this metadata entry was not made as part of an article submission to ESA:
|
48
|
|
49
|
This metadata registry is only for entries associated with articles for ESA
|
50
|
publications. For those wishing to make public metadata entries not associated with
|
51
|
ESA, there is a metadata registry available to the greater scientific community at
|
52
|
http://knb.ecoinformatics.org
|
53
|
|
54
|
Reviewer's Comments:
|
55
|
[%comment%]
|
56
|
|
57
|
[% ELSIF stage == 'mod_revise' %]
|
58
|
|
59
|
Dear [%contactName%],
|
60
|
|
61
|
Upon review, we feel that the metadata entry for your article submission,
|
62
|
[%dpTitle%], is still missing some relevant information. Please read the
|
63
|
reviewer's comments below for any suggested additions and changes. You are strongly
|
64
|
encouraged to go back and address these issues with your entry. You can login,
|
65
|
edit, and resubmit your entry at [% cgiPrefix %]/register-dataset.cgi?stage=modify&cfg=esa&docid=[%docid%].
|
66
|
|
67
|
The Ecological Society of America
|
68
|
|
69
|
Reviewer's Notes:
|
70
|
[%comment%]
|
71
|
|
72
|
[% END %]
|
73
|
[% END %]
|
74
|
|