Elsevier 文章手稿 投稿各种状态总结

2024-04-08 07:38

本文主要是介绍Elsevier 文章手稿 投稿各种状态总结,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

1. Submitted to Journal
当上传结束后,显示的状态是Submitted to Journal,这个状态是自然形成的无需处理。

2. With editor
如果在投稿的时候没有要求选择编辑,就先到主编那,主编会分派给别的编辑。这当中就会有另两个状态:

3. Editor assigned 4. Editor Declined Invitation

如果编辑接手处理了就会邀请审稿人了。

5. Reviewer(s) invited

如果审稿人接受那就会是以下状态:

6. Under review
这应该是一个漫长的等待。当然前面各步骤也可能很慢的,要看编辑的处理情况。
如果被邀请审稿人不想审,就会decline,编辑会重新邀请别的审稿人。

7. required review completed
审稿结束,等编辑处理。

8. Decision in Process
到了这一步就快要有结果了,编辑开始考虑是给修改还是直接拒,当然也有可能直接接受的,但可能性很小,呵呵。

9. Minor revision/Major revision
这个时候可以稍微庆祝一下了,问题不大了,因为有修改就有可能。具体怎么改就不多说了,谦虚谨慎是不可少的。

10. Revision Submitted to Journal
又开始了一个循环。

11. Accepted
如果不要再审,只是小修改,编辑看后会马上显示这个状态,但如果要再审也会有上面的部分状态。一步会比较快,但也有慢的。看杂志的。

还有个状态是 Rejected希望不要出现。

其他库的状态,基本是大同小异,供参考:
In the Rapid Review ® system, your manuscript has a different status assigned to it at various stages in the process. Below is a list of the status descriptions used with brief explanations.
Incomplete Submission... you have begun the submission process.The submission has been assigned a temporary (TMP) manuscript number.You must complete the submission process.
Finish My Submission... by viewing and approving the MS PDF. Once this is done, the submission will be assigned a permanent manuscript number.
MS at Check-In... the manuscript is pending a quality check bythe staff or editor. This involves verifying that the MS PDF contains acomplete manuscript (text, tables, figures, etc.) and is suitable forreview purposes.
Conversion to PDF in Process... If the manuscript was submitteddigitally, the MS PDF did not pass the QC process and is not suitablefor review purposes. The staff may be in the process of converting thedigital files to a new MS PDF or staff may have requested that theauthor send new file(s). The Journal Office is waiting for the file(s)to upload for conversion purposes.
MS Being Pre-screened... if you submitted a manuscript to ajournal whose review process includes pre-screening, this statusindicates that the manuscript (or the abstract) is currently beingpre-screened to determine its appropriateness for the journal.
MS In Review... the manuscript has been assigned to an editor and may be awaiting reviewer selections, or the awaiting reviews.
Decision Pending... the manuscript has been reviewed and the editor is in the process of making a decision.
MS in Revision (Optional)... a decision to accept the paper withoptional revisions (as suggested in the reviewer or editor comments)has been made by the editor, and a letter requesting these revisionshas been sent to the author. Resubmission is anticipated.
MS in Revision (Minor)... a decision to accept the paper withminor revisions (as suggested in the reviewer or editor comments) hasbeen made by the editor, and a letter requesting these revisions hasbeen sent to the author. Resubmission is anticipated.
MS in Revision (Major)... a decision to reconsider the paperafter major revisions (as suggested in the reviewer or editor comments)has been made by the editor, and a letter requesting these revisionshas been sent to the author. Resubmission is permitted.
MS Rejected... a decision to decline publication has been made by the editor, and a rejection letter has been sent to the author.
MS Accepted... a decision to accept the paper has been made by the editor, and an acceptance letter has been sent to the author.
MS Withdrawn... the manuscript has been withdrawn at theauthor's request. No resubmission is permitted. Any further versionmust be considered as a brand new submission.
MS Deactivated... the manuscript has been deactivated due to theauthor's non-response in resubmitting a revised version or, in someinstances, to the editor's invitation to submit a solicited paper.
MS Published... the review process is complete and the manuscript is awaiting publication or it has already been published.
Invitation/Submit Invited Paper... the editor has extended toyou an invitation to submit a paper on a proposed topic. You are askedto reply by using the "Reply to Invitation" button. If you and theeditor are in agreement, you can submit the invited paper by using the"Submit Invited MS" button.

这篇关于Elsevier 文章手稿 投稿各种状态总结的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/884969

相关文章

Qt实现网络数据解析的方法总结

《Qt实现网络数据解析的方法总结》在Qt中解析网络数据通常涉及接收原始字节流,并将其转换为有意义的应用层数据,这篇文章为大家介绍了详细步骤和示例,感兴趣的小伙伴可以了解下... 目录1. 网络数据接收2. 缓冲区管理(处理粘包/拆包)3. 常见数据格式解析3.1 jsON解析3.2 XML解析3.3 自定义

Python实现图片分割的多种方法总结

《Python实现图片分割的多种方法总结》图片分割是图像处理中的一个重要任务,它的目标是将图像划分为多个区域或者对象,本文为大家整理了一些常用的分割方法,大家可以根据需求自行选择... 目录1. 基于传统图像处理的分割方法(1) 使用固定阈值分割图片(2) 自适应阈值分割(3) 使用图像边缘检测分割(4)

Windows Docker端口占用错误及解决方案总结

《WindowsDocker端口占用错误及解决方案总结》在Windows环境下使用Docker容器时,端口占用错误是开发和运维中常见且棘手的问题,本文将深入剖析该问题的成因,介绍如何通过查看端口分配... 目录引言Windows docker 端口占用错误及解决方案汇总端口冲突形成原因解析诊断当前端口情况解

SpringSecurity JWT基于令牌的无状态认证实现

《SpringSecurityJWT基于令牌的无状态认证实现》SpringSecurity中实现基于JWT的无状态认证是一种常见的做法,本文就来介绍一下SpringSecurityJWT基于令牌的无... 目录引言一、JWT基本原理与结构二、Spring Security JWT依赖配置三、JWT令牌生成与

关于WebSocket协议状态码解析

《关于WebSocket协议状态码解析》:本文主要介绍关于WebSocket协议状态码的使用方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录WebSocket协议状态码解析1. 引言2. WebSocket协议状态码概述3. WebSocket协议状态码详解3

微信公众号脚本-获取热搜自动新建草稿并发布文章

《微信公众号脚本-获取热搜自动新建草稿并发布文章》本来想写一个自动化发布微信公众号的小绿书的脚本,但是微信公众号官网没有小绿书的接口,那就写一个获取热搜微信普通文章的脚本吧,:本文主要介绍微信公众... 目录介绍思路前期准备环境要求获取接口token获取热搜获取热搜数据下载热搜图片给图片加上标题文字上传图片

java常见报错及解决方案总结

《java常见报错及解决方案总结》:本文主要介绍Java编程中常见错误类型及示例,包括语法错误、空指针异常、数组下标越界、类型转换异常、文件未找到异常、除以零异常、非法线程操作异常、方法未定义异常... 目录1. 语法错误 (Syntax Errors)示例 1:解决方案:2. 空指针异常 (NullPoi

Java反转字符串的五种方法总结

《Java反转字符串的五种方法总结》:本文主要介绍五种在Java中反转字符串的方法,包括使用StringBuilder的reverse()方法、字符数组、自定义StringBuilder方法、直接... 目录前言方法一:使用StringBuilder的reverse()方法方法二:使用字符数组方法三:使用自

Python依赖库的几种离线安装方法总结

《Python依赖库的几种离线安装方法总结》:本文主要介绍如何在Python中使用pip工具进行依赖库的安装和管理,包括如何导出和导入依赖包列表、如何下载和安装单个或多个库包及其依赖,以及如何指定... 目录前言一、如何copy一个python环境二、如何下载一个包及其依赖并安装三、如何导出requirem

Flutter监听当前页面可见与隐藏状态的代码详解

《Flutter监听当前页面可见与隐藏状态的代码详解》文章介绍了如何在Flutter中使用路由观察者来监听应用进入前台或后台状态以及页面的显示和隐藏,并通过代码示例讲解的非常详细,需要的朋友可以参考下... flutter 可以监听 app 进入前台还是后台状态,也可以监听当http://www.cppcn