Skip to content

Commit 7d74f45

Browse files
committed
Added extra data/pictures in publication
1 parent 2222384 commit 7d74f45

File tree

10 files changed

+8
-5
lines changed

10 files changed

+8
-5
lines changed

config/_default/menus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ main:
1818
weight: 40
1919
- name: People
2020
url: people
21-
weight: 30
21+
weight: 50
2222
- name: Contribute
2323
identifier: contribute
2424
url: contribute
351 KB
Loading
215 KB
Loading

content/publication/brewer-23/cite.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @article{brewer23
55
doi = {10.5281/ZENODO.7950943},
66
keywords = {computational notebooks,cyberinfrastructure,data analysis,high-performance computing,HPC,interactive widgets,jupyter notebook,user interface,widgets},
77
month = {May},
8-
publisher = {Zenodo},
8+
publisher = {Rocky Mountain Advanced Computing Consortium (RMACC) HPC Symposium},
99
title = {Recommended Libraries for Cyberinfrastructure Users Developing Jupyter Notebooks},
1010
urldate = {2024-02-10},
1111
year = {2023}
1.2 MB
Loading

content/publication/brewer-23/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ publishDate: 2024-02-11T00:41:16.429783Z
55
authors: ["admin"]
66
abstract: "Researchers are increasingly interested in using Jupyter Notebooks on HPC clusters, science gateways, and compostable platforms. In addition to using notebooks for scientific workflows, developers can use interactive browser controls, called widgets, to allow users to more easily interact with data and without editing code. In addition to simple widgets, such as sliders, checkboxes, and text inputs, more advanced features can be used to build standalone data dashboards and web applications. Many of these widgets and data visualizations are domain independent, though users may discover them in an ad hoc fashion, which can cause an onslaught of tickets to request particular libraries. To avoid frustration faced by users and system administrators alike, we present a recommended environment for scientists and research software engineers developing Jupyter Notebook on cyberinfrastructure platforms."
77
featured: false
8-
publication: "*Zenodo*"
8+
publication: "Rocky Mountain Advanced Computing Consortium (RMACC) HPC Symposium"
99
tags: ["computational notebooks", "cyberinfrastructure", "data analysis", "high-performance computing", "hpc", "interactive widgets", "jupyter notebook", "user interface", "widgets"]
1010
doi: "10.5281/ZENODO.7950943"
1111
---
12-
483 KB
Loading

content/publication/costello-23-1/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ publishDate: 2024-02-11T00:41:16.430187Z
55
authors: ["david_costello", "admin", "namita_shah"]
66
abstract: ""
77
featured: false
8-
publication: "US-RSE Conference"
8+
publication: "US-RSE Conference 2023"
99
doi: "10.5281/zenodo.10645469"
10+
abstract: "Jupyter Notebooks are open-source tools researchers commonly use to develop workflows and other software. Researchers and RSEs likely know the Classic Notebook interface, the original web application for creating and sharing notebooks, but there are several other coding environments to choose from. An Integrated Development Environment (IDE) is a software application that provides helpful features beyond traditional source code editors, such as debuggers, for developing software. However, IDEs such as VSCode can present a barrier to entry for researchers familiar with other tools. JupyterLab, a friendlier alternative for researchers developed by Project Jupyter, is an extensible development environment for notebooks that comes with many IDE-like features, including a debugger and tab expansion. Additionally, the community maintains many other helpful extensions that do not ship with the default environment. Our JupyterIDE project collects and curates useful extensions and provides tutorials for how to use them. Tutorials include introductions to language server processing, which provides code auto-completion and linting features, and Git integration for version control best practices. Tools like these can make JupyterLab an ideal environment for developing research workflows that can be used by seasoned RSEs who are accustomed to IDE features in collaboration with researchers who may not have interest in investing time into learning a new tool. JupyterIDE makes these tools more accessible for users and promotes software engineering best practices in a research environment."
11+
tags: ["scientific-workflows", "jupyter", "jupyterlab", "vscode", "ides"]
1012
---
1113

1214

454 KB
Loading

content/publication/zotero-1244/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ abstract: "We describe our experience designing and implementing a highly intera
77
featured: false
88
publication: "Gateways 2021"
99
doi: "https://zenodo.org/doi/10.5281/zenodo.5570604"
10+
url_video: "https://youtu.be/O_KAupUYcyk?feature=shared"
11+
tags: ["user-interface", "interactivity"]
1012
---
1113

0 commit comments

Comments
 (0)