You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
612 B
Python
9 lines
612 B
Python
# -*- coding: utf-8 -*-
|
|
# @Time : 2024/12/26 8:57
|
|
# @Author : zhaoxiangpeng
|
|
# @File : config.py
|
|
|
|
ROOT_PATH = r'Y:\BCR\BCR202412' # 根路径,输入输出的路径
|
|
KEEP_COLUMNS = ['作者', '作者 ID', '文献标题', '年份', '来源出版物名称', '施引文献', 'DOI', '链接', '归属机构', '带归属机构的作者', '通讯地址', '编者', '出版商', 'ISSN', 'ISBN', 'PubMed ID', '原始文献语言', '来源出版物名称缩写', '文献类型', 'EID', 'Sort Year', '2022', '2023', '2024', 'Grand Total'] # 要保存的列
|
|
REDUCE_COLUMNS = ['2022', '2023', '2024', 'Grand Total']
|