Project

General

Profile

« Previous | Next » 

Revision 53714

Added MIUR and fixed Finland (prefix is aka, not aff anymore)

View differences:

modules/dnet-directindex-api/trunk/src/main/java/eu/dnetlib/openaire/directindex/api/OpenAIRESubmitterUtils.java
88 88

  
89 89
		switch (funderShortName.toLowerCase()) {
90 90
		case "aff":
91
			return "Suomen Akatemia";
91
		case "aka":
92
			return "Academy of Finland";
92 93
		case "arc":
93 94
			return "Australian Research Council (ARC)";
94 95
		case "conicyt":
......
103 104
			return "Croatian Science Foundation (CSF)";
104 105
		case "mestd":
105 106
			return "Ministry of Education, Science and Technological Development of Republic of Serbia";
107
		case "miur":
108
			return "Ministero dell'Istruzione dell'Università e della Ricerca";
106 109
		case "mzos":
107 110
			return "Ministry of Science, Education and Sports of the Republic of Croatia (MSES)";
108 111
		case "nhmrc":

Also available in: Unified diff