File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 251251}
252252
253253# File Paths
254- FILE_ARXIV_COUNT = shared .path_join (PATHS ["data_1-fetch" ], "arxiv_1_count.csv" )
254+ FILE_ARXIV_AUTHOR_BUCKET = shared .path_join (
255+ PATHS ["data_1-fetch" ], "arxiv_4_count_by_author_bucket.csv"
256+ )
255257FILE_ARXIV_CATEGORY_REPORT = shared .path_join (
256258 PATHS ["data_1-fetch" ], "arxiv_2_count_by_category_report.csv"
257259)
260+ FILE_ARXIV_COUNT = shared .path_join (PATHS ["data_1-fetch" ], "arxiv_1_count.csv" )
258261FILE_ARXIV_YEAR = shared .path_join (
259262 PATHS ["data_1-fetch" ], "arxiv_3_count_by_year.csv"
260263)
261- FILE_ARXIV_AUTHOR_BUCKET = shared .path_join (
262- PATHS ["data_1-fetch" ], "arxiv_4_count_by_author_bucket.csv"
263- )
264264# records metadata for each run for audit, reproducibility, and provenance
265265FILE_PROVENANCE = shared .path_join (
266266 PATHS ["data_1-fetch" ], "arxiv_provenance.yaml"
You can’t perform that action at this time.
0 commit comments