Skip to content

Commit 6865b65

Browse files
author
drjwbaker
committed
changed library language and link to archives language and links
1 parent 3e96a11 commit 6865b65

File tree

5 files changed

+9
-27
lines changed

5 files changed

+9
-27
lines changed

.DS_Store

0 Bytes
Binary file not shown.

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Library Carpentry is authored and maintained by the [community](https://github.com/data-lessons/library-data-intro/network/members).
1+
Library Carpentry is authored and maintained by the [community](https://github.com/data-lessons/ldata-intro-archives/network/members).
22

33
Credit for the Library Carpentry logos goes to [Tammy Nguyen](https://twitter.com/tammysongnguyen).

CITATION

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
Please cite as:
22

3-
Library Carpentry:
4-
"Data Intro for Librarians."
5-
June 2016, http://data-lessons.github.io/library-data-intro/.
3+
Library Carpentry. Data Intro for Archivists. June 2017. https://data-lessons.github.io/data-intro-archives/.

README.md

+6-22
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,34 @@
11
# Library Carpentry
22

3-
The Library Carpentry module '[Data Intro for Librarians](http://data-lessons.github.io/library-data-intro/)' is maintained by [Carmi Cronje](https://github.com/ccronje) and [James Baker](https://github.com/drjwbaker).
3+
The Library Carpentry module '[Data Intro for Archivists](https://data-lessons.github.io/data-intro-archives/)' is maintained by [James Baker](https://github.com/drjwbaker).
44

55
## Background
66

7-
Library Carpentry is a software skills training programme aimed at library and information professions. It builds on the work of [Software Carpentry](http://software-carpentry.org/) and [Data Carpentry](http://www.datacarpentry.org/).
7+
Library Carpentry is a software skills training programme aimed at library and information professions. It builds on the work of [Software Carpentry](http://software-carpentry.org/) and [Data Carpentry](http://www.datacarpentry.org/). 'Data Intro for Archivists' is a version of '[http://data-lessons.github.io/library-data-intro/](http://data-lessons.github.io/library-data-intro/)' developed by the 2017 Mozilla Global Sprint.
88

9-
These materials are based on the **Library Carpentry** materials initially developed and taught by [James Baker](https://github.com/drjwbaker), [Owen Stephens](https://github.com/ostephens) and [Daniel van Strien](https://github.com/davanstrien) in 2015.
10-
[http://librarycarpentry.github.io/outline/](http://librarycarpentry.github.io/outline/). The original Library Carpentry contained four modules:
11-
12-
- Introduction, including jargon busting, data structures and regular expressions
13-
- The Unix shell, including use of the command line and commands such as`grep` and `sed` to find data within files
14-
- Git and version control
15-
- Using OpenRefine for data clean up.
16-
17-
On 2-3 June 2016 during the [Mozilla Science Lab Global Sprint](https://science.mozilla.org/programs/events/global-sprint-2016) these existing four repositories were forked (links below) and re-developed within individual repositories, with the addition of a fifth module that introduces **SQL**, a topic which many librarians have expressed interest in learning.
18-
19-
- [library-data-intro](https://github.com/data-lessons/library-data-intro)
20-
- [library-shell](https://github.com/data-lessons/library-shell)
21-
- [library-git](https://github.com/data-lessons/library-git)
22-
- [library-openrefine](https://github.com/data-lessons/library-openrefine)
23-
- [library-sql](https://github.com/data-lessons/library-sql)
24-
25-
The Library Carpentry sprint was co-ordinated by [Belinda Weaver](https://github.com/weaverbel) and attracted global participation.
9+
Library Carpentry is in the commons and for the commons. It is not tied to any institution of person. For more information on Library Carpentry, see our website [librarycarpentry.github.io/outline/](librarycarpentry.github.io/outline/).
2610

2711
## Contribution
2812

2913
There are many ways of contributing to Library Carpentry:
3014

3115
- Join our [Gitter discussion forum](https://gitter.im/weaverbel/LibraryCarpentry).
3216
- Follow updates on [Twitter](https://twitter.com/search?f=tweets&vertical=default&q=%23librarycarpentry&src=typd).
33-
- Make a suggestion or correct an error by [raising an Issue](https://github.com/data-lessons/library-data-intro/issues).
17+
- Make a suggestion or correct an error by [raising an Issue](https://github.com/data-lessons/data-intro-archives/issues).
3418

3519
## Code of Conduct
3620

3721
All participants should agree to abide by the [Software Carpentry Code of Conduct](http://software-carpentry.org/conduct/).
3822

3923
## Authors
4024

41-
Library Carpentry is authored and maintained by the [community](https://github.com/data-lessons/library-data-intro/network/members).
25+
Library Carpentry is authored and maintained by the [community](https://github.com/data-lessons/data-intro-archives/network/members).
4226

4327
## Citation
4428

4529
Please cite as:
4630

47-
Library Carpentry. Data Intro for Librarians. June 2016. http://data-lessons.github.io/library-data-intro/.
31+
Library Carpentry. Data Intro for Archivists. June 2017. https://data-lessons.github.io/data-intro-archives/.
4832

4933
## License
5034

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: lesson
33
root: .
44
---
5-
This Library Carpentry lesson introduces librarians to working with data. At the conclusion of the lesson you will: understand terms, phrases, and concepts in software development and data science; identify and use best practice in data structures; use regular expressions in searches.
5+
This Library Carpentry lesson introduces archivists to working with data. At the conclusion of the lesson you will: be able to explain terms, phrases, and concepts in code or software development; identify and use best practice in data structures; use regular expressions in searches.
66

77
> ## Prerequisites
88
>

0 commit comments

Comments
 (0)