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

相关文章

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

《微信公众号脚本-获取热搜自动新建草稿并发布文章》本来想写一个自动化发布微信公众号的小绿书的脚本,但是微信公众号官网没有小绿书的接口,那就写一个获取热搜微信普通文章的脚本吧,:本文主要介绍微信公众... 目录介绍思路前期准备环境要求获取接口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

Rust格式化输出方式总结

《Rust格式化输出方式总结》Rust提供了强大的格式化输出功能,通过std::fmt模块和相关的宏来实现,主要的输出宏包括println!和format!,它们支持多种格式化占位符,如{}、{:?}... 目录Rust格式化输出方式基本的格式化输出格式化占位符Format 特性总结Rust格式化输出方式

MySQL 中的服务器配置和状态详解(MySQL Server Configuration and Status)

《MySQL中的服务器配置和状态详解(MySQLServerConfigurationandStatus)》MySQL服务器配置和状态设置包括服务器选项、系统变量和状态变量三个方面,可以通过... 目录mysql 之服务器配置和状态1 MySQL 架构和性能优化1.1 服务器配置和状态1.1.1 服务器选项

linux进程D状态的解决思路分享

《linux进程D状态的解决思路分享》在Linux系统中,进程在内核模式下等待I/O完成时会进入不间断睡眠状态(D状态),这种状态下,进程无法通过普通方式被杀死,本文通过实验模拟了这种状态,并分析了如... 目录1. 问题描述2. 问题分析3. 实验模拟3.1 使用losetup创建一个卷作为pv的磁盘3.

Java实现状态模式的示例代码

《Java实现状态模式的示例代码》状态模式是一种行为型设计模式,允许对象根据其内部状态改变行为,本文主要介绍了Java实现状态模式的示例代码,文中通过示例代码介绍的非常详细,需要的朋友们下面随着小编来... 目录一、简介1、定义2、状态模式的结构二、Java实现案例1、电灯开关状态案例2、番茄工作法状态案例

通过prometheus监控Tomcat运行状态的操作流程

《通过prometheus监控Tomcat运行状态的操作流程》文章介绍了如何安装和配置Tomcat,并使用Prometheus和TomcatExporter来监控Tomcat的运行状态,文章详细讲解了... 目录Tomcat安装配置以及prometheus监控Tomcat一. 安装并配置tomcat1、安装