Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created October 26, 2017 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/77eba9016504bedbede51dd6683aa573 to your computer and use it in GitHub Desktop.
Save larsvilhuber/77eba9016504bedbede51dd6683aa573 to your computer and use it in GitHub Desktop.
OJS3 import with href submission file
<?xml version="1.0"?>
<issue xmlns="http://pkp.sfu.ca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" published="1" current="1" access_status="1" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<id type="internal" advice="ignore">1</id>
<issue_identification>
<volume>1</volume>
<number>10</number>
<year>2009</year>
<title locale="en_US">Old Issue</title>
</issue_identification>
<date_published>2009-01-01</date_published>
<last_modified>2017-02-09</last_modified>
<sections>
<section ref="" seq="1" editor_restricted="0" meta_indexed="1" meta_reviewed="1" abstracts_not_required="0" hide_title="0" hide_author="0" abstract_word_count="0">
<id type="internal" advice="ignore">1</id>
<abbrev locale="en_US">ART</abbrev>
<title locale="en_US">Articles</title>
</section>
</sections>
<issue_galleys xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd"/>
<articles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<article xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" locale="en_US" date_submitted="2017-02-09" stage="production" date_published="2017-02-09" section_ref="ART" seq="1" access_status="0">
<id type="internal" advice="ignore">1</id>
<title locale="en_US">Old Article</title>
<abstract locale="en_US">&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sagittis consectetur interdum. Aenean sit amet pulvinar quam, vitae volutpat eros. Etiam accumsan molestie laoreet. Sed fringilla bibendum nisl, eget tempor neque ultrices vel. Aliquam id imperdiet urna, sed laoreet turpis. Vivamus vulputate auctor velit at molestie. Pellentesque pellentesque vestibulum nisi a consectetur. Praesent venenatis a neque at imperdiet. Cras pharetra lacus ac eleifend fringilla. Cras non ultricies enim. Sed scelerisque arcu vel mauris consequat, non consequat nulla consequat.&lt;/p&gt;</abstract>
<keywords locale="en_US">
<keyword>test article</keyword>
</keywords>
<authors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<author primary_contact="true" include_in_browse="true" user_group_ref="Journal editor">
<firstname>Test</firstname>
<lastname>Author</lastname>
<email>author@pkp.sfu.ca</email>
</author>
</authors>
<submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" stage="submission" id="92" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<revision number="1" genre="" filename="uploaddummy.txt" viewable="true" date_uploaded="2017-02-09" date_modified="2017-02-09" filesize="21504" filetype="application/msword" user_group_ref="Journal editor" uploader="author">
<name locale="en_US">uploaddummy.txt</name>
<href src="https://blogs.cornell.edu/abowd/files/2017/10/JPC-editorial-1o4d4ca.pdf"/>
</revision>
</submission_file>
<article_galley xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" approved="false" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
<id type="internal" advice="ignore">1</id>
<name locale="en_US">PDF</name>
<seq>0</seq>
<submission_file_ref id="3" revision="1"/>
</article_galley>
</article>
</articles>
</issue>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment