Skip to content

Commit

Permalink
Merge pull request #29 from LCSB-BioCore/mk-logos
Browse files Browse the repository at this point in the history
add funding acknowledgement
  • Loading branch information
laurentheirendt authored Feb 24, 2021
2 parents 8c796dd + fa3b8b3 commit 4722c8e
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,26 @@

Simple distributed data manipulation and processing routines for Julia.


#### Acknowledgements

This was originally developed for
[`GigaSOM.jl`](https://github.com/LCSB-BioCore/GigaSOM.jl); DistributedData.jl package
contains the separated-out lightweight distributed-processing framework that
was used in `GigaSOM.jl`.
[`GigaSOM.jl`](https://github.com/LCSB-BioCore/GigaSOM.jl);
`DistributedData.jl` package contains the separated-out lightweight
distributed-processing framework that was used in `GigaSOM.jl`.

`DistributedData.jl` was developed at the
Luxembourg Centre for Systems Biomedicine of the University of Luxembourg ([uni.lu/lcsb](https://www.uni.lu/lcsb)).
The development was supported by
European Union ELIXIR Staff Exchange programme 2020 ([elixir-europe.org](https://elixir-europe.org/)), and
European Union's Horizon 2020 Programme under PerMedCoE project ([permedcoe.eu](https://www.permedcoe.eu/)) agreement no. 951773.

<img src="docs/src/assets/unilu.svg" alt="Uni.lu logo" height="64px">   <img src="docs/src/assets/lcsb.svg" alt="LCSB logo" height="64px">   <img src="docs/src/assets/elixir.svg" alt="ELIXIR logo" height="64px">   <img src="docs/src/assets/permedcoe.svg" alt="PerMedCoE logo" height="64px">

## Why?

DistributedData.jl provides a very simple, imperative and straightforward way to move your
data around a cluster of Julia processes created by the
`DistributedData.jl` provides a very simple, imperative and straightforward way
to move your data around a cluster of Julia processes created by the
[`Distributed`](https://docs.julialang.org/en/v1/stdlib/Distributed/) package,
and run computation on the distributed data pieces. The main aim of the package
is to avoid anything complicated-- the first version used in
Expand Down Expand Up @@ -133,7 +144,7 @@ julia> gather_array(dataset) # download the data from workers to a sing
```

## Using DistributedData.jl in HPC environments
## Using `DistributedData.jl` in HPC environments

You can use
[`ClusterManagers`](https://github.com/JuliaParallel/ClusterManagers.jl)
Expand Down
66 changes: 66 additions & 0 deletions docs/src/assets/elixir.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4722c8e

Please sign in to comment.