@paris-ias/trees 2.0.17 → 2.0.19

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.
@@ -133,99 +133,7 @@ const data = {
133
133
  },
134
134
  "fellows": [
135
135
  {
136
- "firstname": "",
137
- "lastname": "",
138
- "biography": {
139
- "en": "",
140
- "fr": ""
141
- },
142
- "image": "",
143
- "experiences": [
144
- {
145
- "experiences": {
146
- "affiliations": "",
147
- "positions": [
148
- {
149
- "positions": {
150
- "role": "",
151
- "department": "",
152
- "start": "",
153
- "stop": ""
154
- }
155
- }
156
- ]
157
- }
158
- }
159
- ],
160
- "socials": {
161
- "website": "",
162
- "wikipedia": "",
163
- "orcid": "",
164
- "scholar": "",
165
- "researchgate": "",
166
- "mendeley": "",
167
- "idRef": "",
168
- "twitter": "",
169
- "linkedin": "",
170
- "bluesky": "",
171
- "instagram": "",
172
- "youtube": ""
173
- },
174
- "disciplines": "",
175
- "video": [
176
- {
177
- "video": {
178
- "url": "",
179
- "caption": {
180
- "en": "",
181
- "fr": ""
182
- },
183
- "alt": {
184
- "en": "",
185
- "fr": ""
186
- },
187
- "copyright": "Free of rights",
188
- "licence": "",
189
- "licenseUrl": "",
190
- "backgroundColor": ""
191
- }
192
- }
193
- ],
194
- "related": {
195
- "events": "",
196
- "news": "",
197
- "people": "",
198
- "publications": "",
199
- "projects": "",
200
- "fellowships": ""
201
- },
202
- "consent": {
203
- "data": false,
204
- "record": false,
205
- "diffusion": false,
206
- "publication": false,
207
- "email": false,
208
- "newsletter": false,
209
- "fellowshipnewsletter": false
210
- },
211
- "groups": {
212
- "team": false,
213
- "sab": false,
214
- "board": false,
215
- "fellows": false,
216
- "sponsor": false,
217
- "vintage": [
218
- {
219
- "name": "",
220
- "year": "",
221
- "theme": {
222
- "en": "",
223
- "fr": ""
224
- },
225
- "url": ""
226
- }
227
- ]
228
- }
136
+ "fellows": ""
229
137
  }
230
138
  ],
231
139
  "gallery": "",
@@ -623,573 +531,16 @@ const data = {
623
531
  "label": "fellows",
624
532
  "component": "CollectionContainerPanel",
625
533
  "type": "ARRAY",
626
- "rules": {
627
- "required": true,
628
- "min": 5,
629
- "max": 200
630
- },
631
- "meta": "fellows",
632
534
  "items": {
633
- "firstname": {
634
- "label": "firstname",
635
- "component": "TextField",
636
- "type": "PRIMITIVE",
637
- "rules": {
638
- "required": true,
639
- "min": 1,
640
- "max": 200
641
- },
642
- "meta": "firstname"
643
- },
644
- "lastname": {
645
- "label": "lastname",
646
- "component": "TextField",
647
- "type": "PRIMITIVE",
648
- "rules": {
649
- "required": true,
650
- "min": 1,
651
- "max": 200
652
- },
653
- "meta": "lastname"
654
- },
655
- "biography": {
656
- "label": "biography",
657
- "component": "TextArea",
658
- "i18n": true,
659
- "type": "PRIMITIVE",
660
- "rules": {
661
- "required": true,
662
- "min": 5,
663
- "max": 500
664
- },
665
- "meta": "biography",
666
- "transformers": [
667
- "CANDIDATES"
668
- ]
669
- },
670
- "image": {
671
- "label": "image",
672
- "component": "ImagePicker",
673
- "type": "DOCUMENT",
674
- "meta": "image",
675
- "default": ""
676
- },
677
- "experiences": {
678
- "label": "experiences",
679
- "component": "CollectionContainerPanel",
680
- "type": "ARRAY",
681
- "items": {
682
- "experiences": {
683
- "label": "experiences",
684
- "component": "ObjectContainerPanel",
685
- "type": "OBJECT",
686
- "meta": "experiences",
687
- "items": {
688
- "affiliations": {
689
- "label": "affiliations",
690
- "component": "DocumentPicker",
691
- "type": "DOCUMENT",
692
- "meta": "affiliations",
693
- "rules": {
694
- "required": true
695
- },
696
- "default": ""
697
- },
698
- "positions": {
699
- "label": "positions",
700
- "component": "CollectionContainerPanel",
701
- "type": "ARRAY",
702
- "meta": "positions",
703
- "items": {
704
- "positions": {
705
- "label": "position",
706
- "component": "ObjectContainerPanel",
707
- "type": "OBJECT",
708
- "meta": "position",
709
- "items": {
710
- "role": {
711
- "label": "role",
712
- "component": "TextField",
713
- "type": "PRIMITIVE",
714
- "rules": {
715
- "required": true,
716
- "min": 2,
717
- "max": 200
718
- },
719
- "meta": "role"
720
- },
721
- "department": {
722
- "label": "department",
723
- "component": "TextField",
724
- "type": "PRIMITIVE",
725
- "rules": {
726
- "required": true,
727
- "min": 3,
728
- "max": 200
729
- },
730
- "meta": "department"
731
- },
732
- "start": {
733
- "label": "start",
734
- "component": "DatePicker",
735
- "type": "PRIMITIVE",
736
- "rules": {
737
- "required": true,
738
- "date": true
739
- },
740
- "meta": "start"
741
- },
742
- "stop": {
743
- "label": "stop",
744
- "component": "DatePicker",
745
- "type": "PRIMITIVE",
746
- "hint": "Leave empty if this is an ongoing position",
747
- "rules": {
748
- "date": true
749
- },
750
- "meta": "stop"
751
- }
752
- }
753
- }
754
- }
755
- }
756
- }
757
- }
758
- }
759
- },
760
- "socials": {
761
- "label": "socials",
762
- "component": "ObjectKeyPairContainer",
763
- "type": "OBJECT",
764
- "meta": "socials",
765
- "items": {
766
- "website": {
767
- "label": "website",
768
- "type": "PRIMITIVE",
769
- "component": "TextField",
770
- "rules": {
771
- "url": true
772
- },
773
- "meta": "website"
774
- },
775
- "wikipedia": {
776
- "label": "wikipedia",
777
- "type": "PRIMITIVE",
778
- "component": "TextField",
779
- "rules": {
780
- "url": true
781
- },
782
- "meta": "wikipedia"
783
- },
784
- "orcid": {
785
- "label": "orcid",
786
- "type": "PRIMITIVE",
787
- "component": "TextField",
788
- "rules": {
789
- "orcid": true
790
- },
791
- "meta": "orcid"
792
- },
793
- "scholar": {
794
- "label": "scholar",
795
- "type": "PRIMITIVE",
796
- "component": "TextField",
797
- "rules": {
798
- "url": true
799
- },
800
- "meta": "scholar"
801
- },
802
- "researchgate": {
803
- "label": "researchgate",
804
- "type": "PRIMITIVE",
805
- "component": "TextField",
806
- "rules": {
807
- "url": true
808
- },
809
- "meta": "researchgate"
810
- },
811
- "mendeley": {
812
- "label": "mendeley",
813
- "type": "PRIMITIVE",
814
- "component": "TextField",
815
- "rules": {
816
- "url": true
817
- },
818
- "meta": "mendeley"
819
- },
820
- "idRef": {
821
- "label": "idRef",
822
- "type": "PRIMITIVE",
823
- "component": "TextField",
824
- "rules": {
825
- "url": true
826
- },
827
- "meta": "idRef"
828
- },
829
- "twitter": {
830
- "label": "twitter",
831
- "type": "PRIMITIVE",
832
- "component": "TextField",
833
- "rules": {
834
- "url": true
835
- },
836
- "meta": "twitter"
837
- },
838
- "linkedin": {
839
- "label": "linkedin",
840
- "type": "PRIMITIVE",
841
- "component": "TextField",
842
- "rules": {
843
- "url": true
844
- },
845
- "meta": "linkedin"
846
- },
847
- "bluesky": {
848
- "label": "bluesky",
849
- "type": "PRIMITIVE",
850
- "component": "TextField",
851
- "rules": {
852
- "url": true
853
- },
854
- "meta": "bluesky"
855
- },
856
- "instagram": {
857
- "label": "instagram",
858
- "type": "PRIMITIVE",
859
- "component": "TextField",
860
- "rules": {
861
- "url": true
862
- },
863
- "meta": "instagram"
864
- },
865
- "youtube": {
866
- "label": "youtube",
867
- "type": "PRIMITIVE",
868
- "component": "TextField",
869
- "rules": {
870
- "url": true
871
- },
872
- "meta": "youtube"
873
- }
874
- }
875
- },
876
- "disciplines": {
877
- "label": "disciplines",
535
+ "fellows": {
536
+ "label": "fellow",
878
537
  "component": "DocumentPicker",
879
538
  "type": "DOCUMENT",
880
- "meta": "disciplines",
539
+ "meta": "fellow",
881
540
  "default": ""
882
- },
883
- "video": {
884
- "label": "videos",
885
- "component": "CollectionContainerPanel",
886
- "type": "ARRAY",
887
- "meta": "video",
888
- "items": {
889
- "video": {
890
- "label": "video",
891
- "component": "ObjectCollapsiblePanel",
892
- "type": "OBJECT",
893
- "meta": "video",
894
- "items": {
895
- "url": {
896
- "type": "PRIMITIVE",
897
- "component": "TextField",
898
- "label": "url",
899
- "description": "The url where the image is fetched from",
900
- "rules": {
901
- "required": true,
902
- "url": true,
903
- "max": 2048
904
- },
905
- "meta": "url"
906
- },
907
- "caption": {
908
- "label": "caption",
909
- "type": "PRIMITIVE",
910
- "component": "TextField",
911
- "i18n": true,
912
- "rules": {
913
- "required": true,
914
- "min": 2,
915
- "max": 100
916
- },
917
- "meta": "caption"
918
- },
919
- "alt": {
920
- "label": "alt",
921
- "type": "PRIMITIVE",
922
- "i18n": true,
923
- "component": "TextField",
924
- "description": "Displayed if the image cannot be loaded",
925
- "rules": {
926
- "max": 200
927
- },
928
- "meta": "alt"
929
- },
930
- "copyright": {
931
- "label": "copyright",
932
- "type": "PRIMITIVE",
933
- "component": "TextField",
934
- "default": "Free of rights",
935
- "description": "Owner of the image copyright",
936
- "meta": "copyright"
937
- },
938
- "licence": {
939
- "label": "licence",
940
- "type": "PRIMITIVE",
941
- "component": "TextField",
942
- "default": null,
943
- "description": "The licence of the video",
944
- "meta": "licence"
945
- },
946
- "licenseUrl": {
947
- "label": "licenseUrl",
948
- "type": "PRIMITIVE",
949
- "component": "TextField",
950
- "default": null,
951
- "description": "The caption of the video",
952
- "rules": {
953
- "url": true
954
- },
955
- "show": {
956
- "default": false,
957
- "switchIf": [],
958
- "disjonctive": false
959
- },
960
- "meta": "licenseUrl"
961
- },
962
- "backgroundColor": {
963
- "label": "backgroundColor",
964
- "type": "PRIMITIVE",
965
- "component": "ColorPicker",
966
- "default": null,
967
- "rules": {
968
- "color": true
969
- },
970
- "show": {
971
- "default": false,
972
- "switchIf": [],
973
- "disjonctive": false
974
- },
975
- "meta": "backgroundColor"
976
- }
977
- }
978
- }
979
- }
980
- },
981
- "related": {
982
- "label": "related",
983
- "component": "ObjectContainerPanel",
984
- "type": "OBJECT",
985
- "rules": {
986
- "required": true,
987
- "min": 5,
988
- "max": 200
989
- },
990
- "meta": "related",
991
- "items": {
992
- "events": {
993
- "label": "relatedEvent",
994
- "component": "DocumentPicker",
995
- "type": "DOCUMENT",
996
- "meta": "event",
997
- "default": ""
998
- },
999
- "news": {
1000
- "label": "relatedNews",
1001
- "component": "DocumentPicker",
1002
- "type": "DOCUMENT",
1003
- "meta": "news",
1004
- "default": ""
1005
- },
1006
- "people": {
1007
- "label": "relatedPeople",
1008
- "component": "DocumentPicker",
1009
- "type": "DOCUMENT",
1010
- "meta": "people",
1011
- "default": ""
1012
- },
1013
- "publications": {
1014
- "label": "relatedPublication",
1015
- "component": "DocumentPicker",
1016
- "type": "DOCUMENT",
1017
- "meta": "publication",
1018
- "default": ""
1019
- },
1020
- "projects": {
1021
- "label": "relatedProject",
1022
- "component": "DocumentPicker",
1023
- "type": "DOCUMENT",
1024
- "meta": "project",
1025
- "default": ""
1026
- },
1027
- "fellowships": {
1028
- "label": "relatedFellowships",
1029
- "component": "DocumentPicker",
1030
- "type": "DOCUMENT",
1031
- "meta": "fellowship",
1032
- "default": ""
1033
- }
1034
- }
1035
- },
1036
- "consent": {
1037
- "label": "consent",
1038
- "component": "ObjectContainerPanel",
1039
- "type": "OBJECT",
1040
- "meta": "consent",
1041
- "items": {
1042
- "data": {
1043
- "label": "data",
1044
- "component": "Checkbox",
1045
- "type": "PRIMITIVE",
1046
- "default": false,
1047
- "hint": "My profile will be showcased on the Paris IAS websites",
1048
- "meta": "data"
1049
- },
1050
- "record": {
1051
- "label": "record",
1052
- "component": "Checkbox",
1053
- "type": "PRIMITIVE",
1054
- "default": false,
1055
- "hint": "Necessary if you appear in a video or audio recording",
1056
- "meta": "record"
1057
- },
1058
- "diffusion": {
1059
- "label": "diffusion",
1060
- "component": "Checkbox",
1061
- "type": "PRIMITIVE",
1062
- "default": false,
1063
- "hint": "To make available my video and audio recordings in publicaitons, news, events...",
1064
- "meta": "diffusion"
1065
- },
1066
- "publication": {
1067
- "label": "publication",
1068
- "component": "Checkbox",
1069
- "type": "PRIMITIVE",
1070
- "default": false,
1071
- "hint": "To be officially published as an academic author and provide your content with a DOI",
1072
- "meta": "publication"
1073
- },
1074
- "email": {
1075
- "label": "email",
1076
- "component": "Checkbox",
1077
- "type": "PRIMITIVE",
1078
- "default": false,
1079
- "hint": "To allow us to send you email communications in general (including newsletter)",
1080
- "meta": "email"
1081
- },
1082
- "newsletter": {
1083
- "label": "newsletter",
1084
- "component": "Checkbox",
1085
- "type": "PRIMITIVE",
1086
- "default": false,
1087
- "meta": "newsletter"
1088
- },
1089
- "fellowshipnewsletter": {
1090
- "label": "fellowshipnewsletter",
1091
- "component": "Checkbox",
1092
- "type": "PRIMITIVE",
1093
- "default": false,
1094
- "meta": "fellowshipnewsletter"
1095
- }
1096
- }
1097
- },
1098
- "groups": {
1099
- "label": "groups",
1100
- "groups": [
1101
- "ADMIN"
1102
- ],
1103
- "component": "ObjectContainerPanel",
1104
- "type": "OBJECT",
1105
- "meta": "groups",
1106
- "items": {
1107
- "team": {
1108
- "label": "team",
1109
- "component": "Checkbox",
1110
- "type": "PRIMITIVE",
1111
- "meta": "team"
1112
- },
1113
- "sab": {
1114
- "label": "sab",
1115
- "component": "Checkbox",
1116
- "type": "PRIMITIVE",
1117
- "meta": "sab"
1118
- },
1119
- "board": {
1120
- "label": "board",
1121
- "component": "Checkbox",
1122
- "type": "PRIMITIVE",
1123
- "meta": "board"
1124
- },
1125
- "fellows": {
1126
- "label": "fellows",
1127
- "component": "Checkbox",
1128
- "type": "PRIMITIVE",
1129
- "meta": "fellow"
1130
- },
1131
- "sponsor": {
1132
- "label": "sponsor",
1133
- "component": "Checkbox",
1134
- "type": "PRIMITIVE",
1135
- "meta": "sponsor"
1136
- },
1137
- "vintage": {
1138
- "label": "vintage",
1139
- "component": "CollectionContainerPanel",
1140
- "type": "ARRAY",
1141
- "meta": "vintage",
1142
- "items": {
1143
- "name": {
1144
- "label": "name",
1145
- "type": "PRIMITIVE",
1146
- "component": "TextField",
1147
- "rules": {
1148
- "required": true,
1149
- "min": 2,
1150
- "max": 100
1151
- },
1152
- "meta": "name"
1153
- },
1154
- "year": {
1155
- "label": "year",
1156
- "type": "PRIMITIVE",
1157
- "component": "TextField",
1158
- "rules": {
1159
- "required": true,
1160
- "min": 2,
1161
- "max": 100
1162
- },
1163
- "meta": "year"
1164
- },
1165
- "theme": {
1166
- "label": "theme",
1167
- "type": "PRIMITIVE",
1168
- "component": "TextField",
1169
- "i18n": true,
1170
- "rules": {
1171
- "required": true,
1172
- "min": 2,
1173
- "max": 100
1174
- },
1175
- "meta": "theme"
1176
- },
1177
- "url": {
1178
- "type": "PRIMITIVE",
1179
- "component": "TextField",
1180
- "label": "url",
1181
- "rules": {
1182
- "required": true,
1183
- "url": true,
1184
- "max": 2048
1185
- },
1186
- "meta": "url"
1187
- }
1188
- }
1189
- }
1190
- }
1191
541
  }
1192
- }
542
+ },
543
+ "meta": "fellows"
1193
544
  },
1194
545
  "gallery": {
1195
546
  "label": "gallery",