|
1 | | -# Library Carpentry |
2 | | -The Library Carpentry module Introduction to Programming with Python is maintained by [Cody Hennesy](https://github.com/chennesy) and [Tim Dennis](https://github.com/jt14den), and was developed with the assistance of [David Palmquist](https://github.com/quist00) and [Scott Peterson](https://github.com/scottcpeterson). |
| 1 | +# Library Carpentry: Python Intro for Libraries |
3 | 2 |
|
4 | | -## Status Note |
5 | | -The maintainers of this lesson are currently working on a substantial redesign that will be integrated into the Library Carpentry curriculum on June 14, 2024. A Pull Request will be made to replace the [current Library Carpentry Python lesson](https://librarycarpentry.org/lc-python-intro/) by June 14. |
| 3 | +## Maintainers for Library Carpentry: Python Intro for Libraries |
| 4 | +- [Cody Hennesy](https://github.com/chennesy) (lead) |
| 5 | +- [Tim Dennis](https://github.com/jt14den) |
6 | 6 |
|
7 | | -## Contribution |
8 | | -The most helpful way to contribute at this time is to open an issue with ideas for changes, and/or to volunteer to help out as a maintainer. Please do not make a Pull Request unless you have been in contact with the maintainers. |
| 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). |
9 | 8 |
|
10 | | -## Background |
11 | | -[Library Carpentry](https://librarycarpentry.org/) is a software skills training program aimed at library and information professions, and a part of the Carpentries. |
| 9 | +Lesson Maintainers communication is via the [team site](https://github.com/orgs/LibraryCarpentry/teams/lc-python-intro-maintainers). |
12 | 10 |
|
| 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) |
| 18 | + |
| 19 | +## Library Carpentry |
| 20 | + |
| 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/). |
| 22 | + |
| 23 | +## License |
| 24 | + |
| 25 | +All Software, Data, and Library Carpentry instructional material is made available under the [Creative Commons Attribution |
| 26 | +license](LICENSE.md). |
| 27 | + |
| 28 | +## Contributing |
| 29 | + |
| 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. |
13 | 31 |
|
14 | 32 | ## Code of Conduct |
15 | | -All participants should agree to abide by the [Carpentries Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html). |
| 33 | + |
| 34 | +All participants should agree to abide by The Carpentries [Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html). |
16 | 35 |
|
17 | 36 | ## Authors |
18 | | -Library Carpentry is authored and maintained by the [community](https://github.com/LibraryCarpentry/lc-python-intro/network/members). |
| 37 | + |
| 38 | +Library Carpentry is authored and maintained through issues, commits, and pull requests from the community. |
19 | 39 |
|
20 | 40 | ## Citation |
21 | | -Please cite as: |
22 | | -Library Carpentry. Introduction to programming with Python. 2024. [https://librarycarpentry.org/lc-python-intro/](https://librarycarpentry.org/lc-python-intro/). |
| 41 | + |
| 42 | +(Add citation once Zenodo is updated) |
23 | 43 |
|
24 | 44 |
|
0 commit comments