upgraded bibliography

This commit is contained in:
Saifeddine ALOUI 2024-05-29 02:54:27 +02:00
parent 2dde56275a
commit 144e0557e5

View File

@ -92,16 +92,16 @@ def arxiv_pdf_search(query: str, max_results: Optional[int] = 5, sort_by: Option
# Append to HTML output # Append to HTML output
html_output += f""" html_output += f"""
<div> <div>
<h2>{title}</h2> <h2>{title}</h2>
<p><strong>Authors:</strong> {authors}</p> <p><strong>Authors:</strong> {authors}</p>
<p><strong>Affiliations:</strong> {affiliations}</p> <p><strong>Affiliations:</strong> {affiliations}</p>
<p><strong>Abstract:</strong> {abstract}</p> <p><strong>Abstract:</strong> {abstract}</p>
<p><strong>Published Date:</strong> {published_date}</p> <p><strong>Published Date:</strong> {published_date}</p>
<p><strong>Journal/Conference:</strong> {journal_ref}</p> <p><strong>Journal/Conference:</strong> {journal_ref}</p>
<p><a href="{pdf_url}" target="_blank">PDF Link</a></p> <p><a href="{pdf_url}" target="_blank">PDF Link</a></p>
<p><a href="{local_url}" target="_blank">Local PDF</a></p> <p><a href="{local_url}" target="_blank">Local PDF</a></p>
</div> </div>
""" """
# Append to report content # Append to report content
report_content += f""" report_content += f"""