-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
executable file
·116 lines (104 loc) · 2.98 KB
/
config.json
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
{
"name": "Flight Tracker for Scholars",
"namespace": "Vanderbilt\\FlightTrackerExternalModule",
"description": "This extensive module tracks a scholarly group's career development by charting publications, grants, and patents over time. Training grants and other scholar communities can benefit from graphical, analytical, and reporting tools, including automatically produced drafts of NIH Training Tables. Only US data supported.",
"authors": [
{
"name": "Scott J. Pearson",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
},
{
"name": "Andrew Johnson",
"email": "[email protected]",
"institution": "Vanderbilt University Medical Center"
}
],
"links": {
"project": [
{
"name": "Flight Tracker",
"icon": "report",
"url": "index.php"
}
]
},
"crons": [
{
"cron_name": "flight_tracker_cron",
"cron_description": "Flight Tracker Cron",
"method": "cron",
"cron_hour": "00",
"cron_minute": "00"
},
{
"cron_name": "flight_tracker_emails",
"cron_description": "Flight Tracker Emails; runs every minute",
"method": "emails",
"cron_frequency": "60",
"cron_max_run_time": "300"
},
{
"cron_name": "flight_tracker_main_batch",
"cron_description": "Flight Tracker Batch Cron for external APIs; runs every minute",
"method": "main_batch",
"cron_frequency": "60",
"cron_max_run_time": "3600"
},
{
"cron_name": "flight_tracker_intense_batch",
"cron_description": "Flight Tracker Batch Cron for intense jobs for DB/CPU; runs every minute",
"method": "intense_batch",
"cron_frequency": "60",
"cron_max_run_time": "3600"
},
{
"cron_name": "flight_tracker_long_batch",
"cron_description": "Flight Tracker Batch Cron for long-running jobs; runs every minute",
"method": "long_batch",
"cron_frequency": "60",
"cron_max_run_time": "3600"
},
{
"cron_name": "flight_tracker_local_batch",
"cron_description": "Flight Tracker Batch Cron for local-resource & publication-related crons; runs every minute",
"method": "local",
"cron_frequency": "60",
"cron_max_run_time": "3600"
}
],
"no-auth-pages": [
"brag",
"wrangler/certifyPub",
"reporting/getData",
"js/xtract.js",
"charts/grantTable",
"emailMgmt/makeSurveyLinks",
"copyProject",
"reporting/tables2-4WithAuth",
"reporting/tables2-4",
"mstp/reviewMSTP",
"reviewMSTP",
"mstp/mstpDownload",
"dashboard/getCount",
"reporting/upload_react/run/2.csv",
"reporting/upload_react/run/4.csv",
"reporting/upload_react/run/5A.csv",
"reporting/upload_react/run/5B.csv",
"reporting/upload_react/run/8A.csv",
"reporting/upload_react/run/8C.csv"
],
"no-csrf-pages": [
"reporting/tables2-4WithAuth"
],
"framework-version": 12,
"compatibility": {
"php-version-min": "7.3.0",
"php-version-max": "",
"redcap-version-min": "13.1.0",
"redcap-version-max": ""
},
"project-settings": [
],
"enable-no-auth-logging": true
}