|
1 |
| -# Library Carpentry |
| 1 | +# Library Carpentry: Python Intro for Libraries |
2 | 2 |
|
3 |
| -The Library Carpentry module '[Introduction to programming with Python](https://librarycarpentry.org/lc-python-intro/)' is maintained by [Konrad Foerstner](https://github.com/konrad), [Drew Heles](https://github.com/dheles), [Elizabeth Wickes](https://github.com/elliewix), *[Laura Wrubel](https://github.com/lwrubel)*, [Carlos Martinez](https://github.com/c-martinez) and [Richard Vankoningsveld](https://github.com/richyvk). |
| 3 | +## Maintainers for Library Carpentry: Python Intro for Libraries |
| 4 | +- [Cody Hennesy](https://github.com/chennesy) (lead) |
| 5 | +- [Tim Dennis](https://github.com/jt14den) |
4 | 6 |
|
5 |
| -## Status Note |
| 7 | +The updated version of this lesson (June 2024) was developed with the assistance of [David Palmquist](https://github.com/quist00) and [Scott Peterson](https://github.com/scottcpeterson). |
6 | 8 |
|
7 |
| -The maintainers of this lesson are currently working on a substantial redesign of this lesson. This means than large portions of the current lesson content will be removed or substantially rewritten. You are welcome to submit pull requests for changes that help make this lesson better in the short run, but please keep in mind that the changes you make may be on content slated for removal. |
| 9 | +Lesson Maintainers communication is via the [team site](https://github.com/orgs/LibraryCarpentry/teams/lc-python-intro-maintainers). |
8 | 10 |
|
9 |
| -## Background |
| 11 | +## Past Maintainers for Library Carpentry: Python Intro for Libraries |
| 12 | +- [Konrad Foerstner](https://github.com/konrad) |
| 13 | +- [Drew Heles](https://github.com/dheles) |
| 14 | +- [Elizabeth Wickes](https://github.com/elliewix) |
| 15 | +- [Laura Wrubel](https://github.com/lwrubel) |
| 16 | +- [Carlos Martinez](https://github.com/c-martinez) |
| 17 | +- [Richard Vankoningsveld](https://github.com/richyvk) |
10 | 18 |
|
11 |
| -Library Carpentry is a software skills training programme aimed at library and information professions. It builds on the work of [Software Carpentry](https://software-carpentry.org/) and [Data Carpentry](https://www.datacarpentry.org/). |
| 19 | +## Library Carpentry |
12 | 20 |
|
13 |
| -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.org](https://librarycarpentry.org/). |
| 21 | +[Library Carpentry](https://librarycarpentry.org) is a software and data skills training programme for people working in library- and information-related roles. It builds on the work of [Software Carpentry](https://software-carpentry.org/) and [Data Carpentry](https://www.datacarpentry.org/). Library Carpentry is an official Lesson Program of [The Carpentries](https://carpentries.org/). |
14 | 22 |
|
15 |
| -## Contribution |
| 23 | +## License |
16 | 24 |
|
17 |
| -There are many ways of contributing to Library Carpentry: |
| 25 | +All Software, Data, and Library Carpentry instructional material is made available under the [Creative Commons Attribution |
| 26 | +license](LICENSE.md). |
18 | 27 |
|
19 |
| -- Join our [Gitter discussion forum](https://gitter.im/weaverbel/LibraryCarpentry). |
20 |
| -- Follow updates on [Twitter](https://twitter.com/search?f=tweets&vertical=default&q=%23librarycarpentry&src=typd). |
21 |
| -- Make a suggestion or correct an error by [raising an Issue](https://github.com/LibraryCarpentry/lc-python-intro/issues). |
| 28 | +## Contributing |
22 | 29 |
|
23 |
| -### Local Lesson Development |
24 |
| - |
25 |
| -If you wish to contribute changes or additions to this module, you'll want to |
26 |
| -setup a local development environment that allows you to easily test changes |
27 |
| -locally. In order to do this, you'll want to do the following: |
28 |
| - |
29 |
| -1. [Fork this repository](https://help.github.com/articles/fork-a-repo/) |
30 |
| -2. Clone your fork of the repository: |
31 |
| - |
32 |
| -``` |
33 |
| -git clone https://github.com/<your-github-username>/lc-python-intro.git |
34 |
| -``` |
35 |
| - |
36 |
| -1. [Install Ruby](https://www.ruby-lang.org/en/downloads/) |
37 |
| -2. Install Jekyll `gem install jekyll` |
38 |
| -3. Run the Jekyll server locally |
39 |
| - |
40 |
| -``` |
41 |
| -cd <path-to>/lc-python-intro |
42 |
| -make serve |
43 |
| -``` |
44 |
| - |
45 |
| -1. Browse to your local server: [http://localhost:4000/](https://localhost:4000/) |
46 |
| -2. The `Makefile` has other options as well. To see them type `make` |
| 30 | +There are many ways to discuss and contribute to Library Carpentry lessons. The easiest way to get started is to [file an issue](https://github.com/LibraryCarpentry/lc-python-intro/issues) to tell us about a spelling mistake, some awkward wording, or a factual error. This is a good way to introduce yourself and to meet some of our community members. See [Contributing](CONTRIBUTING.md) for more information about contributing Pull Requests and connecting with others in the Carpentries. |
47 | 31 |
|
48 | 32 | ## Code of Conduct
|
49 | 33 |
|
50 |
| -All participants should agree to abide by the [Software Carpentry Code of Conduct](https://software-carpentry.org/conduct/). |
| 34 | +All participants should agree to abide by The Carpentries [Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html). |
51 | 35 |
|
52 | 36 | ## Authors
|
53 | 37 |
|
54 |
| -Library Carpentry is authored and maintained by the [community](https://github.com/LibraryCarpentry/lc-python-intro/network/members). |
| 38 | +Library Carpentry is authored and maintained through issues, commits, and pull requests from the community. |
55 | 39 |
|
56 | 40 | ## Citation
|
57 | 41 |
|
58 |
| -Please cite as: |
59 |
| - |
60 |
| -Library Carpentry. Introduction to programming with Python. 2017. [https://librarycarpentry.org/lc-python-intro/](https://librarycarpentry.org/lc-python-intro/). |
| 42 | +(Add citation once Zenodo is updated) |
61 | 43 |
|
62 | 44 |
|
0 commit comments