VIVO-769 Merge branch 'feature/orcid' into develop

This commit is contained in:
j2blake 2014-05-07 17:32:38 -04:00
parent 73fbe66534
commit 939950dcd4
25 changed files with 1551 additions and 1 deletions

View file

@ -0,0 +1,14 @@
# $This file is distributed under the terms of the license in /doc/license.txt$
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
#
# datagetter to fetch ORCID info for the person.
#
<freemarker:individual-orcidInterface.ftl> display:hasDataGetter display:orcidIdDataGetter .
display:orcidIdDataGetter
a <java:edu.cornell.mannlib.vivo.orcid.OrcidIdDataGetter> .