OJS如何导入文章?

所属专题:OJS期刊管理系统 来源: 丁老师原创 更新时间:2025-08-19 09:29 浏览: 1975 IP属地: 深圳

很多同学,他们在使用OJS之前,自己的网站已经发布了很多期刊文章,在使用OJS之后,有什么办法,可以把这些文章的数据一次性导入到OJS中呢?今天丁老师给你解答。

OJS导入文章的方法:
1.用管理员账号进入Dashboard,左侧菜单选择Tools。进入页面后,右侧点击选择Native XML Plugin。

image.png

2.进入Native XML导入页面,在Import选项卡中,点击Upload File,上传要导入的文章xml文件,即可导入。

image.png

3.XMl格式范例:

<?xml version="1.0" encoding="utf-8"?>
<articles xmlns="http://pkp.sfu.ca" 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">
    <submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
      <name locale="zh_CN">文件名称.pdf</name>
      <file id="27" filesize="116414" extension="pdf">
        <embed encoding="base64">文件base64值</embed>
      </file>
    </submission_file>
    <publication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1" status="1" url_path="" seq="0" access_status="0" section_ref="ART" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
      <id type="internal" advice="ignore">21</id>
      <id type="doi" advice="update">10.0000/cy3j9n23</id>
      <title locale="en">文章标题1</title>
      <abstract locale="en">文章摘要</abstract>
      <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="" seq="0" id="19">
          <givenname locale="en">作者姓名</givenname>
          <country>作者国家代码</country>
          <email>作者Email</email>
        </author>
      </authors>
    </publication>
  </article>

  <article xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" locale="en">
    <submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
      <name locale="zh_CN">文件名称.pdf</name>
      <file id="27" filesize="116414" extension="pdf">
        <embed encoding="base64">文件base64值</embed>
      </file>
    </submission_file>
    <publication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1" status="1" url_path="" seq="0" access_status="0" section_ref="ART" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
      <id type="internal" advice="ignore">21</id>
      <id type="doi" advice="update">10.0000/cy3j9n23</id>
      <title locale="en">文章标题2</title>
      <abstract locale="en">文章摘要</abstract>
      <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="" seq="0" id="19">
          <givenname locale="en">作者姓名</givenname>
          <country>作者国家代码</country>
          <email>作者Email</email>
        </author>
      </authors>
    </publication>
  </article>

</articles>

导入须知:
1.请按照XMl格式来填写内容。
2.文章的PDF或Word附件,须以base64的内容格式,填入到<embed encoding="base64">中。

备注:
这是OJS系统自带的导入功能,需要严格按照XML的格式来完善内容,确保内容无误后可以导入,但是该操作需要具备一定的专业能力,如果格式不对或者内容错误,就会出现无法导入的情况。
如果你也有大量数据需要导入,却自己无法解决,可以使用丁老师的OJS数据导入服务协助完成。

ojs相关文章

OJS投稿表单点击提交时出现错误提示怎么办?

在使用OJS期刊管理系统的朋友在问,在OJS系统中投稿时,发布文章的最后一步,提交不了文章,出现错误提示,是怎么回事呢?如图:经过丁老师分析,引起这种故障的原因很多,如果只从表面上看,是看不到具体的问题原因的,但是经过丁老师总结归纳,引...

OJS用户登录时开启验证码功能

OJS期刊编审系统在登陆时,默认是不开启验证码功能的。并且用户登录,没有做强密码验证以及登录限制,导致会出现一个暴力破解、弱口令漏洞。在遇到这个问题时,就需要开启验证码功能了。OJS的验证码功能,是使用的google reCAPTCHA...

OJS是否支持用户注册自动发送欢迎邮件?

最近有客户咨询,Open Journal System是否有在用户注册后,自动发送欢迎邮件的功能?收到问题后,丁老师分别对OJS3.2、3.3、3.4、3.5等4个版本进行了测试,结果是并没有发现有注册后,发送欢迎信息邮件的功能。但是在...

OJS系统支持添加和管理多少个期刊?

昨天晚上有做期刊运营的出版社新客咨询丁老师,OJS可以添加多少个期刊?最多能管理多少个期刊呢?是否有数量限制?丁老师可以明确的告诉你,答案是否定的哈。OJS对期刊的添加和管理没有设置限制,原则上来说,只要OJS服务器允许,可以添加无限个...