diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index ad90922..1c3d877 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/organization/bitwarden.doctree b/.doctrees/organization/bitwarden.doctree new file mode 100644 index 0000000..ac333bd Binary files /dev/null and b/.doctrees/organization/bitwarden.doctree differ diff --git a/.doctrees/organization/external-communication.doctree b/.doctrees/organization/external-communication.doctree new file mode 100644 index 0000000..748d2c2 Binary files /dev/null and b/.doctrees/organization/external-communication.doctree differ diff --git a/.doctrees/organization/index.doctree b/.doctrees/organization/index.doctree index 773cbb1..3d7bba5 100644 Binary files a/.doctrees/organization/index.doctree and b/.doctrees/organization/index.doctree differ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 12ee8ab..e4145ae 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -62,7 +62,7 @@ - + @@ -667,12 +667,12 @@

Website build

previous

-

Storing internal pyOpenSci documents

+

External Communication

+ +## Blog + +The [pyOpenSci blog lives on our website](https://www.pyopensci.org/blog). The website is driven by Jekyll and hosted on GitHub pages. [The code for the website is stored in pyopensci.github.io GitHub repository](https://github.com/pyOpenSci/pyopensci.github.io). + +### Blog goals + +The goals of the pyOpenSci blog include: + +* Promotion of pyOpenSci accepted scientific Python packages +* Celebration and recognition of pyOpenSci community members +* Discussion of modern topics, tools, and resources that are of use to the broader open science and scientific Python community +* Share pyOpenSci news and updates +* Promote pyOpenSci events +* Build domain authority around Python, open science, and open source through search engine optimization (SEO) + +### How to add a new blog post + +Currently, there are several groups of people who submit blog posts to the pyOpenSci blog: pyOpenSci staff, package authors/maintainers of [pyOpenSci packages](https://www.pyopensci.org/python-packages.html), and pyOpenSci community members and friends who have participated in a pyOpenSci event. If you are interested in submitting a blog post to pyOpenSci, please contact us at [media@pyopensci.org](mailto:media@pyopensci.org) to discuss your post before writing it and submitting a pull request to our GitHub repository. + +#### Our blog post submission process + +The pyOpenSci blog post submission process defined below should be used by everyone submitting a blog post. + +1. Fork the pyOpenSci website GitHub repository: [https://github.com/pyOpenSci/pyopensci.github.io](https://github.com/pyOpenSci/pyopensci.github.io). +2. Work on your blog post locally. + * Be sure to include alt text for all images submitted as a part of your blog post + + +````markdown +```{figure} filepath/to/your/image.png +:scale: 100 % +:alt: This text will appear as the alt text to your image. + +This text will appear as the caption to your image. +``` +```` + +3. Next, create an entry in the [authors.yml file](https://github.com/pyOpenSci/pyopensci.github.io/blob/main/_data/authors.yml) if you do not already have one. +To create an author page, submit a pull request from your fork of the pyOpenSci website repository, with changes to the [authors.yml](https://github.com/pyOpenSci/pyopensci.github.io/blob/main/_data/authors.yml) file. If you would like to include a headshot, you can add it to the [`people` directory in the `images` directory.](https://github.com/pyOpenSci/pyopensci.github.io/tree/main/images/people) + +3. Submit a pull request from your fork of the website repo to [https://github.com/pyOpenSci/pyopensci.github.io](https://github.com/pyOpenSci/pyopensci.github.io). +4. Ensure the blog post passes CI (continuous integration) checks that look for spelling errors, broken links, and more. Please note that occasionally the `htmlproofer` check will fail because your new blog post URL does not exist yet online. +5. Once your post and the pull request adding it to our website is complete, request a review on GitHub. A member of the pyOpenSci team should always review any new content being added to the website. +6. Your pull request can be merged once you have an approving review. A member of pyOpenSci's staff or contributor team will merge your post. + +:::{note} +pyOpenSci has GitHub organization-wide policies in place that require all pull requests are reviewed before being merged. Sometimes, we may bypass those if the PR is a small fix or critical update. In most cases a review is preferred. +::: + +:::{admonition} Yaml elements required for blog posts +:class: tip + +All package authors, maintainers (and users) of a pyOpenSci-accepted package are welcome and encouraged to submit a blog post (or series of blog posts) about their review experience and/or the use of the package. When submitting your blog post, please include the following YAML elements: + +``` +layout: single +title: "The title of your blog post" +excerpt: "One to three sentences summarizing your post. This text will appear on our [blog landing page](https://pyopensci.org/blog)" +author: "Your name" +permalink: /blog/url-for-your-post.html +header: + overlay_image: images/headers/your-blog-post-header-image.png + overlay_filter: rgba(20, 13, 36, 0.8) +categories: + - blog-post + - community +classes: wide +toc: true +last_modified: 2024-08-26 # update the date here! +comments: true +--- +``` + +::: + +For more information on how pyOpenSci uses GitHub, please refer to the [GitHub section of our handbook](https://www.pyopensci.org/handbook/community/github/intro.html). + +### Promoting blog posts + +All blog posts should be promoted, regardless of whether or not they were written by a guest or a pyOpenSci employee! For promotion, coordinate with the Community Manager to ensure that there’s a tailored message for each of the following platforms: + +* Slack +* Discourse +* BlueSky +* LinkedIn +* Fosstodon + +In addition to pyOpenSci social outreach, we monitor social media for any personal posts that authors have created. To promote these posts, we will repost. + +### Blog post tone + +While we encourage guest authors to use a tone of voice that is authentic to them, the pyOpenSci blog uses a friendly, engaging, and curious tone. Although there are times when a post is written from the pyOpenSci perspective and uses the terms "we" or even refers to pyOpenSci in the third person, it is more common for a post to be written from the author's perspective and incorporate the use of "I." + +An example of this is the [pyOpenSci @ SciPy 2024 - Python Packaging Tutorials, Talks and Community post](https://www.pyopensci.org/blog/pyos-scipy-2024-recap.html), which incorporates personal anecdotes with data, images, and the author's reflections on the experience. + +## Newsletters + +The goals of the pyOpenSci newsletter are similar to our blog goals, with the addition of reaching a broader audience beyond website visitors. pyOpenSci uses LinkedIn as a newsletter platform, as many of our current (and future!) community members are on this platform. Using LinkedIn allows us to leverage our existing audience and create consistent communication to help further community connections. + +We publish two newsletters: + +* A weekly newsletter on LinkedIn, published on Thursdays +* A monthly newsletter published on LinkedIn and sent to all newsletter subscribers + +The weekly LinkedIn newsletter has three main categories: + +* The monthly round-up edition, sharing and celebrating pyOpenSci and community wins over the past month +* A monthly "Community News" edition, which shares conversations, discussions, and decisions that have taken place in Slack as well as on Discourse and GitHub, that are relevant to the broader community +* Re-posts of interesting pyOpenSci blog posts + +These posts are all structured as blog posts, using appropriate heading and subheading formats within LinkedIn. In fact, all of our newsletters are first published on the pyOpenSci blog, and should follow the same tone and format. + +When a newsletter post is a re-post from the pyOpenSci blog, it's important to include text and a link back to the original blog post, indicating where the post was originally published. This prevents link cannibalization, where different links with the same content compete for keyword rankings. We want all keyword rankings to be directed back to the pyOpenSci website wherever possible. + +There are instances in which we publish content from another individual on our website, for example, Eric Ma's upcoming blog post for the [pyOpenSci Open Science Fall Festival 2024](https://www.pyopensci.org/events/pyopensci-2024-fall-festival.html). In these cases, we'd want to include a canonical meta element in the HTML for the version being posted on the pyOpenSci blog. This can be accomplished by including the `` tag in the header of the post. + +### Newsletter success metrics + +Because pyOpenSci is still in the early days of its newsletter, our success metrics are focused primarily on growth and engagement rate. We are currently aiming for: + +* 1.0% (or higher) monthly increase in newsletter subscribers +* 3.0% (or higher) average monthly engagement rates + +This data is obtained through the LinkedIn Analytics dashboard, which is accessed from the pyOpenSci LinkedIn account. Within the Newsletter tab, you can filter the dates and also view engagement and follower metrics. + +## YouTube + +The [pyOpenSci YouTube channel](https://youtube.com/@pyopensci) is still under development and currently only has one published video. While we are still in the process of developing a YouTube strategy, the best practices for YouTube videos include the following: + +* Provide accurate captions +* Create an eye-catching thumbnail for each video, using a similar design aesthetic for videos that occur in a series +* Use timestamps in the video description +* Promote the video on socials within the first 20 minutes of the video launching +* Use no more than two hashtags per video + +At this point in time, there are no active goals or success metrics for the YouTube channel. We'll be sure to update this section once we're regularly updating our channel! + +## Discourse + +pyOpenSci also maintains a [public Discourse forum](https://pyopensci.discourse.group/). Unlike Slack, which has restricted access, anyone is able to join and participate in Discourse. Discourse is a place to announce new packages in our ecosystem, to post messages to the community, as well as to announce meetings and other events. We also want the community to use it to ask questions about peer review and packaging. + +pyOpenSci is currently in the process of sunsetting Discourse as it has not proven to be a heavily used platform for our community. We are currently exploring the use of GitHub discussions. + +## Zenodo + +Zenodo is a general-purpose research repository where anyone can publish outputs and receive a citable DOI (digital object identifier). + +pyOpenSci uses Zenodo to create citable entries for: +* GitHub software repositories +* Presentations by pyOpenSci staff and community members +* Online educational resources, like our [Packaging guide](https://www.pyopensci.org/python-package-guide/) + +For GitHub repositories, pyOpenSci includes a Zenodo citation badge at the top of the README file, linking directly to the citation page. pyOpenSci also encourages all its software packages to use Zenodo for providing citation-ready references. + +When major updates are made to resources, such as the Packaging guide, pyOpenSci creates a new release. Zenodo then generates an updated DOI specific to that release, allowing users to cite the latest version. + +### pyOpenSci Zenodo Community + +pyOpenSci maintains a [community group](https://zenodo.org/communities/pyopensci?q=&l=list&p=1&s=10&sort=newest) on Zenodo where both staff and community members can share content related to pyOpenSci, including presentations, blog posts, open education resources, software, and other materials. This allows contributors to receive a citable DOI while retaining ownership of their submissions. + +The pyOpenSci Zenodo community is moderated by pyOpenSci staff, who review and approve all suggested additions to ensure relevance and quality. diff --git a/_sources/organization/index.md.txt b/_sources/organization/index.md.txt index 3738c5b..b850bd7 100644 --- a/_sources/organization/index.md.txt +++ b/_sources/organization/index.md.txt @@ -2,12 +2,19 @@ :::{toctree} :hidden: -:caption: Canva +:caption: Platforms Canva +Bitwarden + +::: :::{toctree} :hidden: :caption: Internal Documentation + Google Drive +External Communication + +::: diff --git a/objects.inv b/objects.inv index 7f9e7dd..ffd6c07 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/organization/bitwarden.html b/organization/bitwarden.html new file mode 100644 index 0000000..c212260 --- /dev/null +++ b/organization/bitwarden.html @@ -0,0 +1,649 @@ + + + + + + + + + + + + + + + + + + + + + + Bitwarden — pyOpenSci Governance + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+
+
+
+
+ + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + +
+ +
+

Bitwarden#

+

Bitwarden is a password manager and passkey service. pyOpenSci uses Bitwarden at both an individual and account level.

+

Individuals are encouraged to use Bitwarden to secure personal passwords related to their work at pyOpenSci, for example for email, Slack, and Canva.

+

At the organizational level, Bitwarden is used for shared login access to a variety of accounts, such as Eventbrite and Buffer.

+
+ + +
+ + + + + + + +
+ + + +
+ + +
+
+ +
+ +
+
+
+ + + + + + + + \ No newline at end of file diff --git a/organization/canva.html b/organization/canva.html index 546ea16..0daabe3 100644 --- a/organization/canva.html +++ b/organization/canva.html @@ -61,7 +61,7 @@ - + @@ -471,10 +471,15 @@ @@ -648,11 +653,11 @@

Staff membership on Canva

next

-

Storing internal pyOpenSci documents

+

Bitwarden

diff --git a/organization/external-communication.html b/organization/external-communication.html new file mode 100644 index 0000000..1c1e0db --- /dev/null +++ b/organization/external-communication.html @@ -0,0 +1,870 @@ + + + + + + + + + + + + + + + + + + + + + + External Communication — pyOpenSci Governance + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +
+
+
+
+
+ + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + + + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + + + +
+ +
+ + +
+
+ + + + + +
+ +
+

External Communication#

+

pyOpenSci uses a multitude of communication platforms to maintain and grow our community. Our external communications fall under the broad categories of:

+
    +
  • email,

  • +
  • pyOpenSci blog,

  • +
  • pyOpenSci newsletters, and

  • +
  • social media platforms.

  • +
+

This section provides an overview of each category’s purpose and use. It also provides relevant links and insights into each platform’s purpose, strategy, and associated processes.

+
+

Email#

+

Emails from pyOpenSci are sent to communicate with potential volunteers, share the monthly version of the newsletter, and keep registered event participants up-to-date on logistics. pyOpenSci also contacts event attendees with pre and post-event surveys and follow-up reminders, as needed. We use SurveyMonkey to develop and send surveys to our event participants.

+
+

Important

+

pyOpenSci does not send unsolicited bulk emails; all emails contain an unsubscribe link following GDPR guidelines.

+
+
+
+

SurveyMonkey#

+

pyOpenSci uses SurveyMonkey to develop and send pre and post-surveys to pyOpenSci event attendees. Events include workshops, talks, and sprints, which may be in-person or online. SurveyMonkey is used due to its ease of use, integration with other platforms, and ability to send out survey reminder emails.

+
+
+

EventBrite#

+

pyOpenSci uses EventBrite, which is provided by our fiscal sponsor, Community Initiatives, to manage event registration. Anyone who has registered for a pyOpenSci event through EventBrite will be contacted through the EventBrite service regarding event updates and logistics. pyOpenSci may also upload EventBrite contacts to SurveyMonkey to send out pre- and post-event surveys.

+
+
+

Linktree#

+

Linktree is a social media landing page that allows users to share multiple links from a single page, which is useful for landing pages on social media sites that provide limited space for external links.

+

Our active sites, platforms, and social media accounts are documented in a Linktr.ee account. The Linktr.ee link is shared in the Description of our social media sites.

+

Accessing and editing Linktr.ee:

+
    +
  • Login at linktr.ee

  • +
  • Click on “Admin”

  • +
  • Add new links by clicking on the “Add link” button, or edit existing links by clicking on the pencil next to the title and//or URL

  • +
  • Current linktr.ee: https://linktr.ee/pyopensci

  • +
+
+
+

Blog#

+

The pyOpenSci blog lives on our website. The website is driven by Jekyll and hosted on GitHub pages. The code for the website is stored in pyopensci.github.io GitHub repository.

+
+

Blog goals#

+

The goals of the pyOpenSci blog include:

+
    +
  • Promotion of pyOpenSci accepted scientific Python packages

  • +
  • Celebration and recognition of pyOpenSci community members

  • +
  • Discussion of modern topics, tools, and resources that are of use to the broader open science and scientific Python community

  • +
  • Share pyOpenSci news and updates

  • +
  • Promote pyOpenSci events

  • +
  • Build domain authority around Python, open science, and open source through search engine optimization (SEO)

  • +
+
+
+

How to add a new blog post#

+

Currently, there are several groups of people who submit blog posts to the pyOpenSci blog: pyOpenSci staff, package authors/maintainers of pyOpenSci packages, and pyOpenSci community members and friends who have participated in a pyOpenSci event. If you are interested in submitting a blog post to pyOpenSci, please contact us at media@pyopensci.org to discuss your post before writing it and submitting a pull request to our GitHub repository.

+
+

Our blog post submission process#

+

The pyOpenSci blog post submission process defined below should be used by everyone submitting a blog post.

+
    +
  1. Fork the pyOpenSci website GitHub repository: pyOpenSci/pyopensci.github.io.

  2. +
  3. Work on your blog post locally.

    +
      +
    • Be sure to include alt text for all images submitted as a part of your blog post

    • +
    +
  4. +
+
```{figure} filepath/to/your/image.png
+:scale: 100 %
+:alt: This text will appear as the alt text to your image.
+
+This text will appear as the caption to your image.
+```
+
+
+
    +
  1. Next, create an entry in the authors.yml file if you do not already have one. +To create an author page, submit a pull request from your fork of the pyOpenSci website repository, with changes to the authors.yml file. If you would like to include a headshot, you can add it to the people directory in the images directory.

  2. +
  3. Submit a pull request from your fork of the website repo to pyOpenSci/pyopensci.github.io.

  4. +
  5. Ensure the blog post passes CI (continuous integration) checks that look for spelling errors, broken links, and more. Please note that occasionally the htmlproofer check will fail because your new blog post URL does not exist yet online.

  6. +
  7. Once your post and the pull request adding it to our website is complete, request a review on GitHub. A member of the pyOpenSci team should always review any new content being added to the website.

  8. +
  9. Your pull request can be merged once you have an approving review. A member of pyOpenSci’s staff or contributor team will merge your post.

  10. +
+
+

Note

+

pyOpenSci has GitHub organization-wide policies in place that require all pull requests are reviewed before being merged. Sometimes, we may bypass those if the PR is a small fix or critical update. In most cases a review is preferred.

+
+
+

Yaml elements required for blog posts

+

All package authors, maintainers (and users) of a pyOpenSci-accepted package are welcome and encouraged to submit a blog post (or series of blog posts) about their review experience and/or the use of the package. When submitting your blog post, please include the following YAML elements:

+
layout: single
+title: "The title of your blog post"
+excerpt: "One to three sentences summarizing your post. This text will appear on our [blog landing page](https://pyopensci.org/blog)"
+author: "Your name"
+permalink: /blog/url-for-your-post.html
+header:
+  overlay_image: images/headers/your-blog-post-header-image.png
+  overlay_filter: rgba(20, 13, 36, 0.8)
+categories:
+  - blog-post
+  - community
+classes: wide
+toc: true
+last_modified: 2024-08-26 # update the date here!
+comments: true
+---
+
+
+
+

For more information on how pyOpenSci uses GitHub, please refer to the GitHub section of our handbook.

+
+
+
+

Promoting blog posts#

+

All blog posts should be promoted, regardless of whether or not they were written by a guest or a pyOpenSci employee! For promotion, coordinate with the Community Manager to ensure that there’s a tailored message for each of the following platforms:

+
    +
  • Slack

  • +
  • Discourse

  • +
  • BlueSky

  • +
  • LinkedIn

  • +
  • Fosstodon

  • +
+

In addition to pyOpenSci social outreach, we monitor social media for any personal posts that authors have created. To promote these posts, we will repost.

+
+
+

Blog post tone#

+

While we encourage guest authors to use a tone of voice that is authentic to them, the pyOpenSci blog uses a friendly, engaging, and curious tone. Although there are times when a post is written from the pyOpenSci perspective and uses the terms “we” or even refers to pyOpenSci in the third person, it is more common for a post to be written from the author’s perspective and incorporate the use of “I.”

+

An example of this is the pyOpenSci @ SciPy 2024 - Python Packaging Tutorials, Talks and Community post, which incorporates personal anecdotes with data, images, and the author’s reflections on the experience.

+
+
+
+

Newsletters#

+

The goals of the pyOpenSci newsletter are similar to our blog goals, with the addition of reaching a broader audience beyond website visitors. pyOpenSci uses LinkedIn as a newsletter platform, as many of our current (and future!) community members are on this platform. Using LinkedIn allows us to leverage our existing audience and create consistent communication to help further community connections.

+

We publish two newsletters:

+
    +
  • A weekly newsletter on LinkedIn, published on Thursdays

  • +
  • A monthly newsletter published on LinkedIn and sent to all newsletter subscribers

  • +
+

The weekly LinkedIn newsletter has three main categories:

+
    +
  • The monthly round-up edition, sharing and celebrating pyOpenSci and community wins over the past month

  • +
  • A monthly “Community News” edition, which shares conversations, discussions, and decisions that have taken place in Slack as well as on Discourse and GitHub, that are relevant to the broader community

  • +
  • Re-posts of interesting pyOpenSci blog posts

  • +
+

These posts are all structured as blog posts, using appropriate heading and subheading formats within LinkedIn. In fact, all of our newsletters are first published on the pyOpenSci blog, and should follow the same tone and format.

+

When a newsletter post is a re-post from the pyOpenSci blog, it’s important to include text and a link back to the original blog post, indicating where the post was originally published. This prevents link cannibalization, where different links with the same content compete for keyword rankings. We want all keyword rankings to be directed back to the pyOpenSci website wherever possible.

+

There are instances in which we publish content from another individual on our website, for example, Eric Ma’s upcoming blog post for the pyOpenSci Open Science Fall Festival 2024. In these cases, we’d want to include a canonical meta element in the HTML for the version being posted on the pyOpenSci blog. This can be accomplished by including the <link rel="canonical" href="www.original-post-web-url.com"> tag in the header of the post.

+
+

Newsletter success metrics#

+

Because pyOpenSci is still in the early days of its newsletter, our success metrics are focused primarily on growth and engagement rate. We are currently aiming for:

+
    +
  • 1.0% (or higher) monthly increase in newsletter subscribers

  • +
  • 3.0% (or higher) average monthly engagement rates

  • +
+

This data is obtained through the LinkedIn Analytics dashboard, which is accessed from the pyOpenSci LinkedIn account. Within the Newsletter tab, you can filter the dates and also view engagement and follower metrics.

+
+
+
+

YouTube#

+

The pyOpenSci YouTube channel is still under development and currently only has one published video. While we are still in the process of developing a YouTube strategy, the best practices for YouTube videos include the following:

+
    +
  • Provide accurate captions

  • +
  • Create an eye-catching thumbnail for each video, using a similar design aesthetic for videos that occur in a series

  • +
  • Use timestamps in the video description

  • +
  • Promote the video on socials within the first 20 minutes of the video launching

  • +
  • Use no more than two hashtags per video

  • +
+

At this point in time, there are no active goals or success metrics for the YouTube channel. We’ll be sure to update this section once we’re regularly updating our channel!

+
+
+

Discourse#

+

pyOpenSci also maintains a public Discourse forum. Unlike Slack, which has restricted access, anyone is able to join and participate in Discourse. Discourse is a place to announce new packages in our ecosystem, to post messages to the community, as well as to announce meetings and other events. We also want the community to use it to ask questions about peer review and packaging.

+

pyOpenSci is currently in the process of sunsetting Discourse as it has not proven to be a heavily used platform for our community. We are currently exploring the use of GitHub discussions.

+
+
+

Zenodo#

+

Zenodo is a general-purpose research repository where anyone can publish outputs and receive a citable DOI (digital object identifier).

+

pyOpenSci uses Zenodo to create citable entries for:

+
    +
  • GitHub software repositories

  • +
  • Presentations by pyOpenSci staff and community members

  • +
  • Online educational resources, like our Packaging guide

  • +
+

For GitHub repositories, pyOpenSci includes a Zenodo citation badge at the top of the README file, linking directly to the citation page. pyOpenSci also encourages all its software packages to use Zenodo for providing citation-ready references.

+

When major updates are made to resources, such as the Packaging guide, pyOpenSci creates a new release. Zenodo then generates an updated DOI specific to that release, allowing users to cite the latest version.

+
+

pyOpenSci Zenodo Community#

+

pyOpenSci maintains a community group on Zenodo where both staff and community members can share content related to pyOpenSci, including presentations, blog posts, open education resources, software, and other materials. This allows contributors to receive a citable DOI while retaining ownership of their submissions.

+

The pyOpenSci Zenodo community is moderated by pyOpenSci staff, who review and approve all suggested additions to ensure relevance and quality.

+
+
+
+ + +
+ + + + + + + +
+ + + + + + +
+
+ +
+ +
+
+
+ + + + + + + + \ No newline at end of file diff --git a/organization/index.html b/organization/index.html index 0b6f901..e75d421 100644 --- a/organization/index.html +++ b/organization/index.html @@ -469,10 +469,15 @@ @@ -531,6 +536,8 @@

Organization#

+
+
diff --git a/organization/internal-documentation.html b/organization/internal-documentation.html index d86118c..6476ee3 100644 --- a/organization/internal-documentation.html +++ b/organization/internal-documentation.html @@ -61,8 +61,8 @@ - - + + @@ -471,10 +471,15 @@ @@ -557,20 +562,20 @@

Storing internal pyOpenSci documents

previous

-

pyOpenSci uses Canva as a shared graphic platform

+

Bitwarden

next

-

Contributing Guide for pyOpenSci

+

External Communication

diff --git a/searchindex.js b/searchindex.js index 083d90a..739be05 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"10 October 2018: JOSS / pyOpenSci Collaboration": [[23, null]], "2. pyOpenSci Pull Request Process": [[10, null]], "2018 Notes": [[27, null]], "2018 meeting notes": [[27, null]], "2019 Notes": [[43, null], [43, null]], "2020 Meeting Notes": [[46, null]], "2020 Notes": [[46, null]], "2021 Meeting Notes": [[48, null]], "2021 Notes": [[48, null]], "2024-05-13 Executive Council Meeting Minutes": [[49, "executive-council-meeting-minutes"]], "3. Continuous integration": [[5, null]], "AGENDA": [[29, "agenda"]], "About": [[14, "about"]], "About Pre-commit": [[10, "about-pre-commit"]], "About the Pre-Commit CI Bot": [[5, "about-the-pre-commit-ci-bot"]], "About the pre-commit CI bot": [[10, "about-the-pre-commit-ci-bot"]], "Abusive behavior": [[1, "abusive-behavior"]], "Acknowledge sprint contributors - All-Contributors Bot": [[4, "acknowledge-sprint-contributors-all-contributors-bot"]], "Acknowledging new contributors": [[10, "acknowledging-new-contributors"]], "Action Items": [[47, "action-items"]], "Advisory (4*):": [[36, "advisory-4"], [37, "advisory-4"]], "After a sprint tasks": [[4, "after-a-sprint-tasks"]], "Agenda": [[33, "agenda"], [34, "agenda"], [35, "agenda"], [36, "agenda"], [37, "agenda"], [38, "agenda"], [39, "agenda"], [40, "agenda"], [41, "agenda"], [42, "agenda"]], "Agenda Items": [[24, "agenda-items"], [25, "agenda-items"], [26, "agenda-items"], [28, "agenda-items"], [30, "agenda-items"], [32, "agenda-items"]], "Attendees": [[24, "attendees"], [25, "attendees"], [26, "attendees"], [28, "attendees"], [29, "attendees"], [30, "attendees"], [32, "attendees"], [33, "attendees"], [34, "attendees"], [35, "attendees"], [36, "attendees"], [37, "attendees"], [38, "attendees"], [39, "attendees"], [40, "attendees"], [41, "attendees"], [42, "attendees"], [44, "attendees"], [45, "attendees"]], "BOF \u2013 SciPy proposed session - summer": [[29, "bof-scipy-proposed-session-summer"]], "Badges \u2013 do we want a review with a version stamp on it": [[42, "badges-do-we-want-a-review-with-a-version-stamp-on-it"]], "Blatant acts and micro-aggressions": [[1, "blatant-acts-and-micro-aggressions"]], "Bot setup": [[5, "bot-setup"]], "CI and outside contributors": [[5, "ci-and-outside-contributors"]], "Canva permissions and access": [[18, "canva-permissions-and-access"]], "Change Log": [[0, null]], "CircleCI Previews": [[2, "circleci-previews"]], "Code of conduct related notes": [[1, "code-of-conduct-related-notes"]], "Collect participant information": [[4, "collect-participant-information"]], "Community Handbook": [[11, null]], "Community feedback": [[42, "community-feedback"]], "Community manager": [[16, "community-manager"]], "Community, Social Media, Outreach, Website (?future or someone doing part):": [[36, "community-social-media-outreach-website-future-or-someone-doing-part"], [37, "community-social-media-outreach-website-future-or-someone-doing-part"]], "Concept Ideas for 1 pager": [[26, "concept-ideas-for-1-pager"]], "Contributing Guide for pyOpenSci": [[2, null]], "Contributor attributions": [[2, "contributor-attributions"]], "Contributor authorship": [[2, "contributor-authorship"]], "Cookie Cutter": [[30, "cookie-cutter"]], "Cookie Cutter Python package updates (Kylen)": [[29, "cookie-cutter-python-package-updates-kylen"]], "Critical CI workflows in this repository": [[8, "critical-ci-workflows-in-this-repository"]], "Current COC stewards:": [[1, "current-coc-stewards"]], "Current Scope List": [[29, "current-scope-list"]], "Data That We Could Collect": [[30, "data-that-we-could-collect"]], "Dev Guide": [[30, "dev-guide"]], "Dev guide feedback": [[29, "dev-guide-feedback"]], "Development guide our guidebooks": [[2, "development-guide-our-guidebooks"]], "Discourse": [[41, "discourse"]], "Discussion Points": [[44, "discussion-points"], [45, "discussion-points"]], "Documentation": [[44, "documentation"]], "Editor in Chief": [[16, "editor-in-chief"]], "Editorial Board": [[9, "editorial-board"]], "Editors in Chief (2-3?):": [[36, "editors-in-chief-2-3"], [37, "editors-in-chief-2-3"]], "Enforcement": [[1, "enforcement"]], "Enforcement related to abusive behavior": [[1, "enforcement-related-to-abusive-behavior"]], "Enforcement related to unwelcome behavior": [[1, "enforcement-related-to-unwelcome-behavior"]], "Ensure issue and pull request templates are up to date": [[4, "ensure-issue-and-pull-request-templates-are-up-to-date"]], "Event documents": [[3, "event-documents"]], "Event social media and graphics": [[3, "event-social-media-and-graphics"]], "Examples of Good Documentation": [[37, "examples-of-good-documentation"]], "Executive Council": [[16, "executive-council"]], "Executive Council Minutes": [[51, null]], "Executive Director": [[16, "executive-director"]], "Executive council meeting notes": [[50, null]], "Fall 2018 Tasks": [[25, "fall-2018-tasks"]], "Final wrap up activities": [[4, "final-wrap-up-activities"]], "Fiscal sponsorship": [[16, "fiscal-sponsorship"]], "Followup thank you notes": [[4, "followup-thank-you-notes"]], "Funding & Business Development": [[36, "funding-business-development"], [37, "funding-business-development"]], "Funding Opportunity support via rOpenSci": [[35, "funding-opportunity-support-via-ropensci"]], "Funding \u2013 numfocus support vs moore funding": [[36, "funding-numfocus-support-vs-moore-funding"]], "GitHub Processes": [[11, null]], "GitHub teams": [[9, "github-teams"]], "Governance": [[14, null]], "Governing Committees": [[16, "governing-committees"]], "Guidelines for new issues": [[7, "guidelines-for-new-issues"]], "Handbook repository": [[8, "handbook-repository"]], "Help-wanted / sprintable issues": [[7, "help-wanted-sprintable-issues"]], "Help-wanted board": [[4, "help-wanted-board"]], "High level guidelines": [[2, "high-level-guidelines"]], "Highly Recommended": [[10, "highly-recommended"]], "How Much Documentation is \u201cGood Enough\u201d for PyOpenSci?": [[44, "how-much-documentation-is-good-enough-for-pyopensci"]], "How permissions are granted": [[9, "how-permissions-are-granted"]], "How to add new members to Canva": [[18, "how-to-add-new-members-to-canva"]], "How we developed our code of conduct": [[1, "how-we-developed-our-code-of-conduct"]], "How we invite new community members": [[12, "how-we-invite-new-community-members"]], "If a CI check is red": [[5, "if-a-ci-check-is-red"]], "If you are reporting a code bug": [[7, "if-you-are-reporting-a-code-bug"]], "If you have permissions, label the issue": [[7, "if-you-have-permissions-label-the-issue"]], "Instructions for building the documentation locally on your computer": [[2, "instructions-for-building-the-documentation-locally-on-your-computer"]], "Instructions for local development": [[2, "instructions-for-local-development"]], "Issue and PR triage": [[4, "issue-and-pr-triage"]], "Issue maintenance": [[7, "issue-maintenance"]], "JOSS (UPDATE)": [[29, "joss-update"]], "JOSS vs rOpenSci Review process": [[35, "joss-vs-ropensci-review-process"]], "Joss has some additional checks including": [[23, "joss-has-some-additional-checks-including"], [31, "joss-has-some-additional-checks-including"]], "Joss\u2019 Review process varies from rOpenSci As Follows": [[23, "joss-review-process-varies-from-ropensci-as-follows"], [31, "joss-review-process-varies-from-ropensci-as-follows"]], "Joss\u2019s primary goal": [[23, "joss-s-primary-goal"], [31, "joss-s-primary-goal"]], "Leadership (3-5):": [[36, "leadership-3-5"], [37, "leadership-3-5"]], "License": [[1, "license"]], "Maintain the pyOpenSci help-wanted project board": [[4, "maintain-the-pyopensci-help-wanted-project-board"]], "Make sure issues contain specific, detailed information before adding them to a project board": [[4, null]], "Maliciousness towards other community members": [[1, "maliciousness-towards-other-community-members"]], "Meeting Goals": [[23, "meeting-goals"], [31, "meeting-goals"]], "Meeting Notes - 16 Nov 2018": [[25, null]], "Meeting Notes - 26 Oct 2018": [[24, null]], "Meeting Notes - 7 Dec 2018": [[26, null]], "Meeting Notes 17 May 2021": [[47, null]], "Meeting Notes Archive": [[22, null]], "Meeting metrics that pyOpenSci collects": [[4, null]], "Meeting time": [[44, "meeting-time"]], "Meetings & Events": [[3, null]], "Metadata stored in this repository": [[8, "metadata-stored-in-this-repository"]], "Minutes for agenda items": [[49, "minutes-for-agenda-items"]], "Mission and values": [[15, null]], "Next Steps": [[23, "next-steps"], [25, "next-steps"], [31, "next-steps"], [39, "next-steps"], [40, "next-steps"]], "Notes": [[47, "notes"]], "Notes for Existing Maintainers": [[42, "notes-for-existing-maintainers"]], "Notes from conversation with Tracy": [[26, "notes-from-conversation-with-tracy"]], "Open Peer Review Program: Program level leadership structure": [[16, "open-peer-review-program-program-level-leadership-structure"]], "Organization": [[19, null]], "Other": [[40, "other"]], "Outcomes": [[47, "outcomes"]], "Package Management Issues To Consider": [[30, "package-management-issues-to-consider"]], "Packaging Council": [[9, "packaging-council"]], "Pages within a Canva project": [[18, "pages-within-a-canva-project"]], "Peer review editorial board": [[16, "peer-review-editorial-board"]], "Pool of Associate Editors (8+)": [[36, "pool-of-associate-editors-8"], [37, "pool-of-associate-editors-8"]], "Post types: evergreen vs. ad hoc content": [[13, "post-types-evergreen-vs-ad-hoc-content"]], "Pre-commit hooks and pre-commit.ci bot": [[10, "pre-commit-hooks-and-pre-commit-ci-bot"]], "Pre-sprint tasks": [[4, "pre-sprint-tasks"]], "Preparation prior to an event": [[3, "preparation-prior-to-an-event"]], "Presubmission template added!": [[29, "presubmission-template-added"]], "Programs": [[21, null]], "Project Scope - in the review processing & guidelines": [[29, "project-scope-in-the-review-processing-guidelines"]], "Project organization within Canva": [[18, "project-organization-within-canva"]], "Pull Request Checklist": [[10, "pull-request-checklist"]], "Pull Request Content": [[10, "pull-request-content"]], "Pull Requests": [[10, "pull-requests"]], "Pull Requests and Continuous Integration": [[10, "pull-requests-and-continuous-integration"]], "PyOpenSci Meeting Notes - 11 Jan 2019": [[28, null]], "PyOpenSci Meeting Notes - 31 Jan 2019": [[29, null]], "Python-package-guide repository": [[8, "python-package-guide-repository"]], "Regular vs. New Contributors": [[10, "regular-vs-new-contributors"]], "Repeated, subtle and unintentional micro-aggressions": [[1, "repeated-subtle-and-unintentional-micro-aggressions"]], "Reporting code of conduct violations": [[1, "reporting-code-of-conduct-violations"]], "Resources": [[28, "resources"]], "Resources:": [[32, "resources"]], "Response protocol steps": [[1, "response-protocol-steps"]], "Responsibilities:": [[37, "responsibilities"]], "Review and triage pull requests and issues": [[4, "review-and-triage-pull-requests-and-issues"]], "Reviews": [[44, "reviews"]], "Role Definition Revisited (please feel free to edit this or leave comments!!)": [[37, "role-definition-revisited-please-feel-free-to-edit-this-or-leave-comments"]], "SciPy Mentored Sprints (David) - Tania Allard": [[47, "scipy-mentored-sprints-david-tania-allard"]], "Scope in which the pyOpenSci code of conduct is applied": [[1, "scope-in-which-the-pyopensci-code-of-conduct-is-applied"]], "Setting Up Pre-commit Locally": [[10, "setting-up-pre-commit-locally"]], "Setting up a Slack bot using Slack Workflows": [[12, "setting-up-a-slack-bot-using-slack-workflows"]], "Setting up an automatic feed to post from GitHub into Slack:": [[12, "setting-up-an-automatic-feed-to-post-from-github-into-slack"]], "Share the Canva folder with the pyopensci-canva-team": [[3, null]], "Similarly, Testing - What if Tests Are Failing?": [[44, "similarly-testing-what-if-tests-are-failing"]], "Slack - Day to Day communication": [[12, null]], "Slack for pyOpenSci Community Discussion": [[12, "slack-for-pyopensci-community-discussion"]], "Slack\u2019s limitations - nonprofit plan": [[12, "slacks-limitations-nonprofit-plan"]], "Social Accounts": [[13, "social-accounts"]], "Social Media": [[11, null]], "Software review lead": [[16, "software-review-lead"]], "Software-peer-review guidebook repository": [[8, "software-peer-review-guidebook-repository"]], "Software-review repository": [[8, "software-review-repository"]], "Spring 2019 Tasks": [[25, "spring-2019-tasks"]], "Sprint infrastructure - GitHub projects": [[4, "sprint-infrastructure-github-projects"]], "Staff membership on Canva": [[18, "staff-membership-on-canva"]], "Staff roles within the organization": [[16, "staff-roles-within-the-organization"]], "Storing internal pyOpenSci documents": [[20, null]], "Structure and leadership": [[16, null]], "Supporting New Contributors": [[10, "supporting-new-contributors"]], "TL;DR": [[4, null]], "Tasks during a sprint": [[4, "tasks-during-a-sprint"]], "Team check in prior to an event": [[3, null]], "Team repository access": [[9, "team-repository-access"]], "Testing & Pyopensci": [[45, "testing-pyopensci"]], "To Do Takeaways - For Everyone": [[35, "to-do-takeaways-for-everyone"]], "To Do:": [[32, "to-do"]], "To Dos": [[33, "to-dos"]], "Todo": [[3, "id1"], [4, "id1"], [4, "id2"], [4, "id3"], [4, "id4"], [4, "id5"], [4, "id6"], [4, "id7"], [4, "id8"], [4, "id9"], [7, "id1"], [8, "id1"], [8, "id2"], [8, "id3"], [10, "id1"], [10, "id2"], [18, "id1"]], "Tracking annual contributions: the sprint project board": [[4, "tracking-annual-contributions-the-sprint-project-board"]], "Tracking sprint contributions": [[4, "tracking-sprint-contributions"]], "Translation Council": [[9, "translation-council"]], "Triage (help-wanted) issues across the pyOpenSci organization": [[4, "triage-help-wanted-issues-across-the-pyopensci-organization"]], "Unacceptable behavior": [[1, "unacceptable-behavior"]], "Unwelcoming behavior": [[1, "unwelcoming-behavior"]], "Update the sprint issue and pull request board": [[4, "update-the-sprint-issue-and-pull-request-board"]], "Using the bot instead of pre-commit hooks": [[5, "using-the-bot-instead-of-pre-commit-hooks"]], "Volunteer reviewers": [[16, "volunteer-reviewers"]], "Website CI checks": [[5, "website-ci-checks"]], "Website build": [[2, "website-build"]], "Welcome new contributors to slack": [[4, "welcome-new-contributors-to-slack"]], "What do the green and red checks mean?": [[5, "what-do-the-green-and-red-checks-mean"]], "What is CI?": [[5, "what-is-ci"]], "What is a sprint?": [[4, "what-is-a-sprint"]], "What motivates sprint participants?": [[4, "what-motivates-sprint-participants"]], "What the bot can fix": [[5, "what-the-bot-can-fix"]], "What the bot can\u2019t fix": [[5, "what-the-bot-cant-fix"]], "What this code of conduct defines": [[1, "what-this-code-of-conduct-defines"]], "When to seek help immediately": [[1, "when-to-seek-help-immediately"]], "Who we acknowledge": [[10, "who-we-acknowledge"]], "Who we invite to the community:": [[12, "who-we-invite-to-the-community"]], "Why do we support open science?": [[15, "why-do-we-support-open-science"]], "Why is (free) and open source so important?": [[15, "why-is-free-and-open-source-so-important"]], "Why pyOpenSci?": [[17, "why-pyopensci"]], "Why should I report code of conduct violations?": [[1, "why-should-i-report-code-of-conduct-violations"]], "Year-round sprint tasks": [[4, "year-round-sprint-tasks"]], "pyOpenSci Community Code of Conduct": [[1, null]], "pyOpenSci Events": [[11, null]], "pyOpenSci Executive Council Minutes": [[51, null]], "pyOpenSci Executive Council Minutes 2024": [[49, null]], "pyOpenSci GitHub Permissions": [[9, null]], "pyOpenSci GitHub Processes": [[6, null]], "pyOpenSci GitHub issue process": [[7, null]], "pyOpenSci GitHub repositories": [[8, null]], "pyOpenSci Handbook & Governance": [[17, null]], "pyOpenSci Meeting Notes - 1 August 2019": [[38, null]], "pyOpenSci Meeting Notes - 18 April 2019": [[34, null]], "pyOpenSci Meeting Notes - 20 June 2019": [[37, null]], "pyOpenSci Meeting Notes - 20 September": [[40, null]], "pyOpenSci Meeting Notes - 21 March 2019": [[32, null]], "pyOpenSci Meeting Notes - 22 August 2019": [[39, null]], "pyOpenSci Meeting Notes - 24 october 2019": [[42, null]], "pyOpenSci Meeting Notes - 28 Feb 2020": [[44, null]], "pyOpenSci Meeting Notes - 3 October 2019": [[41, null]], "pyOpenSci Meeting Notes - 30 May 2019": [[36, null]], "pyOpenSci Meeting Notes - 4 April 2019": [[33, null]], "pyOpenSci Meeting Notes - 6 March 2019": [[30, null]], "pyOpenSci Meeting Notes - 9 April 2020": [[45, null]], "pyOpenSci Meeting Notes - 9 May 2019": [[35, null]], "pyOpenSci Repo Maintainers": [[9, "pyopensci-repo-maintainers"]], "pyOpenSci Slack channels": [[12, "pyopensci-slack-channels"]], "pyOpenSci Social Media Platforms": [[13, null]], "pyOpenSci Sphinx theme": [[8, "pyopensci-sphinx-theme"]], "pyOpenSci Sprints": [[4, null]], "pyOpenSci Values": [[15, "pyopensci-values"]], "pyOpenSci advisory council": [[16, "pyopensci-advisory-council"]], "pyOpenSci assets and brand content": [[18, "pyopensci-assets-and-brand-content"]], "pyOpenSci checks for broken links and missing alt tags: HTMLProofer": [[5, "pyopensci-checks-for-broken-links-and-missing-alt-tags-htmlproofer"]], "pyOpenSci meeting notes: 3-14-2019 JOSS / pyOpenSci Collaboration": [[31, null]], "pyOpenSci meetings": [[3, "pyopensci-meetings"]], "pyOpenSci repo": [[26, "pyopensci-repo"]], "pyOpenSci sprints are accessible": [[4, "pyopensci-sprints-are-accessible"]], "pyOpenSci uses Canva as a shared graphic platform": [[18, null]], "pyopensci.github.io repository": [[8, "pyopensci-github-io-repository"]], "pyosMeta repository": [[8, "pyosmeta-repository"]], "pyosPackage repository": [[8, "pyospackage-repository"]], "tags: Meeting": [[47, "tags-meeting"]], "v 0.2": [[0, "v-0-2"]]}, "docnames": ["CHANGELOG", "CODE_OF_CONDUCT", "CONTRIBUTING", "community/events/intro", "community/events/sprints", "community/github/continuous-integration", "community/github/intro", "community/github/issues", "community/github/our-repositories", "community/github/permissions", "community/github/pull-requests", "community/index", "community/slack", "community/social", "governance/index", "governance/mission-values", "governance/structure", "index", "organization/canva", "organization/index", "organization/internal-documentation", "programs/index", "reference/index", "reference/meeting-notes/2018/2018-10-09-notes", "reference/meeting-notes/2018/2018-10-26-notes", "reference/meeting-notes/2018/2018-11-16-notes", "reference/meeting-notes/2018/2018-12-07-notes", "reference/meeting-notes/2018/intro-2018", "reference/meeting-notes/2019/2019-01-11-notes", "reference/meeting-notes/2019/2019-01-31-notes", "reference/meeting-notes/2019/2019-03-06-notes", "reference/meeting-notes/2019/2019-03-14-joss-discussion-notes", "reference/meeting-notes/2019/2019-03-21-notes", "reference/meeting-notes/2019/2019-04-04-notes", "reference/meeting-notes/2019/2019-04-18-notes", "reference/meeting-notes/2019/2019-05-09-notes", "reference/meeting-notes/2019/2019-05-30-notes", "reference/meeting-notes/2019/2019-06-20-notes", "reference/meeting-notes/2019/2019-08-01-notes", "reference/meeting-notes/2019/2019-08-22-notes", "reference/meeting-notes/2019/2019-09-20-notes", "reference/meeting-notes/2019/2019-10-03-notes", "reference/meeting-notes/2019/2019-10-24-notes", "reference/meeting-notes/2019/intro-2019", "reference/meeting-notes/2020/2020-02-28-notes", "reference/meeting-notes/2020/2020-04-09-notes", "reference/meeting-notes/2020/intro-2020", "reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes", "reference/meeting-notes/2021/intro-2021", "reference/meeting-notes/executive-council/2024-executive-council-minutes", "reference/meeting-notes/executive-council/README", "reference/meeting-notes/executive-council/intro"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "community/events/intro.md", "community/events/sprints.md", "community/github/continuous-integration.md", "community/github/intro.md", "community/github/issues.md", "community/github/our-repositories.md", "community/github/permissions.md", "community/github/pull-requests.md", "community/index.md", "community/slack.md", "community/social.md", "governance/index.md", "governance/mission-values.md", "governance/structure.md", "index.md", "organization/canva.md", "organization/index.md", "organization/internal-documentation.md", "programs/index.md", "reference/index.md", "reference/meeting-notes/2018/2018-10-09-notes.md", "reference/meeting-notes/2018/2018-10-26-notes.md", "reference/meeting-notes/2018/2018-11-16-notes.md", "reference/meeting-notes/2018/2018-12-07-notes.md", "reference/meeting-notes/2018/intro-2018.md", "reference/meeting-notes/2019/2019-01-11-notes.md", "reference/meeting-notes/2019/2019-01-31-notes.md", "reference/meeting-notes/2019/2019-03-06-notes.md", "reference/meeting-notes/2019/2019-03-14-joss-discussion-notes.md", "reference/meeting-notes/2019/2019-03-21-notes.md", "reference/meeting-notes/2019/2019-04-04-notes.md", "reference/meeting-notes/2019/2019-04-18-notes.md", "reference/meeting-notes/2019/2019-05-09-notes.md", "reference/meeting-notes/2019/2019-05-30-notes.md", "reference/meeting-notes/2019/2019-06-20-notes.md", "reference/meeting-notes/2019/2019-08-01-notes.md", "reference/meeting-notes/2019/2019-08-22-notes.md", "reference/meeting-notes/2019/2019-09-20-notes.md", "reference/meeting-notes/2019/2019-10-03-notes.md", "reference/meeting-notes/2019/2019-10-24-notes.md", "reference/meeting-notes/2019/intro-2019.md", "reference/meeting-notes/2020/2020-02-28-notes.md", "reference/meeting-notes/2020/2020-04-09-notes.md", "reference/meeting-notes/2020/intro-2020.md", "reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes.md", "reference/meeting-notes/2021/intro-2021.md", "reference/meeting-notes/executive-council/2024-executive-council-minutes.md", "reference/meeting-notes/executive-council/README.md", "reference/meeting-notes/executive-council/intro.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 4, 5, 7, 8, 10, 11, 13, 16, 18, 20, 22, 24, 25, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47, 49], "000": 18, "018": [28, 30], "05": 22, "08": 39, "09": 40, "1": [4, 7, 16, 18, 20, 22, 25, 28, 29, 30, 32, 33, 34, 35, 36, 37, 39, 43, 47], "10": [4, 18, 22, 27, 28, 29, 30, 41], "1000": 35, "1007": [28, 30], "10k": 36, "10m": 24, "10min": 47, "10srfcmsk85uqvhshyospngj9wx3c38k1xmhblpqrt5m": 24, "11": [22, 37, 43], "1116702511312695296": 34, "1166903977235177472": 40, "119": 42, "11pm": 37, "12": 29, "13": 22, "1357": 33, "13s_hogs89zm1j257gc8oja_yol3j6xcp68sr2ln5mm0": 34, "14": [22, 43], "15min": 47, "16": [22, 27, 35, 40, 41], "17": [22, 35, 37, 48, 49], "18": [22, 29, 40, 43], "1faipqlscno_scaykeqapqxzrnefoqql35hy9nrc6gcpxek8vkzbaklq": [29, 32], "1kzstdla98tvfe1_0r0iusbpyg": 35, "1oetzg9oasxih3wdxyuul_ida4ozfabj6t0hddsqmkv4": [26, 30], "1opagnky2nxd0kghrhinvlmtvoaq4pcbikfhgh9hjgci": 32, "1vujfcxntrqdyetv": 24, "2": [3, 4, 7, 8, 16, 22, 23, 29, 31, 32, 33, 34, 35, 38, 39, 40, 42, 47], "20": [4, 22, 43], "2017": 28, "2018": [13, 17, 22, 34], "2019": [22, 40], "2020": 22, "2021": [17, 22], "2023": [0, 49], "2024": [4, 13, 22, 51], "2030": 47, "204": 37, "20f5bd2ee1ee5d6e2053f7ba186917f6009ab67a": 41, "20min": 47, "21": [22, 43], "22": [22, 43], "227": 40, "24": [4, 22, 43], "25": [0, 24], "250": 12, "26": [22, 27], "27": 37, "28": [22, 37, 46], "299527": 24, "2fs10606": 30, "2i2c": [0, 1, 8], "2ish": [23, 31], "3": [3, 16, 22, 23, 25, 30, 34, 38, 39, 43], "30": [4, 22, 43, 47], "3000": 34, "309": 41, "31": [22, 43], "31st": 32, "35": 38, "3cwpaefrrbgj1cus3b2r7g": 24, "4": [16, 22, 29, 39, 43], "421e2mvqrwy9yhzfgxnuea": 26, "494076938": 36, "5": [4, 18, 22, 39, 40], "50": [23, 31], "501": 16, "5pm": 40, "6": [22, 36, 37, 39, 43], "60": 24, "648142": 24, "7": [22, 27, 37, 40], "71uwsa": 30, "77": 28, "7pm": 37, "8": [22, 35, 39], "8000": 24, "8001": 24, "8002": 24, "9": [22, 24, 43, 46], "9333": [28, 30], "A": [3, 4, 5, 7, 10, 18, 37, 41, 44], "AND": [4, 35], "And": [5, 15, 17, 23, 31, 36, 37], "As": [2, 4, 5, 12, 18, 20, 22, 30], "At": [4, 10, 23, 31, 49], "BUT": [4, 36, 39], "Be": [3, 4, 7, 10], "Being": 1, "But": [36, 37, 41], "By": [4, 18], "For": [1, 3, 4, 5, 10, 12, 13, 22, 30, 36, 40, 42], "IF": 4, "IT": 45, "If": [1, 2, 3, 4, 8, 10, 12, 15, 18, 23, 31, 32, 36, 37, 39, 40, 41, 44], "In": [1, 2, 3, 4, 5, 10, 11, 12, 13, 16], "It": [3, 4, 5, 7, 8, 10, 12, 13, 16, 35, 36, 39, 41, 42], "Not": 42, "OR": [4, 35, 41], "On": 2, "One": [4, 13, 18, 26, 32, 35], "Or": [1, 2, 36], "Such": 44, "TO": 36, "That": [18, 22, 34, 37], "The": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 15, 16, 18, 21, 28, 34, 35, 37, 41, 44, 49], "Their": [1, 36, 37], "Then": [12, 36, 37, 47], "There": [4, 5, 9, 10, 12, 16, 34, 36], "These": [1, 2, 3, 4, 5, 8, 9, 12, 16, 17, 20, 28, 37], "To": [1, 2, 3, 4, 5, 7, 9, 10, 12, 18, 22, 23, 31], "WILL": 30, "Will": [33, 39], "With": 18, "_____": 4, "______": 4, "_build": 2, "_data": 41, "_packag": 41, "abil": 28, "abl": [35, 38, 39, 41], "about": [1, 2, 3, 4, 7, 8, 9, 11, 12, 13, 16, 17, 18, 23, 26, 28, 29, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 47], "abov": [1, 4, 8, 10, 18, 40, 44], "absenc": 20, "abstract": [29, 33], "abus": 10, "academ": 41, "academia": 15, "accept": [2, 8, 12, 16, 23, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "access": [3, 5, 10, 11, 12, 15, 20, 29, 41], "accommod": [2, 42], "accomplish": 26, "accordingli": [18, 36, 37], "account": [1, 11, 12, 18, 35, 39, 40, 41, 42], "accur": 4, "achiev": [4, 10], "across": [2, 3, 6, 7, 8, 9, 10, 13], "acryl": 3, "act": 47, "action": [1, 2, 4, 7, 8, 10, 22, 37, 41], "activ": [1, 3, 7, 8, 9, 12, 13, 16, 42, 49], "actual": [7, 41, 47], "actuallyusingcrev": 42, "ad": [0, 2, 3, 5, 6, 7, 10, 11, 12, 18, 22, 34, 36, 38, 39, 40], "adapt": [1, 2, 45], "add": [2, 3, 4, 5, 7, 8, 9, 10, 23, 24, 30, 31, 33, 34, 36, 37, 38, 39, 40, 41, 42, 47], "addit": [1, 5, 7, 10, 12, 13, 18, 22, 33, 37, 44], "address": [3, 4, 5, 7, 10, 15, 18, 30, 35], "adjust": [5, 10, 36, 37], "admin": 5, "administr": [12, 16, 18], "adopt": [1, 25, 35], "advanc": [1, 4, 13, 42, 45], "advic": [34, 36], "advis": 16, "advisor": [32, 34, 36, 37], "advisori": [1, 8, 18, 22, 25, 30], "advoc": 16, "affial": 36, "affili": 4, "after": [1, 2, 3, 10, 11, 12, 26, 32, 37, 39, 41], "again": [1, 5, 35, 37], "agenda": [20, 22, 43, 47], "aggreg": [2, 4, 35], "agil": 32, "agit": 1, "ago": 39, "agre": [4, 5, 36, 42], "agreement": 18, "agu": [38, 39, 40, 41], "ahead": [5, 12, 47], "aid": 29, "aim": [4, 10, 29, 33], "aims_scop": [32, 33], "airtabl": [29, 40], "ala": 35, "alan": [40, 41], "albeit": 13, "algorithm": [29, 45], "align": [4, 10, 12, 37], "alison": 44, "all": [1, 2, 3, 5, 8, 10, 12, 17, 18, 20, 29, 35, 36, 37, 38, 39, 41, 44, 47], "allard": [22, 39], "allianc": 35, "alloc": 9, "allow": [1, 2, 3, 4, 5, 10, 12, 13, 15, 18, 32, 34, 35, 36, 37, 40, 42], "almost": 41, "alon": 40, "along": [30, 33, 37, 41], "alopex": 42, "alreadi": [5, 10, 12, 15, 32, 35, 42, 47], "also": [3, 4, 5, 8, 10, 12, 13, 15, 16, 17, 18, 20, 28, 29, 32, 34, 35, 36, 37, 40, 41, 42, 44], "alt": [10, 11], "altair": 37, "altern": [1, 39, 41], "although": 13, "alwai": [3, 4, 5, 37, 41, 42], "am": 37, "amaz": 34, "america": 38, "among": 17, "amount": [13, 41, 42], "an": [1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 18, 20, 25, 26, 29, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 45, 49], "analog": 29, "analysi": 29, "analyt": [28, 30], "analyz": 29, "anderson": 41, "ani": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 18, 20, 36, 42, 44], "annoi": 3, "announc": [12, 32], "annual": 49, "anoth": [4, 5, 20, 34, 35, 41, 42, 45], "answer": [32, 41], "antagon": 1, "anyon": [1, 2, 4, 7, 28, 30, 33, 35, 36, 37, 38, 39, 40, 41], "anyth": [5, 12, 28, 42], "anywher": 41, "aout": 39, "api": [8, 23, 29, 31, 32, 33, 34, 37, 38, 39], "apologi": 49, "app": [12, 33, 35, 47], "appear": [1, 5, 10, 28], "appendic": [32, 33, 35, 41], "appli": [2, 4, 5, 8, 17, 35, 36, 37], "applic": [1, 4, 10, 15, 17, 44], "appreci": [4, 41], "approach": [5, 10, 11, 28, 34, 35, 36, 39, 40, 41], "appropri": [3, 4, 7, 9, 18], "approv": [0, 4, 5, 10, 32, 35, 38, 41, 42, 49], "approxim": 2, "april": [22, 43, 46], "apveyor": 41, "ar": [1, 2, 3, 5, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 23, 24, 28, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47, 49], "archiv": [4, 5, 7, 41], "area": [28, 36, 37, 38, 39, 42, 47], "aren": 47, "arfon": [23, 28, 31, 33, 34, 35, 37], "argu": 1, "ariel": 28, "aris": 16, "arokem": 28, "around": [1, 2, 4, 8, 12, 14, 15, 16, 26, 30, 32, 35, 37, 39, 41], "arriba": 30, "arriv": 1, "arrow": 18, "articl": [12, 28, 30, 40], "articul": 10, "artifact": 2, "asana": [10, 37], "ask": [4, 7, 10, 12, 18, 25, 26, 28, 29, 33, 34, 37, 38, 40, 41, 42, 47], "assault": 1, "assess": [7, 36, 37, 45], "assign": [9, 36, 37], "assist": 4, "associ": [2, 3, 4, 5, 7, 22, 30, 38], "assum": [1, 5, 41], "astropi": 47, "asynchron": [3, 12], "attempt": 1, "attend": [1, 3, 4, 12, 34, 36, 38], "attende": [3, 4, 22, 23, 31, 43], "attent": [1, 4], "audreyr": 28, "august": [22, 43, 49], "authent": 44, "author": [2, 4, 5, 7, 8, 10, 12, 35, 36, 37, 39, 42], "authorship": [23, 31], "auto": 4, "autodoc": [29, 44], "autofix": 5, "autoformat": 10, "autom": [4, 5, 7, 10, 12, 28, 29, 35, 38, 40, 41], "automag": [4, 40], "automat": [4, 5, 7, 8, 10, 11, 33, 44], "autotest": [23, 31], "avail": [1, 3, 7, 30, 36, 37], "avenu": [24, 37], "avoid": [4, 10, 23, 31, 40], "awai": 36, "awar": 13, "azur": 29, "b": [33, 41], "b9zy15qzqtiyxiqrnl0yna": 40, "babi": 12, "back": [5, 39, 42, 47], "backend": 35, "background": [7, 10, 15, 42, 45], "backup": [30, 34], "bad": [1, 2, 5], "badg": [22, 38, 41, 44], "bai": 39, "bailei": 28, "balanc": 12, "banner": 3, "barba": 28, "barrier": 15, "base": [1, 3, 4, 5, 10, 12, 35, 36, 37, 39], "bash": 12, "basi": [10, 12], "basic": 28, "beauti": 41, "becaus": [1, 2, 3, 4, 5, 10, 12, 15, 35, 39], "becom": [4, 5, 12, 13, 17, 23, 30, 31, 36], "been": [1, 4, 5, 8, 12, 36, 39, 40], "befor": [2, 3, 5, 8, 10, 12, 32, 33, 34, 41], "began": 22, "begin": [4, 35, 42, 49], "beginn": [4, 8, 12], "behavior": 7, "behind": 39, "being": [2, 4, 7, 12, 16, 24, 34, 35, 37, 38, 40], "belong": 1, "below": [1, 4, 5, 7, 8, 10, 16, 22, 37, 38, 39, 40, 41, 44], "benefici": 4, "benefit": [4, 18, 32], "berkelei": [26, 30, 33, 34, 35, 37, 38, 41, 44], "best": [2, 4, 8, 10, 12, 29, 30, 36, 44], "bet": 40, "better": [4, 7, 13, 17, 29, 30, 32, 36, 37, 40, 44], "between": [1, 18, 28, 29, 37], "beyond": 1, "bi": [32, 34, 36, 37], "bid": 30, "big": 4, "biggest": 4, "bimonthli": 32, "bio": 37, "bioinformat": [35, 37], "bird": [3, 24], "bit": [3, 23, 31, 36, 37, 41], "black": [5, 10], "blanket": 1, "blob": [29, 34, 39, 41], "block": [5, 10, 35], "blog": [4, 10, 16, 18, 30, 34, 35, 41, 42], "blue": 41, "blueski": 13, "bn8w_gwfsqapobrzovfbvq": 30, "board": [7, 12, 15, 18, 25, 30, 37, 40, 47], "bodi": [1, 4], "bof": [3, 22, 24, 30, 32, 33, 34, 35, 37, 38, 40], "book": [2, 5, 8, 25], "bootstrap": 37, "bot": [2, 11, 33, 34, 35, 38, 39, 40, 41], "both": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 24, 25, 28, 32, 38, 39, 44], "bottom": [2, 10, 18, 36, 44], "boulder": [24, 28, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44, 45], "bound": 37, "box": 36, "brainstorm": 25, "branch": [2, 10], "brand": [8, 20, 38, 49], "break": [3, 5, 16, 30], "bridg": 34, "brief": [44, 49], "bright": 5, "bring": [3, 36, 47], "bristol": 36, "broader": [7, 11, 12, 13], "broke": 1, "broken": [1, 4, 7, 10, 11], "brook": 41, "browser": [2, 5], "bucket": 47, "budget": [25, 26], "buffer": 13, "bug": [5, 12], "bui": [24, 37], "build": [1, 4, 5, 8, 10, 14, 15, 17, 26, 30, 36, 37, 38, 39, 41], "build_book": 2, "built": [2, 5, 11, 12, 14], "bump": 37, "bunch": 3, "busi": [4, 12, 22, 39, 42], "button": [5, 10, 18], "c": [16, 41], "c6erscrvg": 32, "cadenc": [12, 13], "calcul": 4, "calendar": [34, 42], "call": [1, 2, 4, 5, 10, 13, 18, 29, 32, 36, 37], "came": [30, 40, 41], "campaign": [13, 40], "can": [1, 2, 3, 4, 7, 8, 10, 11, 12, 13, 16, 17, 18, 20, 24, 25, 26, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 47], "canada": 41, "cancer": [36, 37], "cannot": 10, "capabl": 26, "capac": [15, 17, 26, 30, 36, 37, 49], "captur": [2, 33], "card": [3, 4], "care": [4, 37], "career": [23, 31], "carefulli": [1, 12, 14], "carl": [25, 32, 36], "carpentri": [24, 26, 36, 38], "carson": [24, 29, 32, 34, 35, 36, 37, 41], "case": [2, 3, 4, 5, 10, 30, 42, 44], "castelao": 34, "catch": 10, "categor": 1, "categori": [2, 23, 28, 31, 32, 33], "caught": 39, "cc0": 1, "cco": 1, "celebr": 4, "cement": 41, "center": 45, "central": [3, 4, 12, 45], "cet": 47, "cf": 44, "chain": 39, "challeng": [4, 12, 18, 30, 47], "chang": [2, 3, 4, 5, 8, 10, 29, 36, 39, 41, 42], "changelog": 2, "channel": [1, 11, 30, 36, 41, 42], "characterist": 1, "charg": 42, "chat": [12, 26, 36, 37, 47], "check": [2, 10, 11, 12, 22, 28, 33, 34, 35, 36, 37, 38, 39, 42], "checkbox": [36, 37], "checker": [5, 10], "checkin": 37, "checklist": [32, 33, 35], "checkmark": 5, "chen": [38, 45], "chendani": 38, "chiara": 12, "chief": [8, 22], "chimp": 41, "choldgraf": [30, 38], "choos": [2, 18, 32], "chose": [2, 12], "chri": [24, 25, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44], "chue": [33, 34, 35, 36], "chunk": 36, "ci": [2, 4, 11, 29, 35, 44], "circl": [2, 29], "circleci": 5, "citabl": [23, 31], "citat": [2, 29, 44], "cite": 2, "clarifi": [3, 18], "clariti": 4, "class": 44, "clean": 10, "cleanup": [7, 30], "clear": [7, 10, 28, 30, 37, 40, 41], "clearli": [4, 10, 37], "click": [2, 5, 16, 18, 36], "climat": 45, "clip": 39, "clone": 2, "close": [4, 7, 10, 34, 40, 47], "co": [34, 40], "coc": [0, 29], "code": [2, 3, 4, 5, 8, 10, 12, 17, 23, 25, 28, 30, 31, 35, 36, 41, 44, 47], "codebas": 10, "codemeta": [41, 42], "codemetapi": 42, "codemetar": 41, "codespel": 10, "coi": 41, "collabor": [1, 4, 11, 12, 15, 18, 22, 27, 34, 41, 43], "colleagu": [30, 35], "collect": [3, 8, 16, 22, 25], "color": 18, "colorado": [37, 42], "column": [4, 40], "com": [1, 4, 24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 47], "combin": [1, 4, 36], "come": [4, 10, 30, 36, 39, 40, 42, 47], "comer": 34, "comfort": [1, 4, 10, 28, 35], "comm": [3, 40], "command": [2, 4, 5, 7, 10, 12, 33, 36, 39], "comment": [1, 4, 5, 22, 28, 29, 34, 35, 36, 42, 44, 47], "commit": [2, 11, 13, 34, 36, 37, 39, 40, 42], "committe": 1, "common": [1, 10, 37], "commun": [2, 3, 4, 5, 7, 8, 9, 13, 14, 15, 17, 22, 24, 25, 26, 28, 30, 32, 35, 38, 39, 40, 41, 44], "compani": [4, 24], "compar": [32, 44], "compass": 38, "compat": 13, "complement": 8, "complet": [4, 7, 12, 18, 30, 32, 37, 38, 39, 40, 41], "complex": [5, 29, 36], "compliant": [4, 41], "complic": 34, "compon": [23, 31], "compos": 35, "compris": 16, "comput": [10, 39, 45], "concept": [22, 29], "concern": 12, "concis": [7, 36], "concret": 26, "conda": [36, 40], "condens": 35, "conduct": [2, 8, 12, 17, 41], "confer": [1, 12, 29, 34, 39, 42], "confid": 5, "configur": [2, 5, 7, 12, 40], "confin": 7, "confirm": [23, 31], "conflict": [4, 5, 10, 16, 41], "confus": [5, 7, 42], "congreg": 3, "connect": [4, 12, 36, 37], "conquer": 39, "conscious": 42, "consensu": 34, "consequ": 1, "consid": [1, 4, 5, 12, 22, 23, 28, 29, 31, 33, 35, 36, 39, 41, 42, 44, 47], "consider": 36, "consist": [5, 10, 13], "constant": 13, "constitut": 1, "construct": 21, "consult": 8, "contact": [1, 28, 30, 32, 34, 41, 42], "contain": [2, 3, 8, 10, 25, 37], "content": [2, 3, 4, 5, 6, 8, 11, 16, 17, 26, 28, 42], "context": 7, "contextili": [30, 35], "continu": [1, 4, 11, 12, 13, 32, 44], "contractor": 38, "contrbutor": 39, "contribut": [5, 10, 12, 14, 15, 16, 17, 18, 23, 26, 28, 29, 30, 31, 35, 36, 37, 39, 40, 41, 42, 47], "contributor": [3, 6, 7, 8, 9, 11, 12, 38, 39, 40, 41, 42], "control": 29, "convers": [1, 12, 22, 29, 32, 34, 39, 42], "convert": [25, 44], "cooki": [22, 28, 32], "cookiecutt": [28, 29, 30, 32, 40, 41], "cool": 3, "coordin": [12, 16, 40], "copi": [35, 38, 44], "copyright": 18, "core": [5, 7, 8, 10, 12, 15, 18, 21, 29, 35, 36, 37], "correct": [5, 10, 18, 42, 45], "cosmicbboi": 39, "cost": 12, "costli": 15, "could": [1, 4, 5, 7, 8, 10, 22, 23, 25, 28, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47], "council": [0, 1, 8, 18, 22], "count": 4, "countri": 4, "courtesi": 1, "cover": [1, 12, 30], "coverag": [35, 44], "cran": 30, "cranston": [0, 49], "creat": [1, 2, 3, 4, 8, 10, 12, 13, 15, 16, 18, 24, 28, 30, 32, 35, 37, 38, 41, 42, 44, 49], "creation": 18, "creativ": 18, "credenti": 38, "credit": [2, 23, 31], "crev": 42, "crimin": 1, "criteria": [5, 23, 31, 34, 36, 37], "critic": [3, 4, 10, 15], "cron": 8, "crucial": 4, "csngfacw": 24, "css": 4, "cu": [24, 28, 32, 33, 34, 35, 36, 38, 40, 41, 42, 44, 45], "cue": 3, "curat": [17, 32, 35], "current": [2, 3, 4, 5, 7, 9, 12, 13, 16, 18, 22, 26, 32, 35, 38, 44], "custom": [8, 12], "customis": 41, "cutter": [22, 28, 32], "cvnrjv3ft_": 34, "d": [4, 18, 24, 25, 26, 29, 30, 32, 34, 35, 39, 40, 41, 45], "da17ddeada387cc2225f016e78e8574fr68": 34, "dai": [4, 7, 16, 39, 44], "daihv0qhrxcbg": 31, "danger": 1, "daniel": [36, 38, 40, 45], "danni": 30, "darriba": 41, "dashboard": [35, 37], "data": [3, 4, 8, 15, 22, 25, 28, 29, 32, 34, 40], "databas": [4, 29, 35, 41], "dataset": 30, "date": [6, 10, 28, 40, 42, 47], "datr": 35, "davi": [32, 33, 34, 35, 36, 37, 40, 41, 42], "david": [22, 39, 45], "dc": 38, "deactiv": 1, "deadlin": [24, 39], "deal": 42, "dec": [22, 27], "decid": [1, 32, 36, 39], "decis": [5, 16, 24, 28, 32, 36, 37, 45], "decvelop": 45, "dedic": [1, 32], "deem": 1, "deep": 45, "deepli": 2, "defacto": 16, "default": [5, 18, 23, 31, 37], "defin": [4, 16, 17, 33, 35, 36, 37, 42], "definit": [22, 36], "dei": 12, "deliber": 1, "demograph": 4, "demonstr": 44, "depend": [1, 2, 4, 7, 10, 28, 36, 37], "deploi": 33, "deploy": 12, "deposit": 29, "deprec": 28, "depth": 45, "deris": 1, "deriv": [0, 25], "describ": [10, 11, 16], "descript": [7, 8, 10, 24, 42, 44], "design": [3, 5, 7, 17, 18, 26, 38], "desir": 7, "desk": 47, "detail": [1, 5, 7, 8, 26, 34, 41, 44], "detect": 5, "determin": [1, 4, 23, 28, 31], "dev": [4, 22, 24, 25, 32, 33, 36, 42, 44, 45], "dev_guid": [25, 28, 29, 30, 32, 33, 35, 36, 37, 41, 44], "dev_requir": 40, "develop": [4, 5, 8, 10, 11, 12, 15, 16, 17, 20, 22, 23, 24, 25, 26, 28, 29, 31, 32, 34, 35, 39, 40, 41], "devguid": [39, 41], "devic": 47, "dfein": 35, "diagnost": 35, "diagram": 18, "dialogu": 13, "dib": [32, 34, 41, 42], "did": [10, 12, 13, 30, 35, 39], "didn": [4, 10, 35, 37, 39, 41], "diff": 34, "differ": [4, 10, 26, 29, 35], "difficult": [28, 34, 41, 45], "digit": 1, "dir": 39, "direct": [16, 30, 34, 36, 37, 40, 44], "directli": [1, 2, 3, 12, 13, 36, 40], "director": [1, 12, 18], "directori": 44, "disabl": 1, "disagr": 37, "disappear": 44, "disciplinari": 15, "discord": [2, 12, 47, 49], "discours": [1, 2, 4, 12, 16, 22, 30, 32, 34, 35, 36, 37, 38, 40, 42, 44], "discov": 32, "discover": 30, "discoveri": 32, "discrep": 7, "discret": [1, 4, 12], "discsus": 39, "discuss": [2, 6, 8, 10, 11, 16, 18, 22, 23, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "dispatch": 8, "disput": 37, "disrupt": [8, 40], "distinct": 28, "distract": 1, "divers": [1, 12, 13, 14, 15, 16, 36, 41], "divid": 39, "dm": 18, "dn": 47, "do": [1, 2, 4, 8, 10, 12, 13, 22, 24, 26, 28, 29, 30, 34, 38, 39, 40, 41, 44, 45, 47, 49], "doc": [2, 24, 25, 26, 28, 29, 30, 32, 34, 35, 37, 38, 39, 40, 44, 45], "docker": 35, "docstr": [41, 44], "document": [5, 7, 8, 10, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 39, 41, 42], "documentation_questionnair": 30, "doe": [4, 12, 13, 16, 20, 26, 28, 29, 30, 32, 33, 35, 36, 37, 38, 39, 41], "doesn": [10, 23, 29, 31, 35, 37, 39], "doi": [2, 32, 35], "domain": [4, 28, 37, 45, 47], "don": [1, 5, 10, 25, 26, 33, 34, 35, 36, 37, 39, 40, 41, 42], "done": [4, 10, 32, 37, 39, 40, 41], "doodl": 28, "doubl": [5, 10, 12], "doubt": [1, 4], "down": [4, 5, 41], "download": [5, 18, 29], "draft": [20, 25, 33, 38, 39, 49], "drink": 37, "drive": [1, 3, 14, 15, 16, 20, 41], "driven": [1, 2, 15, 16, 34, 35, 41], "dropdown": [10, 18], "ducki": 47, "due": [5, 13, 29, 36], "durat": [4, 37], "dure": [1, 3, 7, 11, 12, 13, 17, 23, 28, 31, 35], "dynam": [3, 4, 42], "e": [1, 3, 4, 5, 10, 16, 20, 26, 28, 29, 32, 40, 44], "each": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 15, 17, 18, 24, 35, 36, 37, 40, 47, 49], "earli": [10, 16, 17, 22, 25, 32], "earlier": [12, 34, 44], "earth": [35, 36, 37, 38, 39, 40, 41, 42, 44, 45], "earthlab": [32, 33], "earthpi": [28, 32, 33, 34, 35, 37, 38, 39, 41, 42], "easi": [1, 3, 4, 10, 12, 18, 28, 29, 35, 36, 37, 38], "easier": [3, 4, 7, 10, 12, 26, 29, 32, 35], "easiest": [2, 36], "easili": [4, 37], "eat": 12, "ebi": 35, "ecohealth": 35, "ecologi": 45, "ecossystem": 42, "ecosystem": [12, 16, 42], "edinburgh": [33, 34, 36], "edit": [2, 3, 10, 20, 22, 24, 25, 26, 30, 32, 34, 35, 36], "editor": [2, 4, 8, 12, 14, 15, 22, 25, 28, 33, 35, 39, 40, 41, 42, 44, 45, 47], "editor_guid": 33, "editori": [8, 12, 15, 17, 23, 31, 34, 36, 39, 47], "edu": 30, "educ": [1, 12, 28, 29, 32], "effect": [4, 18], "effici": [4, 10], "effort": [4, 13, 32, 35, 39], "eg": 41, "ehom": 24, "either": [1, 4, 5, 7, 41], "element": [3, 13], "els": [1, 4, 5, 10, 29, 32, 38, 41], "elsewher": 13, "email": [1, 2, 4, 18, 25, 34, 35, 36, 37, 39, 41, 44], "emerg": 20, "emoji": 41, "emphas": [23, 31], "employ": 1, "employe": 20, "empow": [4, 13], "empower": 15, "en": [23, 24, 31, 37, 38, 39, 40, 44], "enabl": [4, 5, 10, 17], "encount": 5, "encourag": [4, 35, 36, 37], "end": [4, 10, 35, 37, 45], "energi": 4, "enforc": [16, 44], "engag": [4, 9, 11, 16, 24, 29], "engin": 18, "enhanc": 10, "enough": [4, 22, 30, 42], "ensur": [1, 2, 3, 5, 7, 10, 12, 16, 18, 20, 23, 25, 29, 30, 31, 33, 35, 37, 39, 42, 45], "enter": [2, 12, 18], "entir": [1, 3, 4, 16, 18], "entri": 2, "environ": [2, 4, 7, 12], "envt": [35, 36, 47], "episod": 40, "equiti": 12, "erdapi": 39, "erdappi": 37, "erddapi": [32, 33, 37, 38], "errdapi": 38, "error": [5, 10], "esip": [34, 40], "esipf": 34, "especi": [1, 15, 35, 41], "essenti": [4, 23, 31], "establish": [2, 23, 29, 31, 37], "etc": [3, 4, 7, 12, 16, 25, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44, 45, 47], "ethnic": 15, "european": 35, "evalu": [10, 13, 16, 45], "even": [1, 5, 8, 12, 39, 40, 42, 44], "event": [1, 4, 5, 7, 12, 13, 17, 18, 20, 34, 38, 39, 41, 49], "eventu": [30, 36, 37], "ever": [4, 44], "evergreen": 11, "everi": [1, 2, 3, 4, 8, 10, 34, 36, 37], "everyon": [1, 2, 4, 10, 12, 22, 25, 33, 34, 40], "everyth": [4, 36, 37], "evolv": [12, 15], "ewqzvqdfstexh3oxjijpdw": 35, "ex": 29, "exactli": 4, "exampl": [1, 3, 4, 5, 7, 8, 10, 13, 22, 23, 26, 28, 29, 30, 31, 33, 34, 35, 41, 44], "except": [10, 42], "exception": 39, "excess": 10, "exclus": 1, "execut": [0, 1, 8, 12, 18, 22, 30], "exercis": 4, "exist": [10, 14, 15, 22, 28, 29, 35, 38, 41], "exoplanet": 41, "expand": [5, 26, 49], "expect": [1, 5, 7, 10, 23, 30, 31, 34, 37, 39, 41, 42, 44], "expedit": 2, "experi": [1, 4, 33, 39, 40, 45], "experienc": [4, 33], "expert": 12, "expertis": [4, 12, 28, 35, 36, 37], "expir": 42, "explain": [7, 10, 42], "explan": 7, "explicitli": [1, 35], "explor": 39, "exposur": 38, "express": [3, 4, 12, 18], "extend": 1, "extern": [10, 32, 34, 36, 37, 44], "extra": 10, "extract": 29, "face": [1, 44], "fact": [34, 41], "factor": 12, "fae": 36, "fail": [5, 22], "failur": [5, 10], "fair": 1, "fairli": 32, "fall": [4, 22, 34, 36, 37, 49], "famili": 20, "fantast": 12, "faq": 42, "far": [10, 24], "farmer": [24, 29, 32, 34, 35, 36, 41], "fashion": 1, "fast": [28, 35], "faster": [10, 32], "fat": 10, "fatiando": 37, "fc4905e70dda50a92bda28836e1e4f620522ae7b": 34, "fear": 1, "feather": [3, 24], "featur": [7, 30, 40], "feb": [22, 46], "fee": 15, "feed": 11, "feedback": [1, 4, 10, 12, 22, 33, 34, 35, 36, 37, 40, 41, 44, 49], "feel": [1, 4, 5, 10, 12, 22, 36, 41], "fellowship": 38, "felt": 40, "fernand": [32, 34, 36, 38], "festiv": [4, 49], "few": [3, 5, 12, 13, 23, 25, 31, 32, 33, 34, 35, 36, 39, 41, 45], "fewer": 4, "field": [3, 12, 42], "figur": [10, 34, 47], "file": [2, 3, 5, 7, 8, 10, 39, 40, 41, 42, 44], "filesystem": 10, "filip": [32, 34, 35, 36, 37, 38, 39], "fill": [1, 36, 37], "filter": 38, "final": [23, 25, 31, 35, 36, 37], "financi": 16, "find": [1, 2, 3, 4, 5, 17, 18, 25, 26, 28, 30, 32, 33, 34, 35, 37, 39, 40, 41, 42, 47], "findabl": 37, "fine": [29, 37], "finish": [12, 40], "fire": 1, "first": [2, 4, 10, 12, 13, 16, 25, 28, 29, 35, 36, 38, 39, 49], "fiscal": 1, "fit": [23, 31, 32, 33, 35], "fix": [2, 4, 7, 10, 34, 41, 45, 47], "fixer": 10, "flag": 12, "flesh": 4, "flexibl": [32, 36, 37], "floor": 35, "flower": 18, "fly": [4, 8], "fm": 40, "focu": [1, 16, 26, 28, 36, 37, 45], "focus": [10, 29, 34, 35, 36, 38], "folder": [2, 5, 18], "folk": [8, 9, 12, 36, 37, 39, 40, 41], "follow": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 18, 22, 29, 34, 35, 38, 47], "followup": [1, 3, 32, 33, 38, 39, 40], "food": [12, 37], "forc": 10, "forg": [36, 40], "forgot": 5, "fork": [2, 10, 33], "form": [1, 3, 4, 13, 29, 32, 37], "formal": [25, 28], "format": [5, 10, 28, 29, 40, 49], "formatt": 10, "forum": [1, 2, 12, 32, 34, 36, 37, 41], "forward": [4, 5, 11, 14, 42], "fosstodon": 13, "foster": [4, 17], "found": [4, 5, 12, 13, 16, 17, 41], "foundat": 26, "four": 9, "framework": 10, "fransi": 39, "free": [4, 5, 10, 14, 22, 36, 40, 41], "freeli": 15, "frequent": 4, "fresh": 37, "friend": 47, "friendli": [4, 8], "from": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 15, 18, 22, 24, 25, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 49], "full": [4, 5, 13, 38, 39], "fulli": 44, "function": [14, 28, 35, 44], "fund": [16, 22, 25, 26, 34, 38, 39], "fur": 12, "further": [12, 44], "futur": [4, 7, 10, 12, 16, 18, 22, 26, 28, 30, 35, 38, 44], "fyi": 37, "g": [1, 3, 4, 10, 16, 20, 26, 28, 29, 40, 44], "galleri": 44, "game": [12, 42], "gamer": 12, "gap": 35, "gather": 49, "gave": 44, "gdpr": [4, 41], "gem": 2, "gender": [1, 15], "gener": [2, 4, 5, 7, 8, 10, 12, 13, 25, 29, 34, 36, 37, 38, 40, 41, 44, 49], "geo": 37, "geograph": 15, "geopanda": [25, 35, 36, 39], "geoplot": 29, "geoscienc": 32, "geospati": [28, 29], "germani": 45, "get": [1, 4, 5, 10, 12, 24, 25, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47], "getinvolv": 24, "gh": 4, "git": [4, 10, 36, 47], "github": [1, 2, 5, 10, 17, 24, 25, 28, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42], "githubusernam": 4, "giton": 36, "gitpython": 36, "gitter": [36, 37, 40], "give": [2, 3, 4, 5, 35, 36, 37, 38, 39, 42], "given": [1, 12, 30, 34, 35, 36, 37], "gl": 30, "global": 4, "glossari": 35, "glossi": 3, "gmail": [1, 36], "go": [1, 4, 5, 30, 32, 33, 36, 37, 39, 40, 41, 42, 45, 47, 49], "goal": [1, 7, 14, 16, 22, 32, 33, 34, 35, 37, 44, 45], "goe": 32, "goo": 30, "good": [4, 5, 22, 26, 28, 29, 30, 34, 35, 36, 38, 40, 42, 49], "goodpractic": 28, "googl": [1, 3, 20, 24, 26, 28, 29, 30, 32, 34, 35, 37, 42, 44], "gosh": 39, "govern": [2, 8, 15, 24, 26, 36, 39, 49], "gra": [24, 25, 26], "grab": 25, "grant": [3, 4, 11, 12, 24, 34], "graphic": [11, 20], "gratitud": 4, "great": [34, 37, 39], "greater": 17, "greatli": 4, "green": 10, "grimac": 41, "group": [1, 16, 18, 28, 29, 32, 34, 35, 36, 37, 40, 41, 42], "grow": [12, 13, 30, 32], "growth": [2, 13], "guarante": [23, 31], "guest": 37, "gui": 34, "guid": [5, 7, 9, 10, 11, 12, 13, 16, 17, 18, 22, 32, 33, 35, 36, 37, 39, 41, 42, 44, 47], "guidanc": [32, 35, 36, 37], "guidebook": [4, 5, 6, 10, 11, 12, 33], "guidelin": [1, 8, 9, 10, 11, 16, 20, 22, 26, 28, 30, 37, 39, 41, 42], "h": [36, 37, 39], "ha": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 18, 22, 25, 28, 29, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44], "hack": 24, "hackathon": 34, "hackmd": [24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42], "had": [12, 13, 35, 36, 37, 39], "hae": 47, "half": 4, "hall": [40, 41], "hamman": [33, 40], "hand": [3, 32, 36], "handbook": [5, 10, 49], "handl": [2, 4, 7, 34, 35, 37, 39, 40, 41], "happen": [1, 2, 4, 5, 7, 12, 16, 23, 24, 31, 32, 37, 39], "happi": [33, 36, 37, 39, 42], "harass": 1, "hard": [4, 5, 29, 35, 36], "hardwar": 7, "harm": 1, "hasn": [5, 23, 31], "hatch": 7, "have": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 15, 16, 18, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47], "haven": [10, 12, 35], "hawaii": [32, 35, 36, 37], "he": [23, 31, 35, 41], "heagi": [34, 35, 37], "health": [12, 16, 38], "hear": [1, 41], "heard": [1, 39], "held": [1, 4, 16], "help": [2, 3, 5, 10, 11, 12, 16, 17, 20, 25, 26, 29, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44, 47], "helper": 4, "here": [2, 4, 5, 7, 8, 10, 12, 16, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "heroku": 33, "hf": 10, "hi": [34, 36, 39], "high": [16, 17, 25, 30, 44], "highlight": [3, 4, 10, 13, 29, 40], "hill": 44, "him": [25, 34, 35, 45], "hire": [25, 38], "histori": [12, 39], "hit": 10, "hnbmfa": 30, "hoc": [11, 12], "hodg": 24, "hold": [4, 32, 40], "holder": 3, "holdgraf": [24, 25, 28, 29, 30, 33, 38, 41, 44], "hollybik": 34, "home": [2, 3, 18, 30], "homepag": 18, "homophob": 1, "hong": [33, 34, 35, 36], "hook": [11, 42], "hope": [7, 17, 25], "hopefulli": 29, "host": [4, 8, 44], "hour": [4, 37], "how": [4, 7, 8, 11, 16, 22, 24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 47], "howev": [1, 3, 4, 5, 10, 12, 13, 18], "html": [2, 5, 17, 23, 24, 28, 31, 32, 33, 35, 37, 38, 39, 40, 41, 44], "htmlproofer": 11, "http": [17, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 47], "httpbitlypyopensci": 40, "hub": 38, "hubspot": 3, "huge": [35, 37], "human": [5, 41], "hurt": 1, "hy": 36, "hypercor": 35, "i": [2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 45], "idea": [4, 7, 22, 25, 28, 30, 34, 38, 39, 40, 41, 42], "ideal": [4, 7, 10, 18, 36, 37, 42], "identif": 1, "identifi": [1, 2, 8, 10, 25, 30, 33, 37, 41, 47, 49], "ie": 33, "ii": 28, "illustr": 18, "im": 37, "imag": [1, 5, 10, 18, 29, 38, 39], "imagin": 4, "img": 41, "immedi": [4, 5], "impact": [1, 4, 7], "impass": 16, "implement": [7, 10, 25, 29, 33, 34, 37, 39, 45], "import": [1, 3, 4, 7, 8, 12, 13, 18, 23, 31, 39], "improv": [10, 26, 30, 37, 42], "inappropri": 1, "incept": 13, "incid": 1, "includ": [1, 2, 3, 4, 5, 6, 7, 10, 12, 13, 14, 15, 16, 18, 20, 22, 25, 26, 29, 33, 34, 36, 37, 39, 41, 44], "inclus": [4, 12, 13, 24, 26], "incorpor": 8, "incorrect": 5, "increas": [14, 40], "incredibli": 12, "incub": 34, "index": [2, 17, 24, 34], "indic": 5, "individu": [1, 4, 8, 9, 10, 12, 13, 17, 18, 20, 36, 40], "industri": [15, 36, 37, 45], "ineffect": 13, "influx": 12, "info": [4, 24, 30, 35, 41, 42], "inform": [1, 5, 7, 8, 10, 13, 20, 25, 34, 37, 44], "infrastructur": [6, 11, 16, 29, 39, 41], "inherit": 16, "init": 45, "initi": [0, 1, 3, 12, 16, 26, 37, 42, 47], "injuri": 1, "inlin": [5, 10], "innov": 34, "input": [35, 36, 41, 44], "inquiri": [28, 29, 35], "insensit": 10, "insert": 4, "insight": [28, 35], "inspir": 8, "instagram": 12, "instal": [2, 5, 10, 37, 44], "instanc": [2, 3, 12, 13, 37], "instead": [1, 8, 10, 16, 18, 28], "institut": [33, 34, 35, 36, 37, 38, 40, 41, 45], "instruct": [29, 37, 42, 44], "integr": [4, 11, 12, 44], "intellig": 1, "intend": [13, 26], "intens": 35, "interact": [1, 3, 10, 34], "interest": [4, 12, 13, 23, 25, 30, 31, 32, 34, 35, 36, 37, 39, 41, 49], "interfac": [16, 36], "intern": [7, 10, 36, 37, 38, 42], "internet": 3, "intimid": [1, 4], "intro": [30, 32, 33], "introduc": 12, "introduct": 42, "invest": 13, "invit": [4, 18, 25, 32, 34, 47], "involv": [1, 4, 10, 12, 24, 30, 32, 36, 37, 38, 40, 41], "io": [2, 9, 11, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47], "ioo": [32, 36, 37, 38], "irber": [28, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42], "isn": [5, 41], "isort": [5, 10], "issu": [2, 3, 5, 8, 9, 10, 11, 12, 20, 22, 24, 25, 28, 29, 32, 33, 34, 35, 36, 37, 39, 41, 42, 44, 45, 47, 49], "issue_templ": [29, 34], "issuecom": 36, "item": [2, 3, 12, 22, 23, 31, 37, 38, 39, 41, 43], "iter": 30, "its": [4, 12, 13, 16, 18, 28, 49], "itself": [4, 44], "ivan": [0, 1, 38, 39, 40, 41, 42, 44, 47], "ixv17jg": 32, "ixwwjxq7s2msyezcz3gv": 33, "jajtufkjsqm3lc9wvlti7w": 32, "jame": 25, "jan": [0, 22, 43], "jealou": 40, "jekyl": [2, 8, 10], "jenni": [24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 37, 38, 41, 42, 44, 45], "jeremi": 39, "jess": [4, 12], "jetbrain": 28, "jlpalomino": 38, "job": [5, 8, 12, 42], "joe": [33, 40], "joel": 40, "john": 36, "join": [12, 25, 34, 40], "jori": 25, "jose": 28, "joseph": [24, 25, 26, 28, 29, 30, 32, 33, 35, 36, 37, 39, 40, 42, 45], "joss": [22, 27, 28, 30, 32, 33, 34, 36, 37, 39, 41, 42, 43, 44, 45, 47], "journal": [28, 34], "json": [2, 41, 42], "judgment": 5, "jul": 29, "juli": [37, 49], "jump": [4, 20, 36, 37], "jun": 29, "june": [22, 24, 33, 43], "junior": 15, "jupyt": [24, 25, 34, 35, 36, 38, 39], "jupyterhub": 38, "just": [5, 8, 10, 23, 31, 32, 34, 36, 37, 39, 41, 42, 44], "justic": 1, "justifi": 35, "karen": [0, 49], "karthik": [25, 28, 29, 32, 35, 36], "kbpsxagrq8cymgcuunvxzw": 28, "keen": [36, 37], "keep": [4, 6, 7, 10, 12, 13, 18, 29, 32, 33, 35, 36, 37, 40, 41], "kei": [3, 4, 13, 30, 41], "kek": 25, "kick": 32, "kierisi": 10, "kiersi": 10, "kind": [2, 36], "kirsti": [40, 41], "kirstiejan": 41, "kit": 18, "know": [4, 5, 10, 12, 23, 25, 28, 31, 32, 34, 39, 40, 47], "knowledg": 12, "kw": 41, "kylen": [22, 23, 26, 28, 30, 31, 32, 33, 34, 35, 36, 37, 41], "lab": [32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47], "label": [4, 32, 41], "lack": 13, "lamin": 3, "land": 32, "lang": 36, "languag": [8, 10, 23, 31, 33, 34, 35, 36, 41, 42, 44], "larg": [1, 3, 10, 12], "larger": [13, 35, 36, 37], "last": [3, 4, 29, 34, 39, 41], "latest": [23, 31, 33, 37, 38, 44], "latin": 38, "launch": 13, "law": 1, "lead": [1, 3, 4, 5, 10, 14], "leader": [4, 16], "leadership": [22, 25, 26], "leah": [1, 12, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47, 49], "learn": [4, 7, 8, 9, 10, 11, 12, 17, 28, 29, 30, 37, 45], "least": 5, "leav": [10, 18, 22, 36], "left": [18, 42], "legal": [16, 36], "legitim": 5, "lego": 35, "leiden": 41, "leo": [33, 35, 36, 37, 38, 40, 41], "leonardo": [32, 33, 35, 36, 37], "less": [1, 3, 4, 10, 23, 30, 31], "lesson": [20, 37], "let": [24, 29, 33, 34, 36, 39, 41, 42, 45, 47], "letter": [35, 41], "level": [4, 10, 18, 20, 30, 35, 39], "leverag": [11, 26], "levi": [35, 36], "li": 42, "lib": 28, "liber": [9, 10], "librari": [7, 12, 25, 28, 30, 45], "licens": [18, 30], "life": [1, 12], "like": [1, 3, 5, 10, 12, 18, 25, 28, 33, 34, 35, 36, 37, 39, 40, 41, 42, 45, 47], "limit": [11, 16, 20, 36, 37, 45], "lindsei": [34, 35, 37, 40], "line": [5, 10, 23, 31, 33], "linger": 4, "link": [2, 3, 4, 7, 10, 11, 12, 18, 23, 24, 28, 30, 31, 32, 33, 35, 36, 37, 38, 41, 44], "linkedin": [4, 13], "linsdei": 35, "lint": [5, 10], "list": [2, 3, 4, 5, 7, 8, 10, 12, 22, 24, 30, 32, 37, 38, 40, 41], "listen": 1, "literatur": 45, "littl": [41, 44], "littlefield": 41, "live": [2, 5, 10, 13, 32, 35, 41], "ll": [3, 5, 10, 35, 49], "load": [35, 36, 37], "local": [5, 13, 17, 38], "locat": [1, 3, 12], "log": [5, 32], "logic": [5, 10], "login": 34, "logo": [3, 18], "london": [40, 41], "long": [4, 14, 23, 31, 39, 47], "look": [2, 4, 5, 10, 12, 24, 25, 32, 33, 34, 35, 36, 37, 39, 41, 42, 45, 49], "loop": 41, "lorena": 28, "loss": 12, "lot": [28, 30, 35, 40, 49], "love": [12, 35, 40], "low": 35, "lower": 15, "luiz": [28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "luizirb": 36, "lunch": 1, "lurig": 45, "lw": 47, "ly": 3, "m": [28, 34, 39, 41], "machin": [28, 29], "maco": 10, "made": [1, 2, 8, 10, 24, 28, 35, 42], "mai": [1, 2, 3, 4, 5, 10, 12, 18, 22, 29, 32, 34, 37, 39, 40, 43, 44, 48, 49], "mail": [3, 41], "mailchimp": 3, "main": [2, 5, 10, 12, 35, 42], "maintain": [2, 5, 10, 12, 13, 16, 18, 22, 25, 30, 39, 40, 47], "mainten": [11, 12, 14, 16, 23, 30, 31], "major": [13, 16, 18], "make": [1, 2, 3, 5, 7, 8, 10, 11, 12, 16, 18, 24, 28, 29, 32, 35, 36, 37, 40, 41, 42, 44, 45], "malic": 1, "manag": [1, 3, 4, 6, 8, 9, 10, 12, 13, 18, 22, 36, 37, 40, 41], "mangothecat": 28, "mani": [1, 2, 4, 5, 10, 12, 18, 28, 30, 35, 36, 37, 40, 44], "manipul": 29, "manner": 39, "manoa": [32, 33, 35, 37], "manual": [4, 8, 41, 44], "march": [22, 29, 43], "margin": 1, "markdown": [2, 10, 39], "market": 35, "marmo": 12, "marskar": 36, "martin": [36, 37, 38, 41, 42], "master": [29, 34, 39, 41], "mastodon": 13, "match": 8, "materi": [12, 38, 47], "matt": 25, "matter": 37, "mattermost": 12, "max": [24, 25, 26, 28, 29, 30, 32, 33, 35, 36, 37, 39, 40, 41, 42, 45], "mayb": [24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 44, 45], "md": [2, 24, 29, 34, 39, 41, 44], "me": [34, 39, 41], "mean": [4, 10, 16, 35], "mechan": [4, 32, 33, 34, 39], "media": [1, 4, 12, 16, 18, 22, 32, 38], "medic": 20, "medium": 30, "meet": [5, 11, 12, 16, 17, 18, 43], "meetup": [1, 38], "meier": 45, "member": [4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 20, 24, 36, 40], "membership": 24, "meme": 18, "mental": 12, "mention": [2, 34, 36, 42], "mentor": [14, 22, 32], "mentorship": [1, 14, 15, 32, 33, 39], "mentzel": 34, "menu": 18, "merg": [2, 4, 5, 10, 29, 40, 42], "mergeabl": 4, "messag": [3, 10, 12, 18, 36, 39, 40], "metadata": [41, 42], "metal": 3, "method": [29, 35, 44, 45], "metric": 16, "microsoft": 39, "mid": 33, "might": [3, 4, 5, 10, 12, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 45, 47, 49], "mike": [38, 39], "miketrizna": 38, "mileston": 4, "mimic": 41, "mind": [24, 25, 35], "minim": [8, 29, 35, 42], "minimum": [3, 44], "minor": [23, 30, 31, 34, 41], "minut": [3, 4, 22, 40, 41], "miss": [1, 10, 11, 12], "mission": [4, 12, 13, 14, 16, 18, 32], "misspel": 10, "mistak": [1, 8, 10], "mj": 36, "ml": 29, "mobil": 25, "mock": 45, "model": [12, 24, 29, 36, 37, 42, 47], "moder": [12, 29, 34], "modif": 8, "modifi": [3, 10, 28], "modul": 39, "molecular": 38, "molssi": 38, "moment": 36, "momentum": 4, "mondai": 41, "monitor": 4, "month": [2, 4, 30, 36, 37, 39], "monthli": [32, 36], "moo": 3, "moor": [22, 26, 28, 30, 34, 39], "more": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44, 45], "moritz": 45, "most": [1, 2, 4, 10, 12, 16, 36, 41, 42], "motiv": 11, "mountain": 29, "move": [4, 11, 12, 13, 33, 36, 39, 40], "mozilla": [25, 29], "mpaocsizsbsbo_31iibedg": 25, "much": [4, 10, 22, 26, 32, 35, 36, 37], "multi": 10, "multipl": [1, 8, 38], "mung": 29, "must": 2, "my": [4, 36, 39, 41], "name": [1, 3, 4, 7, 8, 10, 12, 18, 28, 30, 32, 34, 36, 37, 38, 39, 40, 41, 42, 44], "nanopor": 35, "narr": 7, "nasa": 41, "nation": [36, 37, 38], "natur": [12, 42], "navig": [5, 18], "nbless": [36, 37, 38, 41], "ncar": 33, "necessari": 5, "necessarili": 1, "need": [1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 20, 25, 26, 28, 30, 32, 33, 35, 36, 37, 39, 41, 42, 44, 47, 49], "neg": 1, "neil": [33, 34, 35, 36, 37, 39], "netherland": 41, "netlifi": 47, "neural": 45, "never": 10, "new": [2, 3, 5, 11, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44], "newli": 4, "newlin": [5, 10], "newslett": [4, 13, 41], "next": [4, 5, 10, 18, 22, 26, 28, 30, 32, 34, 36, 37, 38, 42, 49], "nice": [28, 37, 39, 40, 41], "nich": 40, "nicholson": [39, 45, 47], "nih": 38, "noaa": [32, 34, 36, 38], "noam": [35, 36, 39], "noamross": 39, "noisi": 12, "non": [1, 3, 4, 14, 16, 30, 40], "none": [5, 49], "nonprofit": [11, 18], "nor": 35, "normal": [4, 12], "north": [13, 45], "note": [2, 10, 12, 13, 17, 20, 49], "noth": 5, "notic": 10, "notif": 5, "notifi": [3, 41], "nov": [22, 27, 47], "now": [4, 5, 15, 24, 28, 29, 32, 33, 36, 37, 39, 40, 42, 49], "nox": 2, "noxfil": 2, "nrtiwrktq0wswqp8lbjpcg": 24, "nsl": 28, "number": [1, 3, 4, 10, 18, 30, 36, 37, 41], "numer": [2, 4, 42], "numfocu": [22, 24, 34], "numpi": 42, "nunmfocu": 38, "o": [28, 32], "observ": 7, "obspi": 45, "obtain": 32, "occasion": [12, 13, 36], "occur": [1, 4, 5, 12], "oceanographi": 34, "ocefpaf": 38, "oct": [22, 27, 49], "octob": [22, 24, 27, 43], "ocyfujmhtxz8gte5gq": 24, "ofcours": [36, 37], "off": [12, 13, 18, 32, 42], "offboard": 18, "offens": 1, "offer": 39, "offic": 39, "offici": [22, 24], "often": [1, 3, 4, 10, 12, 30], "ogasawara": [1, 38, 39, 40, 44, 47], "oh": 40, "ok": [34, 36, 40, 44], "okai": 10, "old": [40, 47], "older": [7, 47], "onboard": [12, 25, 29, 35, 37, 47], "onc": [2, 3, 4, 5, 7, 10, 18, 29, 30, 36, 37, 42, 44], "one": [1, 3, 4, 5, 7, 8, 10, 24, 26, 28, 29, 30, 32, 33, 35, 36, 37, 39, 40, 41, 44, 45], "ones": [4, 30], "ongo": [4, 16, 39], "onli": [1, 2, 4, 10, 12, 13, 18, 29, 30, 34, 36, 37, 44], "onlin": [1, 2, 3, 4, 5, 10, 12, 16, 18, 29, 36, 37, 38], "op": 4, "open": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 17, 18, 21, 26, 28, 29, 30, 32, 34, 35, 36, 37, 38, 40, 41, 42, 47, 49], "openjourn": 33, "openli": 12, "opensci": 26, "oper": [7, 8, 16, 17, 40], "opinion": [34, 36], "opportun": [4, 22, 25, 34, 42], "opt": [4, 10, 37], "optim": 18, "option": [2, 3, 4, 10, 12, 30, 33, 35, 36, 42, 44, 45], "order": 12, "org": [1, 2, 4, 17, 24, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "organ": [1, 2, 3, 5, 6, 7, 8, 9, 12, 14, 17, 20, 24, 25, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 49], "organiz": [12, 16, 20], "orient": 1, "oss": 12, "other": [2, 3, 4, 5, 7, 8, 11, 12, 13, 15, 16, 17, 20, 22, 23, 24, 25, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 44], "otherwis": [2, 39], "ou": 2, "our": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 21, 23, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 44], "ourselv": 42, "out": [1, 3, 4, 8, 10, 12, 13, 14, 25, 26, 28, 30, 32, 33, 35, 36, 37, 39, 41, 45, 47], "outcom": [4, 7, 22, 23, 31, 37, 39], "outlin": [1, 18, 28, 37], "output": [2, 5, 8, 18, 44], "outreach": [1, 3, 13, 22, 32], "outreachi": [36, 37], "outsid": [1, 3, 4, 7, 11, 35], "outweigh": 1, "over": [1, 2, 8, 10, 18, 32, 33, 38, 41, 42], "overal": 41, "overhead": 26, "overlap": [14, 47], "overrid": 10, "overse": 16, "overview": [32, 33, 35, 37, 38, 39, 49], "overwhelm": [35, 39], "ow": 47, "owl": 45, "own": [4, 10, 16, 17, 18, 20, 35], "owner": [5, 18, 20, 26], "ownership": [18, 26, 30], "oxbnwo0utkkzwjaf6prphw": 24, "p5gtdzjw": 31, "pace": 15, "pacifica": [35, 36], "packag": [2, 4, 5, 7, 10, 11, 12, 13, 16, 17, 18, 22, 23, 25, 26, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 49], "packaging_guid": [32, 35, 44], "page": [2, 5, 7, 8, 9, 10, 16, 21, 30, 32, 34, 35, 38, 40], "pager": [22, 25, 28, 30, 33, 34, 35, 36, 37, 38, 39], "pai": [15, 36], "paid": [12, 16, 49], "paig": [28, 29], "pair": 33, "palett": 18, "palomino": [24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 37, 38, 41, 42, 44, 45], "panda": 42, "pandera": [39, 41, 42], "pangeo": [39, 40], "paper": [3, 23, 25, 28, 30, 31, 32, 35, 41, 45], "paragraph": 7, "parent": 10, "pars": [8, 10, 41], "part": [1, 5, 12, 13, 20, 22, 28, 34, 39, 41], "parti": 25, "partial": 4, "particip": [1, 3, 11, 17, 28, 30, 34, 40, 41, 47], "participatori": 1, "particular": [1, 9, 36, 37, 41], "particularli": [18, 28], "partner": [11, 12, 32], "partnership": [8, 26, 29, 32, 35, 38], "pass": [5, 10, 37, 45], "past": [1, 34], "path": [5, 42], "pathwai": 41, "pdf": 29, "peasi": [36, 37], "peer": [1, 2, 5, 6, 9, 10, 11, 12, 14, 15, 17, 18, 21, 44, 49], "peer_review": [29, 32, 33], "peer_review_proc": [29, 33], "pen": 3, "peopl": [1, 3, 4, 9, 10, 12, 18, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 47], "pep": 24, "per": [10, 36], "percept": 40, "perfect": [29, 34], "perhap": [33, 35, 37], "period": [1, 2], "perman": 42, "permiss": [1, 3, 10, 11, 12], "perpetr": 1, "perri": 25, "person": [1, 3, 4, 18, 20, 26, 30, 36, 37, 39, 41], "persona": 41, "perspect": 30, "pet": 12, "petzzz": 12, "phenopyp": 45, "philip": 45, "phone": 3, "photo": [12, 20], "photographi": 1, "phylup": 47, "physic": [1, 42], "pick": [36, 37], "pictur": 41, "piec": [5, 23, 31, 41, 45], "piggi": 42, "pillar": 18, "pin": 34, "ping": [5, 33, 35, 36, 37, 39, 42], "pip": [2, 10], "pipelin": 35, "pitch": 26, "pixi": 7, "pl_32wbvw599zu4nm": 35, "place": [3, 4, 5, 10, 12, 13, 35, 38], "plan": [2, 3, 7, 11, 13, 16, 20, 37], "plate": 39, "platform": [3, 4, 8, 10, 11, 12, 16, 29, 36], "pleas": [1, 2, 3, 4, 5, 8, 9, 10, 12, 22, 32, 35, 36, 38, 39, 40, 41, 42], "plenari": 38, "plo": 35, "plu": 44, "pm": 47, "pma1": 32, "png": 41, "po": [36, 37], "podcast": 40, "podg": 24, "point": [1, 3, 10, 13, 22, 23, 28, 31, 33, 36, 41], "polici": [1, 2, 8, 28, 36, 41], "poll": 28, "pool": 22, "pop": 3, "popul": [4, 8], "port": 32, "posit": [1, 4, 16, 25, 26, 29, 38], "possibl": [4, 7, 10, 26], "possibli": [32, 34], "post": [3, 4, 10, 11, 30, 34, 36, 37, 40, 41, 42, 47], "potenti": [1, 4, 7, 10, 25, 30, 32, 33, 34, 36, 37, 38, 39], "power": [30, 40], "ppaper": 23, "pr": [2, 5, 10, 36, 37, 40, 41, 42, 47], "practic": [8, 11, 12, 28, 30, 35, 37], "pre": [11, 18, 32, 33, 35, 36, 39, 42], "precommit": 10, "prefer": [2, 5, 36], "prepar": [4, 13], "presenc": [13, 36, 37], "present": [12, 18, 20, 25, 35, 38, 49], "presubmiss": [22, 28, 42], "presumbiss": 47, "prevent": [1, 24, 41], "previou": [2, 28, 40, 41], "previous": [13, 28, 29], "price": 3, "primari": [13, 16, 22], "principl": 18, "print": 3, "printabl": 4, "printer": 3, "prior": [2, 12], "priorit": [4, 26, 30], "prioriti": [13, 28, 36], "privat": [12, 36, 37, 41], "pro": [18, 39], "probabl": [29, 36, 42], "probat": 36, "problem": [4, 7], "proce": 1, "process": [2, 4, 8, 9, 12, 14, 15, 16, 17, 22, 25, 26, 28, 32, 33, 36, 37, 39, 41], "product": [13, 40], "profession": [1, 4], "profil": [10, 41], "profit": [4, 14, 16], "profound": 1, "prog": 38, "program": [4, 14, 18, 20, 24, 34, 38], "programm": [1, 17], "programmat": 38, "progress": [4, 36, 41], "project": [1, 5, 7, 9, 10, 11, 12, 16, 22, 24, 36, 38, 40, 41], "promis": 13, "promot": [1, 3, 4, 17, 37], "proof": 29, "proofer": 5, "propel": 14, "propos": [3, 18, 22, 24, 36, 37], "prospect": 15, "protocol": 29, "provid": [2, 4, 5, 7, 10, 12, 14, 17, 18, 23, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 39, 41, 42, 45], "public": [1, 3, 4, 10, 12, 13, 30, 32, 35, 38, 42], "publicli": 49, "publish": [8, 10, 13, 23, 29, 31, 49], "pull": [2, 5, 7, 9, 11, 12, 29, 38, 41, 42, 45], "pull_request": 5, "pure": 8, "purpos": [12, 37], "purrrfect": 12, "push": [5, 10, 39], "put": [36, 39, 40], "py": [2, 41, 42], "pyapitoolkit": 29, "pybhl": 39, "pycon": [3, 4, 34, 35, 47], "pyconu": 4, "pydata": [0, 39], "pydata_sphinx_them": [2, 8], "pymedphi": 47, "pyo": [3, 9, 12, 18, 20], "pyopensci": [14, 21, 22, 24, 25, 27, 43, 46, 47], "pyosmeta": [9, 11], "pyospackag": [9, 11], "pypi": [8, 30], "pyproject": 42, "pysal": [35, 36], "pystich": 45, "pytest": [28, 29, 30], "python": [1, 2, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 21, 22, 24, 25, 28, 30, 35, 36, 40, 41, 42, 45], "pytorch": 45, "pyup": 40, "q": 33, "qgi": 24, "qr": [3, 4], "qualiti": [5, 10, 14, 16, 17], "quansight": [39, 40, 44], "quarter": 13, "quarterli": [7, 36, 37], "question": [4, 10, 12, 15, 18, 28, 32, 36, 40, 41, 42], "queue": 36, "quick": [3, 10, 38, 40], "quicker": [15, 40], "quickli": [2, 3, 10], "quickstart": 35, "quiet": 42, "quit": [12, 41], "r": [25, 28, 36, 44], "race": 1, "racist": 1, "rais": [13, 47], "random": 12, "rang": [4, 12, 15, 18, 30], "rare": [4, 12], "rather": [10, 15, 20, 26, 32, 33, 35, 36], "raw": 41, "re": [1, 5, 10, 12, 34], "reach": [4, 12, 25, 28, 32], "reactor": 39, "read": [1, 4, 5, 10, 29, 38, 41, 44, 49], "readabl": 44, "readi": [4, 30, 34], "readili": 37, "readm": [10, 24, 37, 39, 44], "readthedoc": [23, 31, 37, 38, 44], "real": 1, "realli": [4, 28, 35, 36, 37, 39, 41], "reason": [4, 7, 32], "rebas": 10, "reboot": 37, "receiv": [1, 26], "recent": [12, 28], "recogn": [4, 28], "recommend": [7, 28, 36, 41, 42, 44], "record": [1, 4, 36, 42], "recreat": 15, "recruit": 12, "red": 10, "redirect": 2, "reduc": 14, "redund": 20, "refer": [1, 2, 5, 7, 9, 15, 17, 28, 41], "referenc": 37, "refin": 35, "reflect": [8, 13], "regard": [36, 37], "regardless": [10, 45], "regist": 47, "regular": [13, 34], "regularli": [3, 10, 13], "rel": [36, 37], "relat": [3, 5, 7, 10, 12, 16, 18, 20, 40, 44, 47], "relationship": [23, 31, 45], "releas": [2, 13, 30, 41], "relev": [4, 7, 10, 12, 13, 25, 28, 35], "reli": [5, 16, 36], "religion": 1, "remain": 10, "remind": [4, 35, 37], "remot": [3, 4, 12, 38, 41], "remov": [1, 10, 12, 18, 29, 30, 41], "render": [5, 44], "repeat": [28, 44], "repeatedli": 1, "replac": [4, 10], "repli": [4, 35], "repo": [2, 4, 5, 6, 7, 8, 10, 11, 12, 22, 28, 29, 30, 32, 33, 35, 36, 37, 38, 39, 40, 42], "report": [16, 24, 29, 35, 49], "repositori": [1, 2, 4, 5, 6, 7, 10, 11, 12, 17, 24, 25, 28, 29, 32, 35, 38, 42], "repostatu": 44, "repres": [1, 4], "reproduc": [7, 13, 15, 17, 29, 45], "req": [29, 35], "request": [2, 5, 7, 9, 11, 12, 32, 33, 34, 35, 41, 42, 45], "requesttempl": 4, "requir": [4, 5, 10, 23, 24, 31, 32, 35, 36, 37, 39, 42, 44], "requisit": 36, "research": [17, 24, 28, 29, 30], "residentmario": 29, "resolut": [4, 37], "resolv": [5, 36, 37], "resourc": [2, 8, 10, 12, 17, 22, 33, 35, 38, 39, 43], "respect": 1, "respectfulli": 10, "respond": [1, 10, 39], "respons": [16, 22, 30, 36], "rest": 8, "resubmit": 42, "result": 35, "retriev": 29, "return": [5, 10], "retweet": [38, 40], "reus": [3, 4, 10], "review": [1, 2, 5, 6, 7, 9, 10, 11, 12, 14, 15, 17, 18, 21, 22, 24, 25, 26, 28, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 45, 47, 49], "review_checklist": 37, "review_criteria": [23, 31, 44], "reviewer_guid": [32, 33], "reviewerguid": 41, "reviewr": 47, "reviewtempl": 41, "revis": 2, "revisit": [22, 32, 33], "rich": 34, "right": [3, 10, 18, 25, 29, 36, 37, 40, 47], "rijn": 41, "rjhyoismtna": 42, "rmdawn": [36, 42], "ro": 36, "robinson": 36, "robust": [28, 32], "rokem": 28, "role": [4, 18, 22, 28, 30, 33, 36, 40, 41], "romant": 1, "room": [3, 37, 41], "root": [10, 44], "ropensci": [12, 22, 25, 26, 28, 29, 30, 32, 33, 34, 36, 37, 39, 40, 41, 42, 47], "ross": 35, "rotat": [16, 37], "rst": [39, 44], "rstudio": [38, 39], "rubi": [2, 4, 5, 10], "rude": 1, "rule": [1, 10], "run": [2, 3, 4, 5, 8, 10, 11, 12, 13, 14, 21, 26, 30, 34, 35, 41, 47, 49], "runnabl": 4, "rust": 42, "rx2nz6wfsm": 42, "s10606": 28, "safe": 1, "sai": [2, 3, 35, 44], "said": 39, "salari": 26, "same": [12, 13, 18, 34, 41], "sampl": 7, "san": 39, "sander": 41, "sasha": 42, "satisfi": 24, "save": [2, 4, 10, 12, 20, 35], "saw": 40, "scale": 49, "scan": [3, 4, 7], "scenario": 35, "schedul": [13, 34, 37, 40, 41], "schema": [18, 35], "school": 40, "scienc": [1, 11, 12, 13, 14, 18, 36, 38, 40, 45, 47, 49], "scientif": [11, 13, 14, 15, 16, 17, 21, 28, 29, 30], "scientist": [11, 13, 15, 17, 25, 26, 28, 29], "scipi": [3, 4, 22, 24, 30, 32, 33, 34, 35, 37, 38], "scipy2018": 24, "scope": [4, 7, 16, 22, 23, 24, 25, 28, 31, 32, 33, 34, 35, 36, 45], "screen": 5, "screenshot": [5, 7, 18], "scripp": 34, "script": 41, "scroll": 41, "scypi": 36, "search": [18, 38], "season": [4, 5], "second": [1, 4, 16, 28, 30, 35, 37], "section": [1, 4, 5, 6, 7, 9, 10, 11, 18, 34, 41, 44, 49], "sector": 4, "see": [1, 2, 4, 5, 8, 9, 10, 12, 17, 25, 28, 35, 37, 40, 41, 42, 44], "seem": [4, 35, 37, 42], "seen": 42, "select": 18, "self": [12, 37], "selv": 7, "semant": 35, "semi": 35, "send": [3, 4, 12, 13, 23, 28, 31, 32, 34, 35, 38], "senior": 15, "sens": [4, 17, 28, 35, 36, 37, 40], "sensit": [1, 12], "sent": [1, 12], "seo": 18, "separ": 36, "sept": 49, "septemb": [22, 43], "seri": 13, "seriou": 1, "serious": 1, "serv": [9, 16, 25, 36, 37, 47], "server": 45, "servic": [5, 10, 16], "session": [4, 7, 22, 38, 39, 41], "set": [4, 5, 11, 16, 18, 23, 31, 32, 33, 35, 36, 37, 42, 47], "setup": [2, 4, 10, 12, 29, 32, 33, 34, 36, 37, 39, 40, 41, 42, 44, 47], "sever": [4, 5, 10, 14, 16], "sexist": 1, "sexual": 1, "sguhyp8ki_q": 47, "shablona": 28, "shameless": 37, "share": [1, 4, 12, 17, 20, 30, 37, 40, 41, 49], "she": [34, 35, 41], "sheet": 35, "shield": 41, "shini": 35, "ship": 44, "short": [1, 3, 30, 42, 44], "shorter": 37, "shortlink": 3, "should": [2, 3, 4, 5, 7, 10, 18, 20, 23, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 40, 41, 42, 44, 45, 47], "shoutout": 40, "show": [1, 4, 5, 12, 24, 40, 41], "showcas": 13, "shown": 13, "si": 40, "sign": [3, 4, 12, 37], "signal": 3, "signel": 34, "signific": [1, 4], "significantli": [4, 12], "signin": 37, "signup": [3, 4], "similar": [32, 41, 44, 47], "similarli": 22, "simkimsia": 29, "simon": 47, "simpl": 2, "simpler": 10, "simpli": 5, "simplifi": 10, "sinc": [2, 13, 36, 39], "singl": [1, 4, 5, 7, 10, 12, 18, 36, 37, 40], "sit": [4, 35], "site": [2, 4, 5, 10, 13, 24, 42, 44], "situat": 1, "size": [1, 10], "skarzynski": [36, 37], "skill": [4, 11, 14], "skip": [10, 37], "slack": [1, 2, 3, 11, 16, 18, 36, 37, 42], "slash": 5, "slhsqototcq7594xnaplwg": 29, "slide": [20, 42], "sloan": [25, 39], "slow": 4, "slowli": 12, "small": [1, 2, 4, 5, 8, 10, 23, 31, 34, 35, 36, 37, 41, 44], "smaller": [4, 7, 36], "smile": 41, "smith": 28, "smithsonian": 38, "snhlllmgqlwixcvwxpysqq": 39, "snippet": 7, "so": [3, 4, 5, 8, 10, 11, 12, 17, 23, 24, 25, 26, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 45, 47], "social": [1, 4, 12, 16, 18, 22, 32, 38], "societi": 36, "soft": 33, "softwar": [1, 2, 7, 9, 11, 12, 13, 14, 15, 17, 21, 23, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 40, 41, 42, 47], "solicit": 4, "solid": 44, "solut": [4, 7, 12], "solv": [4, 7, 49], "solvik": [26, 28, 29, 30, 32, 33, 34, 35, 41], "some": [1, 2, 3, 4, 5, 7, 10, 12, 15, 22, 25, 28, 29, 30, 32, 33, 34, 35, 36, 39, 40, 41, 42, 44, 45, 47, 49], "somebodi": 1, "somedai": [23, 31], "someon": [1, 4, 5, 10, 12, 16, 18, 22, 24, 29, 30, 32, 33, 35, 38, 39, 41], "someth": [1, 4, 5, 7, 23, 30, 31, 32, 34, 35, 36, 38, 39, 42, 49], "sometim": [1, 3, 5, 10, 24, 39], "somewai": 33, "somewhat": 40, "soon": [4, 34, 36], "sorri": 35, "sort": [28, 37], "sourc": [1, 4, 7, 10, 12, 13, 14, 16, 26, 28, 29, 30, 34, 35, 38, 39, 49], "sourmash": 41, "space": [1, 3, 10, 12, 32, 35, 36, 37, 44], "spam": 10, "spanish": 47, "spare": 24, "spatial": 29, "speak": [12, 30, 35], "spec": [38, 42], "specif": [1, 2, 3, 5, 7, 8, 10, 12, 13, 17, 32, 33, 34, 37, 42], "specifi": [2, 5, 10, 42], "speed": 2, "spell": [2, 5, 10], "spend": [13, 29], "spent": 4, "sphinx": [0, 4, 5, 9, 11, 44], "spit": 35, "sponsor": [1, 16, 39, 49], "sponsorship": [4, 38], "spotlight": 13, "spread": [3, 33, 36, 37, 42], "spreadsheet": [20, 41], "spring": [22, 47], "springer": [28, 30], "sprint": [3, 7, 10, 11, 12, 22], "sprintabl": [4, 11], "sprinter": 4, "spy": 47, "squash": 10, "stabl": 35, "stackoverflow": 28, "staf": 26, "staff": [3, 4, 5, 7, 10, 12, 20, 39], "stage": [4, 12, 16], "stai": [4, 21], "stake": 37, "stale": 7, "stalk": 1, "stamp": [22, 35], "standalon": [5, 16], "standard": [1, 4, 5, 7, 10, 35, 37, 41], "star": 13, "start": [4, 8, 18, 25, 28, 30, 34, 36, 37, 40, 44, 47, 49], "stat": [4, 38], "state": [4, 10, 25], "statement": [1, 37], "static": 24, "statist": 29, "statu": [4, 5, 16, 28, 34, 37, 38, 40], "status": 4, "steer": 16, "stefan": 26, "step": [2, 4, 5, 7, 10, 18, 22, 30, 32, 33, 42], "steph": 33, "steward": 0, "stewardship": 1, "stick": 10, "sticker": 4, "still": [1, 4, 5, 28, 29, 41], "stimul": 41, "stochast": 29, "stood": 4, "stop": 39, "store": [3, 18, 41], "straightforward": 10, "strateg": [12, 16], "strategi": [16, 18, 34, 49], "stream": 42, "streamstat": 32, "strict": [23, 31, 35], "stricter": [23, 31], "string": 44, "striplog": 32, "strive": 10, "structur": [17, 25, 35, 36, 37], "student": 4, "studio": 44, "stuff": [39, 45], "style": [5, 10, 45], "sub": 35, "subchannel": 36, "subgroup": 36, "submiss": [2, 7, 8, 9, 10, 12, 23, 28, 29, 31, 32, 33, 34, 35, 36, 38, 39, 40, 42, 45], "submit": [2, 4, 5, 10, 12, 23, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 45, 47], "submititng": [23, 31], "submitt": [30, 32, 34, 37], "submittor": [23, 31, 34, 36], "submittt": 32, "submodul": 35, "subscrib": [4, 12], "subscript": 15, "success": [4, 13, 29], "suggest": [1, 2, 7, 10, 12, 25, 28, 32, 34, 36, 37, 39, 40, 41, 47], "suit": [4, 6, 35], "summar": 7, "summari": 10, "summer": 22, "sunset": 14, "super": 35, "superpow": 5, "support": [1, 3, 4, 6, 8, 13, 14, 16, 17, 20, 22, 30, 32, 34, 39, 45], "suppos": 41, "sure": [1, 2, 3, 7, 10, 34, 35, 39, 40, 41, 44], "surpris": 10, "surround": [16, 28, 37], "survei": [4, 24, 28, 30, 33, 44], "sustain": [25, 33, 34, 35, 36], "svg": 41, "switch": 44, "sync": [7, 47], "synchron": 12, "system": [7, 35, 42], "t": [1, 4, 10, 12, 23, 25, 26, 29, 31, 33, 34, 35, 36, 37, 39, 40, 41, 42, 47], "tab": [2, 33], "tabl": [3, 4, 41, 44], "tabletop": [3, 12], "tackl": 4, "tada": 35, "tag": [4, 7, 10, 11, 22, 38, 40], "take": [1, 2, 4, 12, 16, 30, 35, 38, 39, 41], "takeawai": 22, "taken": [5, 17], "talk": [3, 12, 18, 20, 34, 35, 36, 39, 44], "talkpython": 40, "tania": [22, 39], "target": [1, 30, 40], "task": [11, 12, 20, 22, 28, 32, 36, 37, 41], "taught": 28, "tbd": 42, "teach": 28, "teal": [0, 26, 34, 49], "team": [1, 4, 7, 8, 10, 11, 12, 15, 18, 23, 31, 36, 38, 39, 40], "tech": [12, 38, 45], "technic": [4, 17, 23, 30, 31, 32, 33, 37, 49], "techniqu": 29, "technologi": 28, "telecon": 34, "tell": [1, 36, 37, 41, 42], "templat": [2, 3, 8, 9, 18, 22, 23, 28, 31, 32, 33, 34, 35, 36, 37, 41], "tend": 12, "term": [1, 12, 14, 23, 31, 34, 36, 37, 42], "termin": 1, "test": [2, 3, 5, 16, 22, 25, 28, 29, 30, 32, 35, 37], "tester": 30, "text": [5, 10, 18, 29, 36, 37, 39, 44], "textil": [32, 34, 36, 41], "th": 45, "than": [5, 10, 15, 20, 23, 26, 31, 32, 33, 34, 35, 36, 37, 40, 44], "thank": [1, 2, 3, 33, 34, 37, 40, 41], "theft": 1, "thei": [1, 2, 3, 4, 5, 7, 8, 10, 12, 15, 16, 23, 24, 25, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 47], "them": [1, 2, 3, 7, 9, 10, 12, 15, 18, 25, 28, 32, 35, 36, 38, 39, 40, 41, 45, 47], "theme": [0, 9, 11], "themselv": [1, 8, 12, 35], "theoj": 34, "therebi": 13, "therefor": [12, 23, 31], "thi": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 45, 49], "thin": 34, "thing": [3, 4, 5, 7, 10, 12, 23, 28, 29, 31, 32, 36, 37, 39, 40, 41, 42, 45, 47, 49], "think": [4, 10, 26, 28, 29, 30, 34, 35, 36, 37, 40, 42], "those": [1, 2, 5, 10, 12, 17, 22, 34, 36, 40, 41, 42], "thought": [1, 28, 42], "thoughtwork": 35, "thread": 36, "threat": 1, "threaten": 1, "three": [4, 12, 32, 34, 36, 41], "thrive": [1, 4], "through": [1, 3, 4, 5, 7, 8, 10, 12, 13, 14, 15, 17, 26, 32, 40, 47], "throughout": [4, 13, 36, 37], "throw": [24, 36, 37], "thu": [1, 2, 7, 23, 31], "thumbsup": 35, "thursdai": 37, "tie": 16, "time": [1, 2, 3, 4, 5, 7, 8, 10, 13, 22, 24, 26, 28, 29, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 47], "timefram": 13, "timelin": [24, 33, 36, 39, 41], "tini": 41, "tip": 40, "titl": [7, 10, 29, 33], "todai": [24, 36, 37, 40], "todo": [35, 37, 40, 41], "togeth": [1, 4, 11, 26, 33, 35, 36], "token": 44, "told": [1, 5], "toler": 1, "toml": 42, "too": [4, 10, 12, 28, 33, 35, 36, 37, 39, 42], "tool": [1, 2, 5, 6, 12, 14, 15, 18, 23, 26, 29, 30, 31, 35, 36, 41, 42, 47], "top": [3, 4, 8, 15, 18, 34, 41, 44, 47], "topic": [12, 34, 38, 42, 49], "total": 33, "toward": [4, 7, 34], "town": [40, 41], "townhal": [3, 40], "traci": [0, 22, 34, 39, 49], "track": [2, 3, 6, 8, 12, 28, 29, 35, 36, 37, 39, 40], "tradition": 1, "trail": [5, 10], "train": [12, 14, 15, 26, 30, 47, 49], "transfer": [24, 30, 45], "transit": 3, "transphob": 1, "transpir": 1, "travel": [3, 36], "travi": [29, 38], "treat": [29, 42], "tree": 41, "tri": 41, "triag": [7, 8, 10], "tricki": 29, "trigger": [5, 8, 12], "trizna": [38, 39], "truncat": 13, "trust": 1, "try": [2, 4, 10, 18, 36, 37, 42], "tune": 21, "ture": [40, 41], "turn": [10, 13, 14, 30], "tutori": [4, 8, 10, 44, 47], "tweet": [40, 41], "tweetdeck": 40, "twice": 34, "twitter": [16, 25, 28, 34, 36, 37, 38, 40, 41, 42, 47], "two": [2, 4, 16, 18, 24, 32, 34, 39, 41], "txt": 40, "tyler": 41, "tylurp": 41, "type": [1, 4, 10, 11, 28, 30, 35, 36, 37, 39], "typefac": 18, "typo": [2, 4, 10], "u": [1, 2, 3, 4, 7, 12, 28, 29, 32, 34, 35, 36, 37, 39, 42], "uc": [26, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44], "ucb": 26, "uh": 33, "uieda": [32, 33, 35, 36, 37], "uk": [40, 41], "unabl": 41, "uncheck": 37, "unclear": 7, "unconfer": [34, 39], "under": [1, 12, 21, 30, 34, 40, 42], "underrepres": 1, "understand": [1, 4, 5, 7, 10], "unexpect": 20, "unintention": 1, "univers": [32, 33, 34, 35, 36, 37, 40, 41, 42], "unless": [3, 36, 44], "unlimit": 12, "unplan": 20, "unpleas": 1, "unrel": [5, 40], "unsaf": 1, "unstructur": 29, "unsubscrib": 12, "unsur": [5, 10, 18], "until": [5, 13, 16, 32, 40], "unzip": 5, "up": [3, 5, 6, 7, 11, 24, 29, 32, 33, 34, 35, 36, 37, 39, 40, 42, 47], "upcom": [4, 24], "updat": [0, 2, 3, 5, 8, 10, 12, 22, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 47, 49], "upfront": [23, 31], "upon": [1, 5, 12, 15], "upstream": [29, 36], "url": [2, 3], "us": [1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 20, 24, 25, 28, 29, 30, 32, 35, 36, 37, 39, 40, 41, 42, 44, 47, 49], "usabl": 37, "usag": 44, "user": [1, 4, 5, 10, 12, 17, 18, 20, 29, 30, 34, 37, 40, 42, 44], "usernam": [4, 10, 37, 41], "usethi": 28, "usg": 34, "usual": [4, 12, 36], "utc": 40, "util": [4, 23, 31], "uwesci": 28, "v": [7, 11, 22, 30, 34, 37, 42, 45, 47], "valid": 5, "valu": [2, 4, 16, 17], "valuabl": [12, 35], "van": 41, "vari": 22, "varieti": [1, 12], "variou": [8, 12, 13, 36, 37], "ve": [1, 4, 5, 13, 28, 32, 35, 39, 41, 42], "venu": 35, "verbal": 1, "verd": 37, "veri": [4, 23, 28, 31, 40, 41], "verifi": [1, 10, 23, 31], "version": [2, 5, 7, 22, 25, 29, 35, 37], "vest": 12, "via": [3, 4, 12, 22, 30, 32, 36, 39, 40, 41], "vibrant": 11, "victoria": 41, "video": [12, 18, 40, 47], "view": [2, 5, 16, 38], "viewform": [29, 32], "vignett": 44, "virginia": [38, 45], "virtual": 2, "visibl": 40, "vision": [4, 16, 45], "visual": [3, 28, 29], "viz": [29, 37], "volum": [10, 12], "volunt": [4, 7, 10, 13, 14, 33, 35, 37, 40, 47], "vote": [16, 24, 34, 38], "w": [39, 47], "wa": [1, 5, 7, 8, 10, 12, 13, 24, 28, 32, 34, 35, 39, 41, 42], "wai": [1, 2, 3, 4, 10, 12, 28, 32, 35, 36, 37, 39, 40, 41, 42], "wait": 33, "walk": [1, 17], "wall": 1, "want": [1, 3, 8, 10, 11, 12, 22, 23, 24, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 44, 45, 47], "wasser": [1, 24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 47, 49], "watch": [33, 34, 47], "we": [2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 16, 17, 18, 22, 23, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 44, 45, 47, 49], "web": 35, "webinar": [4, 40], "websit": [3, 4, 6, 8, 10, 11, 16, 18, 22, 30, 32, 33, 35, 38, 40, 41, 42, 44], "week": [4, 8, 13, 23, 26, 30, 31, 32, 34, 36, 37, 39, 40, 41], "weekend": 4, "weekli": [13, 34, 36, 37], "welcom": [1, 2, 7, 12, 15, 28, 33, 34, 37, 40], "well": [1, 3, 4, 5, 7, 12, 13, 32, 34, 35, 36, 37, 38, 39, 41, 44, 49], "went": [5, 49], "were": [1, 10, 13, 17, 34, 39, 42], "what": [7, 10, 11, 12, 13, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 47], "whatev": [4, 7, 35], "whedon": [33, 34, 35], "wheel": 18, "when": [2, 3, 4, 5, 7, 9, 10, 12, 13, 17, 18, 23, 24, 30, 31, 32, 34, 36, 37, 39, 41], "whenev": [10, 12, 34], "where": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 20, 24, 30, 32, 35, 37, 39, 41, 42, 45], "wherea": 35, "whether": [1, 4, 7, 18, 35, 39, 40], "which": [2, 3, 4, 5, 7, 8, 10, 12, 14, 18, 23, 30, 31, 34, 35, 36, 37, 41, 42], "while": [3, 4, 7, 12, 33, 39, 41], "whitak": [40, 41], "white": 10, "whitespac": [5, 10], "who": [1, 2, 3, 4, 5, 9, 15, 16, 23, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 44, 47], "whoever": 4, "whole": 37, "whom": [4, 30, 32], "whomev": 3, "whose": [1, 14], "why": [5, 7, 10, 12, 30, 32, 40, 44], "wide": [2, 12, 18, 44], "wiki": 42, "willing": [25, 36, 37, 41], "win": 4, "window": [10, 29], "wish": [1, 2, 3, 10], "wit": 1, "within": [1, 2, 4, 5, 7, 10, 12, 13, 28, 35, 39, 41], "without": [1, 2, 4, 5, 8, 10, 15, 30], "wolf": [35, 36], "won": [4, 5, 23, 31], "wonder": [10, 36, 37, 39], "word": [3, 10, 18, 33, 36, 37, 42], "work": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 15, 18, 25, 26, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 42, 47, 49], "workflow": [4, 5, 7, 10, 11, 14, 15, 29, 40, 44], "workload": [36, 37], "workshop": [3, 4, 28, 38, 49], "workspac": 20, "worri": [5, 26], "worth": [4, 12, 25, 37], "would": [1, 3, 4, 10, 12, 23, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 45, 47], "wp_lpvehhrg": 34, "wrangl": 10, "wrap": [35, 39], "wrapper": [23, 29, 31, 32, 33, 34, 39], "write": [4, 5, 16, 17, 18, 23, 24, 26, 28, 30, 31, 35, 36, 37, 39, 40, 41, 42], "writeup": 30, "written": [7, 36], "wrong": [5, 10], "www": [17, 24, 28, 32, 33, 34, 35, 36, 37, 38, 41, 42, 44, 47], "x": [1, 5, 10, 13, 36], "xmnlab": [38, 39], "xopensci": 26, "yai": [35, 39], "yaml": [8, 41], "ye": [23, 31], "year": [1, 3, 13, 16, 29, 34, 36, 37, 49], "yet": [12, 23, 31], "yml": [8, 41], "york": 39, "you": [1, 2, 3, 5, 8, 10, 12, 17, 18, 20, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "your": [1, 5, 10, 12, 18, 30, 32, 35, 36, 37, 38, 40, 41, 42, 44], "yourself": 4, "youtub": 47, "zenodo": [2, 32, 35], "zoom": 39, "zulip": 12}, "titles": ["Change Log", "pyOpenSci Community Code of Conduct", "Contributing Guide for pyOpenSci", "Meetings & Events", "pyOpenSci Sprints", "3. Continuous integration", "pyOpenSci GitHub Processes", "pyOpenSci GitHub issue process", "pyOpenSci GitHub repositories", "pyOpenSci GitHub Permissions", "2. pyOpenSci Pull Request Process", "Community Handbook", "Slack - Day to Day communication", "pyOpenSci Social Media Platforms", "Governance", "Mission and values", "Structure and leadership", "pyOpenSci Handbook & Governance", "pyOpenSci uses Canva as a shared graphic platform", "Organization", "Storing internal pyOpenSci documents", "Programs", "Meeting Notes Archive", "10 October 2018: JOSS / pyOpenSci Collaboration", "Meeting Notes - 26 Oct 2018", "Meeting Notes - 16 Nov 2018", "Meeting Notes - 7 Dec 2018", "2018 meeting notes", "PyOpenSci Meeting Notes - 11 Jan 2019", "PyOpenSci Meeting Notes - 31 Jan 2019", "pyOpenSci Meeting Notes - 6 March 2019", "pyOpenSci meeting notes: 3-14-2019 JOSS / pyOpenSci Collaboration", "pyOpenSci Meeting Notes - 21 March 2019", "pyOpenSci Meeting Notes - 4 April 2019", "pyOpenSci Meeting Notes - 18 April 2019", "pyOpenSci Meeting Notes - 9 May 2019", "pyOpenSci Meeting Notes - 30 May 2019", "pyOpenSci Meeting Notes - 20 June 2019", "pyOpenSci Meeting Notes - 1 August 2019", "pyOpenSci Meeting Notes - 22 August 2019", "pyOpenSci Meeting Notes - 20 September", "pyOpenSci Meeting Notes - 3 October 2019", "pyOpenSci Meeting Notes - 24 october 2019", "2019 Notes", "pyOpenSci Meeting Notes - 28 Feb 2020", "pyOpenSci Meeting Notes - 9 April 2020", "2020 Meeting Notes", "Meeting Notes 17 May 2021", "2021 Meeting Notes", "pyOpenSci Executive Council Minutes 2024", "Executive council meeting notes", "pyOpenSci Executive Council Minutes"], "titleterms": {"": [12, 23, 31], "0": 0, "05": 49, "1": [26, 38], "10": 23, "11": 28, "13": 49, "14": 31, "16": 25, "17": 47, "18": 34, "2": [0, 10, 36, 37], "20": [37, 40], "2018": [23, 24, 25, 26, 27], "2019": [25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43], "2020": [44, 45, 46], "2021": [47, 48], "2024": 49, "21": 32, "22": 39, "24": 42, "26": 24, "28": 44, "3": [5, 31, 36, 37, 41], "30": 36, "31": 29, "4": [33, 36, 37], "5": [36, 37], "6": 30, "7": 26, "8": [36, 37], "9": [35, 45], "As": [23, 31], "For": 35, "If": [5, 7], "That": 30, "To": [30, 32, 33, 35], "about": [5, 10, 14], "abus": 1, "access": [4, 9, 18], "account": 13, "acknowledg": [4, 10], "across": 4, "act": 1, "action": 47, "activ": 4, "ad": [4, 13, 29], "add": 18, "addit": [23, 31], "advisori": [16, 36, 37], "after": 4, "agenda": [24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 49], "aggress": 1, "all": 4, "allard": 47, "alt": 5, "an": [3, 12], "annual": 4, "appli": 1, "april": [33, 34, 45], "ar": [4, 7, 9, 44], "archiv": 22, "asset": 18, "associ": [36, 37], "attende": [24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45], "attribut": 2, "august": [38, 39], "authorship": 2, "automat": 12, "badg": 42, "befor": 4, "behavior": 1, "blatant": 1, "board": [4, 9, 16], "bof": 29, "bot": [4, 5, 10, 12], "brand": 18, "broken": 5, "bug": 7, "build": 2, "busi": [36, 37], "can": 5, "canva": [3, 18], "chang": 0, "channel": 12, "check": [3, 5, 23, 31], "checklist": 10, "chief": [16, 36, 37], "ci": [5, 8, 10], "circleci": 2, "coc": 1, "code": [1, 7], "collabor": [23, 31], "collect": [4, 30], "comment": 37, "commit": [5, 10], "committe": 16, "commun": [1, 11, 12, 16, 36, 37, 42], "comput": 2, "concept": 26, "conduct": 1, "consid": 30, "contain": 4, "content": [10, 13, 18], "continu": [5, 10], "contribut": [2, 4], "contributor": [2, 4, 5, 10], "convers": 26, "cooki": [29, 30], "could": 30, "council": [9, 16, 49, 50, 51], "critic": 8, "current": [1, 29], "cutter": [29, 30], "dai": 12, "data": 30, "date": 4, "david": 47, "dec": 26, "defin": 1, "definit": 37, "detail": 4, "dev": [29, 30], "develop": [1, 2, 36, 37], "director": 16, "discours": 41, "discuss": [12, 44, 45], "do": [5, 15, 32, 33, 35, 36, 37, 42], "document": [2, 3, 20, 37, 44], "dr": 4, "dure": 4, "edit": 37, "editor": [16, 36, 37], "editori": [9, 16], "enforc": 1, "enough": 44, "ensur": 4, "event": [3, 11], "evergreen": 13, "everyon": 35, "exampl": 37, "execut": [16, 49, 50, 51], "exist": 42, "fail": 44, "fall": 25, "feb": 44, "feed": 12, "feedback": [29, 42], "feel": 37, "final": 4, "fiscal": 16, "fix": 5, "folder": 3, "follow": [23, 31], "followup": 4, "free": [15, 37], "from": [12, 23, 26, 31], "fund": [35, 36, 37], "futur": [36, 37], "github": [4, 6, 7, 8, 9, 11, 12], "goal": [23, 31], "good": [37, 44], "govern": [14, 16, 17], "grant": 9, "graphic": [3, 18], "green": 5, "guid": [2, 8, 29, 30], "guidebook": [2, 8], "guidelin": [2, 7, 29], "ha": [23, 31], "handbook": [8, 11, 17], "have": 7, "help": [1, 4, 7], "high": 2, "highli": 10, "hoc": 13, "hook": [5, 10], "how": [1, 9, 12, 18, 44], "htmlproofer": 5, "i": [1, 4, 5, 15, 44], "idea": 26, "immedi": 1, "import": 15, "includ": [23, 31], "inform": 4, "infrastructur": 4, "instead": 5, "instruct": 2, "integr": [5, 10], "intern": 20, "invit": 12, "io": 8, "issu": [4, 7, 30], "item": [24, 25, 26, 28, 30, 32, 47, 49], "jan": [28, 29], "joss": [23, 29, 31, 35], "june": 37, "kylen": 29, "label": 7, "lead": 16, "leadership": [16, 36, 37], "leav": 37, "level": [2, 16], "licens": 1, "limit": 12, "link": 5, "list": 29, "local": [2, 10], "log": 0, "mai": [35, 36, 47], "maintain": [4, 9, 42], "mainten": 7, "make": 4, "malici": 1, "manag": [16, 30], "march": [30, 32], "mean": 5, "media": [3, 11, 13, 36, 37], "meet": [3, 4, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50], "member": [1, 12, 18], "membership": 18, "mentor": 47, "metadata": 8, "metric": 4, "micro": 1, "minut": [49, 51], "miss": 5, "mission": 15, "moor": 36, "motiv": 4, "much": 44, "new": [4, 7, 10, 12, 18], "next": [23, 25, 31, 39, 40], "nonprofit": 12, "note": [1, 4, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50], "nov": 25, "numfocu": 36, "oct": 24, "octob": [23, 41, 42], "open": [15, 16], "opportun": 35, "organ": [4, 16, 18, 19], "other": [1, 40], "our": [1, 2], "outcom": 47, "outreach": [36, 37], "outsid": 5, "packag": [8, 9, 29, 30], "page": 18, "pager": 26, "part": [36, 37], "particip": 4, "peer": [8, 16], "permiss": [7, 9, 18], "plan": 12, "platform": [13, 18], "pleas": 37, "point": [44, 45], "pool": [36, 37], "post": [12, 13], "pr": 4, "pre": [4, 5, 10], "prepar": 3, "presubmiss": 29, "preview": 2, "primari": [23, 31], "prior": 3, "process": [6, 7, 10, 11, 23, 29, 31, 35], "program": [16, 21], "project": [4, 18, 29], "propos": 29, "protocol": 1, "pull": [4, 10], "pyopensci": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 20, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 45, 49, 51], "pyosmeta": 8, "pyospackag": 8, "python": [8, 29], "recommend": 10, "red": 5, "regular": 10, "relat": 1, "repeat": 1, "repo": [9, 26], "report": [1, 7], "repositori": [8, 9], "request": [4, 10], "resourc": [28, 32], "respons": [1, 37], "review": [4, 8, 16, 23, 29, 31, 35, 42, 44], "revisit": 37, "role": [16, 37], "ropensci": [23, 31, 35], "round": 4, "scienc": 15, "scipi": [29, 47], "scope": [1, 29], "seek": 1, "septemb": 40, "session": 29, "set": [10, 12], "setup": 5, "share": [3, 18], "should": 1, "similarli": 44, "slack": [4, 12], "so": 15, "social": [3, 11, 13, 36, 37], "softwar": [8, 16], "some": [23, 31], "someon": [36, 37], "sourc": 15, "specif": 4, "sphinx": 8, "sponsorship": 16, "spring": 25, "sprint": [4, 47], "sprintabl": 7, "staff": [16, 18], "stamp": 42, "step": [1, 23, 25, 31, 39, 40], "steward": 1, "store": [8, 20], "structur": 16, "subtl": 1, "summer": 29, "support": [10, 15, 35, 36], "sure": 4, "t": 5, "tag": [5, 47], "takeawai": 35, "tania": 47, "task": [4, 25], "team": [3, 9], "templat": [4, 29], "test": [44, 45], "thank": 4, "them": 4, "theme": 8, "thi": [1, 8, 37], "time": 44, "tl": 4, "todo": [3, 4, 7, 8, 10, 18], "toward": 1, "traci": 26, "track": 4, "translat": 9, "triag": 4, "type": 13, "unaccept": 1, "unintent": 1, "unwelcom": 1, "up": [4, 10, 12], "updat": [4, 29], "us": [5, 12, 18], "v": [0, 10, 13, 35, 36], "valu": 15, "vari": [23, 31], "version": 42, "via": 35, "violat": 1, "volunt": 16, "want": [4, 7, 42], "we": [1, 10, 12, 15, 30, 42], "websit": [2, 5, 36, 37], "welcom": 4, "what": [1, 4, 5, 44], "when": 1, "which": 1, "who": [10, 12], "why": [1, 15, 17], "within": [16, 18], "workflow": [8, 12], "wrap": 4, "year": 4, "you": [4, 7], "your": 2}}) \ No newline at end of file +Search.setIndex({"alltitles": {"10 October 2018: JOSS / pyOpenSci Collaboration": [[25, null]], "2. pyOpenSci Pull Request Process": [[10, null]], "2018 Notes": [[29, null]], "2018 meeting notes": [[29, null]], "2019 Notes": [[45, null], [45, null]], "2020 Meeting Notes": [[48, null]], "2020 Notes": [[48, null]], "2021 Meeting Notes": [[50, null]], "2021 Notes": [[50, null]], "2024-05-13 Executive Council Meeting Minutes": [[51, "executive-council-meeting-minutes"]], "3. Continuous integration": [[5, null]], "AGENDA": [[31, "agenda"]], "About": [[14, "about"]], "About Pre-commit": [[10, "about-pre-commit"]], "About the Pre-Commit CI Bot": [[5, "about-the-pre-commit-ci-bot"]], "About the pre-commit CI bot": [[10, "about-the-pre-commit-ci-bot"]], "Abusive behavior": [[1, "abusive-behavior"]], "Acknowledge sprint contributors - All-Contributors Bot": [[4, "acknowledge-sprint-contributors-all-contributors-bot"]], "Acknowledging new contributors": [[10, "acknowledging-new-contributors"]], "Action Items": [[49, "action-items"]], "Advisory (4*):": [[38, "advisory-4"], [39, "advisory-4"]], "After a sprint tasks": [[4, "after-a-sprint-tasks"]], "Agenda": [[35, "agenda"], [36, "agenda"], [37, "agenda"], [38, "agenda"], [39, "agenda"], [40, "agenda"], [41, "agenda"], [42, "agenda"], [43, "agenda"], [44, "agenda"]], "Agenda Items": [[26, "agenda-items"], [27, "agenda-items"], [28, "agenda-items"], [30, "agenda-items"], [32, "agenda-items"], [34, "agenda-items"]], "Attendees": [[26, "attendees"], [27, "attendees"], [28, "attendees"], [30, "attendees"], [31, "attendees"], [32, "attendees"], [34, "attendees"], [35, "attendees"], [36, "attendees"], [37, "attendees"], [38, "attendees"], [39, "attendees"], [40, "attendees"], [41, "attendees"], [42, "attendees"], [43, "attendees"], [44, "attendees"], [46, "attendees"], [47, "attendees"]], "BOF \u2013 SciPy proposed session - summer": [[31, "bof-scipy-proposed-session-summer"]], "Badges \u2013 do we want a review with a version stamp on it": [[44, "badges-do-we-want-a-review-with-a-version-stamp-on-it"]], "Bitwarden": [[18, null]], "Blatant acts and micro-aggressions": [[1, "blatant-acts-and-micro-aggressions"]], "Blog": [[20, "blog"]], "Blog goals": [[20, "blog-goals"]], "Blog post tone": [[20, "blog-post-tone"]], "Bot setup": [[5, "bot-setup"]], "CI and outside contributors": [[5, "ci-and-outside-contributors"]], "Canva permissions and access": [[19, "canva-permissions-and-access"]], "Change Log": [[0, null]], "CircleCI Previews": [[2, "circleci-previews"]], "Code of conduct related notes": [[1, "code-of-conduct-related-notes"]], "Collect participant information": [[4, "collect-participant-information"]], "Community Handbook": [[11, null]], "Community feedback": [[44, "community-feedback"]], "Community manager": [[16, "community-manager"]], "Community, Social Media, Outreach, Website (?future or someone doing part):": [[38, "community-social-media-outreach-website-future-or-someone-doing-part"], [39, "community-social-media-outreach-website-future-or-someone-doing-part"]], "Concept Ideas for 1 pager": [[28, "concept-ideas-for-1-pager"]], "Contributing Guide for pyOpenSci": [[2, null]], "Contributor attributions": [[2, "contributor-attributions"]], "Contributor authorship": [[2, "contributor-authorship"]], "Cookie Cutter": [[32, "cookie-cutter"]], "Cookie Cutter Python package updates (Kylen)": [[31, "cookie-cutter-python-package-updates-kylen"]], "Critical CI workflows in this repository": [[8, "critical-ci-workflows-in-this-repository"]], "Current COC stewards:": [[1, "current-coc-stewards"]], "Current Scope List": [[31, "current-scope-list"]], "Data That We Could Collect": [[32, "data-that-we-could-collect"]], "Dev Guide": [[32, "dev-guide"]], "Dev guide feedback": [[31, "dev-guide-feedback"]], "Development guide our guidebooks": [[2, "development-guide-our-guidebooks"]], "Discourse": [[20, "discourse"], [43, "discourse"]], "Discussion Points": [[46, "discussion-points"], [47, "discussion-points"]], "Documentation": [[46, "documentation"]], "Editor in Chief": [[16, "editor-in-chief"]], "Editorial Board": [[9, "editorial-board"]], "Editors in Chief (2-3?):": [[38, "editors-in-chief-2-3"], [39, "editors-in-chief-2-3"]], "Email": [[20, "email"]], "Enforcement": [[1, "enforcement"]], "Enforcement related to abusive behavior": [[1, "enforcement-related-to-abusive-behavior"]], "Enforcement related to unwelcome behavior": [[1, "enforcement-related-to-unwelcome-behavior"]], "Ensure issue and pull request templates are up to date": [[4, "ensure-issue-and-pull-request-templates-are-up-to-date"]], "Event documents": [[3, "event-documents"]], "Event social media and graphics": [[3, "event-social-media-and-graphics"]], "EventBrite": [[20, "eventbrite"]], "Examples of Good Documentation": [[39, "examples-of-good-documentation"]], "Executive Council": [[16, "executive-council"]], "Executive Council Minutes": [[53, null]], "Executive Director": [[16, "executive-director"]], "Executive council meeting notes": [[52, null]], "External Communication": [[20, null]], "Fall 2018 Tasks": [[27, "fall-2018-tasks"]], "Final wrap up activities": [[4, "final-wrap-up-activities"]], "Fiscal sponsorship": [[16, "fiscal-sponsorship"]], "Followup thank you notes": [[4, "followup-thank-you-notes"]], "Funding & Business Development": [[38, "funding-business-development"], [39, "funding-business-development"]], "Funding Opportunity support via rOpenSci": [[37, "funding-opportunity-support-via-ropensci"]], "Funding \u2013 numfocus support vs moore funding": [[38, "funding-numfocus-support-vs-moore-funding"]], "GitHub Processes": [[11, null]], "GitHub teams": [[9, "github-teams"]], "Governance": [[14, null]], "Governing Committees": [[16, "governing-committees"]], "Guidelines for new issues": [[7, "guidelines-for-new-issues"]], "Handbook repository": [[8, "handbook-repository"]], "Help-wanted / sprintable issues": [[7, "help-wanted-sprintable-issues"]], "Help-wanted board": [[4, "help-wanted-board"]], "High level guidelines": [[2, "high-level-guidelines"]], "Highly Recommended": [[10, "highly-recommended"]], "How Much Documentation is \u201cGood Enough\u201d for PyOpenSci?": [[46, "how-much-documentation-is-good-enough-for-pyopensci"]], "How permissions are granted": [[9, "how-permissions-are-granted"]], "How to add a new blog post": [[20, "how-to-add-a-new-blog-post"]], "How to add new members to Canva": [[19, "how-to-add-new-members-to-canva"]], "How we developed our code of conduct": [[1, "how-we-developed-our-code-of-conduct"]], "How we invite new community members": [[12, "how-we-invite-new-community-members"]], "If a CI check is red": [[5, "if-a-ci-check-is-red"]], "If you are reporting a code bug": [[7, "if-you-are-reporting-a-code-bug"]], "If you have permissions, label the issue": [[7, "if-you-have-permissions-label-the-issue"]], "Instructions for building the documentation locally on your computer": [[2, "instructions-for-building-the-documentation-locally-on-your-computer"]], "Instructions for local development": [[2, "instructions-for-local-development"]], "Issue and PR triage": [[4, "issue-and-pr-triage"]], "Issue maintenance": [[7, "issue-maintenance"]], "JOSS (UPDATE)": [[31, "joss-update"]], "JOSS vs rOpenSci Review process": [[37, "joss-vs-ropensci-review-process"]], "Joss has some additional checks including": [[25, "joss-has-some-additional-checks-including"], [33, "joss-has-some-additional-checks-including"]], "Joss\u2019 Review process varies from rOpenSci As Follows": [[25, "joss-review-process-varies-from-ropensci-as-follows"], [33, "joss-review-process-varies-from-ropensci-as-follows"]], "Joss\u2019s primary goal": [[25, "joss-s-primary-goal"], [33, "joss-s-primary-goal"]], "Leadership (3-5):": [[38, "leadership-3-5"], [39, "leadership-3-5"]], "License": [[1, "license"]], "Linktree": [[20, "linktree"]], "Maintain the pyOpenSci help-wanted project board": [[4, "maintain-the-pyopensci-help-wanted-project-board"]], "Make sure issues contain specific, detailed information before adding them to a project board": [[4, null]], "Maliciousness towards other community members": [[1, "maliciousness-towards-other-community-members"]], "Meeting Goals": [[25, "meeting-goals"], [33, "meeting-goals"]], "Meeting Notes - 16 Nov 2018": [[27, null]], "Meeting Notes - 26 Oct 2018": [[26, null]], "Meeting Notes - 7 Dec 2018": [[28, null]], "Meeting Notes 17 May 2021": [[49, null]], "Meeting Notes Archive": [[24, null]], "Meeting metrics that pyOpenSci collects": [[4, null]], "Meeting time": [[46, "meeting-time"]], "Meetings & Events": [[3, null]], "Metadata stored in this repository": [[8, "metadata-stored-in-this-repository"]], "Minutes for agenda items": [[51, "minutes-for-agenda-items"]], "Mission and values": [[15, null]], "Newsletter success metrics": [[20, "newsletter-success-metrics"]], "Newsletters": [[20, "newsletters"]], "Next Steps": [[25, "next-steps"], [27, "next-steps"], [33, "next-steps"], [41, "next-steps"], [42, "next-steps"]], "Notes": [[49, "notes"]], "Notes for Existing Maintainers": [[44, "notes-for-existing-maintainers"]], "Notes from conversation with Tracy": [[28, "notes-from-conversation-with-tracy"]], "Open Peer Review Program: Program level leadership structure": [[16, "open-peer-review-program-program-level-leadership-structure"]], "Organization": [[21, null]], "Other": [[42, "other"]], "Our blog post submission process": [[20, "our-blog-post-submission-process"]], "Outcomes": [[49, "outcomes"]], "Package Management Issues To Consider": [[32, "package-management-issues-to-consider"]], "Packaging Council": [[9, "packaging-council"]], "Pages within a Canva project": [[19, "pages-within-a-canva-project"]], "Peer review editorial board": [[16, "peer-review-editorial-board"]], "Pool of Associate Editors (8+)": [[38, "pool-of-associate-editors-8"], [39, "pool-of-associate-editors-8"]], "Post types: evergreen vs. ad hoc content": [[13, "post-types-evergreen-vs-ad-hoc-content"]], "Pre-commit hooks and pre-commit.ci bot": [[10, "pre-commit-hooks-and-pre-commit-ci-bot"]], "Pre-sprint tasks": [[4, "pre-sprint-tasks"]], "Preparation prior to an event": [[3, "preparation-prior-to-an-event"]], "Presubmission template added!": [[31, "presubmission-template-added"]], "Programs": [[23, null]], "Project Scope - in the review processing & guidelines": [[31, "project-scope-in-the-review-processing-guidelines"]], "Project organization within Canva": [[19, "project-organization-within-canva"]], "Promoting blog posts": [[20, "promoting-blog-posts"]], "Pull Request Checklist": [[10, "pull-request-checklist"]], "Pull Request Content": [[10, "pull-request-content"]], "Pull Requests": [[10, "pull-requests"]], "Pull Requests and Continuous Integration": [[10, "pull-requests-and-continuous-integration"]], "PyOpenSci Meeting Notes - 11 Jan 2019": [[30, null]], "PyOpenSci Meeting Notes - 31 Jan 2019": [[31, null]], "Python-package-guide repository": [[8, "python-package-guide-repository"]], "Regular vs. New Contributors": [[10, "regular-vs-new-contributors"]], "Repeated, subtle and unintentional micro-aggressions": [[1, "repeated-subtle-and-unintentional-micro-aggressions"]], "Reporting code of conduct violations": [[1, "reporting-code-of-conduct-violations"]], "Resources": [[30, "resources"]], "Resources:": [[34, "resources"]], "Response protocol steps": [[1, "response-protocol-steps"]], "Responsibilities:": [[39, "responsibilities"]], "Review and triage pull requests and issues": [[4, "review-and-triage-pull-requests-and-issues"]], "Reviews": [[46, "reviews"]], "Role Definition Revisited (please feel free to edit this or leave comments!!)": [[39, "role-definition-revisited-please-feel-free-to-edit-this-or-leave-comments"]], "SciPy Mentored Sprints (David) - Tania Allard": [[49, "scipy-mentored-sprints-david-tania-allard"]], "Scope in which the pyOpenSci code of conduct is applied": [[1, "scope-in-which-the-pyopensci-code-of-conduct-is-applied"]], "Setting Up Pre-commit Locally": [[10, "setting-up-pre-commit-locally"]], "Setting up a Slack bot using Slack Workflows": [[12, "setting-up-a-slack-bot-using-slack-workflows"]], "Setting up an automatic feed to post from GitHub into Slack:": [[12, "setting-up-an-automatic-feed-to-post-from-github-into-slack"]], "Share the Canva folder with the pyopensci-canva-team": [[3, null]], "Similarly, Testing - What if Tests Are Failing?": [[46, "similarly-testing-what-if-tests-are-failing"]], "Slack - Day to Day communication": [[12, null]], "Slack for pyOpenSci Community Discussion": [[12, "slack-for-pyopensci-community-discussion"]], "Slack\u2019s limitations - nonprofit plan": [[12, "slacks-limitations-nonprofit-plan"]], "Social Accounts": [[13, "social-accounts"]], "Social Media": [[11, null]], "Software review lead": [[16, "software-review-lead"]], "Software-peer-review guidebook repository": [[8, "software-peer-review-guidebook-repository"]], "Software-review repository": [[8, "software-review-repository"]], "Spring 2019 Tasks": [[27, "spring-2019-tasks"]], "Sprint infrastructure - GitHub projects": [[4, "sprint-infrastructure-github-projects"]], "Staff membership on Canva": [[19, "staff-membership-on-canva"]], "Staff roles within the organization": [[16, "staff-roles-within-the-organization"]], "Storing internal pyOpenSci documents": [[22, null]], "Structure and leadership": [[16, null]], "Supporting New Contributors": [[10, "supporting-new-contributors"]], "SurveyMonkey": [[20, "surveymonkey"]], "TL;DR": [[4, null]], "Tasks during a sprint": [[4, "tasks-during-a-sprint"]], "Team check in prior to an event": [[3, null]], "Team repository access": [[9, "team-repository-access"]], "Testing & Pyopensci": [[47, "testing-pyopensci"]], "To Do Takeaways - For Everyone": [[37, "to-do-takeaways-for-everyone"]], "To Do:": [[34, "to-do"]], "To Dos": [[35, "to-dos"]], "Todo": [[3, "id1"], [4, "id1"], [4, "id2"], [4, "id3"], [4, "id4"], [4, "id5"], [4, "id6"], [4, "id7"], [4, "id8"], [4, "id9"], [7, "id1"], [8, "id1"], [8, "id2"], [8, "id3"], [10, "id1"], [10, "id2"], [19, "id1"], [20, "id1"]], "Tracking annual contributions: the sprint project board": [[4, "tracking-annual-contributions-the-sprint-project-board"]], "Tracking sprint contributions": [[4, "tracking-sprint-contributions"]], "Translation Council": [[9, "translation-council"]], "Triage (help-wanted) issues across the pyOpenSci organization": [[4, "triage-help-wanted-issues-across-the-pyopensci-organization"]], "Unacceptable behavior": [[1, "unacceptable-behavior"]], "Unwelcoming behavior": [[1, "unwelcoming-behavior"]], "Update the sprint issue and pull request board": [[4, "update-the-sprint-issue-and-pull-request-board"]], "Using the bot instead of pre-commit hooks": [[5, "using-the-bot-instead-of-pre-commit-hooks"]], "Volunteer reviewers": [[16, "volunteer-reviewers"]], "Website CI checks": [[5, "website-ci-checks"]], "Website build": [[2, "website-build"]], "Welcome new contributors to slack": [[4, "welcome-new-contributors-to-slack"]], "What do the green and red checks mean?": [[5, "what-do-the-green-and-red-checks-mean"]], "What is CI?": [[5, "what-is-ci"]], "What is a sprint?": [[4, "what-is-a-sprint"]], "What motivates sprint participants?": [[4, "what-motivates-sprint-participants"]], "What the bot can fix": [[5, "what-the-bot-can-fix"]], "What the bot can\u2019t fix": [[5, "what-the-bot-cant-fix"]], "What this code of conduct defines": [[1, "what-this-code-of-conduct-defines"]], "When to seek help immediately": [[1, "when-to-seek-help-immediately"]], "Who we acknowledge": [[10, "who-we-acknowledge"]], "Who we invite to the community:": [[12, "who-we-invite-to-the-community"]], "Why do we support open science?": [[15, "why-do-we-support-open-science"]], "Why is (free) and open source so important?": [[15, "why-is-free-and-open-source-so-important"]], "Why pyOpenSci?": [[17, "why-pyopensci"]], "Why should I report code of conduct violations?": [[1, "why-should-i-report-code-of-conduct-violations"]], "Yaml elements required for blog posts": [[20, null]], "Year-round sprint tasks": [[4, "year-round-sprint-tasks"]], "YouTube": [[20, "youtube"]], "Zenodo": [[20, "zenodo"]], "pyOpenSci Community Code of Conduct": [[1, null]], "pyOpenSci Events": [[11, null]], "pyOpenSci Executive Council Minutes": [[53, null]], "pyOpenSci Executive Council Minutes 2024": [[51, null]], "pyOpenSci GitHub Permissions": [[9, null]], "pyOpenSci GitHub Processes": [[6, null]], "pyOpenSci GitHub issue process": [[7, null]], "pyOpenSci GitHub repositories": [[8, null]], "pyOpenSci Handbook & Governance": [[17, null]], "pyOpenSci Meeting Notes - 1 August 2019": [[40, null]], "pyOpenSci Meeting Notes - 18 April 2019": [[36, null]], "pyOpenSci Meeting Notes - 20 June 2019": [[39, null]], "pyOpenSci Meeting Notes - 20 September": [[42, null]], "pyOpenSci Meeting Notes - 21 March 2019": [[34, null]], "pyOpenSci Meeting Notes - 22 August 2019": [[41, null]], "pyOpenSci Meeting Notes - 24 october 2019": [[44, null]], "pyOpenSci Meeting Notes - 28 Feb 2020": [[46, null]], "pyOpenSci Meeting Notes - 3 October 2019": [[43, null]], "pyOpenSci Meeting Notes - 30 May 2019": [[38, null]], "pyOpenSci Meeting Notes - 4 April 2019": [[35, null]], "pyOpenSci Meeting Notes - 6 March 2019": [[32, null]], "pyOpenSci Meeting Notes - 9 April 2020": [[47, null]], "pyOpenSci Meeting Notes - 9 May 2019": [[37, null]], "pyOpenSci Repo Maintainers": [[9, "pyopensci-repo-maintainers"]], "pyOpenSci Slack channels": [[12, "pyopensci-slack-channels"]], "pyOpenSci Social Media Platforms": [[13, null]], "pyOpenSci Sphinx theme": [[8, "pyopensci-sphinx-theme"]], "pyOpenSci Sprints": [[4, null]], "pyOpenSci Values": [[15, "pyopensci-values"]], "pyOpenSci Zenodo Community": [[20, "pyopensci-zenodo-community"]], "pyOpenSci advisory council": [[16, "pyopensci-advisory-council"]], "pyOpenSci assets and brand content": [[19, "pyopensci-assets-and-brand-content"]], "pyOpenSci checks for broken links and missing alt tags: HTMLProofer": [[5, "pyopensci-checks-for-broken-links-and-missing-alt-tags-htmlproofer"]], "pyOpenSci meeting notes: 3-14-2019 JOSS / pyOpenSci Collaboration": [[33, null]], "pyOpenSci meetings": [[3, "pyopensci-meetings"]], "pyOpenSci repo": [[28, "pyopensci-repo"]], "pyOpenSci sprints are accessible": [[4, "pyopensci-sprints-are-accessible"]], "pyOpenSci uses Canva as a shared graphic platform": [[19, null]], "pyopensci.github.io repository": [[8, "pyopensci-github-io-repository"]], "pyosMeta repository": [[8, "pyosmeta-repository"]], "pyosPackage repository": [[8, "pyospackage-repository"]], "tags: Meeting": [[49, "tags-meeting"]], "v 0.2": [[0, "v-0-2"]]}, "docnames": ["CHANGELOG", "CODE_OF_CONDUCT", "CONTRIBUTING", "community/events/intro", "community/events/sprints", "community/github/continuous-integration", "community/github/intro", "community/github/issues", "community/github/our-repositories", "community/github/permissions", "community/github/pull-requests", "community/index", "community/slack", "community/social", "governance/index", "governance/mission-values", "governance/structure", "index", "organization/bitwarden", "organization/canva", "organization/external-communication", "organization/index", "organization/internal-documentation", "programs/index", "reference/index", "reference/meeting-notes/2018/2018-10-09-notes", "reference/meeting-notes/2018/2018-10-26-notes", "reference/meeting-notes/2018/2018-11-16-notes", "reference/meeting-notes/2018/2018-12-07-notes", "reference/meeting-notes/2018/intro-2018", "reference/meeting-notes/2019/2019-01-11-notes", "reference/meeting-notes/2019/2019-01-31-notes", "reference/meeting-notes/2019/2019-03-06-notes", "reference/meeting-notes/2019/2019-03-14-joss-discussion-notes", "reference/meeting-notes/2019/2019-03-21-notes", "reference/meeting-notes/2019/2019-04-04-notes", "reference/meeting-notes/2019/2019-04-18-notes", "reference/meeting-notes/2019/2019-05-09-notes", "reference/meeting-notes/2019/2019-05-30-notes", "reference/meeting-notes/2019/2019-06-20-notes", "reference/meeting-notes/2019/2019-08-01-notes", "reference/meeting-notes/2019/2019-08-22-notes", "reference/meeting-notes/2019/2019-09-20-notes", "reference/meeting-notes/2019/2019-10-03-notes", "reference/meeting-notes/2019/2019-10-24-notes", "reference/meeting-notes/2019/intro-2019", "reference/meeting-notes/2020/2020-02-28-notes", "reference/meeting-notes/2020/2020-04-09-notes", "reference/meeting-notes/2020/intro-2020", "reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes", "reference/meeting-notes/2021/intro-2021", "reference/meeting-notes/executive-council/2024-executive-council-minutes", "reference/meeting-notes/executive-council/README", "reference/meeting-notes/executive-council/intro"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2}, "filenames": ["CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "community/events/intro.md", "community/events/sprints.md", "community/github/continuous-integration.md", "community/github/intro.md", "community/github/issues.md", "community/github/our-repositories.md", "community/github/permissions.md", "community/github/pull-requests.md", "community/index.md", "community/slack.md", "community/social.md", "governance/index.md", "governance/mission-values.md", "governance/structure.md", "index.md", "organization/bitwarden.md", "organization/canva.md", "organization/external-communication.md", "organization/index.md", "organization/internal-documentation.md", "programs/index.md", "reference/index.md", "reference/meeting-notes/2018/2018-10-09-notes.md", "reference/meeting-notes/2018/2018-10-26-notes.md", "reference/meeting-notes/2018/2018-11-16-notes.md", "reference/meeting-notes/2018/2018-12-07-notes.md", "reference/meeting-notes/2018/intro-2018.md", "reference/meeting-notes/2019/2019-01-11-notes.md", "reference/meeting-notes/2019/2019-01-31-notes.md", "reference/meeting-notes/2019/2019-03-06-notes.md", "reference/meeting-notes/2019/2019-03-14-joss-discussion-notes.md", "reference/meeting-notes/2019/2019-03-21-notes.md", "reference/meeting-notes/2019/2019-04-04-notes.md", "reference/meeting-notes/2019/2019-04-18-notes.md", "reference/meeting-notes/2019/2019-05-09-notes.md", "reference/meeting-notes/2019/2019-05-30-notes.md", "reference/meeting-notes/2019/2019-06-20-notes.md", "reference/meeting-notes/2019/2019-08-01-notes.md", "reference/meeting-notes/2019/2019-08-22-notes.md", "reference/meeting-notes/2019/2019-09-20-notes.md", "reference/meeting-notes/2019/2019-10-03-notes.md", "reference/meeting-notes/2019/2019-10-24-notes.md", "reference/meeting-notes/2019/intro-2019.md", "reference/meeting-notes/2020/2020-02-28-notes.md", "reference/meeting-notes/2020/2020-04-09-notes.md", "reference/meeting-notes/2020/intro-2020.md", "reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes.md", "reference/meeting-notes/2021/intro-2021.md", "reference/meeting-notes/executive-council/2024-executive-council-minutes.md", "reference/meeting-notes/executive-council/README.md", "reference/meeting-notes/executive-council/intro.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 4, 5, 7, 8, 10, 11, 13, 16, 19, 20, 22, 24, 26, 27, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 51], "0": 20, "000": 19, "018": [30, 32], "05": 24, "08": [20, 41], "09": 42, "1": [4, 7, 16, 19, 20, 22, 24, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 45, 49], "10": [4, 19, 24, 29, 30, 31, 32, 43], "100": 20, "1000": 37, "1007": [30, 32], "10k": 38, "10m": 26, "10min": 49, "10srfcmsk85uqvhshyospngj9wx3c38k1xmhblpqrt5m": 26, "11": [24, 39, 45], "1116702511312695296": 36, "1166903977235177472": 42, "119": 44, "11pm": 39, "12": 31, "13": [20, 24], "1357": 35, "13s_hogs89zm1j257gc8oja_yol3j6xcp68sr2ln5mm0": 36, "14": [24, 45], "15min": 49, "16": [24, 29, 37, 42, 43], "17": [24, 37, 39, 50, 51], "18": [24, 31, 42, 45], "1faipqlscno_scaykeqapqxzrnefoqql35hy9nrc6gcpxek8vkzbaklq": [31, 34], "1kzstdla98tvfe1_0r0iusbpyg": 37, "1oetzg9oasxih3wdxyuul_ida4ozfabj6t0hddsqmkv4": [28, 32], "1opagnky2nxd0kghrhinvlmtvoaq4pcbikfhgh9hjgci": 34, "1vujfcxntrqdyetv": 26, "2": [3, 4, 7, 8, 16, 24, 25, 31, 33, 34, 35, 36, 37, 40, 41, 42, 44, 49], "20": [4, 20, 24, 45], "2017": 30, "2018": [13, 17, 24, 36], "2019": [24, 42], "2020": 24, "2021": [17, 24], "2023": [0, 51], "2024": [4, 13, 20, 24, 53], "2030": 49, "204": 39, "20f5bd2ee1ee5d6e2053f7ba186917f6009ab67a": 43, "20min": 49, "21": [24, 45], "22": [24, 45], "227": 42, "24": [4, 24, 45], "25": [0, 26], "250": 12, "26": [20, 24, 29], "27": 39, "28": [24, 39, 48], "299527": 26, "2fs10606": 32, "2i2c": [0, 1, 8], "2ish": [25, 33], "3": [3, 16, 20, 24, 25, 27, 32, 36, 40, 41, 45], "30": [4, 24, 45, 49], "3000": 36, "309": 43, "31": [24, 45], "31st": 34, "35": 40, "36": 20, "3cwpaefrrbgj1cus3b2r7g": 26, "4": [16, 24, 31, 41, 45], "421e2mvqrwy9yhzfgxnuea": 28, "494076938": 38, "5": [4, 19, 24, 41, 42], "50": [25, 33], "501": 16, "5pm": 42, "6": [24, 38, 39, 41, 45], "60": 26, "648142": 26, "7": [24, 29, 39, 42], "71uwsa": 32, "77": 30, "7pm": 39, "8": [20, 24, 37, 41], "8000": 26, "8001": 26, "8002": 26, "9": [24, 26, 45, 48], "9333": [30, 32], "A": [3, 4, 5, 7, 10, 19, 20, 39, 43, 46], "AND": [4, 37], "And": [5, 15, 17, 25, 33, 38, 39], "As": [2, 4, 5, 12, 19, 22, 24, 32], "At": [4, 10, 18, 20, 25, 33, 51], "BUT": [4, 38, 41], "Be": [3, 4, 7, 10, 20], "Being": 1, "But": [38, 39, 43], "By": [4, 19], "For": [1, 3, 4, 5, 10, 12, 13, 20, 24, 32, 38, 42, 44], "IF": 4, "IT": 47, "If": [1, 2, 3, 4, 8, 10, 12, 15, 19, 20, 25, 33, 34, 38, 39, 41, 42, 43, 46], "In": [1, 2, 3, 4, 5, 10, 11, 12, 13, 16, 20], "It": [3, 4, 5, 7, 8, 10, 12, 13, 16, 20, 37, 38, 41, 43, 44], "Not": 44, "OR": [4, 37, 43], "On": 2, "One": [4, 13, 19, 20, 28, 34, 37], "Or": [1, 2, 38], "Such": 46, "TO": 38, "That": [19, 24, 36, 39], "The": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 15, 16, 19, 20, 23, 30, 36, 37, 39, 43, 46, 51], "Their": [1, 38, 39], "Then": [12, 38, 39, 49], "There": [4, 5, 9, 10, 12, 16, 20, 36, 38], "These": [1, 2, 3, 4, 5, 8, 9, 12, 16, 17, 20, 22, 30, 39], "To": [1, 2, 3, 4, 5, 7, 9, 10, 12, 19, 20, 24, 25, 33], "WILL": 32, "Will": [35, 41], "With": 19, "_____": 4, "______": 4, "_build": 2, "_data": 43, "_packag": 43, "abil": [20, 30], "abl": [20, 37, 40, 41, 43], "about": [1, 2, 3, 4, 7, 8, 9, 11, 12, 13, 16, 17, 19, 20, 25, 28, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 49], "abov": [1, 4, 8, 10, 19, 42, 46], "absenc": 22, "abstract": [31, 35], "abus": 10, "academ": 43, "academia": 15, "accept": [2, 8, 12, 16, 20, 25, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44], "access": [3, 5, 10, 11, 12, 15, 18, 20, 22, 31, 43], "accommod": [2, 44], "accomplish": [20, 28], "accordingli": [19, 38, 39], "account": [1, 11, 12, 18, 19, 20, 37, 41, 42, 43, 44], "accur": [4, 20], "achiev": [4, 10], "across": [2, 3, 6, 7, 8, 9, 10, 13], "acryl": 3, "act": 49, "action": [1, 2, 4, 7, 8, 10, 24, 39, 43], "activ": [1, 3, 7, 8, 9, 12, 13, 16, 20, 44, 51], "actual": [7, 43, 49], "actuallyusingcrev": 44, "ad": [0, 2, 3, 5, 6, 7, 10, 11, 12, 19, 20, 24, 36, 38, 40, 41, 42], "adapt": [1, 2, 47], "add": [2, 3, 4, 5, 7, 8, 9, 10, 25, 26, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 49], "addit": [1, 5, 7, 10, 12, 13, 19, 20, 24, 35, 39, 46], "address": [3, 4, 5, 7, 10, 15, 19, 32, 37], "adjust": [5, 10, 38, 39], "admin": [5, 20], "administr": [12, 16, 19], "adopt": [1, 27, 37], "advanc": [1, 4, 13, 44, 47], "advic": [36, 38], "advis": 16, "advisor": [34, 36, 38, 39], "advisori": [1, 8, 19, 24, 27, 32], "advoc": 16, "aesthet": 20, "affial": 38, "affili": 4, "after": [1, 2, 3, 10, 11, 12, 28, 34, 39, 41, 43], "again": [1, 5, 37, 39], "agenda": [22, 24, 45, 49], "aggreg": [2, 4, 37], "agil": 34, "agit": 1, "ago": 41, "agre": [4, 5, 38, 44], "agreement": 19, "agu": [40, 41, 42, 43], "ahead": [5, 12, 49], "aid": 31, "aim": [4, 10, 20, 31, 35], "aims_scop": [34, 35], "airtabl": [31, 42], "ala": 37, "alan": [42, 43], "albeit": 13, "algorithm": [31, 47], "align": [4, 10, 12, 39], "alison": 46, "all": [1, 2, 3, 5, 8, 10, 12, 17, 19, 20, 22, 31, 37, 38, 39, 40, 41, 43, 46, 49], "allard": [24, 41], "allianc": 37, "alloc": 9, "allow": [1, 2, 3, 4, 5, 10, 12, 13, 15, 19, 20, 34, 36, 37, 38, 39, 42, 44], "almost": 43, "alon": 42, "along": [32, 35, 39, 43], "alopex": 44, "alreadi": [5, 10, 12, 15, 20, 34, 37, 44, 49], "also": [3, 4, 5, 8, 10, 12, 13, 15, 16, 17, 19, 20, 22, 30, 31, 34, 36, 37, 38, 39, 42, 43, 44, 46], "alt": [10, 11, 20], "altair": 39, "altern": [1, 41, 43], "although": [13, 20], "alwai": [3, 4, 5, 20, 39, 43, 44], "am": 39, "amaz": 36, "america": 40, "among": 17, "amount": [13, 43, 44], "an": [1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 18, 19, 20, 22, 27, 28, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 47, 51], "analog": 31, "analysi": 31, "analyt": [20, 30, 32], "analyz": 31, "anderson": 43, "anecdot": 20, "ani": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 19, 20, 22, 38, 44, 46], "annoi": 3, "announc": [12, 20, 34], "annual": 51, "anoth": [4, 5, 20, 22, 36, 37, 43, 44, 47], "answer": [34, 43], "antagon": 1, "anyon": [1, 2, 4, 7, 20, 30, 32, 35, 37, 38, 39, 40, 41, 42, 43], "anyth": [5, 12, 30, 44], "anywher": 43, "aout": 41, "api": [8, 25, 31, 33, 34, 35, 36, 39, 40, 41], "apologi": 51, "app": [12, 35, 37, 49], "appear": [1, 5, 10, 20, 30], "appendic": [34, 35, 37, 43], "appli": [2, 4, 5, 8, 17, 37, 38, 39], "applic": [1, 4, 10, 15, 17, 46], "appreci": [4, 43], "approach": [5, 10, 11, 30, 36, 37, 38, 41, 42, 43], "appropri": [3, 4, 7, 9, 19, 20], "approv": [0, 4, 5, 10, 20, 34, 37, 40, 43, 44, 51], "approxim": 2, "april": [24, 45, 48], "apveyor": 43, "ar": [1, 2, 3, 5, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 30, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 47, 49, 51], "archiv": [4, 5, 7, 43], "area": [30, 38, 39, 40, 41, 44, 49], "aren": 49, "arfon": [25, 30, 33, 35, 36, 37, 39], "argu": 1, "ariel": 30, "aris": 16, "arokem": 30, "around": [1, 2, 4, 8, 12, 14, 15, 16, 20, 28, 32, 34, 37, 39, 41, 43], "arriba": 32, "arriv": 1, "arrow": 19, "articl": [12, 30, 32, 42], "articul": 10, "artifact": 2, "asana": [10, 39], "ask": [4, 7, 10, 12, 19, 20, 27, 28, 30, 31, 35, 36, 39, 40, 42, 43, 44, 49], "assault": 1, "assess": [7, 38, 39, 47], "assign": [9, 38, 39], "assist": 4, "associ": [2, 3, 4, 5, 7, 20, 24, 32, 40], "assum": [1, 5, 43], "astropi": 49, "asynchron": [3, 12], "attempt": 1, "attend": [1, 3, 4, 12, 36, 38, 40], "attende": [3, 4, 20, 24, 25, 33, 45], "attent": [1, 4], "audienc": 20, "audreyr": 30, "august": [24, 45, 51], "authent": [20, 46], "author": [2, 4, 5, 7, 8, 10, 12, 20, 37, 38, 39, 41, 44], "authorship": [25, 33], "auto": 4, "autodoc": [31, 46], "autofix": 5, "autoformat": 10, "autom": [4, 5, 7, 10, 12, 30, 31, 37, 40, 42, 43], "automag": [4, 42], "automat": [4, 5, 7, 8, 10, 11, 35, 46], "autotest": [25, 33], "avail": [1, 3, 7, 32, 38, 39], "avenu": [26, 39], "averag": 20, "avoid": [4, 10, 25, 33, 42], "awai": 38, "awar": 13, "azur": 31, "b": [35, 43], "b9zy15qzqtiyxiqrnl0yna": 42, "babi": 12, "back": [5, 20, 41, 44, 49], "backend": 37, "background": [7, 10, 15, 44, 47], "backup": [32, 36], "bad": [1, 2, 5], "badg": [20, 24, 40, 43, 46], "bai": 41, "bailei": 30, "balanc": 12, "banner": 3, "barba": 30, "barrier": 15, "base": [1, 3, 4, 5, 10, 12, 37, 38, 39, 41], "bash": 12, "basi": [10, 12], "basic": 30, "beauti": 43, "becaus": [1, 2, 3, 4, 5, 10, 12, 15, 20, 37, 41], "becom": [4, 5, 12, 13, 17, 25, 32, 33, 38], "been": [1, 4, 5, 8, 12, 38, 41, 42], "befor": [2, 3, 5, 8, 10, 12, 20, 34, 35, 36, 43], "began": 24, "begin": [4, 37, 44, 51], "beginn": [4, 8, 12], "behavior": 7, "behind": 41, "being": [2, 4, 7, 12, 16, 20, 26, 36, 37, 39, 40, 42], "belong": 1, "below": [1, 4, 5, 7, 8, 10, 16, 20, 24, 39, 40, 41, 42, 43, 46], "benefici": 4, "benefit": [4, 19, 34], "berkelei": [28, 32, 35, 36, 37, 39, 40, 43, 46], "best": [2, 4, 8, 10, 12, 20, 31, 32, 38, 46], "bet": 42, "better": [4, 7, 13, 17, 31, 32, 34, 38, 39, 42, 46], "between": [1, 19, 30, 31, 39], "beyond": [1, 20], "bi": [34, 36, 38, 39], "bid": 32, "big": 4, "biggest": 4, "bimonthli": 34, "bio": 39, "bioinformat": [37, 39], "bird": [3, 26], "bit": [3, 25, 33, 38, 39, 43], "black": [5, 10], "blanket": 1, "blob": [31, 36, 41, 43], "block": [5, 10, 37], "blog": [4, 10, 16, 19, 32, 36, 37, 43, 44], "blue": 43, "blueski": [13, 20], "bn8w_gwfsqapobrzovfbvq": 32, "board": [7, 12, 15, 19, 27, 32, 39, 42, 49], "bodi": [1, 4], "bof": [3, 24, 26, 32, 34, 35, 36, 37, 39, 40, 42], "book": [2, 5, 8, 27], "bootstrap": 39, "bot": [2, 11, 35, 36, 37, 40, 41, 42, 43], "both": [1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 18, 20, 26, 27, 30, 34, 40, 41, 46], "bottom": [2, 10, 19, 38, 46], "boulder": [26, 30, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47], "bound": 39, "box": 38, "brainstorm": 27, "branch": [2, 10], "brand": [8, 22, 40, 51], "break": [3, 5, 16, 32], "bridg": 36, "brief": [46, 51], "bright": 5, "bring": [3, 38, 49], "bristol": 38, "broad": 20, "broader": [7, 11, 12, 13, 20], "broke": 1, "broken": [1, 4, 7, 10, 11, 20], "brook": 43, "browser": [2, 5], "bucket": 49, "budget": [27, 28], "buffer": [13, 18], "bug": [5, 12], "bui": [26, 39], "build": [1, 4, 5, 8, 10, 14, 15, 17, 20, 28, 32, 38, 39, 40, 41, 43], "build_book": 2, "built": [2, 5, 11, 12, 14], "bulk": 20, "bump": 39, "bunch": 3, "busi": [4, 12, 24, 41, 44], "button": [5, 10, 19, 20], "bypass": 20, "c": [16, 43], "c6erscrvg": 34, "cadenc": [12, 13], "calcul": 4, "calendar": [36, 44], "call": [1, 2, 4, 5, 10, 13, 19, 31, 34, 38, 39], "came": [32, 42, 43], "campaign": [13, 42], "can": [1, 2, 3, 4, 7, 8, 10, 11, 12, 13, 16, 17, 19, 20, 22, 26, 27, 28, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49], "canada": 43, "cancer": [38, 39], "cannib": 20, "cannot": 10, "canon": 20, "canva": 18, "capabl": 28, "capac": [15, 17, 28, 32, 38, 39, 51], "caption": 20, "captur": [2, 35], "card": [3, 4], "care": [4, 39], "career": [25, 33], "carefulli": [1, 12, 14], "carl": [27, 34, 38], "carpentri": [26, 28, 38, 40], "carson": [26, 31, 34, 36, 37, 38, 39, 43], "case": [2, 3, 4, 5, 10, 20, 32, 44, 46], "castelao": 36, "catch": [10, 20], "categor": 1, "categori": [2, 20, 25, 30, 33, 34, 35], "caught": 41, "cc0": 1, "cco": 1, "celebr": [4, 20], "cement": 43, "center": 47, "central": [3, 4, 12, 47], "cet": 49, "cf": 46, "chain": 41, "challeng": [4, 12, 19, 32, 49], "chang": [2, 3, 4, 5, 8, 10, 20, 31, 38, 41, 43, 44], "changelog": 2, "channel": [1, 11, 20, 32, 38, 43, 44], "characterist": 1, "charg": 44, "chat": [12, 28, 38, 39, 49], "check": [2, 10, 11, 12, 20, 24, 30, 35, 36, 37, 38, 39, 40, 41, 44], "checkbox": [38, 39], "checker": [5, 10], "checkin": 39, "checklist": [34, 35, 37], "checkmark": 5, "chen": [40, 47], "chendani": 40, "chiara": 12, "chief": [8, 24], "chimp": 43, "choldgraf": [32, 40], "choos": [2, 19, 34], "chose": [2, 12], "chri": [26, 27, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 43, 44, 46], "chue": [35, 36, 37, 38], "chunk": 38, "ci": [2, 4, 11, 20, 31, 37, 46], "circl": [2, 31], "circleci": 5, "citabl": [20, 25, 33], "citat": [2, 20, 31, 46], "cite": [2, 20], "clarifi": [3, 19], "clariti": 4, "class": [20, 46], "clean": 10, "cleanup": [7, 32], "clear": [7, 10, 30, 32, 39, 42, 43], "clearli": [4, 10, 39], "click": [2, 5, 16, 19, 20, 38], "climat": 47, "clip": 41, "clone": 2, "close": [4, 7, 10, 36, 42, 49], "co": [36, 42], "coc": [0, 31], "code": [2, 3, 4, 5, 8, 10, 12, 17, 20, 25, 27, 30, 32, 33, 37, 38, 43, 46, 49], "codebas": 10, "codemeta": [43, 44], "codemetapi": 44, "codemetar": 43, "codespel": 10, "coi": 43, "collabor": [1, 4, 11, 12, 15, 19, 24, 29, 36, 43, 45], "colleagu": [32, 37], "collect": [3, 8, 16, 24, 27], "color": 19, "colorado": [39, 44], "column": [4, 42], "com": [1, 4, 20, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 49], "combin": [1, 4, 38], "come": [4, 10, 32, 38, 41, 42, 44, 49], "comer": 36, "comfort": [1, 4, 10, 30, 37], "comm": [3, 42], "command": [2, 4, 5, 7, 10, 12, 35, 38, 41], "comment": [1, 4, 5, 20, 24, 30, 31, 36, 37, 38, 44, 46, 49], "commit": [2, 11, 13, 36, 38, 39, 41, 42, 44], "committe": 1, "common": [1, 10, 20, 39], "commun": [2, 3, 4, 5, 7, 8, 9, 13, 14, 15, 17, 24, 26, 27, 28, 30, 32, 34, 37, 40, 41, 42, 43, 46], "compani": [4, 26], "compar": [34, 46], "compass": 40, "compat": 13, "compet": 20, "complement": 8, "complet": [4, 7, 12, 19, 20, 32, 34, 39, 40, 41, 42, 43], "complex": [5, 31, 38], "compliant": [4, 43], "complic": 36, "compon": [25, 33], "compos": 37, "compris": 16, "comput": [10, 41, 47], "concept": [24, 31], "concern": 12, "concis": [7, 38], "concret": 28, "conda": [38, 42], "condens": 37, "conduct": [2, 8, 12, 17, 43], "confer": [1, 12, 31, 36, 41, 44], "confid": 5, "configur": [2, 5, 7, 12, 42], "confin": 7, "confirm": [25, 33], "conflict": [4, 5, 10, 16, 43], "confus": [5, 7, 44], "congreg": 3, "connect": [4, 12, 20, 38, 39], "conquer": 41, "conscious": 44, "consensu": 36, "consequ": 1, "consid": [1, 4, 5, 12, 24, 25, 30, 31, 33, 35, 37, 38, 41, 43, 44, 46, 49], "consider": 38, "consist": [5, 10, 13, 20], "constant": 13, "constitut": 1, "construct": 23, "consult": 8, "contact": [1, 20, 30, 32, 34, 36, 43, 44], "contain": [2, 3, 8, 10, 20, 27, 39], "content": [2, 3, 4, 5, 6, 8, 11, 16, 17, 20, 28, 30, 44], "context": 7, "contextili": [32, 37], "continu": [1, 4, 11, 12, 13, 20, 34, 46], "contractor": 40, "contrbutor": 41, "contribut": [5, 10, 12, 14, 15, 16, 17, 19, 25, 28, 30, 31, 32, 33, 37, 38, 39, 41, 42, 43, 44, 49], "contributor": [3, 6, 7, 8, 9, 11, 12, 20, 40, 41, 42, 43, 44], "control": 31, "convers": [1, 12, 20, 24, 31, 34, 36, 41, 44], "convert": [27, 46], "cooki": [24, 30, 34], "cookiecutt": [30, 31, 32, 34, 42, 43], "cool": 3, "coordin": [12, 16, 20, 42], "copi": [37, 40, 46], "copyright": 19, "core": [5, 7, 8, 10, 12, 15, 19, 23, 31, 37, 38, 39], "correct": [5, 10, 19, 44, 47], "cosmicbboi": 41, "cost": 12, "costli": 15, "could": [1, 4, 5, 7, 8, 10, 24, 25, 27, 30, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 49], "council": [0, 1, 8, 19, 24], "count": 4, "countri": 4, "courtesi": 1, "cover": [1, 12, 32], "coverag": [37, 46], "cran": 32, "cranston": [0, 51], "creat": [1, 2, 3, 4, 8, 10, 12, 13, 15, 16, 19, 20, 26, 30, 32, 34, 37, 39, 40, 43, 44, 46, 51], "creation": 19, "creativ": 19, "credenti": 40, "credit": [2, 25, 33], "crev": 44, "crimin": 1, "criteria": [5, 25, 33, 36, 38, 39], "critic": [3, 4, 10, 15, 20], "crm": 20, "cron": 8, "crucial": 4, "csngfacw": 26, "css": 4, "cu": [26, 30, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 47], "cue": 3, "curat": [17, 34, 37], "curiou": 20, "current": [2, 3, 4, 5, 7, 9, 12, 13, 16, 19, 20, 24, 28, 34, 37, 40, 46], "custom": [8, 12, 20], "customis": 43, "cutter": [24, 30, 34], "cvnrjv3ft_": 36, "d": [4, 19, 20, 26, 27, 28, 31, 32, 34, 36, 37, 41, 42, 43, 47], "da17ddeada387cc2225f016e78e8574fr68": 36, "dai": [4, 7, 16, 20, 41, 46], "daihv0qhrxcbg": 33, "danger": 1, "daniel": [38, 40, 42, 47], "danni": 32, "darriba": 43, "dashboard": [20, 37, 39], "data": [3, 4, 8, 15, 20, 24, 27, 30, 31, 34, 36, 42], "databas": [4, 31, 37, 43], "dataset": 32, "date": [6, 10, 20, 30, 42, 44, 49], "datr": 37, "davi": [34, 35, 36, 37, 38, 39, 42, 43, 44], "david": [24, 41, 47], "dc": 40, "deactiv": 1, "deadlin": [26, 41], "deal": 44, "dec": [24, 29], "decid": [1, 34, 38, 41], "decis": [5, 16, 20, 26, 30, 34, 38, 39, 47], "decvelop": 47, "dedic": [1, 34], "deem": 1, "deep": 47, "deepli": 2, "defacto": 16, "default": [5, 19, 25, 33, 39], "defin": [4, 16, 17, 20, 35, 37, 38, 39, 44], "definit": [24, 38], "dei": 12, "deliber": 1, "demograph": 4, "demonstr": 46, "depend": [1, 2, 4, 7, 10, 30, 38, 39], "deploi": 35, "deploy": 12, "deposit": 31, "deprec": 30, "depth": 47, "deris": 1, "deriv": [0, 27], "describ": [10, 11, 16], "descript": [7, 8, 10, 20, 26, 44, 46], "design": [3, 5, 7, 17, 19, 20, 28, 40], "desir": 7, "desk": 49, "detail": [1, 5, 7, 8, 28, 36, 43, 46], "detect": 5, "determin": [1, 4, 25, 30, 33], "dev": [4, 24, 26, 27, 34, 35, 38, 44, 46, 47], "dev_guid": [27, 30, 31, 32, 34, 35, 37, 38, 39, 43, 46], "dev_requir": 42, "develop": [4, 5, 8, 10, 11, 12, 15, 16, 17, 20, 22, 24, 25, 26, 27, 28, 30, 31, 33, 34, 36, 37, 41, 42, 43], "devguid": [41, 43], "devic": 49, "dfein": 37, "diagnost": 37, "diagram": 19, "dialogu": 13, "dib": [34, 36, 43, 44], "did": [10, 12, 13, 32, 37, 41], "didn": [4, 10, 37, 39, 41, 43], "diff": 36, "differ": [4, 10, 20, 28, 31, 37], "difficult": [30, 36, 43, 47], "digit": [1, 20], "dir": 41, "direct": [16, 20, 32, 36, 38, 39, 42, 46], "directli": [1, 2, 3, 12, 13, 20, 38, 42], "director": [1, 12, 19], "directori": [20, 46], "disabl": 1, "disagr": 39, "disappear": 46, "disciplinari": 15, "discord": [2, 12, 49, 51], "discours": [1, 2, 4, 12, 16, 24, 32, 34, 36, 37, 38, 39, 40, 42, 44, 46], "discov": 34, "discover": 32, "discoveri": 34, "discrep": 7, "discret": [1, 4, 12], "discsus": 41, "discuss": [2, 6, 8, 10, 11, 16, 19, 20, 24, 25, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "dispatch": 8, "disput": 39, "disrupt": [8, 42], "distinct": 30, "distract": 1, "divers": [1, 12, 13, 14, 15, 16, 38, 43], "divid": 41, "dm": 19, "dn": 49, "do": [1, 2, 4, 8, 10, 12, 13, 20, 24, 26, 28, 30, 31, 32, 36, 40, 41, 42, 43, 46, 47, 49, 51], "doc": [2, 26, 27, 28, 30, 31, 32, 34, 36, 37, 39, 40, 41, 42, 46, 47], "docker": 37, "docstr": [43, 46], "document": [5, 7, 8, 10, 20, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 36, 37, 38, 41, 43, 44], "documentation_questionnair": 32, "doe": [4, 12, 13, 16, 20, 22, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 43], "doesn": [10, 25, 31, 33, 37, 39, 41], "doi": [2, 20, 34, 37], "domain": [4, 20, 30, 39, 47, 49], "don": [1, 5, 10, 27, 28, 35, 36, 37, 38, 39, 41, 42, 43, 44], "done": [4, 10, 34, 39, 41, 42, 43], "doodl": 30, "doubl": [5, 10, 12], "doubt": [1, 4], "down": [4, 5, 43], "download": [5, 19, 31], "draft": [22, 27, 35, 40, 41, 51], "drink": 39, "drive": [1, 3, 14, 15, 16, 22, 43], "driven": [1, 2, 15, 16, 20, 36, 37, 43], "dropdown": [10, 19], "ducki": 49, "due": [5, 13, 20, 31, 38], "durat": [4, 39], "dure": [1, 3, 7, 11, 12, 13, 17, 25, 30, 33, 37], "dynam": [3, 4, 44], "e": [1, 3, 4, 5, 10, 16, 22, 28, 30, 31, 34, 42, 46], "each": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 15, 17, 19, 20, 26, 37, 38, 39, 42, 49, 51], "earli": [10, 16, 17, 20, 24, 27, 34], "earlier": [12, 36, 46], "earth": [37, 38, 39, 40, 41, 42, 43, 44, 46, 47], "earthlab": [34, 35], "earthpi": [30, 34, 35, 36, 37, 39, 40, 41, 43, 44], "eas": 20, "easi": [1, 3, 4, 10, 12, 19, 30, 31, 37, 38, 39, 40], "easier": [3, 4, 7, 10, 12, 28, 31, 34, 37], "easiest": [2, 38], "easili": [4, 39], "eat": 12, "ebi": 37, "ecohealth": 37, "ecologi": 47, "ecossystem": 44, "ecosystem": [12, 16, 20, 44], "edinburgh": [35, 36, 38], "edit": [2, 3, 10, 20, 22, 24, 26, 27, 28, 32, 34, 36, 37, 38], "editor": [2, 4, 8, 12, 14, 15, 20, 24, 27, 30, 35, 37, 41, 42, 43, 44, 46, 47, 49], "editor_guid": 35, "editori": [8, 12, 15, 17, 25, 33, 36, 38, 41, 49], "edu": 32, "educ": [1, 12, 20, 30, 31, 34], "ee": 20, "effect": [4, 19], "effici": [4, 10], "effort": [4, 13, 34, 37, 41], "eg": 43, "ehom": 26, "either": [1, 4, 5, 7, 43], "element": [3, 13], "els": [1, 4, 5, 10, 31, 34, 40, 43], "elsewher": 13, "email": [1, 2, 4, 18, 19, 27, 36, 37, 38, 39, 41, 43, 46], "emerg": 22, "emoji": 43, "emphas": [25, 33], "employ": 1, "employe": [20, 22], "empow": [4, 13], "empower": 15, "en": [25, 26, 33, 39, 40, 41, 42, 46], "enabl": [4, 5, 10, 17], "encount": 5, "encourag": [4, 18, 20, 37, 38, 39], "end": [4, 10, 37, 39, 47], "energi": 4, "enforc": [16, 46], "engag": [4, 9, 11, 16, 20, 26, 31], "engin": [19, 20], "enhanc": 10, "enough": [4, 24, 32, 44], "ensur": [1, 2, 3, 5, 7, 10, 12, 16, 19, 20, 22, 25, 27, 31, 32, 33, 35, 37, 39, 41, 44, 47], "enter": [2, 12, 19], "entir": [1, 3, 4, 16, 19], "entri": [2, 20], "environ": [2, 4, 7, 12], "envt": [37, 38, 49], "episod": 42, "equiti": 12, "erdapi": 41, "erdappi": 39, "erddapi": [34, 35, 39, 40], "eric": 20, "errdapi": 40, "error": [5, 10, 20], "esip": [36, 42], "esipf": 36, "especi": [1, 15, 37, 43], "essenti": [4, 25, 33], "establish": [2, 25, 31, 33, 39], "etc": [3, 4, 7, 12, 16, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 46, 47, 49], "ethnic": 15, "european": 37, "evalu": [10, 13, 16, 47], "even": [1, 5, 8, 12, 20, 41, 42, 44, 46], "event": [1, 4, 5, 7, 12, 13, 17, 19, 20, 22, 36, 40, 41, 43, 51], "eventbrit": 18, "eventu": [32, 38, 39], "ever": [4, 46], "evergreen": 11, "everi": [1, 2, 3, 4, 8, 10, 36, 38, 39], "everyon": [1, 2, 4, 10, 12, 20, 24, 27, 35, 36, 42], "everyth": [4, 38, 39], "evolv": [12, 15], "ewqzvqdfstexh3oxjijpdw": 37, "ex": 31, "exactli": 4, "exampl": [1, 3, 4, 5, 7, 8, 10, 13, 18, 20, 24, 25, 28, 30, 31, 32, 33, 35, 36, 37, 43, 46], "except": [10, 44], "exception": 41, "excerpt": 20, "excess": 10, "exclus": 1, "execut": [0, 1, 8, 12, 19, 24, 32], "exercis": 4, "exist": [10, 14, 15, 20, 24, 30, 31, 37, 40, 43], "exoplanet": 43, "expand": [5, 28, 51], "expect": [1, 5, 7, 10, 25, 32, 33, 36, 39, 41, 43, 44, 46], "expedit": 2, "experi": [1, 4, 20, 35, 41, 42, 47], "experienc": [4, 35], "expert": 12, "expertis": [4, 12, 30, 37, 38, 39], "expir": 44, "explain": [7, 10, 44], "explan": 7, "explicitli": [1, 37], "explor": [20, 41], "exposur": 40, "express": [3, 4, 12, 19], "extend": 1, "extern": [10, 34, 36, 38, 39, 46], "extra": 10, "extract": 31, "ey": 20, "face": [1, 46], "fact": [20, 36, 43], "factor": 12, "fae": 38, "fail": [5, 20, 24], "failur": [5, 10], "fair": 1, "fairli": 34, "fall": [4, 20, 24, 36, 38, 39, 51], "famili": 22, "fantast": 12, "faq": 44, "far": [10, 26], "farmer": [26, 31, 34, 36, 37, 38, 43], "fashion": 1, "fast": [30, 37], "faster": [10, 34], "fat": 10, "fatiando": 39, "fc4905e70dda50a92bda28836e1e4f620522ae7b": 36, "fear": 1, "feather": [3, 26], "featur": [7, 32, 42], "feb": [24, 48], "fee": 15, "feed": 11, "feedback": [1, 4, 10, 12, 24, 35, 36, 37, 38, 39, 42, 43, 46, 51], "feel": [1, 4, 5, 10, 12, 24, 38, 43], "fellowship": 40, "felt": 42, "fernand": [34, 36, 38, 40], "festiv": [4, 20, 51], "few": [3, 5, 12, 13, 25, 27, 33, 34, 35, 36, 37, 38, 41, 43, 47], "fewer": 4, "field": [3, 12, 44], "figur": [10, 20, 36, 49], "file": [2, 3, 5, 7, 8, 10, 20, 41, 42, 43, 44, 46], "filepath": 20, "filesystem": 10, "filip": [34, 36, 37, 38, 39, 40, 41], "fill": [1, 38, 39], "filter": [20, 40], "final": [25, 27, 33, 37, 38, 39], "financi": 16, "find": [1, 2, 3, 4, 5, 17, 19, 27, 28, 30, 32, 34, 35, 36, 37, 39, 41, 42, 43, 44, 49], "findabl": 39, "fine": [31, 39], "finish": [12, 42], "fire": 1, "first": [2, 4, 10, 12, 13, 16, 20, 27, 30, 31, 37, 38, 40, 41, 51], "fiscal": [1, 20], "fit": [25, 33, 34, 35, 37], "fix": [2, 4, 7, 10, 20, 36, 43, 47, 49], "fixer": 10, "flag": 12, "flesh": 4, "flexibl": [34, 38, 39], "floor": 37, "flower": 19, "fly": [4, 8], "fm": 42, "focu": [1, 16, 28, 30, 38, 39, 47], "focus": [10, 20, 31, 36, 37, 38, 40], "folder": [2, 5, 19], "folk": [8, 9, 12, 38, 39, 41, 42, 43], "follow": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 19, 20, 24, 31, 36, 37, 40, 49], "followup": [1, 3, 34, 35, 40, 41, 42], "food": [12, 39], "forc": 10, "forg": [38, 42], "forgot": 5, "fork": [2, 10, 20, 35], "form": [1, 3, 4, 13, 31, 34, 39], "formal": [27, 30], "format": [5, 10, 20, 30, 31, 42, 51], "formatt": 10, "forum": [1, 2, 12, 20, 34, 36, 38, 39, 43], "forward": [4, 5, 11, 14, 44], "fosstodon": [13, 20], "foster": [4, 17], "found": [4, 5, 12, 13, 16, 17, 43], "foundat": 28, "four": 9, "framework": 10, "fransi": 41, "free": [4, 5, 10, 14, 24, 38, 42, 43], "freeli": 15, "frequent": 4, "fresh": 39, "friend": [20, 49], "friendli": [4, 8, 20], "from": [0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 15, 19, 20, 24, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 51], "full": [4, 5, 13, 40, 41], "fulli": 46, "function": [14, 30, 37, 46], "fund": [16, 24, 27, 28, 36, 40, 41], "fur": 12, "further": [12, 20, 46], "futur": [4, 7, 10, 12, 16, 19, 20, 24, 28, 30, 32, 37, 40, 46], "fyi": 39, "g": [1, 3, 4, 10, 16, 22, 28, 30, 31, 42, 46], "galleri": 46, "game": [12, 44], "gamer": 12, "gap": 37, "gather": 51, "gave": 46, "gdpr": [4, 20, 43], "gem": 2, "gender": [1, 15], "gener": [2, 4, 5, 7, 8, 10, 12, 13, 20, 27, 31, 36, 38, 39, 40, 42, 43, 46, 51], "geo": 39, "geograph": 15, "geopanda": [27, 37, 38, 41], "geoplot": 31, "geoscienc": 34, "geospati": [30, 31], "germani": 47, "get": [1, 4, 5, 10, 12, 26, 27, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 49], "getinvolv": 26, "gh": 4, "git": [4, 10, 38, 49], "github": [1, 2, 5, 10, 17, 20, 26, 27, 30, 31, 32, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "githubusernam": 4, "giton": 38, "gitpython": 38, "gitter": [38, 39, 42], "give": [2, 3, 4, 5, 37, 38, 39, 40, 41, 44], "given": [1, 12, 32, 36, 37, 38, 39], "gl": 32, "global": 4, "glossari": 37, "glossi": 3, "gmail": [1, 38], "go": [1, 4, 5, 32, 34, 35, 38, 39, 41, 42, 43, 44, 47, 49, 51], "goal": [1, 7, 14, 16, 24, 34, 35, 36, 37, 39, 46, 47], "goe": 34, "goo": 32, "good": [4, 5, 24, 28, 30, 31, 32, 36, 37, 38, 40, 42, 44, 51], "goodpractic": 30, "googl": [1, 3, 22, 26, 28, 30, 31, 32, 34, 36, 37, 39, 44, 46], "gosh": 41, "govern": [2, 8, 15, 26, 28, 38, 41, 51], "gra": [26, 27, 28], "grab": 27, "grant": [3, 4, 11, 12, 26, 36], "graphic": [11, 22], "gratitud": 4, "great": [36, 39, 41], "greater": 17, "greatli": 4, "green": 10, "grimac": 43, "group": [1, 16, 19, 20, 30, 31, 34, 36, 37, 38, 39, 42, 43, 44], "grow": [12, 13, 20, 32, 34], "growth": [2, 13, 20], "guarante": [25, 33], "guest": [20, 39], "gui": 36, "guid": [5, 7, 9, 10, 11, 12, 13, 16, 17, 19, 20, 24, 34, 35, 37, 38, 39, 41, 43, 44, 46, 49], "guidanc": [34, 37, 38, 39], "guidebook": [4, 5, 6, 10, 11, 12, 35], "guidelin": [1, 8, 9, 10, 11, 16, 20, 22, 24, 28, 30, 32, 39, 41, 43, 44], "h": [38, 39, 41], "ha": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 19, 20, 24, 27, 30, 31, 34, 36, 37, 38, 39, 41, 42, 43, 44, 46], "hack": 26, "hackathon": 36, "hackmd": [26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 44], "had": [12, 13, 37, 38, 39, 41], "hae": 49, "half": 4, "hall": [42, 43], "hamman": [35, 42], "hand": [3, 34, 38], "handbook": [5, 10, 20, 51], "handl": [2, 4, 7, 36, 37, 39, 41, 42, 43], "happen": [1, 2, 4, 5, 7, 12, 16, 25, 26, 33, 34, 39, 41], "happi": [35, 38, 39, 41, 44], "harass": 1, "hard": [4, 5, 31, 37, 38], "hardwar": 7, "harm": 1, "hashtag": 20, "hasn": [5, 25, 33], "hatch": 7, "have": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 15, 16, 19, 20, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49], "haven": [10, 12, 37], "hawaii": [34, 37, 38, 39], "he": [25, 33, 37, 43], "head": 20, "header": 20, "headshot": 20, "heagi": [36, 37, 39], "health": [12, 16, 40], "hear": [1, 43], "heard": [1, 41], "heavili": 20, "held": [1, 4, 16], "help": [2, 3, 5, 10, 11, 12, 16, 17, 20, 22, 27, 28, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 49], "helper": 4, "here": [2, 4, 5, 7, 8, 10, 12, 16, 20, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44], "heroku": 35, "hf": 10, "hi": [36, 38, 41], "high": [16, 17, 27, 32, 46], "higher": 20, "highlight": [3, 4, 10, 13, 31, 42], "hill": 46, "him": [27, 36, 37, 47], "hire": [27, 40], "histori": [12, 41], "hit": 10, "hnbmfa": 32, "hoc": [11, 12], "hodg": 26, "hold": [4, 34, 42], "holder": 3, "holdgraf": [26, 27, 30, 31, 32, 35, 40, 43, 46], "hollybik": 36, "home": [2, 3, 19, 32], "homepag": 19, "homophob": 1, "hong": [35, 36, 37, 38], "hook": [11, 44], "hope": [7, 17, 27], "hopefulli": 31, "host": [4, 8, 20, 46], "hour": [4, 39], "how": [4, 7, 8, 11, 16, 24, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 49], "howev": [1, 3, 4, 5, 10, 12, 13, 19], "href": 20, "html": [2, 5, 17, 20, 25, 26, 30, 33, 34, 35, 37, 39, 40, 41, 42, 43, 46], "htmlproofer": [11, 20], "http": [17, 20, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49], "httpbitlypyopensci": 42, "hub": 40, "hubspot": [3, 20], "huge": [37, 39], "human": [5, 43], "hurt": 1, "hy": 38, "hypercor": 37, "i": [2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 47], "idea": [4, 7, 24, 27, 30, 32, 36, 40, 41, 42, 43, 44], "ideal": [4, 7, 10, 19, 38, 39, 44], "identif": 1, "identifi": [1, 2, 8, 10, 20, 27, 32, 35, 39, 43, 49, 51], "ie": 35, "ii": 30, "illustr": 19, "im": 39, "imag": [1, 5, 10, 19, 20, 31, 40, 41], "imagin": 4, "img": 43, "immedi": [4, 5], "impact": [1, 4, 7], "impass": 16, "implement": [7, 10, 27, 31, 35, 36, 39, 41, 47], "import": [1, 3, 4, 7, 8, 12, 13, 19, 20, 25, 33, 41], "improv": [10, 28, 32, 39, 44], "inappropri": 1, "incept": 13, "incid": 1, "includ": [1, 2, 3, 4, 5, 6, 7, 10, 12, 13, 14, 15, 16, 19, 20, 22, 24, 27, 28, 31, 35, 36, 38, 39, 41, 43, 46], "inclus": [4, 12, 13, 26, 28], "incorpor": [8, 20], "incorrect": 5, "increas": [14, 20, 42], "incredibli": 12, "incub": 36, "index": [2, 17, 26, 36], "indic": [5, 20], "individu": [1, 4, 8, 9, 10, 12, 13, 17, 18, 19, 20, 22, 38, 42], "industri": [15, 38, 39, 47], "ineffect": 13, "influx": 12, "info": [4, 26, 32, 37, 43, 44], "inform": [1, 5, 7, 8, 10, 13, 20, 22, 27, 36, 39, 46], "infrastructur": [6, 11, 16, 31, 41, 43], "inherit": 16, "init": 47, "initi": [0, 1, 3, 12, 16, 20, 28, 39, 44, 49], "injuri": 1, "inlin": [5, 10], "innov": 36, "input": [37, 38, 43, 46], "inquiri": [30, 31, 37], "insensit": 10, "insert": 4, "insight": [20, 30, 37], "inspir": 8, "instagram": 12, "instal": [2, 5, 10, 39, 46], "instanc": [2, 3, 12, 13, 20, 39], "instead": [1, 8, 10, 16, 19, 30], "institut": [35, 36, 37, 38, 39, 40, 42, 43, 47], "instruct": [31, 39, 44, 46], "integr": [4, 11, 12, 20, 46], "intellig": 1, "intend": [13, 28], "intens": 37, "interact": [1, 3, 10, 36], "interest": [4, 12, 13, 20, 25, 27, 32, 33, 34, 36, 37, 38, 39, 41, 43, 51], "interfac": [16, 38], "intern": [7, 10, 38, 39, 40, 44], "internet": 3, "intimid": [1, 4], "intro": [32, 34, 35], "introduc": 12, "introduct": 44, "invest": 13, "invit": [4, 19, 27, 34, 36, 49], "involv": [1, 4, 10, 12, 26, 32, 34, 38, 39, 40, 42, 43], "io": [2, 9, 11, 20, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49], "ioo": [34, 38, 39, 40], "irber": [30, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44], "isn": [5, 43], "isort": [5, 10], "issu": [2, 3, 5, 8, 9, 10, 11, 12, 22, 24, 26, 27, 30, 31, 34, 35, 36, 37, 38, 39, 41, 43, 44, 46, 47, 49, 51], "issue_templ": [31, 36], "issuecom": 38, "item": [2, 3, 12, 24, 25, 33, 39, 40, 41, 43, 45], "iter": 32, "its": [4, 12, 13, 16, 19, 20, 30, 51], "itself": [4, 46], "ivan": [0, 1, 40, 41, 42, 43, 44, 46, 49], "ixv17jg": 34, "ixwwjxq7s2msyezcz3gv": 35, "jajtufkjsqm3lc9wvlti7w": 34, "jame": 27, "jan": [0, 24, 45], "jealou": 42, "jekyl": [2, 8, 10, 20], "jenni": [26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 39, 40, 43, 44, 46, 47], "jeremi": 41, "jess": [4, 12], "jetbrain": 30, "jlpalomino": 40, "job": [5, 8, 12, 44], "joe": [35, 42], "joel": 42, "john": 38, "join": [12, 20, 27, 36, 42], "jori": 27, "jose": 30, "joseph": [26, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 41, 42, 44, 47], "joss": [24, 29, 30, 32, 34, 35, 36, 38, 39, 41, 43, 44, 45, 46, 47, 49], "journal": [30, 36], "json": [2, 43, 44], "judgment": 5, "jul": 31, "juli": [39, 51], "jump": [4, 22, 38, 39], "jun": 31, "june": [24, 26, 35, 45], "junior": 15, "jupyt": [26, 27, 36, 37, 38, 40, 41], "jupyterhub": 40, "just": [5, 8, 10, 25, 33, 34, 36, 38, 39, 41, 43, 44, 46], "justic": 1, "justifi": 37, "karen": [0, 51], "karthik": [27, 30, 31, 34, 37, 38], "kbpsxagrq8cymgcuunvxzw": 30, "keen": [38, 39], "keep": [4, 6, 7, 10, 12, 13, 19, 20, 31, 34, 35, 37, 38, 39, 42, 43], "kei": [3, 4, 13, 32, 43], "kek": 27, "keyword": 20, "kick": 34, "kierisi": 10, "kiersi": 10, "kind": [2, 38], "kirsti": [42, 43], "kirstiejan": 43, "kit": 19, "know": [4, 5, 10, 12, 25, 27, 30, 33, 34, 36, 41, 42, 49], "knowledg": 12, "kw": 43, "kylen": [24, 25, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 43], "lab": [34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49], "label": [4, 34, 43], "lack": 13, "lamin": 3, "land": [20, 34], "lang": 38, "languag": [8, 10, 25, 33, 35, 36, 37, 38, 43, 44, 46], "larg": [1, 3, 10, 12], "larger": [13, 37, 38, 39], "last": [3, 4, 31, 36, 41, 43], "last_modifi": 20, "latest": [20, 25, 33, 35, 39, 40, 46], "latin": 40, "launch": [13, 20], "law": 1, "layout": 20, "lead": [1, 3, 4, 5, 10, 14], "leader": [4, 16], "leadership": [24, 27, 28], "leah": [1, 12, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 51], "learn": [4, 7, 8, 9, 10, 11, 12, 17, 30, 31, 32, 39, 47], "least": 5, "leav": [10, 19, 24, 38], "left": [19, 44], "legal": [16, 38], "legitim": 5, "lego": 37, "leiden": 43, "leo": [35, 37, 38, 39, 40, 42, 43], "leonardo": [34, 35, 37, 38, 39], "less": [1, 3, 4, 10, 25, 32, 33], "lesson": [22, 39], "let": [26, 31, 35, 36, 38, 41, 43, 44, 47, 49], "letter": [37, 43], "level": [4, 10, 18, 19, 22, 32, 37, 41], "leverag": [11, 20, 28], "levi": [37, 38], "li": 44, "lib": 30, "liber": [9, 10], "librari": [7, 12, 27, 30, 32, 47], "licens": [19, 32], "life": [1, 12], "like": [1, 3, 5, 10, 12, 19, 20, 27, 30, 35, 36, 37, 38, 39, 41, 42, 43, 44, 47, 49], "limit": [11, 16, 20, 22, 38, 39, 47], "lindsei": [36, 37, 39, 42], "line": [5, 10, 25, 33, 35], "linger": 4, "link": [2, 3, 4, 7, 10, 11, 12, 19, 20, 25, 26, 30, 32, 33, 34, 35, 37, 38, 39, 40, 43, 46], "linkedin": [4, 13, 20], "linktr": 20, "linsdei": 37, "lint": [5, 10], "list": [2, 3, 4, 5, 7, 8, 10, 12, 24, 26, 32, 34, 39, 40, 42, 43], "listen": 1, "literatur": 47, "littl": [43, 46], "littlefield": 43, "live": [2, 5, 10, 13, 20, 34, 37, 43], "ll": [3, 5, 10, 20, 37, 51], "load": [37, 38, 39], "local": [5, 13, 17, 20, 40], "locat": [1, 3, 12], "log": [5, 34], "logic": [5, 10], "login": [18, 20, 36], "logist": 20, "logo": [3, 19], "london": [42, 43], "long": [4, 14, 25, 33, 41, 49], "look": [2, 4, 5, 10, 12, 20, 26, 27, 34, 35, 36, 37, 38, 39, 41, 43, 44, 47, 51], "loop": 43, "lorena": 30, "loss": 12, "lot": [30, 32, 37, 42, 51], "love": [12, 37, 42], "low": 37, "lower": 15, "luiz": [30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "luizirb": 38, "lunch": 1, "lurig": 47, "lw": 49, "ly": 3, "m": [30, 36, 41, 43], "ma": 20, "machin": [30, 31], "maco": 10, "made": [1, 2, 8, 10, 20, 26, 30, 37, 44], "mai": [1, 2, 3, 4, 5, 10, 12, 19, 20, 24, 31, 34, 36, 39, 41, 42, 45, 46, 50, 51], "mail": [3, 43], "mailchimp": 3, "main": [2, 5, 10, 12, 20, 37, 44], "maintain": [2, 5, 10, 12, 13, 16, 19, 20, 24, 27, 32, 41, 42, 49], "mainten": [11, 12, 14, 16, 25, 32, 33], "major": [13, 16, 19, 20], "make": [1, 2, 3, 5, 7, 8, 10, 11, 12, 16, 19, 26, 30, 31, 34, 37, 38, 39, 42, 43, 44, 46, 47], "malic": 1, "manag": [1, 3, 4, 6, 8, 9, 10, 12, 13, 18, 19, 20, 24, 38, 39, 42, 43], "mangothecat": 30, "mani": [1, 2, 4, 5, 10, 12, 19, 20, 30, 32, 37, 38, 39, 42, 46], "manipul": 31, "manner": 41, "manoa": [34, 35, 37, 39], "manual": [4, 8, 43, 46], "march": [24, 31, 45], "margin": 1, "markdown": [2, 10, 41], "market": 37, "marmo": 12, "marskar": 38, "martin": [38, 39, 40, 43, 44], "master": [31, 36, 41, 43], "mastodon": 13, "match": 8, "materi": [12, 20, 40, 49], "matt": 27, "matter": 39, "mattermost": 12, "max": [26, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 41, 42, 43, 44, 47], "mayb": [26, 34, 35, 36, 37, 38, 39, 41, 42, 44, 46, 47], "md": [2, 26, 31, 36, 41, 43, 46], "me": [36, 41, 43], "mean": [4, 10, 16, 37], "mechan": [4, 34, 35, 36, 41], "media": [1, 4, 12, 16, 19, 20, 24, 34, 40], "medic": 22, "medium": 32, "meet": [5, 11, 12, 16, 17, 19, 20, 45], "meetup": [1, 40], "meier": 47, "member": [4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 20, 22, 26, 38, 42], "membership": 26, "meme": 19, "mental": 12, "mention": [2, 36, 38, 44], "mentor": [14, 24, 34], "mentorship": [1, 14, 15, 34, 35, 41], "mentzel": 36, "menu": 19, "merg": [2, 4, 5, 10, 20, 31, 42, 44], "mergeabl": 4, "messag": [3, 10, 12, 19, 20, 38, 41, 42], "meta": 20, "metadata": [43, 44], "metal": 3, "method": [31, 37, 46, 47], "metric": 16, "microsoft": 41, "mid": 35, "might": [3, 4, 5, 10, 12, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 49, 51], "mike": [40, 41], "miketrizna": 40, "mileston": 4, "mimic": 43, "mind": [26, 27, 37], "minim": [8, 31, 37, 44], "minimum": [3, 46], "minor": [25, 32, 33, 36, 43], "minut": [3, 4, 20, 24, 42, 43], "miss": [1, 10, 11, 12], "mission": [4, 12, 13, 14, 16, 19, 34], "misspel": 10, "mistak": [1, 8, 10], "mj": 38, "ml": 31, "mobil": 27, "mock": 47, "model": [12, 26, 31, 38, 39, 44, 49], "moder": [12, 20, 31, 36], "modern": 20, "modif": 8, "modifi": [3, 10, 30], "modul": 41, "molecular": 40, "molssi": 40, "moment": 38, "momentum": 4, "mondai": 43, "monitor": [4, 20], "month": [2, 4, 20, 32, 38, 39, 41], "monthli": [20, 34, 38], "moo": 3, "moor": [24, 28, 30, 32, 36, 41], "more": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 16, 17, 19, 20, 22, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47], "moritz": 47, "most": [1, 2, 4, 10, 12, 16, 20, 38, 43, 44], "motiv": 11, "mountain": 31, "move": [4, 11, 12, 13, 35, 38, 41, 42], "mozilla": [27, 31], "mpaocsizsbsbo_31iibedg": 27, "much": [4, 10, 24, 28, 34, 37, 38, 39], "multi": 10, "multipl": [1, 8, 20, 40], "multitud": 20, "mung": 31, "must": 2, "my": [4, 38, 41, 43], "name": [1, 3, 4, 7, 8, 10, 12, 19, 20, 30, 32, 34, 36, 38, 39, 40, 41, 42, 43, 44, 46], "nanopor": 37, "narr": 7, "nasa": 43, "nation": [38, 39, 40], "natur": [12, 44], "navig": [5, 19], "nbless": [38, 39, 40, 43], "ncar": 35, "necessari": 5, "necessarili": 1, "need": [1, 2, 3, 4, 5, 8, 10, 11, 12, 14, 15, 20, 22, 27, 28, 30, 32, 34, 35, 37, 38, 39, 41, 43, 44, 46, 49, 51], "neg": 1, "neil": [35, 36, 37, 38, 39, 41], "netherland": 43, "netlifi": 49, "neural": 47, "never": 10, "new": [2, 3, 5, 11, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46], "newli": 4, "newlin": [5, 10], "newslett": [4, 13, 43], "next": [4, 5, 10, 19, 20, 24, 28, 30, 32, 34, 36, 38, 39, 40, 44, 51], "nice": [30, 39, 41, 42, 43], "nich": 42, "nicholson": [41, 47, 49], "nih": 40, "noaa": [34, 36, 38, 40], "noam": [37, 38, 41], "noamross": 41, "noisi": 12, "non": [1, 3, 4, 14, 16, 32, 42], "none": [5, 51], "nonprofit": [11, 19], "nor": 37, "normal": [4, 12], "north": [13, 47], "note": [2, 10, 12, 13, 17, 20, 22, 51], "noth": 5, "notic": 10, "notif": 5, "notifi": [3, 43], "nov": [24, 29, 49], "now": [4, 5, 15, 26, 30, 31, 34, 35, 38, 39, 41, 42, 44, 51], "nox": 2, "noxfil": 2, "nrtiwrktq0wswqp8lbjpcg": 26, "nsl": 30, "number": [1, 3, 4, 10, 19, 32, 38, 39, 43], "numer": [2, 4, 44], "numfocu": [24, 26, 36], "numpi": 44, "nunmfocu": 40, "o": [30, 34], "object": 20, "observ": 7, "obspi": 47, "obtain": [20, 34], "occasion": [12, 13, 20, 38], "occur": [1, 4, 5, 12, 20], "oceanographi": 36, "ocefpaf": 40, "oct": [24, 29, 51], "octob": [24, 26, 29, 45], "ocyfujmhtxz8gte5gq": 26, "ofcours": [38, 39], "off": [12, 13, 19, 34, 44], "offboard": 19, "offens": 1, "offer": 41, "offic": 41, "offici": [24, 26], "often": [1, 3, 4, 10, 12, 32], "ogasawara": [1, 40, 41, 42, 46, 49], "oh": 42, "ok": [36, 38, 42, 46], "okai": 10, "old": [42, 49], "older": [7, 49], "onboard": [12, 27, 31, 37, 39, 49], "onc": [2, 3, 4, 5, 7, 10, 19, 20, 31, 32, 38, 39, 44, 46], "one": [1, 3, 4, 5, 7, 8, 10, 20, 26, 28, 30, 31, 32, 34, 35, 37, 38, 39, 41, 42, 43, 46, 47], "ones": [4, 32], "ongo": [4, 16, 41], "onli": [1, 2, 4, 10, 12, 13, 19, 20, 31, 32, 36, 38, 39, 46], "onlin": [1, 2, 3, 4, 5, 10, 12, 16, 19, 20, 31, 38, 39, 40], "op": 4, "open": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 17, 19, 20, 23, 28, 30, 31, 32, 34, 36, 37, 38, 39, 40, 42, 43, 44, 49, 51], "openjourn": 35, "openli": 12, "opensci": 28, "oper": [7, 8, 16, 17, 42], "opinion": [36, 38], "opportun": [4, 24, 27, 36, 44], "opt": [4, 10, 39], "optim": [19, 20], "option": [2, 3, 4, 10, 12, 32, 35, 37, 38, 44, 46, 47], "order": 12, "org": [1, 2, 4, 17, 20, 26, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46], "organ": [1, 2, 3, 5, 6, 7, 8, 9, 12, 14, 17, 20, 22, 26, 27, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 51], "organiz": [12, 16, 18, 22], "orient": 1, "origin": 20, "oss": 12, "other": [2, 3, 4, 5, 7, 8, 11, 12, 13, 15, 16, 17, 20, 22, 24, 25, 26, 27, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41, 43, 44, 46], "otherwis": [2, 41], "ou": 2, "our": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 23, 25, 27, 28, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46], "ourselv": 44, "out": [1, 3, 4, 8, 10, 12, 13, 14, 20, 27, 28, 30, 32, 34, 35, 37, 38, 39, 41, 43, 47, 49], "outcom": [4, 7, 24, 25, 33, 39, 41], "outlin": [1, 19, 30, 39], "output": [2, 5, 8, 19, 20, 46], "outreach": [1, 3, 13, 20, 24, 34], "outreachi": [38, 39], "outsid": [1, 3, 4, 7, 11, 37], "outweigh": 1, "over": [1, 2, 8, 10, 19, 20, 34, 35, 40, 43, 44], "overal": 43, "overhead": 28, "overlap": [14, 49], "overlay_filt": 20, "overlay_imag": 20, "overrid": 10, "overse": 16, "overview": [20, 34, 35, 37, 39, 40, 41, 51], "overwhelm": [37, 41], "ow": 49, "owl": 47, "own": [4, 10, 16, 17, 19, 22, 37], "owner": [5, 19, 22, 28], "ownership": [19, 20, 28, 32], "oxbnwo0utkkzwjaf6prphw": 26, "p5gtdzjw": 33, "pace": 15, "pacifica": [37, 38], "packag": [2, 4, 5, 7, 10, 11, 12, 13, 16, 17, 19, 20, 24, 25, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 51], "packaging_guid": [34, 37, 46], "page": [2, 5, 7, 8, 9, 10, 16, 20, 23, 32, 34, 36, 37, 40, 42], "pager": [24, 27, 30, 32, 35, 36, 37, 38, 39, 40, 41], "pai": [15, 38], "paid": [12, 16, 51], "paig": [30, 31], "pair": 35, "palett": 19, "palomino": [26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 39, 40, 43, 44, 46, 47], "panda": 44, "pandera": [41, 43, 44], "pangeo": [41, 42], "paper": [3, 25, 27, 30, 32, 33, 34, 37, 43, 47], "paragraph": 7, "parent": 10, "pars": [8, 10, 43], "part": [1, 5, 12, 13, 20, 22, 24, 30, 36, 41, 43], "parti": 27, "partial": 4, "particip": [1, 3, 11, 17, 20, 30, 32, 36, 42, 43, 49], "participatori": 1, "particular": [1, 9, 38, 39, 43], "particularli": [19, 30], "partner": [11, 12, 34], "partnership": [8, 28, 31, 34, 37, 40], "pass": [5, 10, 20, 39, 47], "passkei": 18, "password": 18, "past": [1, 20, 36], "path": [5, 44], "pathwai": 43, "pdf": 31, "peasi": [38, 39], "peer": [1, 2, 5, 6, 9, 10, 11, 12, 14, 15, 17, 19, 20, 23, 46, 51], "peer_review": [31, 34, 35], "peer_review_proc": [31, 35], "pen": 3, "pencil": 20, "peopl": [1, 3, 4, 9, 10, 12, 19, 20, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49], "pep": 26, "per": [10, 20, 38], "percept": 42, "perfect": [31, 36], "perhap": [35, 37, 39], "period": [1, 2], "permalink": 20, "perman": 44, "permiss": [1, 3, 10, 11, 12], "perpetr": 1, "perri": 27, "person": [1, 3, 4, 18, 19, 20, 22, 28, 32, 38, 39, 41, 43], "persona": 43, "perspect": [20, 32], "pet": 12, "petzzz": 12, "phenopyp": 47, "philip": 47, "phone": 3, "photo": [12, 22], "photographi": 1, "phylup": 49, "physic": [1, 44], "pick": [38, 39], "pictur": 43, "piec": [5, 25, 33, 43, 47], "piggi": 44, "pillar": 19, "pin": 36, "ping": [5, 35, 37, 38, 39, 41, 44], "pip": [2, 10], "pipelin": 37, "pitch": 28, "pixi": 7, "pl_32wbvw599zu4nm": 37, "place": [3, 4, 5, 10, 12, 13, 20, 37, 40], "plan": [2, 3, 7, 11, 13, 16, 22, 39], "plate": 41, "platform": [3, 4, 8, 10, 11, 12, 16, 20, 31, 38], "pleas": [1, 2, 3, 4, 5, 8, 9, 10, 12, 20, 24, 34, 37, 38, 40, 41, 42, 43, 44], "plenari": 40, "plo": 37, "plu": 46, "pm": 49, "pma1": 34, "png": [20, 43], "po": [38, 39], "podcast": 42, "podg": 26, "point": [1, 3, 10, 13, 20, 24, 25, 30, 33, 35, 38, 43], "polici": [1, 2, 8, 20, 30, 38, 43], "poll": 30, "pool": 24, "pop": 3, "popul": [4, 8], "port": 34, "posit": [1, 4, 16, 27, 28, 31, 40], "possibl": [4, 7, 10, 20, 28], "possibli": [34, 36], "post": [3, 4, 10, 11, 32, 36, 38, 39, 42, 43, 44, 49], "potenti": [1, 4, 7, 10, 20, 27, 32, 34, 35, 36, 38, 39, 40, 41], "power": [32, 42], "ppaper": 25, "pr": [2, 5, 10, 20, 38, 39, 42, 43, 44, 49], "practic": [8, 11, 12, 20, 30, 32, 37, 39], "pre": [11, 19, 20, 34, 35, 37, 38, 41, 44], "precommit": 10, "prefer": [2, 5, 20, 38], "prepar": [4, 13], "presenc": [13, 38, 39], "present": [12, 19, 20, 22, 27, 37, 40, 51], "presubmiss": [24, 30, 44], "presumbiss": 49, "prevent": [1, 20, 26, 43], "previou": [2, 30, 42, 43], "previous": [13, 30, 31], "price": 3, "primari": [13, 16, 24], "primarili": 20, "principl": 19, "print": 3, "printabl": 4, "printer": 3, "prior": [2, 12], "priorit": [4, 28, 32], "prioriti": [13, 30, 38], "privat": [12, 38, 39, 43], "pro": [19, 41], "probabl": [31, 38, 44], "probat": 38, "problem": [4, 7], "proce": 1, "process": [2, 4, 8, 9, 12, 14, 15, 16, 17, 24, 27, 28, 30, 34, 35, 38, 39, 41, 43], "product": [13, 42], "profession": [1, 4], "profil": [10, 43], "profit": [4, 14, 16], "profound": 1, "prog": 40, "program": [4, 14, 19, 22, 26, 36, 40], "programm": [1, 17], "programmat": 40, "progress": [4, 38, 43], "project": [1, 5, 7, 9, 10, 11, 12, 16, 24, 26, 38, 40, 42, 43], "promis": 13, "promot": [1, 3, 4, 17, 39], "proof": 31, "proofer": 5, "propel": 14, "propos": [3, 19, 24, 26, 38, 39], "prospect": 15, "protocol": 31, "proven": 20, "provid": [2, 4, 5, 7, 10, 12, 14, 17, 19, 20, 25, 28, 30, 31, 32, 33, 34, 36, 37, 38, 39, 41, 43, 44, 47], "public": [1, 3, 4, 10, 12, 13, 20, 32, 34, 37, 40, 44], "publicli": 51, "publish": [8, 10, 13, 20, 25, 31, 33, 51], "pull": [2, 5, 7, 9, 11, 12, 20, 31, 40, 43, 44, 47], "pull_request": 5, "pure": 8, "purpos": [12, 20, 39], "purrrfect": 12, "push": [5, 10, 41], "put": [38, 41, 42], "py": [2, 43, 44], "pyapitoolkit": 31, "pybhl": 41, "pycon": [3, 4, 36, 37, 49], "pyconu": 4, "pydata": [0, 41], "pydata_sphinx_them": [2, 8], "pymedphi": 49, "pyo": [3, 9, 12, 19, 22], "pyopensci": [14, 18, 23, 24, 26, 27, 29, 45, 48, 49], "pyosmeta": [9, 11], "pyospackag": [9, 11], "pypi": [8, 32], "pyproject": 44, "pysal": [37, 38], "pystich": 47, "pytest": [30, 31, 32], "python": [1, 2, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 20, 23, 24, 26, 27, 30, 32, 37, 38, 42, 43, 44, 47], "pytorch": 47, "pyup": 42, "q": 35, "qgi": 26, "qr": [3, 4], "qualiti": [5, 10, 14, 16, 17, 20], "quansight": [41, 42, 46], "quarter": 13, "quarterli": [7, 38, 39], "question": [4, 10, 12, 15, 19, 20, 30, 34, 38, 42, 43, 44], "queue": 38, "quick": [3, 10, 40, 42], "quicker": [15, 42], "quickli": [2, 3, 10], "quickstart": 37, "quiet": 44, "quit": [12, 43], "r": [27, 30, 38, 46], "race": 1, "racist": 1, "rais": [13, 49], "random": 12, "rang": [4, 12, 15, 19, 32], "rank": 20, "rare": [4, 12], "rate": 20, "rather": [10, 15, 22, 28, 34, 35, 37, 38], "raw": 43, "re": [1, 5, 10, 12, 20, 36], "reach": [4, 12, 20, 27, 30, 34], "reactor": 41, "read": [1, 4, 5, 10, 31, 40, 43, 46, 51], "readabl": 46, "readi": [4, 20, 32, 36], "readili": 39, "readm": [10, 20, 26, 39, 41, 46], "readthedoc": [25, 33, 39, 40, 46], "real": 1, "realli": [4, 30, 37, 38, 39, 41, 43], "reason": [4, 7, 34], "rebas": 10, "reboot": 39, "receiv": [1, 20, 28], "recent": [12, 30], "recogn": [4, 30], "recognit": 20, "recommend": [7, 30, 38, 43, 44, 46], "record": [1, 4, 38, 44], "recreat": 15, "recruit": 12, "red": 10, "redirect": 2, "reduc": 14, "redund": 22, "refer": [1, 2, 5, 7, 9, 15, 17, 20, 30, 43], "referenc": 39, "refin": 37, "reflect": [8, 13, 20], "regard": [20, 38, 39], "regardless": [10, 20, 47], "regist": [20, 49], "registr": 20, "regular": [13, 36], "regularli": [3, 10, 13, 20], "rel": [20, 38, 39], "relat": [3, 5, 7, 10, 12, 16, 18, 19, 20, 22, 42, 46, 49], "relationship": [20, 25, 33, 47], "releas": [2, 13, 20, 32, 43], "relev": [4, 7, 10, 12, 13, 20, 27, 30, 37], "reli": [5, 16, 38], "religion": 1, "remain": 10, "remind": [4, 20, 37, 39], "remot": [3, 4, 12, 40, 43], "remov": [1, 10, 12, 19, 31, 32, 43], "render": [5, 46], "repeat": [30, 46], "repeatedli": 1, "replac": [4, 10], "repli": [4, 37], "repo": [2, 4, 5, 6, 7, 8, 10, 11, 12, 20, 24, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 44], "report": [16, 26, 31, 37, 51], "repositori": [1, 2, 4, 5, 6, 7, 10, 11, 12, 17, 20, 26, 27, 30, 31, 34, 37, 40, 44], "repost": 20, "repostatu": 46, "repres": [1, 4], "reproduc": [7, 13, 15, 17, 31, 47], "req": [31, 37], "request": [2, 5, 7, 9, 11, 12, 20, 34, 35, 36, 37, 43, 44, 47], "requesttempl": 4, "requir": [4, 5, 10, 25, 26, 33, 34, 37, 38, 39, 41, 44, 46], "requisit": 38, "research": [17, 20, 26, 30, 31, 32], "residentmario": 31, "resolut": [4, 39], "resolv": [5, 38, 39], "resourc": [2, 8, 10, 12, 17, 20, 24, 35, 37, 40, 41, 45], "respect": 1, "respectfulli": 10, "respond": [1, 10, 41], "respons": [16, 24, 32, 38], "rest": 8, "restrict": 20, "resubmit": 44, "result": 37, "retain": 20, "retriev": 31, "return": [5, 10], "retweet": [40, 42], "reus": [3, 4, 10], "review": [1, 2, 5, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 23, 24, 26, 27, 28, 30, 32, 34, 35, 36, 38, 39, 40, 41, 42, 43, 47, 49, 51], "review_checklist": 39, "review_criteria": [25, 33, 46], "reviewer_guid": [34, 35], "reviewerguid": 43, "reviewr": 49, "reviewtempl": 43, "revis": 2, "revisit": [24, 34, 35], "rgba": 20, "rich": 36, "right": [3, 10, 19, 27, 31, 38, 39, 42, 49], "rijn": 43, "rjhyoismtna": 44, "rmdawn": [38, 44], "ro": 38, "robinson": 38, "robust": [30, 34], "rokem": 30, "role": [4, 19, 24, 30, 32, 35, 38, 42, 43], "romant": 1, "room": [3, 39, 43], "root": [10, 46], "ropensci": [12, 24, 27, 28, 30, 31, 32, 34, 35, 36, 38, 39, 41, 42, 43, 44, 49], "ross": 37, "rotat": [16, 39], "round": 20, "rst": [41, 46], "rstudio": [40, 41], "rubi": [2, 4, 5, 10], "rude": 1, "rule": [1, 10], "run": [2, 3, 4, 5, 8, 10, 11, 12, 13, 14, 23, 28, 32, 36, 37, 43, 49, 51], "runnabl": 4, "rust": 44, "rx2nz6wfsm": 44, "s10606": 30, "safe": 1, "sai": [2, 3, 37, 46], "said": 41, "salari": 28, "same": [12, 13, 19, 20, 36, 43], "sampl": 7, "san": 41, "sander": 43, "sasha": 44, "satisfi": 26, "save": [2, 4, 10, 12, 22, 37], "saw": 42, "scale": [20, 51], "scan": [3, 4, 7], "scenario": 37, "schedul": [13, 36, 39, 42, 43], "schema": [19, 37], "school": 42, "scienc": [1, 11, 12, 13, 14, 19, 20, 38, 40, 42, 47, 49, 51], "scientif": [11, 13, 14, 15, 16, 17, 20, 23, 30, 31, 32], "scientist": [11, 13, 15, 17, 27, 28, 30, 31], "scipi": [3, 4, 20, 24, 26, 32, 34, 35, 36, 37, 39, 40], "scipy2018": 26, "scope": [4, 7, 16, 24, 25, 26, 27, 30, 33, 34, 35, 36, 37, 38, 47], "screen": 5, "screenshot": [5, 7, 19], "scripp": 36, "script": 43, "scroll": 43, "scypi": 38, "search": [19, 20, 40], "season": [4, 5], "second": [1, 4, 16, 30, 32, 37, 39], "section": [1, 4, 5, 6, 7, 9, 10, 11, 19, 20, 36, 43, 46, 51], "sector": 4, "secur": 18, "see": [1, 2, 4, 5, 8, 9, 10, 12, 17, 27, 30, 37, 39, 42, 43, 44, 46], "seem": [4, 37, 39, 44], "seen": 44, "select": 19, "self": [12, 39], "selv": 7, "semant": 37, "semi": 37, "send": [3, 4, 12, 13, 20, 25, 30, 33, 34, 36, 37, 40], "senior": 15, "sens": [4, 17, 30, 37, 38, 39, 42], "sensit": [1, 12], "sent": [1, 12, 20], "sentenc": 20, "seo": [19, 20], "separ": 38, "sept": 51, "septemb": [24, 45], "seri": [13, 20], "seriou": 1, "serious": 1, "serv": [9, 16, 27, 38, 39, 49], "server": 47, "servic": [5, 10, 16, 18, 20], "session": [4, 7, 24, 40, 41, 43], "set": [4, 5, 11, 16, 19, 25, 33, 34, 35, 37, 38, 39, 44, 49], "setup": [2, 4, 10, 12, 31, 34, 35, 36, 38, 39, 41, 42, 43, 44, 46, 49], "sever": [4, 5, 10, 14, 16, 20], "sexist": 1, "sexual": 1, "sguhyp8ki_q": 49, "shablona": 30, "shameless": 39, "share": [1, 4, 12, 17, 18, 20, 22, 32, 39, 42, 43, 51], "she": [36, 37, 43], "sheet": 37, "shield": 43, "shini": 37, "ship": 46, "short": [1, 3, 32, 44, 46], "shorter": 39, "shortlink": 3, "should": [2, 3, 4, 5, 7, 10, 19, 20, 22, 25, 27, 28, 30, 31, 32, 33, 34, 36, 37, 38, 39, 42, 43, 44, 46, 47, 49], "shoutout": 42, "show": [1, 4, 5, 12, 26, 42, 43], "showcas": 13, "shown": 13, "si": 42, "sign": [3, 4, 12, 20, 39], "signal": 3, "signel": 36, "signific": [1, 4], "significantli": [4, 12], "signin": 39, "signup": [3, 4], "similar": [20, 34, 43, 46, 49], "similarli": 24, "simkimsia": 31, "simon": 49, "simpl": 2, "simpler": 10, "simpli": 5, "simplifi": 10, "sinc": [2, 13, 38, 41], "singl": [1, 4, 5, 7, 10, 12, 19, 20, 38, 39, 42], "sit": [4, 37], "site": [2, 4, 5, 10, 13, 20, 26, 44, 46], "situat": 1, "size": [1, 10], "skarzynski": [38, 39], "skill": [4, 11, 14], "skip": [10, 39], "slack": [1, 2, 3, 11, 16, 18, 19, 20, 38, 39, 44], "slash": 5, "slhsqototcq7594xnaplwg": 31, "slide": [22, 44], "sloan": [27, 41], "slow": 4, "slowli": 12, "small": [1, 2, 4, 5, 8, 10, 20, 25, 33, 36, 37, 38, 39, 43, 46], "smaller": [4, 7, 38], "smile": 43, "smith": 30, "smithsonian": 40, "snhlllmgqlwixcvwxpysqq": 41, "snippet": 7, "so": [3, 4, 5, 8, 10, 11, 12, 17, 25, 26, 27, 28, 33, 34, 36, 37, 38, 39, 41, 42, 43, 44, 47, 49], "social": [1, 4, 12, 16, 19, 20, 24, 34, 40], "societi": 38, "soft": 35, "softwar": [1, 2, 7, 9, 11, 12, 13, 14, 15, 17, 20, 23, 25, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 42, 43, 44, 49], "solicit": 4, "solid": 46, "solut": [4, 7, 12], "solv": [4, 7, 51], "solvik": [28, 30, 31, 32, 34, 35, 36, 37, 43], "some": [1, 2, 3, 4, 5, 7, 10, 12, 15, 24, 27, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 47, 49, 51], "somebodi": 1, "somedai": [25, 33], "someon": [1, 4, 5, 10, 12, 16, 19, 24, 26, 31, 32, 34, 35, 37, 40, 41, 43], "someth": [1, 4, 5, 7, 25, 32, 33, 34, 36, 37, 38, 40, 41, 44, 51], "sometim": [1, 3, 5, 10, 20, 26, 41], "somewai": 35, "somewhat": 42, "soon": [4, 36, 38], "sorri": 37, "sort": [30, 39], "sourc": [1, 4, 7, 10, 12, 13, 14, 16, 20, 28, 30, 31, 32, 36, 37, 40, 41, 51], "sourmash": 43, "space": [1, 3, 10, 12, 20, 34, 37, 38, 39, 46], "spam": 10, "spanish": 49, "spare": 26, "spatial": 31, "speak": [12, 32, 37], "spec": [40, 44], "specif": [1, 2, 3, 5, 7, 8, 10, 12, 13, 17, 20, 34, 35, 36, 39, 44], "specifi": [2, 5, 10, 44], "speed": 2, "spell": [2, 5, 10, 20], "spend": [13, 31], "spent": 4, "sphinx": [0, 4, 5, 9, 11, 46], "spit": 37, "sponsor": [1, 16, 20, 41, 51], "sponsorship": [4, 40], "spotlight": 13, "spread": [3, 35, 38, 39, 44], "spreadsheet": [22, 43], "spring": [24, 49], "springer": [30, 32], "sprint": [3, 7, 10, 11, 12, 20, 24], "sprintabl": [4, 11], "sprinter": 4, "spy": 49, "squash": 10, "stabl": 37, "stackoverflow": 30, "staf": 28, "staff": [3, 4, 5, 7, 10, 12, 20, 22, 41], "stage": [4, 12, 16], "stai": [4, 23], "stake": 39, "stale": 7, "stalk": 1, "stamp": [24, 37], "standalon": [5, 16], "standard": [1, 4, 5, 7, 10, 37, 39, 43], "star": 13, "start": [4, 8, 19, 27, 30, 32, 36, 38, 39, 42, 46, 49, 51], "stat": [4, 40], "state": [4, 10, 27], "statement": [1, 39], "static": 26, "statist": 31, "statu": [4, 5, 16, 30, 36, 39, 40, 42], "status": 4, "steer": 16, "stefan": 28, "step": [2, 4, 5, 7, 10, 19, 24, 32, 34, 35, 44], "steph": 35, "steward": 0, "stewardship": 1, "stick": 10, "sticker": 4, "still": [1, 4, 5, 20, 30, 31, 43], "stimul": 43, "stochast": 31, "stood": 4, "stop": 41, "store": [3, 19, 20, 43], "straightforward": 10, "strateg": [12, 16], "strategi": [16, 19, 20, 36, 51], "stream": 44, "streamstat": 34, "strict": [25, 33, 37], "stricter": [25, 33], "string": 46, "striplog": 34, "strive": 10, "structur": [17, 20, 27, 37, 38, 39], "student": 4, "studio": 46, "stuff": [41, 47], "style": [5, 10, 47], "sub": 37, "subchannel": 38, "subgroup": 38, "subhead": 20, "submiss": [2, 7, 8, 9, 10, 12, 25, 30, 31, 33, 34, 35, 36, 37, 38, 40, 41, 42, 44, 47], "submit": [2, 4, 5, 10, 12, 20, 25, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 47, 49], "submititng": [25, 33], "submitt": [32, 34, 36, 39], "submittor": [25, 33, 36, 38], "submittt": 34, "submodul": 37, "subscrib": [4, 12, 20], "subscript": 15, "success": [4, 13, 31], "suggest": [1, 2, 7, 10, 12, 20, 27, 30, 34, 36, 38, 39, 41, 42, 43, 49], "suit": [4, 6, 37], "summar": [7, 20], "summari": 10, "summer": 24, "sunset": [14, 20], "super": 37, "superpow": 5, "support": [1, 3, 4, 6, 8, 13, 14, 16, 17, 22, 24, 32, 34, 36, 41, 47], "suppos": 43, "sure": [1, 2, 3, 7, 10, 20, 36, 37, 41, 42, 43, 46], "surpris": 10, "surround": [16, 30, 39], "survei": [4, 20, 26, 30, 32, 35, 46], "sustain": [27, 35, 36, 37, 38], "svg": 43, "switch": 46, "sync": [7, 49], "synchron": 12, "system": [7, 37, 44], "t": [1, 4, 10, 12, 25, 27, 28, 31, 33, 35, 36, 37, 38, 39, 41, 42, 43, 44, 49], "tab": [2, 20, 35], "tabl": [3, 4, 43, 46], "tabletop": [3, 12], "tackl": 4, "tada": 37, "tag": [4, 7, 10, 11, 20, 24, 40, 42], "tailor": 20, "take": [1, 2, 4, 12, 16, 32, 37, 40, 41, 43], "takeawai": 24, "taken": [5, 17, 20], "talk": [3, 12, 19, 20, 22, 36, 37, 38, 41, 46], "talkpython": 42, "tania": [24, 41], "target": [1, 32, 42], "task": [11, 12, 22, 24, 30, 34, 38, 39, 43], "taught": 30, "tbd": 44, "teach": 30, "teal": [0, 28, 36, 51], "team": [1, 4, 7, 8, 10, 11, 12, 15, 19, 20, 25, 33, 38, 40, 41, 42], "tech": [12, 40, 47], "technic": [4, 17, 25, 32, 33, 34, 35, 39, 51], "techniqu": 31, "technologi": 30, "telecon": 36, "tell": [1, 38, 39, 43, 44], "templat": [2, 3, 8, 9, 19, 24, 25, 30, 33, 34, 35, 36, 37, 38, 39, 43], "tend": 12, "term": [1, 12, 14, 20, 25, 33, 36, 38, 39, 44], "termin": 1, "test": [2, 3, 5, 16, 24, 27, 30, 31, 32, 34, 37, 39], "tester": 32, "text": [5, 10, 19, 20, 31, 38, 39, 41, 46], "textil": [34, 36, 38, 43], "th": 47, "than": [5, 10, 15, 20, 22, 25, 28, 33, 34, 35, 36, 37, 38, 39, 42, 46], "thank": [1, 2, 3, 35, 36, 39, 42, 43], "theft": 1, "thei": [1, 2, 3, 4, 5, 7, 8, 10, 12, 15, 16, 20, 25, 26, 27, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 49], "them": [1, 2, 3, 7, 9, 10, 12, 15, 19, 20, 27, 30, 34, 37, 38, 40, 41, 42, 43, 47, 49], "theme": [0, 9, 11], "themselv": [1, 8, 12, 37], "theoj": 36, "therebi": 13, "therefor": [12, 25, 33], "thi": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 46, 47, 51], "thin": 36, "thing": [3, 4, 5, 7, 10, 12, 25, 30, 31, 33, 34, 38, 39, 41, 42, 43, 44, 47, 49, 51], "think": [4, 10, 28, 30, 31, 32, 36, 37, 38, 39, 42, 44], "third": 20, "those": [1, 2, 5, 10, 12, 17, 20, 24, 36, 38, 42, 43, 44], "thought": [1, 30, 44], "thoughtwork": 37, "thread": 38, "threat": 1, "threaten": 1, "three": [4, 12, 20, 34, 36, 38, 43], "thrive": [1, 4], "through": [1, 3, 4, 5, 7, 8, 10, 12, 13, 14, 15, 17, 20, 28, 34, 42, 49], "throughout": [4, 13, 38, 39], "throw": [26, 38, 39], "thu": [1, 2, 7, 25, 33], "thumbnail": 20, "thumbsup": 37, "thursdai": [20, 39], "tie": 16, "time": [1, 2, 3, 4, 5, 7, 8, 10, 13, 20, 24, 26, 28, 30, 31, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44, 49], "timefram": 13, "timelin": [26, 35, 38, 41, 43], "timestamp": 20, "tini": 43, "tip": 42, "titl": [7, 10, 20, 31, 35], "toc": 20, "todai": [26, 38, 39, 42], "todo": [37, 39, 42, 43], "togeth": [1, 4, 11, 28, 35, 37, 38], "token": 46, "told": [1, 5], "toler": 1, "toml": 44, "too": [4, 10, 12, 30, 35, 37, 38, 39, 41, 44], "tool": [1, 2, 5, 6, 12, 14, 15, 19, 20, 25, 28, 31, 32, 33, 37, 38, 43, 44, 49], "top": [3, 4, 8, 15, 19, 20, 36, 43, 46, 49], "topic": [12, 20, 36, 40, 44, 51], "total": 35, "toward": [4, 7, 36], "town": [42, 43], "townhal": [3, 42], "traci": [0, 24, 36, 41, 51], "track": [2, 3, 6, 8, 12, 30, 31, 37, 38, 39, 41, 42], "tradition": 1, "trail": [5, 10], "train": [12, 14, 15, 28, 32, 49, 51], "transfer": [26, 32, 47], "transit": 3, "transphob": 1, "transpir": 1, "travel": [3, 38], "travi": [31, 40], "treat": [31, 44], "tree": 43, "tri": 43, "triag": [7, 8, 10], "tricki": 31, "trigger": [5, 8, 12], "trizna": [40, 41], "true": 20, "truncat": 13, "trust": 1, "try": [2, 4, 10, 19, 38, 39, 44], "tune": 23, "ture": [42, 43], "turn": [10, 13, 14, 32], "tutori": [4, 8, 10, 20, 46, 49], "tweet": [42, 43], "tweetdeck": 42, "twice": 36, "twitter": [16, 27, 30, 36, 38, 39, 40, 42, 43, 44, 49], "two": [2, 4, 16, 19, 20, 26, 34, 36, 41, 43], "txt": 42, "tyler": 43, "tylurp": 43, "type": [1, 4, 10, 11, 30, 32, 37, 38, 39, 41], "typefac": 19, "typo": [2, 4, 10], "u": [1, 2, 3, 4, 7, 12, 20, 30, 31, 34, 36, 37, 38, 39, 41, 44], "uc": [28, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46], "ucb": 28, "uh": 35, "uieda": [34, 35, 37, 38, 39], "uk": [42, 43], "unabl": 43, "uncheck": 39, "unclear": 7, "unconfer": [36, 41], "under": [1, 12, 20, 23, 32, 36, 42, 44], "underrepres": 1, "understand": [1, 4, 5, 7, 10], "unexpect": 22, "unintention": 1, "univers": [34, 35, 36, 37, 38, 39, 42, 43, 44], "unless": [3, 38, 46], "unlik": 20, "unlimit": 12, "unplan": 22, "unpleas": 1, "unrel": [5, 42], "unsaf": 1, "unsolicit": 20, "unstructur": 31, "unsubscrib": [12, 20], "unsur": [5, 10, 19], "until": [5, 13, 16, 34, 42], "unzip": 5, "up": [3, 5, 6, 7, 11, 20, 26, 31, 34, 35, 36, 37, 38, 39, 41, 42, 44, 49], "upcom": [4, 20, 26], "updat": [0, 2, 3, 5, 8, 10, 12, 20, 24, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 49, 51], "upfront": [25, 33], "upload": 20, "upon": [1, 5, 12, 15], "upstream": [31, 38], "url": [2, 3, 20], "us": [1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 18, 20, 22, 26, 27, 30, 31, 32, 34, 37, 38, 39, 41, 42, 43, 44, 46, 49, 51], "usabl": 39, "usag": 46, "user": [1, 4, 5, 10, 12, 17, 19, 20, 22, 31, 32, 36, 39, 42, 44, 46], "usernam": [4, 10, 39, 43], "usethi": 30, "usg": 36, "usual": [4, 12, 38], "utc": 42, "util": [4, 25, 33], "uwesci": 30, "v": [7, 11, 24, 32, 36, 39, 44, 47, 49], "valid": 5, "valu": [2, 4, 16, 17], "valuabl": [12, 37], "van": 43, "vari": 24, "varieti": [1, 12, 18], "variou": [8, 12, 13, 38, 39], "ve": [1, 4, 5, 13, 30, 34, 37, 41, 43, 44], "venu": 37, "verbal": 1, "verd": 39, "veri": [4, 25, 30, 33, 42, 43], "verifi": [1, 10, 25, 33], "version": [2, 5, 7, 20, 24, 27, 31, 37, 39], "vest": 12, "via": [3, 4, 12, 24, 32, 34, 38, 41, 42, 43], "vibrant": 11, "victoria": 43, "video": [12, 19, 20, 42, 49], "view": [2, 5, 16, 20, 40], "viewform": [31, 34], "vignett": 46, "virginia": [40, 47], "virtual": 2, "visibl": 42, "vision": [4, 16, 47], "visitor": 20, "visual": [3, 30, 31], "viz": [31, 39], "voic": 20, "volum": [10, 12], "volunt": [4, 7, 10, 13, 14, 20, 35, 37, 39, 42, 49], "vote": [16, 26, 36, 40], "w": [41, 49], "wa": [1, 5, 7, 8, 10, 12, 13, 20, 26, 30, 34, 36, 37, 41, 43, 44], "wai": [1, 2, 3, 4, 10, 12, 30, 34, 37, 38, 39, 41, 42, 43, 44], "wait": 35, "walk": [1, 17], "wall": 1, "want": [1, 3, 8, 10, 11, 12, 20, 24, 25, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 46, 47, 49], "wasser": [1, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 51], "watch": [35, 36, 49], "we": [2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 16, 17, 19, 20, 24, 25, 27, 28, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 51], "web": [20, 37], "webinar": [4, 42], "websit": [3, 4, 6, 8, 10, 11, 16, 19, 20, 24, 32, 34, 35, 37, 40, 42, 43, 44, 46], "week": [4, 8, 13, 25, 28, 32, 33, 34, 36, 38, 39, 41, 42, 43], "weekend": 4, "weekli": [13, 20, 36, 38, 39], "welcom": [1, 2, 7, 12, 15, 20, 30, 35, 36, 39, 42], "well": [1, 3, 4, 5, 7, 12, 13, 20, 34, 36, 37, 38, 39, 40, 41, 43, 46, 51], "went": [5, 51], "were": [1, 10, 13, 17, 20, 36, 41, 44], "what": [7, 10, 11, 12, 13, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 49], "whatev": [4, 7, 37], "whedon": [35, 36, 37], "wheel": 19, "when": [2, 3, 4, 5, 7, 9, 10, 12, 13, 17, 19, 20, 25, 26, 32, 33, 34, 36, 38, 39, 41, 43], "whenev": [10, 12, 36], "where": [1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 20, 22, 26, 32, 34, 37, 39, 41, 43, 44, 47], "wherea": 37, "wherev": 20, "whether": [1, 4, 7, 19, 20, 37, 41, 42], "which": [2, 3, 4, 5, 7, 8, 10, 12, 14, 19, 20, 25, 32, 33, 36, 37, 38, 39, 43, 44], "while": [3, 4, 7, 12, 20, 35, 41, 43], "whitak": [42, 43], "white": 10, "whitespac": [5, 10], "who": [1, 2, 3, 4, 5, 9, 15, 16, 20, 25, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 44, 46, 49], "whoever": 4, "whole": 39, "whom": [4, 32, 34], "whomev": 3, "whose": [1, 14], "why": [5, 7, 10, 12, 32, 34, 42, 46], "wide": [2, 12, 19, 20, 46], "wiki": 44, "willing": [27, 38, 39, 43], "win": [4, 20], "window": [10, 31], "wish": [1, 2, 3, 10], "wit": 1, "within": [1, 2, 4, 5, 7, 10, 12, 13, 20, 30, 37, 41, 43], "without": [1, 2, 4, 5, 8, 10, 15, 32], "wolf": [37, 38], "won": [4, 5, 25, 33], "wonder": [10, 38, 39, 41], "word": [3, 10, 19, 35, 38, 39, 44], "work": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 15, 18, 19, 20, 27, 28, 30, 32, 35, 36, 37, 38, 39, 40, 41, 42, 44, 49, 51], "workflow": [4, 5, 7, 10, 11, 14, 15, 31, 42, 46], "workload": [38, 39], "workshop": [3, 4, 20, 30, 40, 51], "workspac": 22, "worri": [5, 28], "worth": [4, 12, 27, 39], "would": [1, 3, 4, 10, 12, 20, 25, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 49], "wp_lpvehhrg": 36, "wrangl": 10, "wrap": [37, 41], "wrapper": [25, 31, 33, 34, 35, 36, 41], "write": [4, 5, 16, 17, 19, 20, 25, 26, 28, 30, 32, 33, 37, 38, 39, 41, 42, 43, 44], "writeup": 32, "written": [7, 20, 38], "wrong": [5, 10], "www": [17, 20, 26, 30, 34, 35, 36, 37, 38, 39, 40, 43, 44, 46, 49], "x": [1, 5, 10, 13, 38], "xmnlab": [40, 41], "xopensci": 28, "yai": [37, 41], "yaml": [8, 43], "ye": [25, 33], "year": [1, 3, 13, 16, 31, 36, 38, 39, 51], "yet": [12, 20, 25, 33], "yml": [8, 20, 43], "york": 41, "you": [1, 2, 3, 5, 8, 10, 12, 17, 19, 20, 22, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46], "your": [1, 5, 10, 12, 19, 20, 32, 34, 37, 38, 39, 40, 42, 43, 44, 46], "yourself": 4, "youtub": 49, "zenodo": [2, 34, 37], "zoom": 41, "zulip": 12}, "titles": ["Change Log", "pyOpenSci Community Code of Conduct", "Contributing Guide for pyOpenSci", "Meetings & Events", "pyOpenSci Sprints", "3. Continuous integration", "pyOpenSci GitHub Processes", "pyOpenSci GitHub issue process", "pyOpenSci GitHub repositories", "pyOpenSci GitHub Permissions", "2. pyOpenSci Pull Request Process", "Community Handbook", "Slack - Day to Day communication", "pyOpenSci Social Media Platforms", "Governance", "Mission and values", "Structure and leadership", "pyOpenSci Handbook & Governance", "Bitwarden", "pyOpenSci uses Canva as a shared graphic platform", "External Communication", "Organization", "Storing internal pyOpenSci documents", "Programs", "Meeting Notes Archive", "10 October 2018: JOSS / pyOpenSci Collaboration", "Meeting Notes - 26 Oct 2018", "Meeting Notes - 16 Nov 2018", "Meeting Notes - 7 Dec 2018", "2018 meeting notes", "PyOpenSci Meeting Notes - 11 Jan 2019", "PyOpenSci Meeting Notes - 31 Jan 2019", "pyOpenSci Meeting Notes - 6 March 2019", "pyOpenSci meeting notes: 3-14-2019 JOSS / pyOpenSci Collaboration", "pyOpenSci Meeting Notes - 21 March 2019", "pyOpenSci Meeting Notes - 4 April 2019", "pyOpenSci Meeting Notes - 18 April 2019", "pyOpenSci Meeting Notes - 9 May 2019", "pyOpenSci Meeting Notes - 30 May 2019", "pyOpenSci Meeting Notes - 20 June 2019", "pyOpenSci Meeting Notes - 1 August 2019", "pyOpenSci Meeting Notes - 22 August 2019", "pyOpenSci Meeting Notes - 20 September", "pyOpenSci Meeting Notes - 3 October 2019", "pyOpenSci Meeting Notes - 24 october 2019", "2019 Notes", "pyOpenSci Meeting Notes - 28 Feb 2020", "pyOpenSci Meeting Notes - 9 April 2020", "2020 Meeting Notes", "Meeting Notes 17 May 2021", "2021 Meeting Notes", "pyOpenSci Executive Council Minutes 2024", "Executive council meeting notes", "pyOpenSci Executive Council Minutes"], "titleterms": {"": [12, 25, 33], "0": 0, "05": 51, "1": [28, 40], "10": 25, "11": 30, "13": 51, "14": 33, "16": 27, "17": 49, "18": 36, "2": [0, 10, 38, 39], "20": [39, 42], "2018": [25, 26, 27, 28, 29], "2019": [27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45], "2020": [46, 47, 48], "2021": [49, 50], "2024": 51, "21": 34, "22": 41, "24": 44, "26": 26, "28": 46, "3": [5, 33, 38, 39, 43], "30": 38, "31": 31, "4": [35, 38, 39], "5": [38, 39], "6": 32, "7": 28, "8": [38, 39], "9": [37, 47], "As": [25, 33], "For": 37, "If": [5, 7], "That": 32, "To": [32, 34, 35, 37], "about": [5, 10, 14], "abus": 1, "access": [4, 9, 19], "account": 13, "acknowledg": [4, 10], "across": 4, "act": 1, "action": 49, "activ": 4, "ad": [4, 13, 31], "add": [19, 20], "addit": [25, 33], "advisori": [16, 38, 39], "after": 4, "agenda": [26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 51], "aggress": 1, "all": 4, "allard": 49, "alt": 5, "an": [3, 12], "annual": 4, "appli": 1, "april": [35, 36, 47], "ar": [4, 7, 9, 46], "archiv": 24, "asset": 19, "associ": [38, 39], "attende": [26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47], "attribut": 2, "august": [40, 41], "authorship": 2, "automat": 12, "badg": 44, "befor": 4, "behavior": 1, "bitwarden": 18, "blatant": 1, "blog": 20, "board": [4, 9, 16], "bof": 31, "bot": [4, 5, 10, 12], "brand": 19, "broken": 5, "bug": 7, "build": 2, "busi": [38, 39], "can": 5, "canva": [3, 19], "chang": 0, "channel": 12, "check": [3, 5, 25, 33], "checklist": 10, "chief": [16, 38, 39], "ci": [5, 8, 10], "circleci": 2, "coc": 1, "code": [1, 7], "collabor": [25, 33], "collect": [4, 32], "comment": 39, "commit": [5, 10], "committe": 16, "commun": [1, 11, 12, 16, 20, 38, 39, 44], "comput": 2, "concept": 28, "conduct": 1, "consid": 32, "contain": 4, "content": [10, 13, 19], "continu": [5, 10], "contribut": [2, 4], "contributor": [2, 4, 5, 10], "convers": 28, "cooki": [31, 32], "could": 32, "council": [9, 16, 51, 52, 53], "critic": 8, "current": [1, 31], "cutter": [31, 32], "dai": 12, "data": 32, "date": 4, "david": 49, "dec": 28, "defin": 1, "definit": 39, "detail": 4, "dev": [31, 32], "develop": [1, 2, 38, 39], "director": 16, "discours": [20, 43], "discuss": [12, 46, 47], "do": [5, 15, 34, 35, 37, 38, 39, 44], "document": [2, 3, 22, 39, 46], "dr": 4, "dure": 4, "edit": 39, "editor": [16, 38, 39], "editori": [9, 16], "element": 20, "email": 20, "enforc": 1, "enough": 46, "ensur": 4, "event": [3, 11], "eventbrit": 20, "evergreen": 13, "everyon": 37, "exampl": 39, "execut": [16, 51, 52, 53], "exist": 44, "extern": 20, "fail": 46, "fall": 27, "feb": 46, "feed": 12, "feedback": [31, 44], "feel": 39, "final": 4, "fiscal": 16, "fix": 5, "folder": 3, "follow": [25, 33], "followup": 4, "free": [15, 39], "from": [12, 25, 28, 33], "fund": [37, 38, 39], "futur": [38, 39], "github": [4, 6, 7, 8, 9, 11, 12], "goal": [20, 25, 33], "good": [39, 46], "govern": [14, 16, 17], "grant": 9, "graphic": [3, 19], "green": 5, "guid": [2, 8, 31, 32], "guidebook": [2, 8], "guidelin": [2, 7, 31], "ha": [25, 33], "handbook": [8, 11, 17], "have": 7, "help": [1, 4, 7], "high": 2, "highli": 10, "hoc": 13, "hook": [5, 10], "how": [1, 9, 12, 19, 20, 46], "htmlproofer": 5, "i": [1, 4, 5, 15, 46], "idea": 28, "immedi": 1, "import": 15, "includ": [25, 33], "inform": 4, "infrastructur": 4, "instead": 5, "instruct": 2, "integr": [5, 10], "intern": 22, "invit": 12, "io": 8, "issu": [4, 7, 32], "item": [26, 27, 28, 30, 32, 34, 49, 51], "jan": [30, 31], "joss": [25, 31, 33, 37], "june": 39, "kylen": 31, "label": 7, "lead": 16, "leadership": [16, 38, 39], "leav": 39, "level": [2, 16], "licens": 1, "limit": 12, "link": 5, "linktre": 20, "list": 31, "local": [2, 10], "log": 0, "mai": [37, 38, 49], "maintain": [4, 9, 44], "mainten": 7, "make": 4, "malici": 1, "manag": [16, 32], "march": [32, 34], "mean": 5, "media": [3, 11, 13, 38, 39], "meet": [3, 4, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52], "member": [1, 12, 19], "membership": 19, "mentor": 49, "metadata": 8, "metric": [4, 20], "micro": 1, "minut": [51, 53], "miss": 5, "mission": 15, "moor": 38, "motiv": 4, "much": 46, "new": [4, 7, 10, 12, 19, 20], "newslett": 20, "next": [25, 27, 33, 41, 42], "nonprofit": 12, "note": [1, 4, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52], "nov": 27, "numfocu": 38, "oct": 26, "octob": [25, 43, 44], "open": [15, 16], "opportun": 37, "organ": [4, 16, 19, 21], "other": [1, 42], "our": [1, 2, 20], "outcom": 49, "outreach": [38, 39], "outsid": 5, "packag": [8, 9, 31, 32], "page": 19, "pager": 28, "part": [38, 39], "particip": 4, "peer": [8, 16], "permiss": [7, 9, 19], "plan": 12, "platform": [13, 19], "pleas": 39, "point": [46, 47], "pool": [38, 39], "post": [12, 13, 20], "pr": 4, "pre": [4, 5, 10], "prepar": 3, "presubmiss": 31, "preview": 2, "primari": [25, 33], "prior": 3, "process": [6, 7, 10, 11, 20, 25, 31, 33, 37], "program": [16, 23], "project": [4, 19, 31], "promot": 20, "propos": 31, "protocol": 1, "pull": [4, 10], "pyopensci": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 22, 25, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 51, 53], "pyosmeta": 8, "pyospackag": 8, "python": [8, 31], "recommend": 10, "red": 5, "regular": 10, "relat": 1, "repeat": 1, "repo": [9, 28], "report": [1, 7], "repositori": [8, 9], "request": [4, 10], "requir": 20, "resourc": [30, 34], "respons": [1, 39], "review": [4, 8, 16, 25, 31, 33, 37, 44, 46], "revisit": 39, "role": [16, 39], "ropensci": [25, 33, 37], "round": 4, "scienc": 15, "scipi": [31, 49], "scope": [1, 31], "seek": 1, "septemb": 42, "session": 31, "set": [10, 12], "setup": 5, "share": [3, 19], "should": 1, "similarli": 46, "slack": [4, 12], "so": 15, "social": [3, 11, 13, 38, 39], "softwar": [8, 16], "some": [25, 33], "someon": [38, 39], "sourc": 15, "specif": 4, "sphinx": 8, "sponsorship": 16, "spring": 27, "sprint": [4, 49], "sprintabl": 7, "staff": [16, 19], "stamp": 44, "step": [1, 25, 27, 33, 41, 42], "steward": 1, "store": [8, 22], "structur": 16, "submiss": 20, "subtl": 1, "success": 20, "summer": 31, "support": [10, 15, 37, 38], "sure": 4, "surveymonkei": 20, "t": 5, "tag": [5, 49], "takeawai": 37, "tania": 49, "task": [4, 27], "team": [3, 9], "templat": [4, 31], "test": [46, 47], "thank": 4, "them": 4, "theme": 8, "thi": [1, 8, 39], "time": 46, "tl": 4, "todo": [3, 4, 7, 8, 10, 19, 20], "tone": 20, "toward": 1, "traci": 28, "track": 4, "translat": 9, "triag": 4, "type": 13, "unaccept": 1, "unintent": 1, "unwelcom": 1, "up": [4, 10, 12], "updat": [4, 31], "us": [5, 12, 19], "v": [0, 10, 13, 37, 38], "valu": 15, "vari": [25, 33], "version": 44, "via": 37, "violat": 1, "volunt": 16, "want": [4, 7, 44], "we": [1, 10, 12, 15, 32, 44], "websit": [2, 5, 38, 39], "welcom": 4, "what": [1, 4, 5, 46], "when": 1, "which": 1, "who": [10, 12], "why": [1, 15, 17], "within": [16, 19], "workflow": [8, 12], "wrap": 4, "yaml": 20, "year": 4, "you": [4, 7], "your": 2, "youtub": 20, "zenodo": 20}}) \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index ababc86..4a6498d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,2 +1,2 @@ -https://www.pyopensci.org/governance/CHANGELOG.htmlhttps://www.pyopensci.org/governance/CODE_OF_CONDUCT.htmlhttps://www.pyopensci.org/governance/CONTRIBUTING.htmlhttps://www.pyopensci.org/governance/community/events/intro.htmlhttps://www.pyopensci.org/governance/community/events/sprints.htmlhttps://www.pyopensci.org/governance/community/github/continuous-integration.htmlhttps://www.pyopensci.org/governance/community/github/intro.htmlhttps://www.pyopensci.org/governance/community/github/issues.htmlhttps://www.pyopensci.org/governance/community/github/our-repositories.htmlhttps://www.pyopensci.org/governance/community/github/permissions.htmlhttps://www.pyopensci.org/governance/community/github/pull-requests.htmlhttps://www.pyopensci.org/governance/community/index.htmlhttps://www.pyopensci.org/governance/community/slack.htmlhttps://www.pyopensci.org/governance/community/social.htmlhttps://www.pyopensci.org/governance/governance/index.htmlhttps://www.pyopensci.org/governance/governance/mission-values.htmlhttps://www.pyopensci.org/governance/governance/structure.htmlhttps://www.pyopensci.org/governance/index.htmlhttps://www.pyopensci.org/governance/organization/canva.htmlhttps://www.pyopensci.org/governance/organization/index.htmlhttps://www.pyopensci.org/governance/organization/internal-documentation.htmlhttps://www.pyopensci.org/governance/programs/index.htmlhttps://www.pyopensci.org/governance/reference/index.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-10-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-10-26-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-11-16-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-12-07-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/intro-2018.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-01-11-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-01-31-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-06-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-14-joss-discussion-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-21-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-04-04-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-04-18-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-05-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-05-30-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-06-20-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-08-01-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-08-22-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-09-20-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-10-03-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-10-24-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/intro-2019.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/2020-02-28-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/2020-04-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/intro-2020.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2021/intro-2021.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/2024-executive-council-minutes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/README.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/intro.htmlhttps://www.pyopensci.org/governance/genindex.htmlhttps://www.pyopensci.org/governance/search.html \ No newline at end of file +https://www.pyopensci.org/governance/CHANGELOG.htmlhttps://www.pyopensci.org/governance/CODE_OF_CONDUCT.htmlhttps://www.pyopensci.org/governance/CONTRIBUTING.htmlhttps://www.pyopensci.org/governance/community/events/intro.htmlhttps://www.pyopensci.org/governance/community/events/sprints.htmlhttps://www.pyopensci.org/governance/community/github/continuous-integration.htmlhttps://www.pyopensci.org/governance/community/github/intro.htmlhttps://www.pyopensci.org/governance/community/github/issues.htmlhttps://www.pyopensci.org/governance/community/github/our-repositories.htmlhttps://www.pyopensci.org/governance/community/github/permissions.htmlhttps://www.pyopensci.org/governance/community/github/pull-requests.htmlhttps://www.pyopensci.org/governance/community/index.htmlhttps://www.pyopensci.org/governance/community/slack.htmlhttps://www.pyopensci.org/governance/community/social.htmlhttps://www.pyopensci.org/governance/governance/index.htmlhttps://www.pyopensci.org/governance/governance/mission-values.htmlhttps://www.pyopensci.org/governance/governance/structure.htmlhttps://www.pyopensci.org/governance/index.htmlhttps://www.pyopensci.org/governance/organization/bitwarden.htmlhttps://www.pyopensci.org/governance/organization/canva.htmlhttps://www.pyopensci.org/governance/organization/external-communication.htmlhttps://www.pyopensci.org/governance/organization/index.htmlhttps://www.pyopensci.org/governance/organization/internal-documentation.htmlhttps://www.pyopensci.org/governance/programs/index.htmlhttps://www.pyopensci.org/governance/reference/index.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-10-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-10-26-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-11-16-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/2018-12-07-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2018/intro-2018.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-01-11-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-01-31-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-06-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-14-joss-discussion-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-03-21-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-04-04-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-04-18-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-05-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-05-30-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-06-20-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-08-01-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-08-22-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-09-20-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-10-03-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/2019-10-24-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2019/intro-2019.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/2020-02-28-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/2020-04-09-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2020/intro-2020.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2021/2021-05-17-software-review-scipy-notes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/2021/intro-2021.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/2024-executive-council-minutes.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/README.htmlhttps://www.pyopensci.org/governance/reference/meeting-notes/executive-council/intro.htmlhttps://www.pyopensci.org/governance/genindex.htmlhttps://www.pyopensci.org/governance/search.html \ No newline at end of file