Project

General

Profile

« Previous | Next » 

Revision 53771

Separate datasources for Parthenos WPs: https://support.d4science.org/issues/12881

View differences:

modules/dnet-parthenos-publisher/trunk/src/main/java/eu/dnetlib/parthenos/catalogue/CKANUtils.java
44 44
	public static String nakala_org = "huma-num--nakala";
45 45
	public static String Metashare_org = "metashare";
46 46
	public static String Parthenos_org = "parthenos_registry";
47
	public static String Parthenos_wp3_org = "parthenos_wp3";
48
	public static String Parthenos_wp4_org = "parthenos_wp4";
49
	public static String Parthenos_wp7_org = "parthenos_wp7";
50
	public static String Parthenos_wp8_org = "parthenos_wp8";
47 51

  
48 52
	/*
49 53
	 * The CKAN types correspond to the following strings, which are human readable names for PE classes:
......
85 89
		case "European Holocaust Research Infrastructure": return EHRI_org;
86 90
		case "Cultura Italia": return CulturaItalia_org;
87 91
		case "PARTHENOS": return Parthenos_org;
92
		case "PARTHENOS WP3": return Parthenos_wp3_org;
93
		case "PARTHENOS WP4": return Parthenos_wp4_org;
94
		case "PARTHENOS WP7": return Parthenos_wp7_org;
95
		case "PARTHENOS WP8": return Parthenos_wp8_org;
88 96
		case "METASHARE": return Metashare_org;
89 97
		case "LRE MAP": return lre_org;
90 98
		case "Huma-Num - Isidore": return isidore_org;

Also available in: Unified diff