File Manager
Upload
Current Directory: /home/lartcid/public_html/journal.lartc.id
[Back]
..
[Open]
Hapus
Rename
.htaccess
[Edit]
Hapus
Rename
.well-known
[Open]
Hapus
Rename
README.md
[Edit]
Hapus
Rename
api
[Open]
Hapus
Rename
cache
[Open]
Hapus
Rename
cgi-bin
[Open]
Hapus
Rename
classes
[Open]
Hapus
Rename
config.TEMPLATE.inc.php
[Edit]
Hapus
Rename
config.inc.php
[Edit]
Hapus
Rename
controllers
[Open]
Hapus
Rename
cypress.json
[Edit]
Hapus
Rename
dbscripts
[Open]
Hapus
Rename
docs
[Open]
Hapus
Rename
error_log
[Edit]
Hapus
Rename
favicon.ico
[Edit]
Hapus
Rename
index.php
[Edit]
Hapus
Rename
js
[Open]
Hapus
Rename
lib
[Open]
Hapus
Rename
locale
[Open]
Hapus
Rename
mini.php
[Edit]
Hapus
Rename
pages
[Open]
Hapus
Rename
php.ini
[Edit]
Hapus
Rename
plugins
[Open]
Hapus
Rename
public
[Open]
Hapus
Rename
registry
[Open]
Hapus
Rename
scheduledTaskLogs
[Open]
Hapus
Rename
schemas
[Open]
Hapus
Rename
styles
[Open]
Hapus
Rename
templates
[Open]
Hapus
Rename
tools
[Open]
Hapus
Rename
Edit File
[](https://travis-ci.org/pkp/orcidProfile) Table of Contents ================= * [ORCID Profile Plugin](#orcid-profile-plugin) * [User Documentation](#user-documentation) * [Features:](#features) * [Extra functionalities for ORCID Member organizations](#extra-functionalities-for-orcid-member-organizations) * [Technical Workflow description](#technical-workflow--description) * [Installation](#installation) * [Debugging / Testing](#debuggingtesting) # ORCID Profile Plugin **NOTE: Please ensure you're using the correct branch. See the Releases area for packaged downloads. We recommend using the Plugin Gallery to install the plugin. For OJS 2.x, see the [ojs-dev-2_4 branch](https://github.com/pkp/orcidProfile/tree/ojs-dev-2_4).** Plugin for adding and verifying ORCID iD in PKP user profiles and author metadata. Copyright © 2015-2019 University of Pittsburgh Copyright © 2014-2020 Simon Fraser University Copyright © 2003-2020 John Willinsky Licensed under GPLv3. See LICENSE.txt for details. ## User Documentation * [ORCID Plugin Guide](https://docs.pkp.sfu.ca/orcid/en/) ## Features: * Enable site-wide configuration of ORCID API settings using config.inc.php * Support ORCID API Version 2.1 (store only https ORCID Ids) * Allow journal managers to send e-mails requesting authors for ORCID authorization on submission or later. * Automated e-mail based authorization requests to authors when submission enters to production stage. * Display ORCID access status and expiration date in Author metadata * Support of template based detailed success/failure messages for ORCID authorization redirects. * Extra configurable (in plugin settings) ORCID log file in `OJS_FILES_DIR/orcid.log` for API communication. *NOTE: Make sure that the files folder is not publicly accessible* ### Extra functionalities for ORCID Member organizations * Extra e-mail template `ORCID_REQUEST_AUTHOR_AUTHORIZATION` for requesting API access tokens. * Updated template text, e-mail templates for English and German locales. * Member API Email-Template activated upon selection of ORCID member API * Support for synchronizing submission meta data to authorized records in follwing stage changes: * Assign a submission to an already published issue * Publish a new issue * Author grants permission after the publication of the issue ## Technical Workflow description The included authorization link will have the access scope `/activities/update`. An author can authorize access to his/her ORCID record to allow the adding of the submission to the record. See https://members.orcid.org/api/oauth/orcid-scopes for more information. ## Installation Use the Plugin Gallery from within your PKP application to install the plugin. For further information refer to [PKP|DOCS](https://docs.pkp.sfu.ca/orcid/en/installation-setup). ## Debugging/Testing ### Settings * Navigate to OJS Folder. * if a file called `cypress.env.json` does not exist, create one. * Add the following variables to the root JSON element, according to your server setting ```json "orcid": { "url": "https://sandbox.orcid.org", "apiPath": "https://api.sandbox.orcid.org", "api Type": "Member Sandbox" "clientId": "APP-T0XXXXXXXXXXX", "clientSecret": "288455445-a3e4-454-9783-454545555", "email": "coauthor@mailinator.com", "emailPassword": "Password" }, ``` ### Run all tests Navigate to `OJS folder` * ` npx cypress run --config integrationFolder=plugins/generic/orcidProfile/cypress/tests/functional` ### Run Plugin setup * `npx cypress run --config integrationFolder=plugins/generic/orcidProfile/cypress/tests/functional/ --spec plugins/generic/orcidProfile/cypress/tests/functional/01-Orcid-Setup.spec.js` ### Run Authorization * `npx cypress run --config integrationFolder=plugins/generic/orcidProfile/cypress/tests/functional/ --spec plugins/generic/orcidProfile/cypress/tests/functional/02-Orcid-API.spec.js` ### Debug * Navigate to `OJS Folder` * Navigate to `cypress` folder * check `logs` and `screenshots` for errors
Simpan