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

相关文章

Python中logging模块用法示例总结

《Python中logging模块用法示例总结》在Python中logging模块是一个强大的日志记录工具,它允许用户将程序运行期间产生的日志信息输出到控制台或者写入到文件中,:本文主要介绍Pyt... 目录前言一. 基本使用1. 五种日志等级2.  设置报告等级3. 自定义格式4. C语言风格的格式化方法

Spring 依赖注入与循环依赖总结

《Spring依赖注入与循环依赖总结》这篇文章给大家介绍Spring依赖注入与循环依赖总结篇,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录1. Spring 三级缓存解决循环依赖1. 创建UserService原始对象2. 将原始对象包装成工

JWT + 拦截器实现无状态登录系统

《JWT+拦截器实现无状态登录系统》JWT(JSONWebToken)提供了一种无状态的解决方案:用户登录后,服务器返回一个Token,后续请求携带该Token即可完成身份验证,无需服务器存储会话... 目录✅ 引言 一、JWT 是什么? 二、技术选型 三、项目结构 四、核心代码实现4.1 添加依赖(pom

MySQL中查询和展示LONGBLOB类型数据的技巧总结

《MySQL中查询和展示LONGBLOB类型数据的技巧总结》在MySQL中LONGBLOB是一种二进制大对象(BLOB)数据类型,用于存储大量的二进制数据,:本文主要介绍MySQL中查询和展示LO... 目录前言1. 查询 LONGBLOB 数据的大小2. 查询并展示 LONGBLOB 数据2.1 转换为十

在Java中实现线程之间的数据共享的几种方式总结

《在Java中实现线程之间的数据共享的几种方式总结》在Java中实现线程间数据共享是并发编程的核心需求,但需要谨慎处理同步问题以避免竞态条件,本文通过代码示例给大家介绍了几种主要实现方式及其最佳实践,... 目录1. 共享变量与同步机制2. 轻量级通信机制3. 线程安全容器4. 线程局部变量(ThreadL

深度解析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