Skip to content

Commit

Permalink
chore(paper): Update ipyaladin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 10, 2024
1 parent a59f356 commit eccc589
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion paper/export-pdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
17 changes: 10 additions & 7 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eccc589

Please sign in to comment.