Giter Site home page Giter Site logo

gontsa / ojs3-import-xml-template Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 23 KB

Own examples of xml files for importing articles and releases using the Native XML Plugin in Open Journal Systems 3

License: GNU General Public License v3.0

ojs xml ojs3 xml-template importing-articles

ojs3-import-xml-template's Introduction

ojs3-import-xml-template

Own examples of xml files for importing articles and releases using the Native XML Plugin in Open Journal Systems 3. Based on examples of export articles and issues in OJS's native XML format and examples in PKP Community Forum.

Files with comments for manual or programmatic (database or scripts) data formatting.

One Article with/without embed base64 file

one-article-with-embed-files.xml - next commit.

one-article-without-embed-file.xml โ€” A quick and simple example of article markup for import. First, the article is import without embedded filesand then through Submissions Archives added the necessary files to the article.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE issue PUBLIC "-//PKP//OJS Articles and Issues XML//EN" "http://pkp.sfu.ca/ojs/dtds/native.dtd">
<article xmlns="http://pkp.sfu.ca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" locale="uk_UA" date_submitted="2018-01-12" date_published="2015-05-06" section_ref="articles" seq="1" access_status="0" xsi:schemaLocation="http://pkp.sfu.ca native.xsd" stage="production">
  <!-- date_submitted= Curent date, date_published= Date of publishing Issue, section_ref= Section in Issue  -->
    <id type="internal" advice="ignore"><!-- Next ID from OJS or blank --></id>
    <title locale="en_US"><!-- Issue title in English or blank --></title>
    <title locale="uk_UA"><!-- Article title in Ukrainian or other non-English languages --></title>
    <abstract locale="en_US"><!-- Abstract in English or blank --></abstract>
    <abstract locale="uk_UA"><!-- Abstract in Ukrainian or other non-English languages --></abstract>
    <copyrightHolder locale="en_US"><!-- Copyright Holder in English or blank --></copyrightHolder>
    <copyrightHolder locale="uk_UA"><!-- Copyright Holder in Ukrainian or other non-English languages --></copyrightHolder>
    <copyrightYear><!-- Copyright Year --></copyrightYear>
    <keywords locale="en_US">
        <keyword><!-- Article Keyword in English --></keyword>
        <keyword><!-- Article Keyword in English --></keyword>
    </keywords>
    <keywords locale="uk_UA">
        <keyword><!-- Keyword in Ukrainian or other non-English languages --></keyword>
        <keyword><!-- Keyword in Ukrainian or other non-English languages --></keyword>
    </keywords>
    <authors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
      <author include_in_browse="true" user_group_ref="Author">
  <!-- user_group_ref= User group in your system for this Author -->
        <firstname><!-- First name or Name and patronymic --></firstname>
        <lastname><!-- Last name --></lastname>
        <affiliation locale="en_US"><!-- Affiliation in English --></affiliation>
        <affiliation locale="uk_UA"><!-- Affiliation in Ukrainian or other non-English languages --></affiliation>
        <country><!-- Country code, for example: UA --></country>
        <email><!-- Author Email --></email>
        <orcid><!-- ORCiD full URL, for example: https://orcid.org/XXXX-XXXX-XXXX-XXXX --></orcid>
        <biography locale="en_US"><!-- About Author or Supervisor Additional Information in English --></biography>
        <biography locale="uk_UA"><!-- About Author or Supervisor Additional Information in Ukrainian or other non-English languages --></biography>
      </author>
    </authors>
    <issue_identification>
      <number><!-- Issue number, for example: 1 --></number>
      <year><!-- Year of issues publication --></year>
      <title locale="en_US"><!-- Issue title in English --></title>
      <title locale="uk_UA"><!-- Issue title in Ukrainian or other non-English languages --></title>
    </issue_identification>
    <pages><!-- Pages of article, for example: 164-170 --></pages>
  </article>

Blank dir

The directory blank contains empty blank files for importing article or issues. The issues file is an example for formatting a group of authors.

ojs3-import-xml-template's People

Contributors

gontsa avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.