diff --git a/_publications/manz-2024-NI54XU5P.md b/_publications/manz-2024-NI54XU5P.md new file mode 100644 index 00000000..87a9c640 --- /dev/null +++ b/_publications/manz-2024-NI54XU5P.md @@ -0,0 +1,28 @@ +--- +title: 'anywidget: reusable widgets for interactive analysis and visualization in computational notebooks' +image: anywidget-overview.png +members: + - trevor-manz + - nils-gehlenborg +year: 2024 +type: article +publisher: 'https://doi.org/10.21105/joss.06939' +doi: 10.21105/joss.06939 +zotero-key: NI54XU5P +cite: + authors: 'T Manz, N Abdennur, N Gehlenborg' + published: '*Journal of Open Source Software* **9**(102):6939' +videos: + - title: Conference Presentation + url: 'https://www.youtube.com/watch?v=CjNSP_yQqrc' + - title: CHI 2024 Workshop on Human-Notebook Interactions + url: 'https://www.youtube.com/watch?v=Uzm9_2ZBfxo&feature=youtu.be' + - title: SciPy 2024 Tutorial + url: 'https://www.youtube.com/watch?v=oZhyilx3gqI' +other-resources: [] +awards: [] +website: 'https://anywidget.dev' +code: 'https://github.com/manzt/anywidget' +preprint: 'https://osf.io/tw9sg' +--- +The anywidget project provides a specification and toolset for creating portable web-based widgets for computational notebooks. It defines a standard for front-end widget code using ECMAScript modules and offers tools for authoring, distributing, and executing these modules across Jupyter-compatible platforms (e.g., JupyterLab, Google Colab, VS Code). The project has spurred the creation of many interactive visualization libraries and has been integrated into existing ones. The standard has been embraced by other computational notebooks, web frameworks, and publishing platforms, extending the reach of interactive widgets beyond the Jupyter ecosystem. diff --git a/_publications/manz-anywidget-joss-2024.md b/_publications/manz-anywidget-joss-2024.md deleted file mode 100644 index 064f0636..00000000 --- a/_publications/manz-anywidget-joss-2024.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "anywidget: reusable widgets for interactive analysis and visualization in computational notebooks" -image: anywidget-overview.png - -members: - - trevor-manz - - nils-gehlenborg - -year: 2024 - -type: preprint - -publisher: "https://osf.io/tw9sg" - -doi: "10.31219/osf.io/tw9sg" -zotero-key: "UFLRKXLD" -cite: - authors: "T Manz, N Abdennur, N Gehlenborg" - published: "*OSF Preprints*" ---- - -The anywidget project provides a specification and toolset for creating -portable web-based widgets for computational notebooks. It defines a standard -for front-end widget code using ECMAScript modules and offers tools for -authoring, distributing, and executing these modules across Jupyter-compatible -platforms (e.g., JupyterLab, Google Colab, VS Code). The project has spurred -the creation of many interactive visualization libraries and has been -integrated into existing ones. The standard has been embraced by other -computational notebooks, web frameworks, and publishing platforms, extending -the reach of interactive widgets beyond the Jupyter ecosystem.