Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _images/napari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/numpy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _images/pandas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/snorkel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 45 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,32 @@ <h2 class="featurette-subheading">Enabling you to parallelize internal systems</
<div class="row">
<div class="col-md-12">
<h2 class="featurette-heading">Powered by Dask</h2>
<p class="lead">These software projects are built on Dask, or use Dask to power components of their infrastructure.</>
<p class="lead">
These software projects are well-integrated with Dask,
or use Dask to power components of their infrastructure.</>
<div class="container">

<div class="row top-padding-small">
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="https://pandas.pydata.org">
<img src="_images/pandas.svg" alt="Pandas logo">
</a>
<div>
<h4>Pandas</h4>
<p>Tabular data analysis</p>
</div>
</div>
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="https://numpy.org/">
<img src="_images/numpy.png" alt="Numpy logo">
</a>
<div>
<h4>Numpy</h4>
<p>Array and numerical computing</p>
</div>
</div>
</div>

<div class="row top-padding-small">
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="https://scikit-learn.org/stable/">
Expand Down Expand Up @@ -302,6 +325,27 @@ <h4>RAPIDS</h4>
</div>
</div>

<div class="row top-padding-small">
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="http://napari.org">
<img src="_images/napari.png" alt="Napari logo">
</a>
<div>
<h4>Napari</h4>
<p>Multi-dimensional image viewer for Python</p>
</div>
</div>
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="https://snorkel.png">
<img src="_images/snorkel.png" alt="Snorkel logo">
</a>
<div>
<h4>Snorkel</h4>
<p>Programmatically build training data for machine learning</p>
</div>
</div>
</div>

<div class="row top-padding-small">
<div class="col-md-6 flex-item">
<a class="flex-item-left" href="http://datashader.org">
Expand Down