Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?> 
2
<configuration>
3
	<locales>
4
		<locale name="en_GB" default="true" />
5
        
6
	</locales>
7

    
8
	<vocabularies>
9
		<is_vocabulary name="languages" xml_name="dnet:languages" />
10
		<is_vocabulary name="countries" xml_name="dnet:countries" />
11
		<is_vocabulary name="documenttype" xml_name="dnet:publication_resource" />
12
        <is_vocabulary name="compatibility" xml_name="dnet:datasourceCompatibilityLevel" />
13
		<index_vocabulary name="datasources" query="oaftype=datasource" transformer="datasourceVocabularyTransformer"/>
14
		<index_vocabulary name="projects" query="oaftype=project" transformer="projectVocabularyTransformer"/>
15

    
16
		<local_vocabulary name="funders" file="funders.xml" />
17
		<local_vocabulary name="programmes" file="programmes.xml" />
18
		<local_vocabulary name="programmes_simple" file="programmes_simple.xml" />  
19
		<local_vocabulary name="areas" file="areas.xml" />
20
		<local_vocabulary name="accessModes" file="accessmode.xml" />
21
		<local_vocabulary name="datasource_type" file="datasource_type.xml" />
22
		<local_vocabulary name="project_funders" file="project_funders.xml" />
23
        <local_vocabulary name="sc39" file="sc39.xml" />
24
	</vocabularies>
25

    
26
	<transformers>
27
		<transformer name="datasourceVocabularyTransformer">
28
			<transformation xslt="datasource_mini.xsl" />
29
		</transformer>
30

    
31
		<transformer name="projectVocabularyTransformer">
32
			<transformation xslt="project_mini.xsl" />
33
		</transformer>
34

    
35
		<transformer name="results_openaire">
36
			<transformation xslt="result.xsl" />
37
	 		<transformation match="language" change="value" vocabulary="languages" />
38
			<transformation match="funding.funding_level_0" change="value" vocabulary="funders" />
39
			<transformation match="funding.funding_level_1" change="value" vocabulary="programmes" />
40
			<transformation match="funding.funding_level_2" change="value" vocabulary="areas" />
41
			<transformation match="datasource.hostedby" change="value" vocabulary="datasources" />
42
			<transformation match="collectedfrom" change="value" vocabulary="datasources" />
43
			<transformation match="datasource.licenceid" change="value" vocabulary="accessModes" />
44
		</transformer>
45

    
46
		<transformer name="projects_openaire">
47
			<transformation xslt="project.xsl" />
48
		</transformer>
49

    
50
		<transformer name="datasources_openaire">
51
			<transformation xslt="datasource.xsl" />
52
			<transformation match="openairecompatibilityid" change="value" vocabulary="compatibility"/>
53
			<transformation match="datasourcetypeuiid" change="value" vocabulary="datasource_type"/>
54
		</transformer>
55

    
56
		<!-- valid for every browse result of every entity type -->
57
		<transformer name="results_openaire_browse">
58
			<transformation xslt="browse.xsl" />
59

    
60
	 		<transformation match="resultlanguageid.value" change="value" vocabulary="languages" />
61
			<transformation match="organizationcountryid.value" change="value" vocabulary="countries" />
62
			<transformation match="instancetypenameid.value" change="value" vocabulary="documenttype" />
63

    
64
			<transformation match="relfundinglevel0_id.value" change="value" vocabulary="funders" />
65
			<transformation match="relfundinglevel1_id.value" change="value" vocabulary="programmes" />
66
			<transformation match="relfundinglevel2_id.value" change="value" vocabulary="areas" />
67
			<transformation match="collectedfromdatasourceid.value" change="value" vocabulary="datasources" />
68
			<transformation match="resulthostingdatasourceid.value" change="value" vocabulary="datasources" />
69

    
70
			<transformation match="datasourcecompatibilityid.value" change="value" vocabulary="compatibility"/>
71
			<transformation match="resultrightsid.value" change="value" vocabulary="accessModes" />
72
			<transformation match="relprojectid.value" change="value" vocabulary="projects" />
73
            <transformation match="projectecsc39.value" change="value" vocabulary="sc39" />
74
			<transformation match="datasourcetypeuiid.value" change="value" vocabulary="datasource_type" />
75

    
76
			<transformation match="fundinglevel0_id.value" change="value" vocabulary="project_funders" />
77
	 		
78
		</transformer>
79

    
80
		<transformer name="persons_openaire">
81
			<transformation xslt="person.xsl" />
82
		</transformer>
83

    
84
		<transformer name="organizations_openaire">
85
			<transformation xslt="organization.xsl" />
86
		</transformer>
87
						
88
		<transformer name="dc">
89
			<transformation xslt="dc.xsl" />
90
		</transformer>
91

    
92
	</transformers>
93

    
94
	<formatters>
95
		<formatter name="json" xslt="json.xsl"/> 
96
		<formatter name="xml" xslt="simple.xsl"/>
97
        <formatter name="rss" xslt="rss.xsl" />
98
        <formatter name="sygma_publication" xslt="sygma.xsl"/>
99
        <formatter name="sygma_dataset" xslt="sygma_dataset.xsl"/>
100
        <formatter name="vocabulary" xslt="vocabulary.xsl"/>
101
	</formatters>
102
</configuration>
103
	
(5-5/27)