Commit c84a9230 by jiangdongchen

update

parent 4aee3217
......@@ -975,3 +975,23 @@
2025-05-08 17:43:43,191 - DEBUG - send_request_body.started request=<Request [b'POST']>
2025-05-08 17:43:43,192 - DEBUG - send_request_body.complete
2025-05-08 17:43:43,192 - DEBUG - receive_response_headers.started request=<Request [b'POST']>
2025-05-08 17:49:31,717 - INFO - 程序启动,日志文件保存在: C:\Users\17046\Documents\papertools\logs\citation_process.log
2025-05-08 17:49:32,194 - INFO - Processing sheet: j24-DianNao family
2025-05-08 17:49:32,195 - INFO - Processing 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf
2025-05-08 17:50:24,774 - INFO - HTTP Request: POST https://api.siliconflow.cn/v1/chat/completions "HTTP/1.1 200 OK"
2025-05-08 17:50:24,778 - INFO - Renamed: 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf -> 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf
2025-05-08 17:50:24,780 - INFO - Standardization author info.
2025-05-08 17:50:24,780 - INFO - Standardization Institution info.
2025-05-08 17:50:24,780 - INFO - Standardization countrys info.
2025-05-08 17:50:24,781 - INFO - Judge CCFA.
2025-05-08 17:50:37,125 - INFO - HTTP Request: POST https://api.siliconflow.cn/v1/chat/completions "HTTP/1.1 200 OK"
2025-05-08 17:50:37,718 - INFO - Matched: 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf -> idx: 1, excel_name: In-datacenter performance analysis of a tensor processing unit
2025-05-08 17:50:37,718 - INFO - Change: 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf -> 1-In-Datacenter_Performance_Analysis_of_a_Tensor_Processing_Unit.pdf
2025-05-08 17:50:37,719 - INFO - Processing 10-A_Configurable_Cloud-Scale_DNN_Processor_for_Real-Time_AI.pdf
2025-05-08 17:50:56,832 - INFO - HTTP Request: POST https://api.siliconflow.cn/v1/chat/completions "HTTP/1.1 200 OK"
2025-05-08 17:50:56,838 - INFO - Renamed: 10-A_Configurable_Cloud-Scale_DNN_Processor_for_Real-Time_AI.pdf -> 10-A_Configurable_Cloud-Scale_DNN_Processor_for_Real-Time_AI.pdf
2025-05-08 17:50:56,841 - INFO - Standardization author info.
2025-05-08 17:50:56,842 - INFO - Standardization Institution info.
2025-05-08 17:50:56,842 - INFO - Standardization countrys info.
2025-05-08 17:50:56,843 - INFO - Judge CCFA.
2025-05-08 17:50:56,845 - WARNING - No conference/journal information found for 10-A_Configurable_Cloud-Scale_DNN_Processor_for_Real-Time_AI.pdf
No preview for this file type
......@@ -288,6 +288,7 @@ def citationProcess(config: dict):
CCFA_flag = "否"
else:
CCFA_flag = "是" if chechCCFA(conferenceJournal, CCFA, configModel, client) else "否"
logging.info(f"{CCFA_flag}")
sheet.cell(row=idx+4, column=5, value=CCFA_flag) # 第7列是作者名称
# 保存修改后的Excel文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment