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 17, 2024
1 parent 0d65cc8 commit c41f967
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions database.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
papers['submitted']['label'] = 'Submitted short-author and collaboration papers which I have substantially contributed to.'
papers['submitted']['data'] = []

papers['submitted']['data'].append({
"title": "Is your stochastic signal really detectable?",
"author": "F. Pozzoli, J. Gair, R. Buscicchio, L. Speri",
"journal": "",
"link": "",
"arxiv": "arXiv:2412.10468 [astro-ph.IM]",
"ads": "",
"inspire": "Pozzoli:2024hkt",
"more": ""
})

papers['submitted']['data'].append({
"title": "Stellar-mass black-hole binaries in LISA: characteristics and complementarity with current-generation interferometers",
"author": "R. Buscicchio, J. Torrado, C. Caprini, G. Nardini, M. Pieroni, N. Karnesis, A. Sesana",
Expand Down

0 comments on commit c41f967

Please sign in to comment.