diff --git a/paper/export-pdf.ts b/paper/export-pdf.ts index e0996af0..2a59ff49 100644 --- a/paper/export-pdf.ts +++ b/paper/export-pdf.ts @@ -61,7 +61,6 @@ ${markdown}`, new Deno.Command("myst", { args: ["build", "--pdf", "tmp.md"] }) .output() .then((data) => { - console.log(data); console.log(`PDF saved to ${output}`); }) .catch(console.error) diff --git a/paper/paper.bib b/paper/paper.bib index 0b13e975..a1f82d70 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -534,13 +534,16 @@ @misc{lonboard note = {Accessed: 2024-06-05} } - -@misc{ipyaladin, - author = {{CDS (Centre de Données astronomiques de Strasbourg)}}, - title = {ipyaladin}, - year = {2024}, - url = {https://github.com/cds-astro/ipyaladin}, - note = {Accessed: 2024-06-05} +@INPROCEEDINGS{ipyaladin, + author = {{Boch}, Thomas and {Desroziers}, J{\'e}r{\^o}me}, + title = "{ipyaladin: Enabling Aladin Lite in Jupyter Notebooks}", + booktitle = {Astronomical Data Analysis Software and Systems XXVII}, + year = 2020, + editor = {{Ballester}, Pascal and {Ibsen}, Jorge and {Solar}, Mauricio and {Shortridge}, Keith}, + series = {Astronomical Society of the Pacific Conference Series}, + volume = {522}, + month = apr, + pages = {117}, } @misc{drawdata,