sidebarintro.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <p class="logo">
  2. <a href="{{ pathto(root_doc) }}">
  3. <img class="logo" src="{{ pathto('_static/logo.svg', 1) }}" title="The DataLad Handbook"/>
  4. </a>
  5. </p>
  6. <p style="margin-left:auto; margin-right: auto;"><iframe src="https://ghbtns.com/github-btn.html?repo=book&user=datalad-handbook&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe></p>
  7. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
  8. <style>
  9. .algolia-autocomplete{
  10. width: 100%;
  11. height: 1.5em
  12. }
  13. .algolia-autocomplete a{
  14. border-bottom: none !important;
  15. }
  16. #doc_search{
  17. width: 100%;
  18. height: 100%;
  19. }
  20. </style>
  21. <p>
  22. The DataLad handbook will supply you with everything you need to get started and break new grounds with DataLad.
  23. </p>
  24. <p>
  25. <a href="intro/executive_summary.html" style="border:none !important;">
  26. <img width="500" src="{{ pathto('_static/gist.svg', 1) }}" title="One page summary"/>
  27. </a>
  28. </p>
  29. <div style="display:block;position:relative;margin: 1em 0 1em 0;">
  30. <div style="display:block;width:10%;padding-top:10%;"></div>
  31. <div class="rpad" data-unit="1x1" style="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;"></div>
  32. </div>
  33. <h3>Contributors</h3>
  34. <p>
  35. This guide is the result of the collaboration of
  36. <a href="https://github.com/psychoinformatics-de/datalad-handbook/graphs/contributors">many people</a>, and your contributions
  37. <a href="contributing.html">are welcome</a>!
  38. </p>
  39. <h3>Useful Links</h3>
  40. <ul>
  41. <li><a href="perma/book-intro-v1.html">Get a real book!</a></li>
  42. <li><a href="https://datalad.org/">DataLad Website</a></li>
  43. <li><a href="http://docs.datalad.org/en/latest/#">Developer Docs</a></li>
  44. <li><a href="https://github.com/datalad/datalad">DataLad@GitHub</a></li>
  45. <li><a href="https://github.com/datalad-handbook/book">Handbook@GitHub</a></li>
  46. <li><a href="basics/101-180-FAQ.html">Frequently Asked Questions</a></li>
  47. <li><a href="genindex.html">Handbook Index</a></li>
  48. <li><a href="basics/101-136-cheatsheet.html">DataLad cheat sheet</a></li>
  49. </ul>
  50. <p>
  51. <a href="basics/101-136-cheatsheet.html" style="border:none !important;">
  52. <img width="500" src="{{ pathto('_static/cheatsheet.svg', 1) }}" title="Straight to cheatsheet"/>
  53. </a>
  54. </p>
  55. <h3>Feedback</h3>
  56. <p>We highly appreciate your feedback on the <a href="https://github.com/datalad-handbook/book/issues/new/choose">handbook</a> and on <a href=https://forms.gle/FkNEc7HVaZU5RTYP6>DataLad</a></p>