mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +00:00
Update bibliography.py
This commit is contained in:
parent
fb3d511d3d
commit
72443c17f4
@ -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] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user