Update bibliography.py

This commit is contained in:
Saifeddine ALOUI 2024-05-28 10:57:48 +02:00 committed by GitHub
parent fb3d511d3d
commit 72443c17f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,15 +106,15 @@ def arxiv_pdf_search(query: str, max_results: Optional[int] = 5, sort_by: Option
"""
# Append to report content
report_content += f"""
Title: {title}
Authors: {authors}
Affiliations: {affiliations}
Abstract: {abstract}
Published Date: {published_date}
Journal/Conference: {journal_ref}
PDF Link: {pdf_url}
Local PDF: {local_url}
------------------------
Title: {title}
Authors: {authors}
Affiliations: {affiliations}
Abstract: {abstract}
Published Date: {published_date}
Journal/Conference: {journal_ref}
PDF Link: {pdf_url}
Local PDF: {local_url}
------------------------
"""
# Append to pdf_info dict
pdf_info[pdf_name] = {