Project

General

Profile

« Previous | Next » 

Revision 58075

#4008: refereed field as property of the result instance and supported both from OAF and ODF.

View differences:

modules/dnet-openaire-data-protos/branches/IIS-CDH-5.3.0/src/main/resources/eu/dnetlib/data/proto/Result.proto
38 38
		repeated StringField contributor = 30;
39 39
		optional Qualifier resourcetype = 19;
40 40
		repeated StringField coverage = 43;
41
		optional StringField refereed = 46; //peer-review status
42 41

  
43 42
		repeated Context context = 28;
44 43

  
......
65 64
		repeated StringField contactgroup = 41;
66 65
		repeated StringField tool = 42;
67 66

  
68
		// ( article | book ) processing charges
69
		optional StringField processingchargeamount = 50;
70
		// currency - alphabetic code describe in ISO-4217
71
		optional StringField processingchargecurrency = 51;
72

  
73 67
	}
74
	
75 68

  
76
	
69

  
70

  
77 71
	// <concept id="egi::vo::alice" />
78 72
	message Context {
79 73
		required string id = 1;
80 74
		repeated DataInfo dataInfo = 2;
81 75
	}
82
	
76

  
83 77
	message Instance {
84 78

  
85 79
		optional StringField license = 6;
86 80
		optional Qualifier accessright = 3;
87 81
		optional Qualifier instancetype = 4;
88
	
82

  
89 83
		optional KeyValue hostedby = 5;
90 84
		repeated string url = 9;
91 85

  
......
94 88

  
95 89
		optional KeyValue collectedfrom = 10;
96 90
		optional StringField dateofacceptance = 11;
91

  
92
		optional StringField refereed = 13; //peer-review status
93

  
94
		// ( article | book ) processing charges
95
        optional StringField processingchargeamount = 14;
96
        // currency - alphabetic code describe in ISO-4217
97
        optional StringField processingchargecurrency = 15;
97 98
	}
98 99
	
99 100
	message ExternalReference {

Also available in: Unified diff