DSP Macros
EarthchemAuthWindow
Bases: WebPage
Authentication window to use Earthchem as Backend
Source code in dsp/dsp_macros.py
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 |
|
EarthchemResourcePage
Bases: WebPage
Landing page for an ECL resource
Source code in dsp/dsp_macros.py
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 |
|
EditEarthchemSubmission
Bases: SubmitHydroshare
, GeneralEditSubmission
Page containing forms for editing existing submission with Earthchem backend
Source code in dsp/dsp_macros.py
1100 1101 1102 1103 |
|
EditExternalSubmission
Bases: SubmitHydroshare
, GeneralEditSubmission
Page containing forms for editing existing submission with Zenodo backend
Source code in dsp/dsp_macros.py
1057 1058 1059 1060 |
|
EditHSSubmission
Bases: SubmitHydroshare
, GeneralEditSubmission
Page containing forms for editing existing submission with Hydroshare backend
Source code in dsp/dsp_macros.py
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 |
|
EditZenodoSubmission
Bases: SubmitHydroshare
, GeneralEditSubmission
Page containing forms for editing existing submission with Zenodo backend
Source code in dsp/dsp_macros.py
1063 1064 1065 1066 |
|
GeneralEditSubmission
Bases: Dsp
Source code in dsp/dsp_macros.py
814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 |
|
check_required_elements(driver, required_elements)
classmethod
Unless otherwise defined, Editsubmission pages should check required fields by dict
Source code in dsp/dsp_macros.py
952 953 954 955 956 957 958 959 960 961 962 963 964 965 |
|
HSResourcePage
Bases: WebPage
Landing page for a HS resource
Source code in dsp/dsp_macros.py
1127 1128 1129 1130 1131 1132 1133 1134 1135 |
|
HydroshareAuthWindow
Bases: WebPage
Authentication window to use Hydroshare as Backend
Source code in dsp/dsp_macros.py
243 244 245 246 247 248 249 250 251 252 253 254 255 256 |
|
MySubmissions
Bases: Dsp
Page displaying users submissions
Source code in dsp/dsp_macros.py
306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 |
|
OrcidWindow
Bases: WebPage
Orcid window
Source code in dsp/dsp_macros.py
229 230 231 232 233 234 235 236 237 238 239 240 |
|
SubmitEarthchem
Bases: GeneralSubmitToRepo
Page containing forms for submitting data with Earthchem backend
Source code in dsp/dsp_macros.py
1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 |
|
SubmitExternal
Bases: GeneralSubmitToRepo
Page containing forms for submitting data with EXTERNAL backend
Source code in dsp/dsp_macros.py
1027 1028 1029 1030 |
|
SubmitHydroshare
Bases: GeneralSubmitToRepo
Page containing forms for submitting data with HS backend
Source code in dsp/dsp_macros.py
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 |
|
SubmitLandingPage
Bases: Dsp
, RepoAuthWindow
Page containing options for submitting data
Source code in dsp/dsp_macros.py
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 |
|
SubmitZenodo
Bases: GeneralSubmitToRepo
Page containing forms for submitting data with Zenodo backend
Source code in dsp/dsp_macros.py
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
|
finish_submission(driver, uname, pw)
classmethod
Override general finish submission to account for extra Zenodo auth window
Source code in dsp/dsp_macros.py
1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
|
ZenodoAuthWindow
Bases: WebPage
Authentication window to use Zenodo as Backend
Source code in dsp/dsp_macros.py
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 |
|
ZenodoResourcePage
Bases: WebPage
Landing page for a Zenodo resource
Source code in dsp/dsp_macros.py
1138 1139 1140 1141 1142 1143 1144 1145 1146 |
|