Skip to content

Commit

Permalink
Fix links with two slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Nov 18, 2024
1 parent 7c05865 commit 794adab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/about-us/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Library Carpentry develops and teaches workshops on the computational skills nee

Data has become accessible in greater volumes than ever before, and continues to grow in size and complexity. Librarians and others in information-related professions have an essential role to play in helping their communities overcome the obstacles that a flood of information can present, and to take advantage of the availability of so much data. Simultaneously, concepts and practices from software development and data science have the potential for tremendous impact in the work of libraries and other information-related communities. However, there exists a large gap between the need for these skills and the availability of training to provide them.

[Since 2014]({{< param carpentries-website >}}/about-us/#our-history), Library Carpentry has been teaching people working in library- and information-related roles how to cut through the jargon of software development and data science, and apply concepts and methods from these fields to library tasks. Our hands-on workshops introduce best practices for using data structures to organise data and programmatic methods to explore it. After participating in one of our workshops, learners will be ready to work effectively with researchers, IT, and systems colleagues, and automate repetitive, error prone tasks. Most of our workshops are aimed at learners with little or no previous experience with software and data methods.
[Since 2014]({{< param carpentries-website >}}about-us/#our-history), Library Carpentry has been teaching people working in library- and information-related roles how to cut through the jargon of software development and data science, and apply concepts and methods from these fields to library tasks. Our hands-on workshops introduce best practices for using data structures to organise data and programmatic methods to explore it. After participating in one of our workshops, learners will be ready to work effectively with researchers, IT, and systems colleagues, and automate repetitive, error prone tasks. Most of our workshops are aimed at learners with little or no previous experience with software and data methods.

A workshop can't teach you everything you need to know about software and data methods for information management and publication, however it drastically reduces the barrier to entry and imparts the skills for continued learning and engagement. Our ultimate goal is to enable impactful sharing of knowledge by creating strong information-related communities and empowering them to teach and promote efficient, effective and reproducible data and software practices.
2 changes: 1 addition & 1 deletion content/about-us/curriculum-advisors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Library Carpentry Curriculum Advisors

## Curriculum Advisors

The Library Carpentry Curriculum Advisors guide the development of our lessons, helping to keep them up to date with current best practices and ensuring they remain relevant to the target audience. [Learn more about Curriculum Advisors]({{< param carpentries-website >}}/community/curriculum_advisors/).
The Library Carpentry Curriculum Advisors guide the development of our lessons, helping to keep them up to date with current best practices and ensuring they remain relevant to the target audience. [Learn more about Curriculum Advisors]({{< param carpentries-website >}}community/curriculum_advisors/).


{{< persons feed="curr-advisors.people" >}}
2 changes: 1 addition & 1 deletion content/lessons/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Lesson materials are all available online, under a CC BY license, for self-direc

## Core Curriculum

Our Core Curriculum consists of the lessons in the table below. These have been taught many times, and have been further refined after Instructor and learner feedback. For more information regarding core lessons and workshops across The Carpentries, visit [The Carpentries workshops page]({{< param carpentries-website >}}/workshops).
Our Core Curriculum consists of the lessons in the table below. These have been taught many times, and have been further refined after Instructor and learner feedback. For more information regarding core lessons and workshops across The Carpentries, visit [The Carpentries workshops page]({{< param carpentries-website >}}workshops).

The lessons introduce terms, phrases, and concepts in software development and data science, how to best work with data structures, and use regular expressions in finding and matching data. We introduce the Unix-style command line interface, and teach basic shell navigation, as well as the use of loops and pipes for linking shell commands. We also introduce grep for searching and subsetting data across files. Exercises cover the counting and mining of data. In addition, we cover working with OpenRefine to transform and clean data, and the benefits of working collaboratively via Git/GitHub and using version control to track your work.

Expand Down

0 comments on commit 794adab

Please sign in to comment.