forked from sean-xiao-zhao7/pkp-orcidprofile
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORCID plugin 2.4.8 #14
Open
atarix83
wants to merge
33
commits into
pkp:ojs-dev-2_4
Choose a base branch
from
4Science:ojs-dev-2_4
base: ojs-dev-2_4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a1e4fe3
New features added
atarix83 5ceaf05
Contributions added on comments
atarix83 9d6db49
show/hide buttons at init
atarix83 8b85f16
Add profile information about affiliations and researcher Url.
atarix83 061d8a8
Change README.md
atarix83 0739157
Fix settings bug
atarix83 821aa96
Fix email field notice
atarix83 9822469
Adjust indentation
atarix83 d97b6f4
Adjust indentation
atarix83 90c1546
Adjust indentation
atarix83 8828345
Update OrcidProfilePlugin.inc.php
atarix83 2eb0064
Update emailTemplates.xml
atarix83 c41f1f0
Update locale.xml
atarix83 b8c8637
Update orcidProfileSearchForm.tpl
atarix83 cd5b26e
Update OrcidProfilePlugin.inc.php
atarix83 25ef5c3
Update OrcidProfilePlugin.inc.php
atarix83 8cd260e
Update OrcidProfileSettingsForm.inc.php
atarix83 5ae3084
Update OrcidProfilePlugin.inc.php
atarix83 393e2ce
Update OrcidProfilePlugin.inc.php
atarix83 d354b80
Update README.md
atarix83 acce71d
Update settingsForm.tpl
atarix83 84403c1
Update OrcidHandler.inc.php
atarix83 873e71a
Update OrcidHandler.inc.php
atarix83 e299474
Update OrcidHandler.inc.php
atarix83 68f40e5
Update orcidProfile.tpl
atarix83 b48814b
Update orcidProfileSearch.tpl
atarix83 2c6bbb5
Update orcidProfileSearchResults.tpl
atarix83 e88a6c3
Fix issue with searchResults pager
atarix83 14529bb
Update orcidProfileSearchResults.tpl
atarix83 04b3173
Update orcidProfileSearchForm.tpl
atarix83 0c3d312
Update to ORCID API v2.1
sourcedump 547220f
Indentation fix
sourcedump b18c342
ORCID url update
sourcedump File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE email_texts SYSTEM "../../../../../lib/pkp/dtd/emailTemplateData.dtd"> | ||
|
||
<!-- | ||
* @file plugins/generic/orcidProfile/locale/it_IT/emailTemplates.xml | ||
* | ||
* Copyright (c) 2013-2017 Simon Fraser University Library | ||
* Copyright (c) 2003-2017 John Willinsky | ||
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. | ||
* | ||
* Contributed by 4Science (http://www.4science.it). | ||
* | ||
* Localized email templates XML file. | ||
--> | ||
|
||
<email_texts locale="it_IT"> | ||
<email_text key="ORCID_COLLECT_AUTHOR_ID"> | ||
<subject>Submission ORCID</subject> | ||
<body>Caro {$authorName}, | ||
|
||
Sei stato elencato come co-autore nella submission della lavorazione "{$articleTitle}" a {$journalName}. | ||
|
||
Per confermare tale attribuzione per favore aggiungi il tuo ORCID id alla submission visitando il link seguente. | ||
|
||
{$authorOrcidUrl} | ||
|
||
Per qualsiasi domanda o dubbio, ti prego di contattarmi. | ||
|
||
{$editorialContactSignature} | ||
|
||
|
||
</body> | ||
<description>This email template is used to collect the ORCID id's from co-authors.</description> | ||
</email_text> | ||
</email_texts> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd"> | ||
|
||
<!-- | ||
* plugins/generic/orcidProfile/locale/it_IT/locale.xml | ||
* | ||
* Copyright (c) 2015-2017 University of Pittsburgh | ||
* Copyright (c) 2014-2017 Simon Fraser University Library | ||
* Copyright (c) 2003-2017 John Willinsky | ||
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. | ||
* | ||
* Contributed by 4Science (http://www.4science.it). | ||
* | ||
* ORCID Profile plugin localization strings for the it_IT locale | ||
--> | ||
|
||
<locale name="it_IT" full_name="Italiano"> | ||
|
||
<message key="plugins.generic.orcidProfile.displayName">ORCID Profile Plugin</message> | ||
<message key="plugins.generic.orcidProfile.description"><![CDATA[Permette l'importazione di informazioni del profilo utente dal registro di ORCID.]]></message> | ||
<message key="plugins.generic.orcidProfile.instructions"><![CDATA[È possibile precompilare il modulo con le informazioni da un profilo orcid. Inserire l'indirizzo email o ORCID iD associati al profilo ORCID, quindi fare clic su "Conferma".]]></message> | ||
<message key="plugins.generic.orcidProfile.noData">Nessuna informazione trovata dal registro di ORCID.</message> | ||
<message key="plugins.generic.orcidProfile.emailOrOrcid">Indirizzo Email o ORCID iD:</message> | ||
<message key="plugins.generic.orcidProfile.submitAction">Conferma</message> | ||
<message key="plugins.generic.orcidProfile.connect">Crea o collega il tuo ORCID iD</message> | ||
<message key="plugins.generic.orcidProfile.searchOrcidId">Cerca l'ORCID iD</message> | ||
<message key="plugins.generic.orcidProfile.removeOrcidId">Rimuovi l'ORCID iD</message> | ||
<message key="plugins.generic.orcidProfile.affiliations">aAffiliazioni</message> | ||
<message key="plugins.generic.orcidProfile.researcherUrl">Url del ricercatore</message> | ||
<message key="plugins.generic.orcidProfile.searchAndOr">e / o</message> | ||
<message key="plugins.generic.orcidProfile.searchPageTitle">Cerca le informazione nel registro pubblico di ORCID</message> | ||
<message key="plugins.generic.orcidProfile.searchResultsList">Scegli e seleziona il risultato appropriato dalla seguente lista:</message> | ||
<message key="plugins.generic.orcidProfile.searchResultsNotice">Se non sei sicuro di selezionare l'esatta corrispondenza è meglio saltare questo passaggio e lasciare il campo ORCID iD vuoto.</message> | ||
<message key="plugins.generic.orcidProfile.privateEmail">Non visualizzabile</message> | ||
<message key="plugins.generic.orcidProfile.noResults">Nessun risultato trovato</message> | ||
<message key="plugins.generic.orcidProfile.manager.orcidProfileSettings">Impostazioni ORCID Profile</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.description">Configura le API di ORCID per poter completare le informazioni del profilo dal registro di ORCID.</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.pagePerItemDescription">Il numero di elementi mostrati per pagina risultanti da una ricerca del profilo dal registro di ORCID.</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.pagePerItem">elementi per pagina</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath">ORCID API</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.public">Public</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.publicSandbox">Public Sandbox</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.member">Member</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath.memberSandbox">Member Sandbox</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidClientId">Client ID</message> | ||
<message key="plugins.generic.orcidProfile.manager.settings.orcidClientSecret">Client Secret</message> | ||
<message key="plugins.generic.orcidProfile.author.submission">Collegamento ORCID</message> | ||
<message key="plugins.generic.orcidProfile.author.submission.success">La submission è stata aggiornata correttamente con il tuo ORCID.</message> | ||
<message key="plugins.generic.orcidProfile.author.submission.failure">Non è stato possibile aggiornare la submission con il tuo ORCID. Si prega di contattare il journal manager con il tuo nome, ORCID e i dettagli della submission.</message> | ||
<message key="plugins.generic.orcidProfile.authFailure">OJS non è stato in grado di comunicare con il servizi di ORCID. Si prega di contattare il journal manager con il tuo nome, ORCID e i dettagli della submission.</message> | ||
</locale> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this only for 'co-authors'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes