Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

OpenAIRESubmitterUtils.java
6 6
import java.util.List;
7 7
import java.util.Map;
8 8

  
9
import org.apache.commons.lang.StringUtils;
10

  
11 9
import com.google.common.base.Function;
12 10
import com.google.common.collect.Lists;
13

  
14 11
import eu.dnetlib.miscutils.functional.hash.Hashing;
12
import org.apache.commons.lang.StringUtils;
15 13

  
16 14
/**
17 15
 * Created by michele on 15/01/16.
......
86 84
		} else if (funderShortName.equalsIgnoreCase("arc")) {
87 85
			return "Australian Research Council (ARC)";
88 86
		} else if (funderShortName.equalsIgnoreCase("fct")) {
89
			return "Fundação para a Ciência e a Tecnologia";
87
			return "Fundação para a Ciência e a Tecnologia";
90 88
		} else if (funderShortName.equalsIgnoreCase("nhmrc")) {
91 89
			return "National Health and Medical Research Council (NHMRC)";
92 90
		} else if (funderShortName.equalsIgnoreCase("wt")) {
......
162 160
			return elem.equals("context");
163 161
		}
164 162
	}
165
}
163
}

Also available in: Unified diff