Project

General

Profile

« Previous | Next » 

Revision 37898

merging 20150518_new_funding_model branch changes with IIS-CDH-5.3.0 branch in order to support new funding model in IIS-CDH-5.3.0 branch

View differences:

fundingclass_example.json
1
{
2
	"funding_level_2":
3
		{
4
			"class":"ec:program", "
5
			id":"corda_______::FP7::SP3::PEOPLE", 
6
			"description":"Marie-Curie Actions", 
7
			"name":"PEOPLE", 
8
			"parent":
9
				{
10
					"funding_level_1":
11
						{
12
							"class":"ec:specificprogram", 
13
							"id":"corda_______::FP7::SP3", 
14
							"description":"SP3-People", 
15
							"name":"SP3", 
16
							"parent":
17
								{
18
									"funding_level_0":
19
										{
20
											"class":"ec:frameworkprogram", 
21
											"id":"corda_______::FP7", 
22
											"description":"SEVENTH FRAMEWORK PROGRAMME", 
23
											"name":"FP7", 
24
											"parent":{}
25
										}
26
								}
27
						}
28
				}
29
		}
30
}
1
<fundingtree>
2
    <funder>
3
        <id>wt__________::WT</id>
4
        <shortname>WT</shortname>
5
        <name>Wellcome Trust</name>
6
        <jurisdiction/>
7
    </funder>
8
    <funding_level_1>
9
        <id>wt__________::WT::Non-Stream Activity - GM</id>
10
        <description>Non-Stream Activity - GM</description>
11
        <name>Non-Stream Activity - GM</name>
12
        <class>wt:fundingStream</class>
13
        <parent>
14
            <funding_level_0>
15
                <id>wt__________::WT</id>
16
                <description>Wellcome Trust Funding Stream</description>
17
                <name>WT</name>
18
                <parent/>
19
                <class>wt:fundingStream</class>
20
            </funding_level_0>
21
        </parent>
22
    </funding_level_1>
23
</fundingtree>

Also available in: Unified diff