﻿{"id":5257,"date":"2025-01-29T10:38:32","date_gmt":"2025-01-29T10:38:32","guid":{"rendered":"https:\/\/uni.hi.is\/helmut\/?p=5257"},"modified":"2026-02-27T08:42:45","modified_gmt":"2026-02-27T08:42:45","slug":"adding-copyright-information-to-submission-for-arxiv","status":"publish","type":"post","link":"https:\/\/uni.hi.is\/helmut\/2025\/01\/29\/adding-copyright-information-to-submission-for-arxiv\/","title":{"rendered":"Adding IEEE copyright information to submission for arXiv"},"content":{"rendered":"<p>Publishers, such as <a href=\"https:\/\/cis.ieee.org\/publications\/t-emerging-topics-in-ci\/tetci-ieee-preprint-policy\">IEEE, typically allow to publish pre-prints (initial submission) or post-print (with reviewer comments considered, but without further editing by the publisher) on your home page or even arXiv<\/a>.<br \/>\n(BTW: <a href=\"https:\/\/conferences.ieeeauthorcenter.ieee.org\/get-published\/about-transferring-copyright-to-ieee\/#thesis\">you may also include them in your thesis<\/a>.)<\/p>\n<p>But they want to have their copyright information added (\"prominently displayed\") before you upload a paper to arXiv, namely according to section 8.1.9 of their <a href=\"https:\/\/www.ieee.org\/documents\/opsmanual.pdf\">IEEE Publication Services and Products Board Operations Manual 2024<\/a>:<\/p>\n<pre>\u201c\u00a9 20xx IEEE. Personal use of this material is permitted. Permission\r\nfrom IEEE must be obtained for all other uses, in any current or future\r\nmedia, including reprinting\/republishing this material for advertising or\r\npromotional purposes, creating new collective works, for resale or\r\nredistribution to servers or lists, or reuse of any copyrighted\r\ncomponent of this work in other works.\u201d<\/pre>\n<p>What you need to do for IEEE:<\/p>\n<h2>LaTeX changes<\/h2>\n<p>In the LaTeX source, add (for a \"copyright 2025\" IEEE publication):<\/p>\n<pre><code class=\"\" data-line=\"\">\n\\usepackage{tikz}\n\n\\newcommand\\copyrighttext{%\n  \\footnotesize \\textcopyright 2025 IEEE. Personal use of this material is permitted.\n  Permission from IEEE must be obtained for all other uses, in any current or future\n  media, including reprinting\/republishing this material for advertising or promotional\n  purposes, creating new collective works, for resale or redistribution to servers or\n  lists, or reuse of any copyrighted component of this work in other works.}\n\\newcommand\\copyrightnotice{%\n\\begin{tikzpicture}[remember picture,overlay]\n\\node[anchor=south,yshift=10pt] at (current page.south) \n  {\\fbox{\\parbox{\\dimexpr\\textwidth-\\fboxsep-\\fboxrule\\relax}{\\copyrighttext}}};\n\\end{tikzpicture}%\n}<\/code><\/pre>\n<p>and change <code class=\"\" data-line=\"\">\\maketitle<\/code> to<\/p>\n<pre><code class=\"\" data-line=\"\">\n\\maketitle\n\\copyrightnotice\n<\/code><\/pre>\n<p>Be careful of not having unnecessary extra spaces, e.g., before adding the copyright notice, my LaTeX code typically is (note the blank line between <code class=\"\" data-line=\"\">\\maketitle<\/code> and <code class=\"\" data-line=\"\">\\begin{abstract}<\/code>):<\/p>\n<pre><code class=\"\" data-line=\"\">\n\\maketitle\n\n\\begin{abstract}\n<\/code><\/pre>\n<p>and after adding the <code class=\"\" data-line=\"\">\\copyrightnotice<\/code>, keeping the above blank line would add extra space in the layout (so that the original text would not fit anymore on the title page), so the result needs to be without a blank line:<\/p>\n<pre><code class=\"\" data-line=\"\">\n\\maketitle\n\\copyrightnotice\n\\begin{abstract}\n<\/code><\/pre>\n<p>Note that, as of 2025, arXiv uses by default pdflatex 2025 and related classes\/packages (but you can configure this), so if you want to preview locally your changes, take care to have the same pdflatex 2025 and LaTeX classes\/packages versions -- when used locally an older version, I got a different page layout! (While the pdflatex version itself should not be the culprit, the LaTeX distributions from different years ship with <a href=\"https:\/\/latex.org\/forum\/viewtopic.php?t=32891\">different classes\/packages that may have different settings, leading to different layouts<\/a>.)<\/p>\n<h2>arXiv submission best practises<\/h2>\n<p>As <em>license<\/em> in the arXiv web forms, use <em>arXiv org perpetual, non-exclusive<\/em> license if IEEE owns in fact the copyright.<\/p>\n<p>The <em><a href=\"https:\/\/info.arxiv.org\/help\/prep.html#comments\">Comments<\/a><\/em> section of arXiv web forms, is the proper field for \"to be published in\" or \"submitted to\" information, including inclusion in conference proceedings. Please note that such metadata entries will be frozen into this version, and are not editable afterwards, except for creating a completely new version of the arXiv submission. (I therefore do typically not update the \"to be published in\" into \"published\" in.) <\/p>\n<p>In addition to the <a href=\"https:\/\/info.arxiv.org\/help\/submit\/index.html\">official arXiv documentation how to submit<\/a>, you can find also <a href=\"https:\/\/ieeevis.org\/year\/2024\/info\/open-practices\/arxiv-first-time-user\">Open Practices arXiv Guidance for First Time Users<\/a> that contains screenshots of the submission process.<\/p>\n<p>Zip the LaTeX sources and upload these to arXiv. Note that <a href=\"https:\/\/info.arxiv.org\/help\/faq\/mistakes.html\">arXiv cannot handle filenames containing spaces<\/a>. You also need to include the <code class=\"\" data-line=\"\">bbl<\/code> file as arXiv will not run BibTeX! (May also need to add the used BibTeX style to your zip archive, e.g. <code class=\"\" data-line=\"\">IEEEtran.bst<\/code>. The HTML version that arXiv will create, cannot deal well with the added box: I ignored that problem.<\/p>\n<h3>Leave no sensitive information in commented out LaTeX source code<\/h3>\n<p>Be careful: your uploaded LaTeX source code will be accessible to the general public, i.e. <strong>do not have sensitive information contained, e.g., in commented-out lines of your LaTeX code<\/strong>. There is an <a href=\"https:\/\/github.com\/google-research\/arxiv-latex-cleaner\">arxiv-latex-cleaner<\/a> tool available.<\/p>\n<blockquote><p>All announced content is archival and cannot be removed. Make sure that data you do not want archived is not part of your upload, for example TeX comments in your source.<\/p><\/blockquote>\n<h3>Paper password for co-authors<\/h3>\n<p>The submitter will get a paper password that needs to be distributed to all the co-authors, so that can claim ownership of that paper in arXiv. (This also helps to increase reputation at arXiv, so that future uploads by you might get approved faster -- while, if you submit with an email address from a known academic institution, you typically do not need endorsement, still the submitted paper needs to get approval at arXiv which typically takes 1-2 days.)<\/p>\n<h3>Do not forget to add later publisher's DOI<\/h3>\n<p>Once you have the DOI of the official publication, the publisher wants you to add their DOI to your arXiv submission metadata: In arXiv, use the <em>Journal Ref<\/em> field or to be more precise, the <em>Journal version DOI:<\/em> field for this in the arXiv web UI. Even this minor update might also take the usual 1-2 days at arXiv.<\/p>\n<h2>Other publishers<\/h2>\n<h4>Elsevier<\/h4>\n<p>According to their <a href=\"https:\/\/www.elsevier.com\/about\/policies-and-standards\/sharing\">Article sharing<\/a> instructions for Journal(!) articles, add:<\/p>\n<blockquote><p>\u00a9 <code class=\"\" data-line=\"\">&lt;<\/code> year <code class=\"\" data-line=\"\">&gt;<\/code>. This manuscript version is made available under the CC-BY-NC-ND 4.0 license https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/<\/p><\/blockquote>\n<p>(No need to mention Elsevier!)<\/p>\n<p>Also, add a DOI to the publication (once available). Their <a href=\"https:\/\/www.elsevier.com\/about\/policies-and-standards\/sharing\">Article sharing<\/a> instructions are vague, but it seems to be sufficient to add the DOI in the metadata.<\/p>\n<h2>On adding DOIs<\/h2>\n<p>All publishers want to have the DOI of the official publication (once that DOI is available) shown somewhere. One might think, that they want to have it in your pre-\/post-print PDF. But from what I have seen so far, this is very vague and publishers prefer to have that DOI rather in the metadata of arXiv (see above). The reason is most likely, that the metadata is machine processable (in contrast to a DOI hidden somewhere in your PDF).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Publishers, such as IEEE, typically allow to publish pre-prints (initial submission) or post-print (with reviewer comments considered, but without further editing by the publisher) on your home page or even arXiv. (BTW: you may also include them in your thesis.) But they want to have their copyright information added (\"prominently displayed\") before you upload a [&hellip;]<\/p>\n","protected":false},"author":512,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[139469],"tags":[],"class_list":["post-5257","post","type-post","status-publish","format-standard","hentry","category-tech"],"_links":{"self":[{"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/posts\/5257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/users\/512"}],"replies":[{"embeddable":true,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/comments?post=5257"}],"version-history":[{"count":60,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/posts\/5257\/revisions"}],"predecessor-version":[{"id":6138,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/posts\/5257\/revisions\/6138"}],"wp:attachment":[{"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/media?parent=5257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/categories?post=5257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/uni.hi.is\/helmut\/wp-json\/wp\/v2\/tags?post=5257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}