很多同学,他们在使用OJS之前,自己的网站已经发布了很多期刊文章,在使用OJS之后,有什么办法,可以把这些文章的数据一次性导入到OJS中呢?今天丁老师给你解答。
OJS导入文章的方法:
1.用管理员账号进入Dashboard,左侧菜单选择Tools。进入页面后,右侧点击选择Native XML Plugin。

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

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期刊管理系统的plugin页面打不开了,一直是个圆圈在转圈加载,却始终打不开页面,这是怎么回事呢?如图:其实,这是OJS出错了,原因是可能使用者开启或安装了某些与当前OJS版本不兼容的插件,OJ...
很多使用OJS系统的期刊出版社团队反应,在删除用户时,点击了remove后,无法从数据库删除彻底用户。怎么解决这个问题,怎么样才能彻底删除,让用户可以正常注册呢?经过丁老师研究,其实方法很简单...
OJS是一款优秀的期刊投稿管理系统,目前已经广泛应用于海内外的学术圈。作为新创期刊,如果要安装OJS软件的话,需要注意什么呢?1.确保有一台纯净的服务器。OJS系统对程序和数据库有特定的要求,需要独立的程序运行环境,无法与其他软件兼容,...
近日,在帮助客户做OJS期刊系统服务器转移,新服务器配置好后,导入了OJS的数据库并恢复了OJS程序,但是打开网站却出现了“There are no readable files in this directory tree. Are ...