intro.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _usecase-intro:
  2. #############
  3. **Use cases**
  4. #############
  5. In this part of the book you will find concrete examples of DataLad applications for general
  6. inspiration. You can get an overview of what is possible by browsing through them,
  7. and step-by-step solutions for a range of problems in every single one.
  8. Provided you have read the previous :ref:`basics-intro` sections, the usecases' code
  9. examples are sufficient (though sparser than in Basics) to recreate or apply
  10. the solutions they demonstrate.
  11. .. image:: ../artwork/src/recipe.svg
  12. :width: 70%
  13. :align: center
  14. .. toctree::
  15. :maxdepth: 1
  16. :caption: Hands-on real-world applications with step-by-step recipes...
  17. collaborative_data_management
  18. provenance_tracking
  19. reproducible-paper
  20. supervision
  21. reproducible_neuroimaging_analysis_simple
  22. reproducible_neuroimaging_analysis
  23. HCP_dataset
  24. datastorage_for_institutions
  25. using_globus_as_datastore
  26. ml-analysis
  27. encrypted_annex
  28. Contributing
  29. ^^^^^^^^^^^^
  30. If you are using DataLad for a use case that is not yet in this chapter, we would
  31. be delighted to have you tell us about it in the form of a usecase.
  32. Please see the :ref:`contributing guide <contribute>` for more info.