-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-template.json
More file actions
493 lines (493 loc) · 20.3 KB
/
Copy pathenv-template.json
File metadata and controls
493 lines (493 loc) · 20.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
{
"KEYS": {
"dataverseToken": ""
},
"EMAIL": {
"user_email": ""
},
"INSTITUTION":{
"name": "University of Texas at Austin",
"filename": "UT-austin",
"uniqueIdentifier": "Austin",
"ror": "https://ror.org/00hj54h04",
"myInstitution": "UT Austin",
"subtree": "utexas"
},
"TOGGLES":{
"test": true,
"metrics_dc": false,
"metrics_dv": false,
"only_my_institution": false,
"current_members": false,
"split_outputs": true,
"exclude_drafts": true,
"versions_api": false
},
"VARIABLES": {
"PAGE_SIZES": {
"datacite_prod": 1000,
"datacite_test": 200,
"dataverse_prod": 200,
"dataverse_test": 10
},
"PAGE_LIMITS": {
"dspace_test": 3,
"dspace_prod": 100,
"tdr_test": 3,
"tdr_prod": 100
},
"PAGE_STARTS": {
"datacite": 0,
"dataverse": 0
},
"PAGE_INCREMENTS": {
"dataverse": 1
}
},
"GRAPHS":{
"default_width": 14,
"default_height": 7,
"default_dpi": 300,
"default_extension": "tiff",
"default_title": 18,
"default_axis_titles": 16,
"default_axis_labels": 14,
"default_legend": 13,
"default_bar_labels": 13,
"default_line_width": 3.5
},
"TABLES":{
"default_width": 15,
"default_height": 0.5
},
"SCHOOL_MAPS":{
"SCHOOL_COLORS": {
"Baylor U": "#154734",
"Lamar U": "#DC0031",
"SMU": "#354CA1",
"TAMU": "#500000",
"TAMIU": "#61162D",
"TAMU Galveston": "#500000",
"Texas State U": "#501214",
"Texas Tech U": "#E90802",
"UTHSCSA": "#a44900",
"UT Austin": "#bf5700",
"UT Southwestern": "#004c97",
"U Houston": "#C8102E",
"UNT-HSC": "#00778b",
"Other affiliation": "#808080",
"No affiliation": "#4D4141"
},
"SCHOOL_LOGOS": {
"Baylor U": "logos/baylor_logo.png",
"Lamar U": "logos/lamar_logo.png",
"SMU": "logos/smu_logo.png",
"TAMU": "logos/tamu_logo.png",
"TAMU Galveston": "logos/tamug_logo.png",
"TAMIU": "logos/tamiu_logo.png",
"Texas State U": "logos/txst_logo.png",
"Texas Tech U": "logos/ttu_logo.png",
"UNT-HSC": "logos/unthsc_logo.png",
"U Houston": "logos/uh_logo.png",
"UT Austin": "logos/utexas_logo.png",
"UT Southwestern": "logos/utswmed_logo.png",
"UTHSCSA": "logos/uthscsa_logo.png"
},
"SCHOOL_NAMES": {
"baylor": "Baylor U",
"Baylor University": "Baylor U",
"HSC Forth Worth": "UNT-HSC",
"lamar": "Lamar U",
"Lamar University": "Lamar U",
"smu": "SMU",
"Southern Methodist University": "SMU",
"tamiu": "TAMIU",
"TAMU International": "TAMIU",
"Texas A and M International": "TAMIU",
"tamu": "TAMU",
"TAMU Libraries": "TAMU",
"Texas A&M": "TAMU",
"Texas A&M University": "TAMU",
"Texas A&M University ": "TAMU",
"Texas A and M University": "TAMU",
"Texas A and M University": "TAMU",
"tamug": "TAMU Galveston",
"Texas State University": "Texas State U",
"txst": "Texas State U",
"ttu": "Texas Tech U",
"TTU": "Texas Tech U",
"Texas Tech University": "Texas Tech U",
"unthsc": "UNT-HSC",
"UNT Health Fort Worth": "UNT-HSC",
"University of North Texas Health Science Center": "UNT-HSC",
"University of North Texas Health Science Center at Fort Worth": "UNT-HSC",
"utswmed": "UT Southwestern",
"The University of Texas Southwestern Medical Center": "UT Southwestern",
"utexas": "UT Austin",
"University of Texas Libraries": "UT Austin",
"UT Libraries": "UT Austin",
"University of Texas at Austin": "UT Austin",
"University of Texas at Austin ": "UT Austin",
"uthscsa": "UTHSCSA",
"UT San Antonio Health": "UTHSCSA",
"UT Health San Antonio": "UTHSCSA",
"uh": "U Houston",
"University of Houston": "U Houston"
},
"DISPLAY_NAMES": {
"Baylor U": "Baylor University",
"Lamar U": "Lamar University",
"SMU": "Southern Methodist University",
"TAMU": "Texas A&M University",
"TAMU Galveston": "Texas A&M University at Galveston",
"TAMIU": "Texas A&M International University",
"Texas State U": "Texas State University",
"Texas Tech U": "Texas Tech University",
"UNT-HSC": "University of North Texas Health Science Center",
"U Houston": "University of Houston",
"UT Austin": "The University of Texas at Austin",
"UT Southwestern": "The University of Texas Southwestern Medical Center",
"UTHSCSA": "The University of Texas at San Antonio Health Science Center"
},
"COLLECTION_NAMES": {
"Baylor U": "baylor",
"Lamar U": "lamar",
"SMU": "smu",
"TAMU": "tamu",
"TAMU Galveston": "tamug",
"TAMIU": "tamiu",
"Texas State U": "txst",
"Texas Tech U": "ttu",
"UNT-HSC": "unthsc",
"U Houston": "uh",
"UT Austin": "utexas",
"UT Southwestern": "utswmed",
"UTHSCSA": "uthscsa"
},
"COLLECTION_NUMBERS": {
"Baylor U": 64,
"Lamar U": 1025950,
"SMU": 272678,
"TAMU": 61,
"TAMU Galveston": 65,
"TAMIU": 67,
"Texas State U": 60,
"Texas Tech U": 70,
"UNT-HSC": 291286,
"U Houston": 71,
"UT Austin": 49,
"UT Southwestern": 263681,
"UTHSCSA": 272592
},
"MEMBERS": {
"current_members": [
"Baylor U",
"Lamar U",
"SMU",
"TAMU",
"TAMU Galveston",
"TAMIU",
"Texas State U",
"Texas Tech U",
"U Houston",
"UT Austin",
"UT Southwestern",
"UNT-HSC",
"UTHSCSA"
],
"current_members_plus": [
"Baylor U",
"Lamar U",
"SMU",
"TAMU",
"TAMU Galveston",
"TAMIU",
"Texas State U",
"Texas Tech U",
"U Houston",
"UT Austin",
"UT Southwestern",
"UNT-HSC",
"UTHSCSA",
"No affiliation"
]
},
"SCHOOL_GROUPS":
{
"by_size": {
"Large": ["UT Austin", "TAMU"],
"Medium": ["U Houston", "Baylor U", "Texas Tech U", "Texas State U", "No affiliation", "Other affiliation"],
"Small": ["TAMIU", "UNT-HSC", "UTHSCSA", "Lamar U", "SMU"]
}
}
},
"FORMAT_MAP": {
"application/dbf": "DBF",
"application/fits": "FITS",
"application/font-woff": "WOFF",
"application/futuresplash": "FutureSplash",
"application/geo+json": "GeoJSON",
"application/gzip": "GZIP (compressed archive)",
"application/javascript": "JavaScript",
"application/java-serialized-object": "Java Serialized Object",
"application/java-vm": "Java VM",
"application/json": "JSON",
"application/mac-compactpro": "Mac CompactPro",
"application/mathematica": "Mathematica Notebook",
"application/matlab-mat": "MATLAB (data)",
"application/msaccess": "MS Access",
"application/msword": "MS Word",
"application/netcdf": "NetCDF",
"application/octet-stream": "Binary",
"application/pdf": "PDF",
"application/postscript": "PostScript",
"application/prj": "PRJ (shapefile index file)",
"application/rtf": "Rich Text File",
"application/sbn": "SBN (shapefile index file)",
"application/sbx": "SBX (shapefile index file)",
"application/shp": "Shapefile",
"application/shx": "SHX (shapefile index file)",
"application/vnd.antix.game-component": "Antix Game Player",
"application/vnd.enliven": "Enliven",
"application/vnd.eszigno3+xml": "ESZ File",
"application/vnd.fdsn.mseed": "MiniSEED",
"application/vnd.google-earth.kml+xml": "KML",
"application/vnd.google-earth.kmz": "KMZ",
"application/vnd.isac.fcs": "Flow Cytometry File",
"application/vnd.lotus-approach": "Lotus Approach",
"application/vnd.lotus-freelance": "Lotus Freelance",
"application/vnd.ms-excel": "MS Excel",
"application/vnd.ms-excel.sheet.macroEnabled.12": "MS Excel",
"application/vnd.ms-fontobject": "MS Font Object",
"application/vnd.ms-pki.seccat": "MS PKI SecCat",
"application/vnd.ms-pki.stl": "MS PKI STL",
"application/vnd.ms-powerpoint": "MS PowerPoint",
"application/vnd.ms-powerpoint.presentation.macroenabled.12": "MS PowerPoint",
"application/vnd.novadigm.ext": "Novadigm",
"application/vnd.oasis.opendocument.spreadsheet": "OpenDocument",
"application/vnd.openxmlformats-officedocument.presentationml.presentation": "MS PowerPoint",
"application/vnd.openxmlformats-officedocument.presentationml.template": "MS PowerPoint",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "MS Excel",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "MS Word",
"application/vnd.palm": "Palm",
"application/vnd.pg.format": "Unknown",
"application/vnd.realvnc.bed": "RealVNC BED",
"application/vnd.shana.informed.formtemplate": "Shana FormTemplate",
"application/vnd.stardivision.writer": "StarDivision Writer",
"application/vnd.sun.xml.writer.template": "Sun XML Writer Template",
"application/vnd.tcpdump": "tcpdump",
"application/vnd.tcpdump.pcap": "tcpdump",
"application/vnd.wolfram.mathematica.package": "Wolfram Language package",
"application/vnd.wolfram.nb": "Wolfram Notebook",
"application/winhlp": "MS WinHelp",
"application/x-7z-compressed": "7z (compressed archive)",
"application/xcap-diff+xml": "XCAP Diff",
"application/x-aist-nt-spm": "AIST-NT SmartSPM",
"application/x-apple-diskimage": "Apple Disk Image",
"application/bzip2": "bzip2 (compressed archive)",
"application/x-bzip2": "bzip2 (compressed archive)",
"application/x-compressed": "Indeterminate compressed archive",
"application/x-dbase": "dBASE",
"application/x-dbf": "DBF",
"application/x-director": "Director",
"application/x-docker-file": "Docker File",
"application/x-dtbresource+xml": "DAISY Data Talking Book",
"application/x-font-bdf": "BDF Font",
"application/x-font-linux-psf": "PSF Font",
"application/x-font-ttf": "TTF Font",
"application/x-font-woff": "WOFF Font",
"application/x-graphpad-prism-prism": "GraphPad",
"application/x-graphpad-prism-pzfx": "GraphPad",
"application/x-gwyddion-spm": "Gwyddion",
"application/x-gzip": "GZIP (compressed archive)",
"application/x-gzip-compressed": "GZIP (compressed archive)",
"application/x-h5": "HDF5",
"application/x-hdf5": "HDF5",
"application/x-hdf": "HDF",
"application/x-ipynb+json": "Jupyter Notebook",
"application/x-iwork-numbers-sffnumbers": "iWork Numbers",
"application/xml": "XML",
"application/x-msaccess": "MS Access",
"application/x-msdownload": "MS Download",
"application/x-ms-shortcut": "MS Shortcut",
"application/x-netcdf": "NetCDF",
"application/x-ole-storage": "OLE Storage",
"application/x-pkcs7-certificates": "Microsoft Certificate",
"application/x-photoshop": "Adobe Photoshop",
"application/x-rar": "RAR (compressed archive)",
"application/x-rar-compressed": "RAR (compressed archive)",
"application/x-research-info-systems": "RIS",
"application/x-Research-Info-Systems": "RIS",
"application/x-rlang-transport": "R Transport",
"application/x-sas-syntax": "SAS Script",
"application/x-sas-system": "SAS Script",
"application/x-sh": "Shell Script",
"application/x-shar": "Shar archive",
"application/x-shellscript": "Shell Script",
"application/x-spss-sav": "SPSS SAV",
"application/x-spss-syntax": "SPSS Syntax",
"application/x-stata": "Stata",
"application/x-stata-13": "Stata",
"application/x-stata-14": "Stata",
"application/x-stata-ado": "Stata",
"application/x-stata-smcl": "Stata (log file)",
"application/x-stata-syntax": "Stata",
"application/x-subrip": "SubRip",
"application/x-tar": "TAR (compressed archive)",
"application/x-tex": "TeX",
"application/x-wais-source": "Unknown",
"application/x-xfig": "XFig",
"application/x-xz": "XZ (compressed archive)",
"application/x-yaml": "YAML",
"application/zip": "ZIP (compressed archive)",
"application/zipped-shapefile": "Zipped Shapefile",
"ASCII: ASCII Text (text/plain)": "Plain text",
"audio/aiff": "AIIF",
"audio/mpeg": "MPEG Audio",
"audio/ogg": "Ogg",
"audio/vnd.dts": "DTS Audio",
"audio/vnd.wave": "WAV",
"audio/wav": "WAV",
"audio/x-m4a": "M4A",
"audio/x-ms-wma": "Windows Media Audio",
"audio/x-wave": "WAV",
"chemical/x-cdxml": "ChemDraw XML",
"chemical/x-pdb": "Protein Data Bank",
"image/bmp": "BMP",
"image/fits": "FITS Image",
"image/gif": "GIF",
"image/jpeg": "JPEG",
"image/jp2": "JPEG",
"image/nii": "NIfTI",
"image/pict": "Quickdraw Image",
"image/png": "PNG",
"image/raw": "RAW (image)",
"image/RAW": "RAW (image)",
"image/svg+xml": "SVG",
"image/tiff": "TIFF",
"image/x-mrsid-image": "MrSID Image",
"image/x-pcx": "PiCture eXchange Image",
"media types: text/csv": "CSV",
"message/rfc822": "RFC822 Message",
"no files": "No files",
"text/calendar": "Image Cytometry Standard",
"text/comma-separated-values": "CSV",
"text/css": "CSS",
"text/csv": "CSV",
"text/csv Comma-separated values (CSV)": "CSV",
"text/html": "HTML",
"text/javascript": "JavaScript",
"text/markdown": "Markdown",
"text/x-objcsrc": "Objective-C",
"text/plain": "Plain text",
"text/plain; charset=US-ASCII": "Plain text",
"text/plain; charset=UTF-8": "Plain text",
"text/rtf": "Rich Text File",
"text/tab-separated-values": "TSV",
"text/tsv": "TSV",
"text/vnd.dvb.subtitle": "DVB Subtitle",
"text/vtt": "WebVTT",
"text/x-c": "C Source",
"text/x-fixed-field": "Fixed Field",
"text/x-fortran": "Fortran",
"text/x-fortranapplication/octet-stream": "Fortran",
"text/x-makefile": "Makefile",
"text/x-markdown": "Markdown",
"text/x-matlab": "MATLAB",
"text/xml": "XML",
"text/x-pascal": "Pascal",
"text/x-python": "Python",
"text/x-python-script": "Python",
"text/x-r-markdown": "R Markdown",
"text/x-r-notebook": "R Notebook",
"text/x-r-source": "R",
"text/x-sas-syntax": "SAS Script",
"text/x-sh": "Shell Script",
"text/x-shellscript": "Shell Script",
"text/x-spss-syntax": "SPSS Syntax",
"text/x-stata-syntax": "Stata",
"text/x-stata-syntax; charset=US-ASCII": "Stata",
"type/x-r-syntax": "R Syntax",
"text/x-tex": "TeX",
"video/avi": "AVI",
"video/mp4": "MP4",
"video/quicktime": "QuickTime",
"video/x-msvideo": "AVI",
"Microsoft Access format (application/msaccess)": "MS Access",
"PDF: Portable Document Format (application/pdf)": "PDF",
"Powerpoint (application/vnd.ms-powerpoint)": "MS PowerPoint",
"TAR/GNU Zip (.tar.gz/.tgz) (application/x-gzip)": "TAR.GZ (compressed archive)",
"XLS: Excel (application/vnd.ms-excel)": "MS Excel",
"ZIP: PKZIP (application/zip)": "ZIP (compressed archive)"
},
"SOFTWARE_FORMATS": {
"application/javascript": "JavaScript",
"application/x-sh": "Shell Script",
"application/x-shellscript": "Shell Script",
"text/javascript": "JavaScript",
"text/x-sh": "Shell Script",
"text/x-shellscript": "Shell Script",
"application/x-docker-file": "Docker File",
"text/x-python": "Python",
"text/x-python-script": "Python",
"text/x-r-source": "R",
"text/x-r-markdown": "R Markdown",
"text/x-r-notebook": "R Notebook",
"type/x-r-syntax": "R Syntax",
"application/x-rlang-transport": "R Transport",
"text/x-c": "C Source",
"text/x-objcsrc": "Objective-C",
"text/x-fortran": "Fortran",
"text/x-fortranapplication/octet-stream": "Fortran",
"text/x-makefile": "Makefile",
"text/x-pascal": "Pascal",
"text/x-tex": "TeX",
"application/x-tex": "TeX",
"application/x-spss-sav": "SPSS SAV",
"application/x-spss-syntax": "SPSS Syntax",
"text/x-spss-syntax": "SPSS Syntax",
"text/x-sas-syntax": "SAS Script",
"application/x-sas-syntax": "SAS Script",
"application/x-sas-system": "SAS Script",
"application/x-stata": "Stata",
"application/x-stata-13": "Stata",
"application/x-stata-14": "Stata",
"application/x-stata-ado": "Stata",
"application/x-stata-syntax": "Stata",
"text/x-stata-syntax": "Stata",
"text/x-stata-syntax; charset=US-ASCII": "Stata",
"application/x-ipynb+json": "Jupyter Notebook",
"application/mathematica": "Mathematica Notebook",
"text/x-matlab": "MATLAB"
},
"COMPRESSED_FORMATS": {
"application/bzip2": "bzip2 (compressed archive)",
"application/gzip": "GZIP (compressed archive)",
"application/x-gzip-compressed": "GZIP (compressed archive)",
"application/x-7z-compressed": "7z (compressed archive)",
"application/x-compressed": "Indeterminate compressed archive",
"application/x-gzip": "GZIP (compressed archive)",
"application/x-rar": "RAR (compressed archive)",
"application/x-tar": "TAR (compressed archive)",
"application/x-xz": "XZ (compressed archive)",
"application/zip": "ZIP (compressed archive)",
"TAR/GNU Zip (.tar.gz/.tgz) (application/x-gzip)": "TAR.GZ (compressed archive)",
"ZIP: PKZIP (application/zip)": "ZIP (compressed archive)"
},
"MICROSOFT_FORMATS": {
"application/msaccess": "MS Access",
"application/x-msaccess": "MS Access",
"application/msword": "MS Word",
"application/vnd.ms-excel": "MS Excel",
"application/vnd.ms-excel.sheet.macroEnabled.12": "MS Excel",
"application/vnd.ms-powerpoint": "MS PowerPoint",
"application/vnd.ms-powerpoint.presentation.macroenabled.12": "MS PowerPoint",
"application/vnd.openxmlformats-officedocument.presentationml.presentation": "MS PowerPoint",
"application/vnd.openxmlformats-officedocument.presentationml.template": "MS PowerPoint",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "MS Excel",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "MS Word",
"Microsoft Access format (application/msaccess)": "MS Access",
"Powerpoint (application/vnd.ms-powerpoint)": "MS PowerPoint",
"XLS: Excel (application/vnd.ms-excel)": "MS Excel"
}
}