diff --git a/paper/paper.bib b/paper/paper.bib index d9ff876b..083ee1bf 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -114,7 +114,7 @@ @ARTICLE{Zhao2022 @INPROCEEDINGS{Wang2023, title = "{Slide4N}: Creating Presentation Slides from Computational - Notebooks with {Human-AI} Collaboration", + Notebooks with Human-{AI} Collaboration", booktitle = "Proceedings of the 2023 {CHI} Conference on Human Factors in Computing Systems", author = "Wang, Fengjie and Liu, Xuye and Liu, Oujing and Neshati, Ali and @@ -151,7 +151,7 @@ @INPROCEEDINGS{Wang2023 } @INPROCEEDINGS{Drosos2020, - title = "Wrex: A Unified {Programming-by-Example} Interaction for + title = "Wrex: A Unified Programming-by-Example Interaction for Synthesizing Readable Code for Data Scientists", booktitle = "Proceedings of the 2020 {CHI} Conference on Human Factors in Computing Systems", @@ -259,7 +259,7 @@ @INPROCEEDINGS{Jain2022 } @ARTICLE{Wang2022, - title = "{NOVA}: A Practical Method for Creating {Notebook-Ready} + title = "{NOVA}: A Practical Method for Creating Notebook-Ready Visual Analytics", author = "Wang, Zijie J and Munechika, David and Lee, Seongmin and Chau, Duen Horng", @@ -548,7 +548,7 @@ @misc{lonboard @INPROCEEDINGS{ipyaladin, author = {{Boch}, Thomas and {Desroziers}, J{\'e}r{\^o}me}, - title = "{ipyaladin: Enabling Aladin Lite in Jupyter Notebooks}", + title = {{ipyaladin}: Enabling {A}ladin {L}ite in {J}upyter Notebooks}, booktitle = {Astronomical Data Analysis Software and Systems XXVII}, year = 2020, editor = {{Ballester}, Pascal and {Ibsen}, Jorge and {Solar}, Mauricio and {Shortridge}, Keith}, @@ -575,7 +575,7 @@ @misc{anyhtmlwidget } @ARTICLE{altair, - title = "Altair: Interactive statistical visualizations for python", + title = "Altair: Interactive statistical visualizations for {P}ython", author = "VanderPlas, Jacob and Granger, Brian and Heer, Jeffrey and Moritz, Dominik and Wongsuphasawat, Kanit and Satyanarayan, Arvind and Lees, Eitan and Timofeev, Ilia and Welsh, Ben and @@ -602,7 +602,7 @@ @misc{scipy @misc{ipywidgets, author = {Jason Grout and Jonathan Frederic and Sylvain Corlay and et al.}, - title = {ipywidgets: Interactive widgets for the Jupyter Notebook}, + title = {{ipywidgets}: Interactive widgets for the {J}upyter Notebook}, year = {2024}, url = {https://github.com/jupyter-widgets/ipywidgets}, note = {Accessed: 2024-06-05} diff --git a/paper/paper.md b/paper/paper.md index a4cd8c60..422b3dd3 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -217,12 +217,12 @@ runtime. # Availability The anywidget project is released under an open-source MIT license, with all -source code publicly available on GitHub (https://github.com/manzt/anywidget). +source code publicly available on GitHub ([https://github.com/manzt/anywidget](https://github.com/manzt/anywidget)). The core Python library, anywidget, is packaged and distributed via the PyPI and conda-forge. The front-end adapter libraries, development tooling, and project-template CLI are distributed through the npm registry. The Deno Jupyter kernel integration is published to the JavaScript Registry (JSR). Further -documentation about the project can be found at https://anywidget.dev. +documentation about the project can be found at [https://anywidget.dev](https://anywidget.dev). # Related work