File: cite.rst

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (43 lines) | stat: -rw-r--r-- 1,451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Citations
=========

Dask is developed by many people from many institutions.  Some of these
developers are academics who depend on academic citations to justify their
efforts.  Unfortunately, no single citation can do all of these developers (and
the developers to come) sufficient justice.  Instead, we choose to use a single
blanket citation for all developers past and present.

To cite Dask in publications, please use the following::

   Dask Development Team (2016). Dask: Library for dynamic task scheduling
   URL https://dask.org

A BibTeX entry for LaTeX users follows::

   @Manual{,
     title = {Dask: Library for dynamic task scheduling},
     author = {{Dask Development Team}},
     year = {2016},
     url = {https://dask.org},
   }

The full author list is available using ``git`` (e.g. ``git shortlog -ns``).

Papers about parts of Dask
--------------------------


Rocklin, Matthew. "Dask: Parallel Computation with Blocked algorithms and Task
Scheduling." (2015).
`PDF <http://conference.scipy.org/proceedings/scipy2015/pdfs/matthew_rocklin.pdf>`_.

::

   @InProceedings{ matthew_rocklin-proc-scipy-2015,
     author    = { Matthew Rocklin },
     title     = { Dask: Parallel Computation with Blocked algorithms and Task Scheduling },
     booktitle = { Proceedings of the 14th Python in Science Conference },
     pages     = { 130 - 136 },
     year      = { 2015 },
     editor    = { Kathryn Huff and James Bergstra }
   }