-
Notifications
You must be signed in to change notification settings - Fork 1
Import Counter
(javadoc)
Counts new valid works in an ORCID profile given a set of known local CRIS productions, following the criteria of the import works procedure.
-
The procedure expects the CRIS service to provide the local productions in the ORCID schema, in particular encoding productions as works. Since only the external identifiers of the local productions are used to search for ORCID matches, the remainder meta-data of the input local productions could be left null.
-
The put-code of these local productions is expected to be used as local key identifiers, but these are actually disregarded by this procedure since it only counts the newly found works.
-
The procedure counts every work group whose external identifiers do not match any of the input local productions.
-
Only works that pass the PTCRISync quality criteria are counted by the procedure.
This procedure simply performs a GET
call to the API to obtain the summaries, since the remainder meta-data is irrelevant, rendering it more efficient than the import works procedure.
PTCRISync
- Overview
- Architecture
- ORCID service
- CRIS requirements
- Synchronization procedures
- Implementation guidelines
API
Technical Details
- PTCRISync as a library
- PTCRISync as a service
- Source code
- Technical documentation
- License
- Release notes
- FAQ
- Scenarios
- Published description
- Formal model
- Tech report
About