|
1 | 1 | {% comment %} |
2 | | - General description of Software and Data Carpentry. |
| 2 | + General description of Software, Data, and Library Carpentry. |
3 | 3 | {% endcomment %} |
| 4 | + |
| 5 | +{% include base_path.html %} |
| 6 | + |
4 | 7 | <div class="row"> |
5 | 8 | <div class="col-md-2" align="center"> |
6 | | - <a href="{{ site.carpentries_site }}"><img src="{{ page.root }}/assets/img/cp-logo-blue.svg" alt="The Carpentries logo" /></a> |
| 9 | + <a href="{{ site.carpentries_site }}"><img src="{{ relative_root_path }}/assets/img/cp-logo-blue.svg" alt="The Carpentries logo" /></a> |
7 | 10 | </div> |
8 | 11 | <div class="col-md-8"> |
9 | 12 | <p><a href="{{ site.carpentries_site }}">The Carpentries</a> comprises |
10 | | - Software Carpentry and Data Carpentry, communities of Instructors, Trainers, |
| 13 | + Software Carpentry, Data Carpentry, and Library Carpentry communities of Instructors, Trainers, |
11 | 14 | Maintainers, helpers, and supporters who share a mission to teach |
12 | | - foundational coding and data science skills to researchers. In January, |
| 15 | + foundational coding and data science skills to researchers and people |
| 16 | + working in library- and information-related roles. In January, |
13 | 17 | 2018, The Carpentries was formed by the merger of Software Carpentry and |
14 | | - Data Carpentry.</p> |
| 18 | + Data Carpentry. Library Carpentry became an official Carpentries Lesson Program in November 2018.</p> |
15 | 19 |
|
16 | 20 | <p>While individual lessons and workshops continue to be run under each |
17 | 21 | lesson project, The Carpentries provide overall staffing and governance, as |
|
23 | 27 | </div> |
24 | 28 | <div class="row"> |
25 | 29 | <div class="col-md-2" align="center"> |
26 | | - <a href="{{ site.swc_site }}"><img src="{{ page.root }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" /></a> |
| 30 | + <a href="{{ site.swc_site }}"><img src="{{ relative_root_path }}/assets/img/swc-icon-blue.svg" alt="Software Carpentry logo" /></a> |
27 | 31 | </div> |
28 | 32 | <div class="col-md-8"> |
29 | 33 | <p>Since 1998, <a href="{{ site.swc_site }}">Software Carpentry</a> has |
|
38 | 42 | <br/> |
39 | 43 | <div class="row"> |
40 | 44 | <div class="col-md-2" align="center"> |
41 | | - <a href="{{ site.dc_site }}"><img src="{{ page.root }}/assets/img/dc-icon-black.svg" alt="Data Carpentry logo" /></a> |
| 45 | + <a href="{{ site.dc_site }}"><img src="{{ relative_root_path }}/assets/img/dc-icon-black.svg" alt="Data Carpentry logo" /></a> |
42 | 46 | </div> |
43 | 47 | <div class="col-md-8"> |
44 | 48 | <p><a href="{{ site.dc_site }}">Data Carpentry</a> develops and teaches |
|
53 | 57 | <br/> |
54 | 58 | <div class="row"> |
55 | 59 | <div class="col-md-2" align="center"> |
56 | | - <a href="{{ site.lc_site }}"><img src="{{ page.root }}/assets/img/lc-icon-black.png" alt="Library Carpentry logo" /></a> |
| 60 | + <a href="{{ site.lc_site }}"><img src="{{ relative_root_path }}/assets/img/lc-icon-black.png" alt="Library Carpentry logo" /></a> |
57 | 61 | </div> |
58 | 62 | <div class="col-md-8"> |
59 | | - <p><a href="{{ site.lc_site }}">Library Carpentry</a> is in discussions with |
60 | | - The Carpentries to be a Lesson Project, like Software Carpentry* |
61 | | - and Data Carpentry. Library Carpentry develops lessons and |
| 63 | + <p><a href="{{ site.lc_site }}">Library Carpentry</a> develops lessons and |
62 | 64 | teaches workshops for and with people working in library- and |
63 | 65 | information-related roles. Its goal is to create an on-ramp to empower this |
64 | 66 | community to use software and data in their own work, as well as be |
|
0 commit comments