Journal homepage
 
Home
LogoAbout Journalfor Readersfor Authorsfor Refereesfor EditorsFlowchart of a paper



Editorial Policy


Can I can change the keywords after the submission?

No, keywords cannot be changed after a paper's submission, because they are the crucial element in deciding who the editor in charge will be, and therefore how the peer review process is determined. Apart from selecting the keywords, at submission time authors can also assign a value to each of them (25, 50, 75 or 100) to establish their relevance to the subject matter covered in the preprint.

I have prepared a new version after the submission. Can I upload it?

No.Once submitted the article should not be replaced, if the new version differs substantially the article can be withdrawn and resubmitted.

Who is the corresponding author in JSTAT?

The person making the submission, who is notified of decisions and requested to take action in the various steps of the editorial process. If the paper is accepted for publication the corresponding author will be asked to accept a copyright formonline on behalf of themselves and their coauthors. By accepting the copyright form, it is assumed that all authors have received the final version of the contribution, have agreed to it being submitted to the journal and agree to the terms of the copyright form. Please note: on the publisher's page the corresponding author will be the first name listed in the .pdf of the article.

Can I add coauthors after the article has been submitted?

Yes. The corresponding author of articles submitted to JSTAT is responsible for the accuracy of information in regards to coauthors. If coauthors are added/removed after submission they and the editorial office should be informed accordingly.

Who is the editor handling my article? Why do editors remain anonymous?

The Editorial Board is composed of distinguished and active scientists in the field. Editors in JHEP are selected automatically through an algorithm based on the keywords selected by the authors at submission time. After the paper is assigned to an editor, the editor usually seeks the advice of an expert reviewer, but may equally well decide to review the paper autonomously. Editors and referees generally operate anonymously in order to guarantee an unbiased handling of articles, but are free to reveal their identity to the authors if they so wish.

Can I suggest referees for my paper?

Yes, upon submission you can use the 'write to editor' button to suggest suitable referees for your article, however the editor in charge of the article is under no obligation to select them.

The refereeing on my paper is taking longer than expected. What can I do?

The editor in charge and the editorial Office are carefully following the processing of your paper and will do their best in order to avoid any undue delay, while favoring quality over speed. It can be a challenge to ensure timely responses, and it can happen that the process takes longer than planned. You can at any time get in touch with the editor in charge to inquire about the status ('write to editor' button on the preprint status page).

Can I add coauthors after the article has been published?

No, changes of authorship or in the order of authors listed will not be accepted by the publisher. The only way to modify the author list of a published article is by means of an erratum.

What if I need to make corrections, or additions after the article has been published?

The only way to modify a published paper is by means of an erratum\addendum. https://jstat.sissa.it/jstat/help/helpLoader.jsp?pgType=author#erratum

Can I submit an article accepted for publication to arXiv?

Yes. JSTAT encourages authors to submit to arXiv their article accepted for publication including all changes made as a result of the peer review process, but excluding any other editing, typesetting or other changes made by IOP Publishing and/or its licensors. Please select the 'non-exclusive licence to distribute' offered by arXiv when uploading the article. We recommend the inclusion of the DOI when citing the published manuscript.

What can I do if my paper is rejected?

Authors can request a reconsideration after a rejection decision. Upon another rejection, authors can request an appeal. Appeals must be scientifically justified and not polemic. Appeals can be assigned to the same editor or a new one on a case by case basis. Second appeals will not be considered unless there is a clear history of unfair treatment of the manuscript. Appeals should be requested within a year's time, after which articles will be considered as new submissions. To guarantee the fair treatment of papers, the processing of appeals is supervised by the scientific directors.

What can I do if my article receives a 'not suitable' decision?

Not suitable decisions cannot be appealed. This kind of decision in fact indicates that the paper does not fall within the scope of the Journal and cannot be considered for publication, either because the subject matter is not relevant for it, or because it does not meet its standards.

What is the Journal’s policy on data files and similar supplementary material?

JSTAT strongly encourages posting data files and similar supplementary material to publicly-accessible, discipline-specific, community-recognised repositories that comply with the FAIR principles as much as possible.
In cases where a suitable discipline-specific resource does not exist, such files may be submitted to a generalist repository (for example, Zenodo), including any such repositories provided by universities, funders or institutions for their affiliated researchers.
Authors may also wish to explore repository registries such as FAIRsharing.org and re3data.org

Supplementary material should should conform to the FAIR principles as much as possible.




Latex F.A.Q.


How do I include the bibliography in my document?

  1. Include the references directly in the latex file:

    \begin{thebibliography}{99}
    \bibitem{Bib1}
    M\`ezard M and Parisi G, \emph{Thermodynamics of glasses: a first principles computation}, 1999 \emph{Phys. Rev. Lett.} {\bf 82} 747.

    ...
    \end{thebibliography}

  2. Use Bibtex:

    For example:

    \bibliographystyle{plain}
    \bibliography{mydocument}

    in this case you must import the bbl file correctly in the latex file and include the bbl file in your submitted archive.
    It is useful if you also include the .bib file in the archive to be submitted.

    Further information on Bibtex can be found here:
    - a list of the entry types that can be used in the bib file: http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Standard_templates
    - a Bibtex tutorial with a list of the bibliography style that can be specified in the latex document: http://amath.colorado.edu/documentation/LTeX/reference/faq/bibstyles.html

  3. Do not include the bibliography using the \include or \input command.
  4. If after submission the bibliography is missing please write to the editorial office at jstat-eo@jstat.sissa.it.

How do I include figures in my Latex document?

Use graphicx: include the graphicx package (\usepackage{graphicx}) at the start of the latex file, immediately after the documentclass statement, then, include the figure in the body of your article with the \includegraphics command. Width, height and other options (scale, angle, ... ) can be also be specified.

\includegraphics[width=60mm,height=70mm]{myfig.eps}

NB: File names are case sensitive and must not contain spaces

How do I include line numbers in my document?

You can use the lineno package which provides line-numbering and various options for customization as shown in the following example.

\usepackage{lineno}
\begin{document}
\setpagewiselinenumbers
\linenumbers
...

How do I include .jpg, .pdf or .png figures in my Latex document?

You can use graphicx (include the graphicx package at the start of the latex file) but you must also add \pdfoutput=1 immediately after the \documentclass command as shown in the following example:

\documentclass[11pt,a4paper]{article}
\pdfoutput=1
\usepackage{graphicx}
...

Are there problems with high resolution images?

If the figure file size is very large, the generation of the pdf will take longer than normal which may result in a system timeout and generate an empty .pdf file (see "A blank pdf file has been generated").

The use of very high resolution figures may affect the size of the final .pdf file, increase the download time of your article and increase the time needed to visualize the page containing a very high resolution figure.

Figures can be used to improve your article, and their readability is very important. Readability does not imply high resolution, so a tradeoff should be made in order not to create an unnecessarily large .pdf file.

Does your system have any particular Latex requirements?

Yes

1. The \documentclass command and all its options must be typed on a single line.

2. If you use pdfex you must add \pdfoutput=1 immediately after the \documentclass command.

3. File names must not contain spaces and are case sensitive

4. If you use Bibtex the bib file must be included in the submitted archive




Word F.A.Q.


How do I include figures in my Word document?

To include figures in your Word document, choose the "From file..." option, from the "Insert, Picture" menu:


Figures should be referenced in the text and always need a caption describing their contents.

All the figures must also be included as separate files (.png, .jpeg, .pdf) in the compressed archive.

Are there problems with high resolution images?

If the figure file size is very large, the generation of the pdf will take longer than normal which may result in a system timeout and generate an empty .pdf file (see "A blank pdf file has been generated").

The use of very high resolution figures may affect the size of the final .pdf file, increase the download time of your article and increase the time needed to visualize the page containing a very high resolution figure.

Figures can be used to improve your article, and their readability is very important. Readability does not imply high resolution, so a tradeoff should be made in order not to create an unnecessarily large .pdf file.




Archive preparation F.A.Q.


When do I need to create an archive file for submission? (.tar.gz or .zip)

If your submission contains more than 1 file, you need to submit a tar.gz or zip archive containing all the necessary files for a successful compilation (see "What files do I need in my archive")

How do I create an archive file for submission? (.tar.gz or .zip)

First locate the folder ('mypaper' in our example) that contains all the files that need to be compressed.

Linux/MAC tar.gz:
- open a terminal window, and navigate to the 'mypaper' directory (es. $ cd mypaper/)
- the main tex (or .docx) file must be in the 'mypaper' directory (and not in a subdirectory of it)
- type $ tar -cvzf article.tar.gz *
- this creates an archive called "article.tar.gz" containing all files and folders in the 'mypaper' directory

Linux/MAC zip:
- open a terminal window, and navigate to the 'mypaper' directory (es. $ cd mypaper/)
- the main tex (or .docx) file must be in the 'mypaper' directory (and not in a subdirectory of it)
- type $ zip article.zip *
- this creates an archive called "article.zip" containing all files and folders in the 'mypaper' directory

Windows/MAC zip:
- there are various programs (winzip, stuffit) that produce zip files on windows/Mac. The important point to remember is that the main tex file must be in the 'mypaper' directory (and not in a subdirectory of it).

What files do I need in my archive?

Master file:
TeX/Latex submission - it is the .tex file to compile.
Word submission - it is the .docx file of the article.
note: the master file must be placed in the root directory of the archive.

If two or more source files have the same extension (i.e. "main.tex" and "definition.tex", or "File1.docx" and "File2.docx"), when submitting your article you must specify the master file name in the appropriate field (Master file name:), otherwise the submission will fail.

All figure files:
The files of all the figures used in your article must be included.
Note for a Word submission, even if the figures are included in the .docx file, the figure source files must be included separately in the archive.

Other files:
- Bibliography files (e.g. .bbl, .bst, .bib. See "How do I include the bibliography in my document")
- any non-standard or customized packages used.
- some files related to the used packages (e.g. always include the .pk, .tfm and .t1, .t2, ..., files if you are using the feynmf package)
- the definition file(s) and many other.

Do not include: the pdf of your article, unused figures or any other unnecessary files (such as referee report ecc). Supplementary material can be uploaded separately after the archive upload (see "Supplementary material attached" in the JSTAT author pages),

Important notes on file names:
File names are case sensitive and must not contain spaces.

Is there a size limitation for my archive?

Yes. The maximum archive file size that is accepted for upload is 10MB


Submission FAQ


How should I prepare my submission if it includes more than one file?

  • If you are submitting a contribution written in TeX/LaTeX, you should create an archive that includes the tex master file, the files for the figures, if any, and the .bbl file if you have used BibTeX. More than one TeX/LaTeX file can be included in your archive but, in this case, you must indicate the name of the master file in the submission form during the submission process. Please make sure the master file is not saved in a subdirectory of the archive and that the all figures are included in the TeX/LaTeX file.

  • If you are submitting a contribution written in MS Word you should create an archive that includes the .docx file for the article as well as any figures. More than one .docx files can be submitted but, in this case, you indicate the name of the master file during the submission process. Please make sure the .docx file is not saved in a subdirectory of the archive.

Please note that large tables, additional figures, computer programs, output files or video clips can be submitted as additional material, by clicking on the button "upload file" after the successful submission of the article (see "Supplementary material attached" in the JSTAT author pages).

See also the section "What files do I need in my archive" and "How do I create an archive file".

Can a file name contain spaces?

No. Please enusure that all file names do not contain spaces

Remember that if you change the name of the files included/referred in your Latex article (figures' name, bibliography file,...), then the main .tex file has to be updated accordingly.

Are file names case sensitive?

Yes. If File1.eps is refered to in the Latex article, the system expects to find File1.eps and not file1.eps

Remember that if you change the name of the files included/referred in your Latex article (figures' name, bibliography file,...), then the main .tex file has to be updated accordingly.

What type of files can I submit?

.tex
.docx
.tar.gz
.zip

Other file types are not accepted.

How do I submit an article for a review?

Please note that only invited reviews can be submitted to JSTAT. Click "Submit a review" from the JSTAT home page, choose the review, and then follow the "Submission" instructions

How do I submit an article for a special issue?

Click "Submit a special issue" from the JSTAT home page, choose the special issue, and then follow the "Submission" instructions

How do I submit a Word document?

Please refer to "File and archive preparation" and then follow the "Submission" instructions.

Submission via web upload: what information is required?

The figure below provides an example of a correctly compiled submission form.

The field "arXiv number" is not mandatory and your submission will not fail if you do not fill it.

The master file name must be provided when more than one .tex or .docx file is present in the submitted archive.

If it is not provided you will recieve the following error:
"The system is unable to find the master file"
and you should repeat the submission process specifying the master file name.

Submission from the arXiv: what information is required?

The figure below provides an example of a correctly compiled form.

  • If you are submitting a preprint using the old arXiv number format you must choose a specific archive from the "xxx archive" pull-down menu.
  • If you are submitting a preprint using the new arXiv number format, leave the "xxx archive" pull-down menu at the default setting "archive name".

The master file name must be provided when more than one .tex or .docx file is present in the submitted archive.

If it is not provided you will recieve the following error:
"The system is unable to find the master file"
and you should repeat the submission process specifying the master file name.

What kind of license should I choose when submitting to arXiv prior to submitting to JSTAT?

For questions about license and copyright please write to: permissions@iop.org

What checks are performed during submission?

There are 6 checks for a successful submission:

Step 0.
The extension of the uploaded file is checked. The only extensions accepted are: .tex, .docx, .zip and .tar.gz.
Steps 1 and 2.
When a compressed archive file is submitted, the system checks that it is not corrupted and can be correctly uncompressed.
If the system can not uncompress and extract the files from your archive, it will trigger a submission error.
You can follow the instruction on "How do I create an archive file" to avoid submission problems.
Step 3.
File format checked. The uploaded file format is checked to see that it corresponds to the format selected by you
Steps 4 and 5.
The system searches for the master file and returns and error if it can not find it.
You can follow the instruction on "How do I create an archive file" to avoid submission problems.
Step 5.
The system compiles the Latex file (compilation errors may occur) or processes the Word document to create the pdf of the article. If the generation of the pdf takes too long (for example because of large figures included), a timeout may occur.

If you have a submission error in one of these steps, consult the section "The submission cannot be accepted by the system".

Remember that the submission can be completed only if your file compiles successfully on the JSTAT server. Therefore, please check the pdf generated by the system.

What does the "The system is unable to find the master file" error mean?

It means that the system can not locate the master file inside the submission archive, and it is probably placed inside a sub-directory of the archive.

The master file (.tex or .docx) must be placed in the root directory of the archive.

See "How do I create an archive file" for more information.



Submission errors after clicking "upload file"


Invalid parameter

<Invalid parameter "authors">

"authors" is a mandatory field and must be filled in.

<Invalid parameter "title">

"title" is a mandatory field and must be filled in.

<Invalid parameter "abstract">

"abstract" is a mandatory field and must be filled in.

<Invalid parameter "contribution file">

This error message is displayed in one of the following cases:

  • the mandatory field "contribution file" is not filled in
  • the name of the file is not written using the "browse" button or is written without including the file path
  • the file you are trying to upload is empty.

<Invalid parameter "source contribution format">

You must select a format for the contribution (.tex or .docx).

<Invalid parameter "arXiv name">

When submitting a preprint with the old arXiv number format, you must select the appropriate archive name from the "xxx archive" pull-down menu.

<Invalid parameter "preprint number">

This error appears if an empty string has been entered or if it does not comply with the arXiv preprint number format (both the old format and new format are accepted).

An error has occurred while connecting to the archive

ERROR loading the submitted contribution:
Sorry: there has been a connection error with http://xxx.arxiv.org/ftp/

Either there is a network error or the site http://arxiv.org is not responding.

Please try again later or use the web upload submission mode.

"ERROR loading the submitted contribution:
Sorry: cannot find archive/0404566 at http://xxx.arxiv.org/ftp/"

The system was unable to download the file because it could not be found.

There can be several reasons for this, including:

  • When submitting a preprint with the old arXiv number format, the appropriate archive name has to be selected from the "xxx archive" pull-down menu.
  • The contribution uploaded to the archive is not a .tex file (it may be a .pdf file or an MS Word document). For the time being the system only envisages submissions from the archives of .tex files.
  • The submisison was performed too soon after uploading the article to the archive. The submission therefore fails because preprints uploaded to the archive are not available for approximately 24 hours.
  • There is a mistake in the form: the wrong archive was selected, there is a mistake in the "Preprint number" field, or perhaps the entire preprint id was entered in the "Preprint number" field (i.e. "cond-mat/010101" instead of just "010101").

The submission "cannot be accepted by the system"

An error has occurred in one of the 6 steps of the upload process :

0 The file you have uploaded is not supported by our system.

The uploaded file is not one of the accepted formats: TeX, LaTeX, .docx, .zip and .tar.gz.

 
1/2 File compression: failed. You have submitted an incorrectly compressed file.

The submitted file/archive is badly compressed and the system is unable to extract the data.
The file(s) should be recompressed and tested (by extracting the compressed files), before trying the submission again.

See also "How do I create an archive file".

 
1/2 Archive checked: failed. You have submitted an incorrectly archived file.

The submitted file/archive is badly compressed and the system is unable to extract the data.
The file(s) should be recompressed and tested (by extracting the compressed files), before trying the submission again.

See also "How do I create an archive file".

 
3 File format checked: failed. The uploaded file format does not correspond to the format selected by you

The "source contribution format" selected (tex/doc/docx) does not match the actual format of the contribution being uploaded.

 
3/4 File format checked: FAILED.
The specified master file is missing from the submitted contribution

The master file name was not found in the submitted archive file.

The master file MUST be in the root directory of the submission archive. Repeat the submission after checking that the master file is actually present in the root directory of the archive to be submitted.

 
  File format checked: FAILED. More than one doc contribution. Please specify master file name in submission form

The submitted archive comprises more than one .docx files.

Repeat the submission procedure and specify in the field "master file" the name of the file for the preprint.

 
3/4 File format: failed.
Master file does not correspond to the format selected by you.
Please ensure that the correct file extension (.docx) is included in the Master file name.

The master file name is not present in the submitted contribution or has a different extension than the one specified ("source contribution format").

Repeat the submission after checking that the correct master file is actually presenpresent in the root directory of the archive to be submitted.

 
3/4 File preparation: FAILED.
The system is unable to find the master file name so you MUST specify it in the submission form

The system is unable to identify the master file.

Check that the master file is present in the root directory of the submitted archive.
Repeat the submission and fill in the "master file name" field.

 
4 File preparation: FAILED.
Master file does NOT correspond to the format selected by you (.tex)

The format selected in the checkbox "source contribution format" does not match the format of the contribution that was actually submitted.

Repeat the submission and select the correct format of your submission.

 
4/5 Latex compilation timeout: the compilation has taken too long

The contribution can not be successfully compiled within a reasonable period of time.
Try submitting again.

If the document you want to submit compiles on your computer and you get this error also in your second attempt, then contact our editorial office with attached the document/archive you want to submit.

 
5 File compilation checked: FAILED.
There are some LATEX compilation ERRORS. Please check the log file

The Latex contribution can not be successfully completed becase of some Latex compilation errors.
In the link "log file" you have access to the tex compilation log.

Once the error is fixed, create a new archive file and repeat the submission.

Submission failure: submitted file size is greater than limit

The size of the submitted file exceeds the system limit of 10 MB.

Try to reduce the size of the archive file you are submitting see "What files do I need in my archive?" and repeat the submission including only the files that are strictly necessary your archive.

If the submitted archive or file includes a video or other files that can be viewed separately from the contribution, these can be submitted as separate attachments after contribution has been uploaded successfully.

Submission failure: empty file received

The submitted file is empty. Please check the submitted archive file or try to recreate the archive file
(see "How do I create an archive file").


System error after clicking "upload file"


A system error has occured

The main cause of this type of error is that the bibliography is not included correctly in your Latex article.

See the section "How to include the bibliography" for more information.



Successful submission but there are some problems


"There is no format available yet" is displayed in the preprint page

An error occurred whilst generating pdf file. Our technical staff have been informed automatically of the problem and it will be resolved as soon as possible. The author and the editor will be informed by the Editorial Office as soon as the files are available.

A blank .pdf file has been generated

An error occured during the pdf generation.

Please inform the Editorial Office of the problem.

This problem is mainly caused by a timeout due to large images in the article. If this is the case, please use smaller sized images in future submissions.

The .pdf file is not complete

This is usually due to a problem with a figure file (e.g. the figure is corrupted or has a technical problem).

Please inform the Editorial Office of the problem.

If this is the case, in future submissions, please check integrity of your figures before submission.

Figures are missing from the .pdf file

Please inform the Editorial Office of the problem.

  • Latex submission: the figures are corrupted or need additional files/package not present in the archive.
    (see "What files do I need in my archive")


  • MS-Word submission: there was a problem generating the pdf from Word. Please include all the figure source files in the archive and we will try to resolve the problem.

Figures are misplaced in the .pdf file

All figures should be cited in the text, therefore the misplacement should not affect the content of the article.

Please inform the Editorial Office if the problem affects the readability of your article.

The references are missing from my .pdf file

Please inform the Editorial Office

For future submission please check that:



Common errors


The most common errors relate to figures, bibliography and file names:

  • the masterfile is not placed inside the root directory of the archive or was not specified in the submission form
  • your Latex article uses .png, .jpg or .pdf figures and \pdfoutput=1 is missing in the line following the \documentclass command
  • a figure is missing in the archive.
  • a .tex file is missing in the archive.
  • there are spaces in the file names

The masterfile is not placed in the root directory of the archive

The master file (.tex or .docx) must be placed in the root directory of the archive.

See "The system is unable to find the master file".

Your Latex article includes .png .jpg or .pdf figures

If your Latex article uses .png, .jpg or .pdf figures, then a Pdflatex compilation is required.

You must add \pdfoutput=1 on a separate line immediately after the \documentclass command as shown in the following example:

\documentclass[11pt,a4paper]{article}
\pdfoutput=1
\usepackage{graphicx}
...

Remember that ps and eps images are not allowed in pdflatex.
(see also "Pdflatex")

Some files are missing in the archive

Latex compilation errors regarding figures

Latex compilation errors regarding figures are very frequent. The most common reasons are:

  • The figures included in your article have extension .png .jpg or .pdf and \pdfoutput=1 is missing (see "Pdflatex")

  • The file names contain spaces.
    (see "Can a file name contain spaces?")

  • A figure is missing in the submitted archive.
    (see "How do I create an archive file")

  • The figure file name does not match the one in the latex file.
    (Remember filenames are case sensitive and no spaces are allowed).

Latex compilation errors regarding the bibliography

If the system can not locate the bibliography file, it will generate an error. The most common reasons are:

Latex compilation errors regarding file names

The most common errors are:

  • there are spaces in the filenames.
    Please see "Can a file name contain spaces?"

  • the actual file name does not correspond to the one specified in the latex document.
    (Remember filenames are case sensitive and no spaces are allowed).

Latex compilation errors regarding the command \documentclass

The \documentclass command and all its options must be typed on one line.

The following will produce an error:

\documentclass[a4paper,
11pt,
twocolumn]
{article}

The following is correct:

\documentclass[a4paper, 11pt, twocolumn] {article}

Copyright © SISSA Medialab - Trieste (Italy) - 2004-2024.
Sissa Medialab srl - Partita IVA: 01097780322  |  Cookie Policy  |  Privacy Notice