Remove software carpentries logo
[rnaseq-cwl-training.git] / _includes / carpentries.html
1 {% comment %}
2   General description of Software, Data, and Library Carpentry.
3 {% endcomment %}
4
5 {% include base_path.html %}
6
7 <div class="row">
8   <div class="col-md-2" align="center">
9     <a href="{{ site.carpentries_site }}"><img src="{{ relative_root_path }}/assets/img/cp-logo-blue.svg" alt="The Carpentries logo" /></a>
10   </div>
11   <div class="col-md-8">
12     <p><a href="{{ site.carpentries_site }}">The Carpentries</a> comprises
13     Software Carpentry, Data Carpentry, and Library Carpentry communities of Instructors, Trainers,
14     Maintainers, helpers, and supporters who share a mission to teach
15     foundational coding and data science skills to researchers and people 
16     working in library- and information-related roles. In January,
17     2018, The Carpentries was formed by the merger of Software Carpentry and
18     Data Carpentry. Library Carpentry became an official Carpentries Lesson Program in November 2018.</p>
19
20     <p>While individual lessons and workshops continue to be run under each
21     lesson project, The Carpentries provide overall staffing and governance, as
22     well as support for assessment, instructor training and mentoring.
23     Memberships are joint, and the Carpentries project maintains a shared Code
24     of Conduct. The Carpentries is a fiscally sponsored project of Community
25     Initiatives, a registered 501(c)3 non-profit based in California, USA.</p>
26   </div>
27 </div>
28 <div class="row">
29   <div class="col-md-2" align="center">
30     <a href="{{ site.swc_site }}"><img src="{{ relative_root_path }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" /></a>
31   </div>
32   <div class="col-md-8">
33      <p>Since 1998, <a href="{{ site.swc_site }}">Software Carpentry</a> has
34     been teaching researchers across all disciplines the foundational coding
35     skills they need to get more done in less time and with less pain. Its
36     volunteer instructors have run hundreds of events for thousands of learners
37     around the world. Now that all research involves some degree of
38     computational work, whether with big data, cloud computing, or simple task
39     automation, these skills are needed more than ever.</p>
40   </div>
41 </div>
42 <br/>
43 <div class="row">
44   <div class="col-md-2" align="center">
45     <a href="{{ site.dc_site }}"><img src="{{ relative_root_path }}/assets/img/dc-icon-black.svg" alt="Data Carpentry logo" /></a>
46   </div>
47   <div class="col-md-8">
48     <p><a href="{{ site.dc_site }}">Data Carpentry</a> develops and teaches
49     workshops on the fundamental data skills needed to conduct research. Its
50     target audience is researchers who have little to no prior computational
51     experience, and its lessons are domain specific, building on learners'
52     existing knowledge to enable them to quickly apply skills learned to their
53     own research. Data Carpentry workshops take researchers through the entire
54     data life cycle.</p>
55   </div>
56 </div>
57 <br/>
58 <div class="row">
59   <div class="col-md-2" align="center">
60     <a href="{{ site.lc_site }}"><img src="{{ relative_root_path }}/assets/img/lc-icon-black.png" alt="Library Carpentry logo" /></a>
61   </div>
62   <div class="col-md-8">
63     <p><a href="{{ site.lc_site }}">Library Carpentry</a> develops lessons and
64     teaches workshops for and with people working in library- and
65     information-related roles. Its goal is to create an on-ramp to empower this
66     community to use software and data in their own work, as well as be
67     advocates for and train others in efficient, effective and reproducible data
68     and software practices.</p>
69   </div>
70 </div>