Skip to content
yucigou edited this page May 22, 2016 · 10 revisions

The Spring Social ORCID project is an extension to Spring Social that enables integration with ORCID.

Introduction

ORCID provides a persistent digital identifier that distinguishes one researcher from another and, through integration in key research workflows such as manuscript and grant submission, supports automated linkages between a researcher and his/her professional activities ensuring that his/her work is recognized.

ORCID has been globally adopted, and at the time of writing (10 May 2016), there are over two millions of ORCID iDs registered.

Spring Social ORCID enables integration with ORCID with OrcidConnectionFactory, a connection factory that can be plugged into Spring Social’s service provider connection framework, and with an API binding to ORCID’s REST API.

How to get

<dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-orcid</artifactId> <version>1.0.0</version> </dependency>

Clone this wiki locally