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

相关文章

深度解析Nginx日志分析与499状态码问题解决

《深度解析Nginx日志分析与499状态码问题解决》在Web服务器运维和性能优化过程中,Nginx日志是排查问题的重要依据,本文将围绕Nginx日志分析、499状态码的成因、排查方法及解决方案展开讨论... 目录前言1. Nginx日志基础1.1 Nginx日志存放位置1.2 Nginx日志格式2. 499

Spring Boot 与微服务入门实战详细总结

《SpringBoot与微服务入门实战详细总结》本文讲解SpringBoot框架的核心特性如快速构建、自动配置、零XML与微服务架构的定义、演进及优缺点,涵盖开发环境准备和HelloWorld实战... 目录一、Spring Boot 核心概述二、微服务架构详解1. 微服务的定义与演进2. 微服务的优缺点三

Spring Boot 结合 WxJava 实现文章上传微信公众号草稿箱与群发

《SpringBoot结合WxJava实现文章上传微信公众号草稿箱与群发》本文将详细介绍如何使用SpringBoot框架结合WxJava开发工具包,实现文章上传到微信公众号草稿箱以及群发功能,... 目录一、项目环境准备1.1 开发环境1.2 微信公众号准备二、Spring Boot 项目搭建2.1 创建

Java通过驱动包(jar包)连接MySQL数据库的步骤总结及验证方式

《Java通过驱动包(jar包)连接MySQL数据库的步骤总结及验证方式》本文详细介绍如何使用Java通过JDBC连接MySQL数据库,包括下载驱动、配置Eclipse环境、检测数据库连接等关键步骤,... 目录一、下载驱动包二、放jar包三、检测数据库连接JavaJava 如何使用 JDBC 连接 mys

JavaSE正则表达式用法总结大全

《JavaSE正则表达式用法总结大全》正则表达式就是由一些特定的字符组成,代表的是一个规则,:本文主要介绍JavaSE正则表达式用法的相关资料,文中通过代码介绍的非常详细,需要的朋友可以参考下... 目录常用的正则表达式匹配符正则表China编程达式常用的类Pattern类Matcher类PatternSynta

SQL中JOIN操作的条件使用总结与实践

《SQL中JOIN操作的条件使用总结与实践》在SQL查询中,JOIN操作是多表关联的核心工具,本文将从原理,场景和最佳实践三个方面总结JOIN条件的使用规则,希望可以帮助开发者精准控制查询逻辑... 目录一、ON与WHERE的本质区别二、场景化条件使用规则三、最佳实践建议1.优先使用ON条件2.WHERE用

Nginx Location映射规则总结归纳与最佳实践

《NginxLocation映射规则总结归纳与最佳实践》Nginx的location指令是配置请求路由的核心机制,其匹配规则直接影响请求的处理流程,下面给大家介绍NginxLocation映射规则... 目录一、Location匹配规则与优先级1. 匹配模式2. 优先级顺序3. 匹配示例二、Proxy_pa

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

IIS 7.0 及更高版本中的 FTP 状态代码

《IIS7.0及更高版本中的FTP状态代码》本文介绍IIS7.0中的FTP状态代码,方便大家在使用iis中发现ftp的问题... 简介尝试使用 FTP 访问运行 Internet Information Services (IIS) 7.0 或更高版本的服务器上的内容时,IIS 将返回指示响应状态的数字代

MySQL基本查询示例总结

《MySQL基本查询示例总结》:本文主要介绍MySQL基本查询示例总结,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录Create插入替换Retrieve(读取)select(确定列)where条件(确定行)null查询order by语句li