Project

General

Profile

« Previous | Next » 

Revision 47468

Fixes #2598#note-5. Label for FET H2020 context

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/contexts/BuildH2020FETTaxonomy.java
53 53
		Element context = configurationElement.addElement("context");
54 54
		context.addAttribute("type", "community");
55 55
		context.addAttribute("id", "fet-h2020");
56
		context.addAttribute("label", "FET");
56
		context.addAttribute("label", "FET H2020");
57 57
		for (Map.Entry<String, Map<String, Map<String, List<Info>>>> entry : dic.entrySet()) {
58 58
			String type = entry.getKey();
59 59
			Element cat = context.addElement("category");

Also available in: Unified diff