Project

General

Profile

« Previous | Next » 

Revision 52379

added result specific fields to align with the guidelines

View differences:

modules/dnet-openaire-data-protos/trunk/src/main/resources/eu/dnetlib/data/proto/Result.proto
37 37
		repeated StringField format = 21;
38 38
		repeated StringField contributor = 30;
39 39

  
40
		repeated StringField coverage = 43;
41

  
40 42
		repeated Context context = 28;
41 43

  
42 44
		// publication specific
......
50 52
		optional StringField version = 22;
51 53
		optional StringField lastmetadataupdate = 23;
52 54
		optional StringField metadataversionnumber = 24;
55
		repeated GeoLocation geolocation = 44;
53 56

  
54 57
		// software specific
55 58
		repeated StringField documentationUrl = 35;
......
57 60
		optional StringField type = 37;
58 61
		optional StringField codeRepositoryUrl = 38;
59 62
		optional Qualifier programmingLanguage = 39;
63

  
64
		// other research products specifics
65
		repeated StringField contactperson = 40;
66
		repeated StringField contactgroup = 41;
67
		repeated StringField tool = 42;
68

  
60 69
	}
61 70
	
62 71
	message Journal {
......
70 79
		optional string sp = 8;
71 80
		optional string vol = 9;
72 81

  
82
		optional string edition = 10;
83
		optional string conferenceplace = 11;
84
		optional string conferencedate = 12;
85

  
73 86
		optional DataInfo dataInfo = 5;
74 87
	}
75 88
	
......
88 101
		optional KeyValue hostedby = 5;
89 102
		repeated string url = 9;
90 103

  
104
		// other research products specific
105
		optional string distributionlocation = 12;
106

  
91 107
		optional KeyValue collectedfrom = 10;
92 108
		optional StringField dateofacceptance = 11;
93 109
	}
......
104 120
		optional DataInfo dataInfo = 8;		// ExternalReferences might be also inferred
105 121
	}
106 122

  
123
	message GeoLocation {
124

  
125
		optional string point = 1;
126
		optional string box = 2;
127
		optional string place = 3;
128
	}
129

  
107 130
}

Also available in: Unified diff