@paris-ias/trees 2.1.1 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -281,6 +281,7 @@ enum publicationType {
281
281
  THESIS
282
282
  REPORT
283
283
  SOFTWARE
284
+ NEWS
284
285
  DATA
285
286
  VIDEO
286
287
  AUDIO
@@ -858,26 +859,29 @@ type ProjectsList {
858
859
  }
859
860
 
860
861
  type Publication {
862
+ affiliations: [Affiliation]
861
863
  appId: String
864
+ authors: [RelatedPeople]
865
+ color: String
866
+ date: AWSDateTime
867
+ description: String
868
+ disciplines: [Disciplines]
869
+ eventCategories: eventCategories
870
+ featured: AWSDateTime
871
+ files: [File]
872
+ gallery: [Image]
873
+ image: Image
862
874
  name: String!
875
+ newsCategory: newsCategories
876
+ related: Related
877
+ score: Float
878
+ slug: String
863
879
  subtitle: String
864
- description: String
865
880
  summary: String
881
+ tags: [Tag]
866
882
  type: publicationType
867
883
  url: AWSURL
868
- affiliations: [Affiliation]
869
- related: Related
870
- gallery: [Image]
871
- image: Image
872
884
  video: Video
873
- tags: [Tag]
874
- files: [File]
875
- eventCategory: eventCategories
876
- disciplines: [Disciplines]
877
- color: String
878
- date: AWSDateTime
879
- slug: String
880
- score: Float
881
885
  }
882
886
 
883
887
  type PublicationFilters {
@@ -885,7 +889,8 @@ type PublicationFilters {
885
889
  tags: [String!]
886
890
  disciplines: [String!]
887
891
  type: [publicationType!]
888
- eventCategory: [eventCategories!]
892
+ eventCategories: [eventCategories!]
893
+ newsCategory: [newsCategories!]
889
894
  }
890
895
 
891
896
  type PublicationsList {
@@ -167,6 +167,15 @@ const data = {
167
167
  }
168
168
  },
169
169
  "filters": {
170
+ "status": {
171
+ "type": "Select",
172
+ "items": {
173
+ "Open": "OPEN",
174
+ "Full": "FULL",
175
+ "Closed": "CLOSED"
176
+ },
177
+ "value": ""
178
+ },
170
179
  "category": {
171
180
  "type": "Select",
172
181
  "items": {
@@ -188,15 +197,6 @@ const data = {
188
197
  "multiple": true,
189
198
  "value": ""
190
199
  },
191
- "status": {
192
- "type": "Select",
193
- "items": {
194
- "Open": "OPEN",
195
- "Full": "FULL",
196
- "Closed": "CLOSED"
197
- },
198
- "value": ""
199
- },
200
200
  "organiserCategory": {
201
201
  "type": "Select",
202
202
  "items": {
@@ -208,38 +208,83 @@ const data = {
208
208
  "multiple": true,
209
209
  "value": ""
210
210
  },
211
- "tags": {
212
- "type": "AutoComplete",
213
- "items": [],
211
+ "location": {
212
+ "type": "Select",
213
+ "items": {
214
+ "Online": "ONLINE",
215
+ "Onsite": "ONSITE",
216
+ "Hybrid": "HYBRID",
217
+ "Outsite": "OUTSITE"
218
+ },
214
219
  "multiple": true,
215
220
  "value": ""
216
221
  },
217
- "disciplines": {
222
+ "thematics": {
218
223
  "type": "AutoComplete",
219
- "items": [],
224
+ "items": {
225
+ "AgricultureAndFood": "AGRICULTURE_AND_FOOD",
226
+ "ArtificialIntelligence": "ARTIFICIAL_INTELLIGENCE",
227
+ "CommunicationAndDigitalEconomy": "COMMUNICATION_AND_DIGITAL_ECONOMY",
228
+ "BehaviourPerceptionEmotions": "BEHAVIOUR_PERCEPTION_EMOTIONS",
229
+ "CitiesAndRegions": "CITIES_AND_REGIONS",
230
+ "CulturalHeritage": "CULTURAL_HERITAGE",
231
+ "DemocracyCitizenshipAndGovernance": "DEMOCRACY_CITIZENSHIP_AND_GOVERNANCE",
232
+ "EducationAndResearch": "EDUCATION_AND_RESEARCH",
233
+ "EnergyNaturalResources": "ENERGY_NATURAL_RESOURCES",
234
+ "EnvironmentAndClimate": "ENVIRONMENT_AND_CLIMATE",
235
+ "IdentitiesGenderAndSexualities": "IDENTITIES_GENDER_AND_SEXUALITIES",
236
+ "InequalitiesInclusionSocialInnovation": "INEQUALITIES_INCLUSION_SOCIAL_INNOVATION",
237
+ "Migrations": "MIGRATIONS",
238
+ "Oceans": "OCEANS",
239
+ "PublicPolicies": "PUBLIC_POLICIES",
240
+ "RadicalisationViolenceExtremism": "RADICALISATION_VIOLENCE_EXTREMISM",
241
+ "RegulationAndGlobalisation": "REGULATION_AND_GLOBALISATION",
242
+ "ReligionSecularismSocieties": "RELIGION_SECULARISM_SOCIETIES",
243
+ "HealthAndAgeing": "HEALTH_AND_AGEING",
244
+ "SecurityWarAndPeace": "SECURITY_WAR_AND_PEACE",
245
+ "Space": "SPACE",
246
+ "TransportMobilityTourism": "TRANSPORT_MOBILITY_TOURISM",
247
+ "WorkInnovationTechnology": "WORK_INNOVATION_TECHNOLOGY"
248
+ },
220
249
  "multiple": true,
221
250
  "value": ""
222
251
  },
223
- "fellowship": {
252
+ "disciplines": {
224
253
  "type": "AutoComplete",
225
- "items": [],
254
+ "items": {
255
+ "AnthropologyAndEthnology": "ANTHROPOLOGY_AND_ETHNOLOGY",
256
+ "ArchitectureAndUrbanPlanning": "ARCHITECTURE_AND_URBAN_PLANNING",
257
+ "Archaeology": "ARCHAEOLOGY",
258
+ "ArtAndHistoryOfArt": "ART_AND_HISTORY_OF_ART",
259
+ "ClassicalStudies": "CLASSICAL_STUDIES",
260
+ "Demography": "DEMOGRAPHY",
261
+ "DigitalHumanities": "DIGITAL_HUMANITIES",
262
+ "Economics": "ECONOMICS",
263
+ "EducationSciences": "EDUCATION_SCIENCES",
264
+ "EnvironmentalSciences": "ENVIRONMENTAL_SCIENCES",
265
+ "Geography": "GEOGRAPHY",
266
+ "History": "HISTORY",
267
+ "InformationAndCommunicationSciences": "INFORMATION_AND_COMMUNICATION_SCIENCES",
268
+ "InternationalRelations": "INTERNATIONAL_RELATIONS",
269
+ "Law": "LAW",
270
+ "Linguistics": "LINGUISTICS",
271
+ "Literature": "LITERATURE",
272
+ "ManagementAndPublicAdministration": "MANAGEMENT_AND_PUBLIC_ADMINISTRATION",
273
+ "NeurosciencesAndCognitiveSciences": "NEUROSCIENCES_AND_COGNITIVE_SCIENCES",
274
+ "Philosophy": "PHILOSOPHY",
275
+ "PoliticalScience": "POLITICAL_SCIENCE",
276
+ "Psychology": "PSYCHOLOGY",
277
+ "Sociology": "SOCIOLOGY",
278
+ "StudiesInScienceAndTechnology": "STUDIES_IN_SCIENCE_AND_TECHNOLOGY",
279
+ "Theology": "THEOLOGY",
280
+ "Biology": "BIOLOGY",
281
+ "Chemistry": "CHEMISTRY",
282
+ "ComputerScience": "COMPUTER_SCIENCE",
283
+ "Medicine": "MEDICINE",
284
+ "PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
285
+ },
226
286
  "multiple": true,
227
287
  "value": ""
228
- },
229
- "online": {
230
- "type": "Checkbox",
231
- "items": false,
232
- "value": ""
233
- },
234
- "outside": {
235
- "type": "Checkbox",
236
- "items": false,
237
- "value": ""
238
- },
239
- "past": {
240
- "type": "Checkbox",
241
- "items": false,
242
- "value": ""
243
288
  }
244
289
  },
245
290
  "limit": 20
@@ -12,7 +12,7 @@ export interface Events {
12
12
  delay?: number // 0 - Server & Client -
13
13
  description: string // 0 - Server & Client -
14
14
  details: String // 0 - Server & Client -
15
- disciplines?: Disciplines[] // 3 - Server & Client //Inside=> Presentation
15
+ disciplines?: DisciplinesOptions[] // 3 - Server & Client //Inside=> Presentation
16
16
  discussants?: RelatedPeople[] // 0 - Server & Client -
17
17
  files?: Files[] // 3 - Server & Client -
18
18
  lang: string[]
@@ -36,6 +36,7 @@ export interface Events {
36
36
  subtitle?: string // 0 - Server &
37
37
  summary?: string // 0 - Server & Client -
38
38
  tags?: Tag[] // 3 - Server & Client - Inside=> Presentation
39
+ thematics: Thematics[] // 0 - Server & Client
39
40
  totalSlots: number // 0 - Server & Client
40
41
  eventType: eventType // 0 : online, 1: physical, 2: hybrid// 0 - Server & Client -
41
42
  updatedAt: Date // 0 - Server & Client -
@@ -43,7 +44,6 @@ export interface Events {
43
44
  }
44
45
 
45
46
  export enum eventState {
46
- Draft = "DRAFT",
47
47
  Published = "PUBLISHED",
48
48
  Removed = "REMOVED",
49
49
  Finished = "FINISHED",
@@ -71,6 +71,13 @@ export enum organiserType {
71
71
  External = "EXTERNAL",
72
72
  }
73
73
 
74
+ export enum locationType {
75
+ Online = "ONLINE",
76
+ Onsite = "ONSITE",
77
+ Hybrid = "HYBRID",
78
+ Outsite = "OUTSITE",
79
+ }
80
+
74
81
  export enum eventCategories {
75
82
  Seminar = "SEMINAR",
76
83
  Workshop = "WORKSHOP",
@@ -165,6 +165,15 @@ const data = {
165
165
  }
166
166
  },
167
167
  "filters": {
168
+ "status": {
169
+ "type": "Select",
170
+ "items": {
171
+ "Open": "OPEN",
172
+ "Full": "FULL",
173
+ "Closed": "CLOSED"
174
+ },
175
+ "value": ""
176
+ },
168
177
  "category": {
169
178
  "type": "Select",
170
179
  "items": {
@@ -186,15 +195,6 @@ const data = {
186
195
  "multiple": true,
187
196
  "value": ""
188
197
  },
189
- "status": {
190
- "type": "Select",
191
- "items": {
192
- "Open": "OPEN",
193
- "Full": "FULL",
194
- "Closed": "CLOSED"
195
- },
196
- "value": ""
197
- },
198
198
  "organiserCategory": {
199
199
  "type": "Select",
200
200
  "items": {
@@ -206,38 +206,83 @@ const data = {
206
206
  "multiple": true,
207
207
  "value": ""
208
208
  },
209
- "tags": {
210
- "type": "AutoComplete",
211
- "items": [],
209
+ "location": {
210
+ "type": "Select",
211
+ "items": {
212
+ "Online": "ONLINE",
213
+ "Onsite": "ONSITE",
214
+ "Hybrid": "HYBRID",
215
+ "Outsite": "OUTSITE"
216
+ },
212
217
  "multiple": true,
213
218
  "value": ""
214
219
  },
215
- "disciplines": {
220
+ "thematics": {
216
221
  "type": "AutoComplete",
217
- "items": [],
222
+ "items": {
223
+ "AgricultureAndFood": "AGRICULTURE_AND_FOOD",
224
+ "ArtificialIntelligence": "ARTIFICIAL_INTELLIGENCE",
225
+ "CommunicationAndDigitalEconomy": "COMMUNICATION_AND_DIGITAL_ECONOMY",
226
+ "BehaviourPerceptionEmotions": "BEHAVIOUR_PERCEPTION_EMOTIONS",
227
+ "CitiesAndRegions": "CITIES_AND_REGIONS",
228
+ "CulturalHeritage": "CULTURAL_HERITAGE",
229
+ "DemocracyCitizenshipAndGovernance": "DEMOCRACY_CITIZENSHIP_AND_GOVERNANCE",
230
+ "EducationAndResearch": "EDUCATION_AND_RESEARCH",
231
+ "EnergyNaturalResources": "ENERGY_NATURAL_RESOURCES",
232
+ "EnvironmentAndClimate": "ENVIRONMENT_AND_CLIMATE",
233
+ "IdentitiesGenderAndSexualities": "IDENTITIES_GENDER_AND_SEXUALITIES",
234
+ "InequalitiesInclusionSocialInnovation": "INEQUALITIES_INCLUSION_SOCIAL_INNOVATION",
235
+ "Migrations": "MIGRATIONS",
236
+ "Oceans": "OCEANS",
237
+ "PublicPolicies": "PUBLIC_POLICIES",
238
+ "RadicalisationViolenceExtremism": "RADICALISATION_VIOLENCE_EXTREMISM",
239
+ "RegulationAndGlobalisation": "REGULATION_AND_GLOBALISATION",
240
+ "ReligionSecularismSocieties": "RELIGION_SECULARISM_SOCIETIES",
241
+ "HealthAndAgeing": "HEALTH_AND_AGEING",
242
+ "SecurityWarAndPeace": "SECURITY_WAR_AND_PEACE",
243
+ "Space": "SPACE",
244
+ "TransportMobilityTourism": "TRANSPORT_MOBILITY_TOURISM",
245
+ "WorkInnovationTechnology": "WORK_INNOVATION_TECHNOLOGY"
246
+ },
218
247
  "multiple": true,
219
248
  "value": ""
220
249
  },
221
- "fellowship": {
250
+ "disciplines": {
222
251
  "type": "AutoComplete",
223
- "items": [],
252
+ "items": {
253
+ "AnthropologyAndEthnology": "ANTHROPOLOGY_AND_ETHNOLOGY",
254
+ "ArchitectureAndUrbanPlanning": "ARCHITECTURE_AND_URBAN_PLANNING",
255
+ "Archaeology": "ARCHAEOLOGY",
256
+ "ArtAndHistoryOfArt": "ART_AND_HISTORY_OF_ART",
257
+ "ClassicalStudies": "CLASSICAL_STUDIES",
258
+ "Demography": "DEMOGRAPHY",
259
+ "DigitalHumanities": "DIGITAL_HUMANITIES",
260
+ "Economics": "ECONOMICS",
261
+ "EducationSciences": "EDUCATION_SCIENCES",
262
+ "EnvironmentalSciences": "ENVIRONMENTAL_SCIENCES",
263
+ "Geography": "GEOGRAPHY",
264
+ "History": "HISTORY",
265
+ "InformationAndCommunicationSciences": "INFORMATION_AND_COMMUNICATION_SCIENCES",
266
+ "InternationalRelations": "INTERNATIONAL_RELATIONS",
267
+ "Law": "LAW",
268
+ "Linguistics": "LINGUISTICS",
269
+ "Literature": "LITERATURE",
270
+ "ManagementAndPublicAdministration": "MANAGEMENT_AND_PUBLIC_ADMINISTRATION",
271
+ "NeurosciencesAndCognitiveSciences": "NEUROSCIENCES_AND_COGNITIVE_SCIENCES",
272
+ "Philosophy": "PHILOSOPHY",
273
+ "PoliticalScience": "POLITICAL_SCIENCE",
274
+ "Psychology": "PSYCHOLOGY",
275
+ "Sociology": "SOCIOLOGY",
276
+ "StudiesInScienceAndTechnology": "STUDIES_IN_SCIENCE_AND_TECHNOLOGY",
277
+ "Theology": "THEOLOGY",
278
+ "Biology": "BIOLOGY",
279
+ "Chemistry": "CHEMISTRY",
280
+ "ComputerScience": "COMPUTER_SCIENCE",
281
+ "Medicine": "MEDICINE",
282
+ "PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
283
+ },
224
284
  "multiple": true,
225
285
  "value": ""
226
- },
227
- "online": {
228
- "type": "Checkbox",
229
- "items": false,
230
- "value": ""
231
- },
232
- "outside": {
233
- "type": "Checkbox",
234
- "items": false,
235
- "value": ""
236
- },
237
- "past": {
238
- "type": "Checkbox",
239
- "items": false,
240
- "value": ""
241
286
  }
242
287
  },
243
288
  "limit": 20
@@ -182,7 +182,8 @@ const data = {
182
182
  "multiple": true,
183
183
  "items": {
184
184
  "ShortStay": "SHORT_STAY",
185
- "LongStay": "LONG_STAY"
185
+ "LongStay": "LONG_STAY",
186
+ "Group": "GROUP"
186
187
  },
187
188
  "value": ""
188
189
  }
@@ -29,6 +29,7 @@ export interface Fellowships {
29
29
  export enum FellowshipType {
30
30
  ShortStay = "SHORT_STAY",
31
31
  LongStay = "LONG_STAY",
32
+ Group = "GROUP",
32
33
  }
33
34
 
34
35
  export enum FellowshipStatus {
@@ -180,7 +180,8 @@ const data = {
180
180
  "multiple": true,
181
181
  "items": {
182
182
  "ShortStay": "SHORT_STAY",
183
- "LongStay": "LONG_STAY"
183
+ "LongStay": "LONG_STAY",
184
+ "Group": "GROUP"
184
185
  },
185
186
  "value": ""
186
187
  }
@@ -3,19 +3,19 @@ import type { Sort, Views } from "../../index"
3
3
  // Inline type definitions
4
4
  export interface News {
5
5
  name: string
6
- authors: [RelatedPeople]
7
- category?: newsCategories
6
+ subtitle?: string
8
7
  description?: string
9
8
  summary?: string
10
- subtitle?: string
11
- tags?: Tag[]
12
- image?: Image
9
+ url?: URL
10
+ related?: Related[]
13
11
  gallery?: Image[]
12
+ image?: Image
13
+ tags?: Tag[]
14
+ authors: [RelatedPeople]
15
+ category?: newsCategories
14
16
  color?: string
15
- url?: URL
16
17
  date?: Date
17
18
  featured?: Date
18
- related?: Related[]
19
19
  files?: Files
20
20
  }
21
21
 
@@ -173,19 +173,71 @@ const data = {
173
173
  }
174
174
  },
175
175
  "filters": {
176
- "vintage": {
177
- "type": "Select",
178
- "multiple": true,
179
- "value": ""
180
- },
181
- "programs": {
176
+ "disciplines": {
182
177
  "type": "Select",
183
178
  "multiple": true,
179
+ "items": {
180
+ "AnthropologyAndEthnology": "ANTHROPOLOGY_AND_ETHNOLOGY",
181
+ "ArchitectureAndUrbanPlanning": "ARCHITECTURE_AND_URBAN_PLANNING",
182
+ "Archaeology": "ARCHAEOLOGY",
183
+ "ArtAndHistoryOfArt": "ART_AND_HISTORY_OF_ART",
184
+ "ClassicalStudies": "CLASSICAL_STUDIES",
185
+ "Demography": "DEMOGRAPHY",
186
+ "DigitalHumanities": "DIGITAL_HUMANITIES",
187
+ "Economics": "ECONOMICS",
188
+ "EducationSciences": "EDUCATION_SCIENCES",
189
+ "EnvironmentalSciences": "ENVIRONMENTAL_SCIENCES",
190
+ "Geography": "GEOGRAPHY",
191
+ "History": "HISTORY",
192
+ "InformationAndCommunicationSciences": "INFORMATION_AND_COMMUNICATION_SCIENCES",
193
+ "InternationalRelations": "INTERNATIONAL_RELATIONS",
194
+ "Law": "LAW",
195
+ "Linguistics": "LINGUISTICS",
196
+ "Literature": "LITERATURE",
197
+ "ManagementAndPublicAdministration": "MANAGEMENT_AND_PUBLIC_ADMINISTRATION",
198
+ "NeurosciencesAndCognitiveSciences": "NEUROSCIENCES_AND_COGNITIVE_SCIENCES",
199
+ "Philosophy": "PHILOSOPHY",
200
+ "PoliticalScience": "POLITICAL_SCIENCE",
201
+ "Psychology": "PSYCHOLOGY",
202
+ "Sociology": "SOCIOLOGY",
203
+ "StudiesInScienceAndTechnology": "STUDIES_IN_SCIENCE_AND_TECHNOLOGY",
204
+ "Theology": "THEOLOGY",
205
+ "Biology": "BIOLOGY",
206
+ "Chemistry": "CHEMISTRY",
207
+ "ComputerScience": "COMPUTER_SCIENCE",
208
+ "Medicine": "MEDICINE",
209
+ "PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
210
+ },
184
211
  "value": ""
185
212
  },
186
- "disciplines": {
213
+ "thematics": {
187
214
  "type": "Select",
188
215
  "multiple": true,
216
+ "items": {
217
+ "AgricultureAndFood": "AGRICULTURE_AND_FOOD",
218
+ "ArtificialIntelligence": "ARTIFICIAL_INTELLIGENCE",
219
+ "CommunicationAndDigitalEconomy": "COMMUNICATION_AND_DIGITAL_ECONOMY",
220
+ "BehaviourPerceptionEmotions": "BEHAVIOUR_PERCEPTION_EMOTIONS",
221
+ "CitiesAndRegions": "CITIES_AND_REGIONS",
222
+ "CulturalHeritage": "CULTURAL_HERITAGE",
223
+ "DemocracyCitizenshipAndGovernance": "DEMOCRACY_CITIZENSHIP_AND_GOVERNANCE",
224
+ "EducationAndResearch": "EDUCATION_AND_RESEARCH",
225
+ "EnergyNaturalResources": "ENERGY_NATURAL_RESOURCES",
226
+ "EnvironmentAndClimate": "ENVIRONMENT_AND_CLIMATE",
227
+ "IdentitiesGenderAndSexualities": "IDENTITIES_GENDER_AND_SEXUALITIES",
228
+ "InequalitiesInclusionSocialInnovation": "INEQUALITIES_INCLUSION_SOCIAL_INNOVATION",
229
+ "Migrations": "MIGRATIONS",
230
+ "Oceans": "OCEANS",
231
+ "PublicPolicies": "PUBLIC_POLICIES",
232
+ "RadicalisationViolenceExtremism": "RADICALISATION_VIOLENCE_EXTREMISM",
233
+ "RegulationAndGlobalisation": "REGULATION_AND_GLOBALISATION",
234
+ "ReligionSecularismSocieties": "RELIGION_SECULARISM_SOCIETIES",
235
+ "HealthAndAgeing": "HEALTH_AND_AGEING",
236
+ "SecurityWarAndPeace": "SECURITY_WAR_AND_PEACE",
237
+ "Space": "SPACE",
238
+ "TransportMobilityTourism": "TRANSPORT_MOBILITY_TOURISM",
239
+ "WorkInnovationTechnology": "WORK_INNOVATION_TECHNOLOGY"
240
+ },
189
241
  "value": ""
190
242
  },
191
243
  "status": {
@@ -197,6 +249,16 @@ const data = {
197
249
  },
198
250
  "multiple": true,
199
251
  "value": ""
252
+ },
253
+ "vintage": {
254
+ "type": "Select",
255
+ "multiple": true,
256
+ "value": ""
257
+ },
258
+ "programs": {
259
+ "type": "Select",
260
+ "multiple": true,
261
+ "value": ""
200
262
  }
201
263
  },
202
264
  "limit": 20
@@ -12,7 +12,8 @@ export interface People {
12
12
  consent: Consent
13
13
  groups: Groups
14
14
  lang: string
15
- disciplines?: Disciplines[]
15
+ disciplines?: DisciplinesOptions[]
16
+ thematics?: Thematics[]
16
17
  related?: Related[]
17
18
  video?: Video[]
18
19
  }
@@ -171,19 +171,71 @@ const data = {
171
171
  }
172
172
  },
173
173
  "filters": {
174
- "vintage": {
175
- "type": "Select",
176
- "multiple": true,
177
- "value": ""
178
- },
179
- "programs": {
174
+ "disciplines": {
180
175
  "type": "Select",
181
176
  "multiple": true,
177
+ "items": {
178
+ "AnthropologyAndEthnology": "ANTHROPOLOGY_AND_ETHNOLOGY",
179
+ "ArchitectureAndUrbanPlanning": "ARCHITECTURE_AND_URBAN_PLANNING",
180
+ "Archaeology": "ARCHAEOLOGY",
181
+ "ArtAndHistoryOfArt": "ART_AND_HISTORY_OF_ART",
182
+ "ClassicalStudies": "CLASSICAL_STUDIES",
183
+ "Demography": "DEMOGRAPHY",
184
+ "DigitalHumanities": "DIGITAL_HUMANITIES",
185
+ "Economics": "ECONOMICS",
186
+ "EducationSciences": "EDUCATION_SCIENCES",
187
+ "EnvironmentalSciences": "ENVIRONMENTAL_SCIENCES",
188
+ "Geography": "GEOGRAPHY",
189
+ "History": "HISTORY",
190
+ "InformationAndCommunicationSciences": "INFORMATION_AND_COMMUNICATION_SCIENCES",
191
+ "InternationalRelations": "INTERNATIONAL_RELATIONS",
192
+ "Law": "LAW",
193
+ "Linguistics": "LINGUISTICS",
194
+ "Literature": "LITERATURE",
195
+ "ManagementAndPublicAdministration": "MANAGEMENT_AND_PUBLIC_ADMINISTRATION",
196
+ "NeurosciencesAndCognitiveSciences": "NEUROSCIENCES_AND_COGNITIVE_SCIENCES",
197
+ "Philosophy": "PHILOSOPHY",
198
+ "PoliticalScience": "POLITICAL_SCIENCE",
199
+ "Psychology": "PSYCHOLOGY",
200
+ "Sociology": "SOCIOLOGY",
201
+ "StudiesInScienceAndTechnology": "STUDIES_IN_SCIENCE_AND_TECHNOLOGY",
202
+ "Theology": "THEOLOGY",
203
+ "Biology": "BIOLOGY",
204
+ "Chemistry": "CHEMISTRY",
205
+ "ComputerScience": "COMPUTER_SCIENCE",
206
+ "Medicine": "MEDICINE",
207
+ "PhysicsMathematicsAndEngineering": "PHYSICS_MATHEMATICS_AND_ENGINEERING"
208
+ },
182
209
  "value": ""
183
210
  },
184
- "disciplines": {
211
+ "thematics": {
185
212
  "type": "Select",
186
213
  "multiple": true,
214
+ "items": {
215
+ "AgricultureAndFood": "AGRICULTURE_AND_FOOD",
216
+ "ArtificialIntelligence": "ARTIFICIAL_INTELLIGENCE",
217
+ "CommunicationAndDigitalEconomy": "COMMUNICATION_AND_DIGITAL_ECONOMY",
218
+ "BehaviourPerceptionEmotions": "BEHAVIOUR_PERCEPTION_EMOTIONS",
219
+ "CitiesAndRegions": "CITIES_AND_REGIONS",
220
+ "CulturalHeritage": "CULTURAL_HERITAGE",
221
+ "DemocracyCitizenshipAndGovernance": "DEMOCRACY_CITIZENSHIP_AND_GOVERNANCE",
222
+ "EducationAndResearch": "EDUCATION_AND_RESEARCH",
223
+ "EnergyNaturalResources": "ENERGY_NATURAL_RESOURCES",
224
+ "EnvironmentAndClimate": "ENVIRONMENT_AND_CLIMATE",
225
+ "IdentitiesGenderAndSexualities": "IDENTITIES_GENDER_AND_SEXUALITIES",
226
+ "InequalitiesInclusionSocialInnovation": "INEQUALITIES_INCLUSION_SOCIAL_INNOVATION",
227
+ "Migrations": "MIGRATIONS",
228
+ "Oceans": "OCEANS",
229
+ "PublicPolicies": "PUBLIC_POLICIES",
230
+ "RadicalisationViolenceExtremism": "RADICALISATION_VIOLENCE_EXTREMISM",
231
+ "RegulationAndGlobalisation": "REGULATION_AND_GLOBALISATION",
232
+ "ReligionSecularismSocieties": "RELIGION_SECULARISM_SOCIETIES",
233
+ "HealthAndAgeing": "HEALTH_AND_AGEING",
234
+ "SecurityWarAndPeace": "SECURITY_WAR_AND_PEACE",
235
+ "Space": "SPACE",
236
+ "TransportMobilityTourism": "TRANSPORT_MOBILITY_TOURISM",
237
+ "WorkInnovationTechnology": "WORK_INNOVATION_TECHNOLOGY"
238
+ },
187
239
  "value": ""
188
240
  },
189
241
  "status": {
@@ -195,6 +247,16 @@ const data = {
195
247
  },
196
248
  "multiple": true,
197
249
  "value": ""
250
+ },
251
+ "vintage": {
252
+ "type": "Select",
253
+ "multiple": true,
254
+ "value": ""
255
+ },
256
+ "programs": {
257
+ "type": "Select",
258
+ "multiple": true,
259
+ "value": ""
198
260
  }
199
261
  },
200
262
  "limit": 20