【Springer上传手稿记录】《Signal, Image and Video Processing》

以signal,image and video proecessing为例

该期刊为SCI4区,接收信号图像视频处理相关文章,期刊主编的专业是深度神经网络研究。

上传手稿或图片时提示上传失败

图片
投稿网站用校园网能打开,但在上传zip文件时可能会因超时而无法上传,可以使用加速器帮助上传,另zip中应包含.eps、.tex、.cls、.bib以及.bst五类文件且不能包含子文件夹
在这里插入图片描述

无法编译成pdf

在上传手稿Review审查阶段,会提示上传的zip文件是否可以编译成pdf,如果失败,下拉可以看到错误提示,相关的警告也尽量消除。
错误1:
出现Unknown theoremstyle相关错误,在tex文件中将原本的宏包引用

\documentclass[sn-mathphys-num,iicol]{sn-jnl}% Math and Physical 
....other package
\usepackage{amsthm}%

更换为

\RequirePackage{amsthm}
\documentclass[sn-mathphys-num,iicol]{sn-jnl}% Math and Physical 
....other package

具体原因细节点击此处

错误2:

Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 The top-level auxiliary file: output.aux I couldn’t open style file sn-mathphys-num.bst —line 3 of file output.aux :
\bibstyle{sn-mathphys-num : } I’m skipping whatever remains of this
command Illegal, another \bibstyle command—line 95 of file
output.aux : \bibstyle : {sn-basic} I’m skipping whatever remains of
this command I found no style file—while reading file output.aux
You’ve used 35 entries,

出现该错误后我尝试在自己的texstudio上编译pdf,在编译参考文献时会出现以下错误,但参考文献能正确显示。

开始 : bibtex.exe "atricle"

This is BibTeX, Version 0.99d (TeX Live 2024)
The top-level auxiliary file: atricle.aux
The style file: sn-mathphys-num.bst
Illegal, another \bibstyle command---line 84 of file atricle.aux
 : \bibstyle
 :          {sn-basic}
I'm skipping whatever remains of this command
Database file #1: reference.bib

原因:重复调用{sn-article},删除tex文件里的 \bibliographystyle{sn-article}即可

错误3:

Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 The top-level auxiliary file: output.aux I couldn’t open style file sn-mathphys-num.bst —line 3 of file output.aux :
\bibstyle{sn-mathphys-num : } I’m skipping whatever remains of this
command I found no style file—while reading file output.aux You’ve
used 35 entries, 0 wiz_defined-function locations, 120 strings with
682 characters, and the built_in function-call counts, 0 in all,

原因:没有上传sn-mathphys-num.bst文件
所有引用的文件要和.tex文件放在同级目录下,上传的zip文件不能有子文件夹

审阅进度

6.25提交手稿,当天完成技术审查
6.26找编辑和同行评审并送给编辑审查
7.1送同行评审(两人)
7.8第一份返修意见
7.13返修稿送回
7.17送第二位审稿人评审