-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcold_reports.yaml
More file actions
82 lines (82 loc) · 2.43 KB
/
cold_reports.yaml
File metadata and controls
82 lines (82 loc) · 2.43 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
report_directory: ./htdocs/rpt
reports:
run_people_csv:
cmd: ./run_people_csv.bash
basename: people
append_datestamp: false
content_type: text/csv
run_groups_csv:
cmd: ./run_groups_csv.bash
basename: groups
append_datestamp: false
content_type: text/csv
run_division_people_csv:
cmd: ./run_division_people.bash
basename: division_people
append_datestamp: false
content_type: text/csv
run_people_membership_csv:
cmd: ./run_people_membership.bash
basename: people_membership
append_datestamp: false
content_type: text/csv
run_group_people_crosswalk_csv:
cmd: ./run_group_people_crosswalk.bash
basename: group_people_crosswalk
append_datestamp: false
content_type: text/csv
run_division_people_crosswalk_csv:
cmd: ./run_division_people_crosswalk.bash
basename: division_people_crosswalk
append_datestamp: false
content_type: text/csv
run_people_identifier_csv:
cmd: ./run_people_identifier_csv.bash
basename: people_identifier
append_datestamp: true
content_type: text/csv
run_thesis_options_csv:
cmd: ./run_thesis_options_csv.bash
basename: thesis_options
append_datestamp: false
content_type: text/csv
journal_vocabulary:
cmd: ./run_journal_vocabulary.bash
basename: journal_vocabulary
append_datestamp: false
content_type: application/yaml
group_vocabulary:
cmd: ./run_group_vocabulary.bash
basename: group_vocabulary
append_datestamp: false
content_type: application/yaml
people_vocabulary:
cmd: ./run_people_vocabulary.bash
basename: people_vocabulary
append_datestamp: false
content_type: application/yaml
thesis_option_vocabulary:
cmd: ./run_thesis_option_vocabulary.bash
basename: thesis_option_vocabulary
append_datestamp: false
content_type: application/yaml
run_authors_records_csv:
cmd: ./run_authors_records_csv.bash
basename: authors_records
append_datestamp: false
content_type: text/csv
run_authors_review_queue_csv:
cmd: ./run_authors_review_queue_csv.bash
basename: authors_review_queue
append_datestamp: false
content_type: text/csv
run_collaborator_report:
cmd: ./run_collaborator_report.bash
inputs:
- id: clpid
type: text
required: true
basename: "{{clpid}}_nsf_collaborator_report"
append_datestamp: false
content_type: text/csv
#content_type: application/vnd.ms-excel