Project

General

Profile

« Previous | Next » 

Revision 8788

use separate surName and givenNames to lookup ORCIDs.

View differences:

OrcidService.java
37 37
	 * @param otherNames
38 38
	 * @return
39 39
	 */
40
	public static String lookupOrcid(String text, String surName, String[] givenNames, String[] otherNames) {
40
	public static String lookupOrcid(String text, String surName, List<String> givenNames, List<String> otherNames) {
41 41
		
42 42
		String url = null;
43 43

  

Also available in: Unified diff