An open API service indexing awesome lists of open source software.

https://github.com/carpentries-incubator/julia-data-workflow

Learn Julia workflows for data-intensive research
https://github.com/carpentries-incubator/julia-data-workflow

carpentries-incubator english julia julia-language lesson pre-alpha

Last synced: about 1 month ago
JSON representation

Learn Julia workflows for data-intensive research

Awesome Lists containing this project

README

          

# Data-intensive research workflows in Julia

[![Lesson](https://img.shields.io/badge/LESSON-pre--alpha-brightgreen)](https://carpentries-incubator.github.io/julia-data-workflow/)

_Learn how to use Julia to enable your data-intensive scientific research._

It can be a challenge to know where to start when developing a scalable and reproducible workflow for your data-intensive computations. The [Julia][julia] programming language is notable for enabling researchers and analysts in diverse domains to get a handle on this challenge. Use this lesson to learn how to start implementing effective scientific computing workflows using Julia.

## Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any
questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
how to write new episodes.

Please see the current list of [issues][issues] for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
by Scott Chacon.
Look for the tag ![good_first_issue](https://img.shields.io/badge/-good%20first%20issue-gold.svg). This indicates that the maintainers will welcome a pull request fixing this issue.

## Maintainer(s)

Current maintainers of this lesson are

* James Foster: ([@jd-foster](https://github.com/jd-foster))

## Authors

A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)

## Citation

To cite this lesson, please consult with [CITATION](CITATION)

[cdh]: https://cdh.carpentries.org
[change-default-branch]: https://docs.github.com/en/github/administering-a-repository/changing-the-default-branch
[community-lessons]: https://carpentries.org/community-lessons
[lesson-example]: https://carpentries.github.io/lesson-example
[issues]: https://github.com/carpentries-incubator/julia-data-workflow/issues
[julia]: https://julialang.org/