Skip to content
Snippets Groups Projects
Commit 1c3a0cbe authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

pub

parent 14d38369
No related branches found
No related tags found
No related merge requests found
Pipeline #176842 passed
......@@ -152,10 +152,10 @@ def create_html(publications):
# Ajouter la publication à la section de l'année correspondante
html_content += f"""
<li class="custom-publication">
<p><strong>{title}</strong></p>
<p>{authors}</p>
<p>{pubtype}, {year}</p>
<p><a href="{uri}">Lien vers HAL</a> {f'<a href="https://doi.org/{doi}">, Lien DOI</a>' if doi else ''}</p>
<custom-p><strong>{title}</strong></custom-p>
<custom-p>{authors}</custom-p>
<custom-p>{pubtype}, {year}</custom-p>
<custom-p><a href="{uri}">Lien vers HAL</a> {f'<a href="https://doi.org/{doi}">, Lien DOI</a>' if doi else ''}</custom-p>
</li>
"""
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment