https://github.com/fiocruzlivre/ojs-scielo-plugin
OJS plugin to import SciELO XML
https://github.com/fiocruzlivre/ojs-scielo-plugin
ojs ojs3 ojs3-plugin php php7 scielo scielo-schema scielo-xml xml xml-schema
Last synced: 4 months ago
JSON representation
OJS plugin to import SciELO XML
- Host: GitHub
- URL: https://github.com/fiocruzlivre/ojs-scielo-plugin
- Owner: FiocruzLivre
- License: agpl-3.0
- Created: 2020-02-22T19:39:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-13T15:29:07.000Z (4 months ago)
- Last Synced: 2025-09-13T17:43:38.941Z (4 months ago)
- Topics: ojs, ojs3, ojs3-plugin, php, php7, scielo, scielo-schema, scielo-xml, xml, xml-schema
- Language: PHP
- Size: 71.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Import SciELO XML
Import SciELO XML into OJS.
## How to usage
### Install
Clone and run install:
```
git clone --progress -b "${OJS_VERSION}" --single-branch --depth 1 --recurse-submodules -j 4 https://github.com/FiocruzLivre/ojs-scielo-plugin plugins/importexport/scielo
php lib/pkp/tools/installPluginVersion.php plugins/importexport/scielo/version.xml
```
### Import
Run this command line to see the usage instructions:
```bash
php tools/importExport.php ScieloPlugin
```
## Run unit tests
```bash
php lib/pkp/lib/vendor/phpunit/phpunit/phpunit \
--configuration plugins/importexport/scielo/phpunit.xml.dist \
plugins/importexport/scielo/tests/
```