Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoBuscicchio authored Dec 15, 2024
1 parent da93702 commit 0d65cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
papers['published']['label'] = 'Papers in major peer-reviewed journals'
papers['published']['data'] = []

papers['submitted']['data'].append({
papers['published']['data'].append({
"title": "Stars or gas? Constraining the hardening processes of massive black-hole binaries with LISA",
"author": "A. Spadaro, R. Buscicchio, D. Izquierdo--Villalba, D. Gerosa, A. Klein, G. Pratten",
"journal": "\prd (in press)",
Expand All @@ -117,7 +117,7 @@
"more": ""
})

papers['submitted']['data'].append({
papers['published']['data'].append({
"title": "Partial alignment between jets and megamasers: coherent or selective accretion?",
"author": "M. Dotti, R. Buscicchio, F. Bollati, R. Decarli, W. Del Pozzo, A. Franchini",
"journal": "\\aap (in press)",
Expand Down

0 comments on commit 0d65cc8

Please sign in to comment.