https://github.com/andreww/python-intermediate-development-earth-sciences

Intermediate Research Software Development Skills In Python for Earth Sciences

https://github.com/andreww/python-intermediate-development-earth-sciences

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: plos.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Intermediate Research Software Development Skills In Python for Earth Sciences

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of carpentries-incubator/python-intermediate-development-earth-sciences
Created over 2 years ago · Last pushed over 2 years ago

https://github.com/andreww/python-intermediate-development-earth-sciences/blob/gh-pages/

[![DOI](https://zenodo.org/badge/257930838.svg)](https://zenodo.org/badge/latestdoi/257930838)

**Note that the lesson material can change at any point - if you are planning a workshop using this material, 
either let the maintainers know or make sure you use your own fork of the lesson.**

# Intermediate Research Software Development Skills In Python for Earth Sciences

This lesson teaches intermediate-level course in research software engineering and development skills and collaborating as part of a 
team (using Python as an example language) to Earth scientists using analysis of river catchment data as an example project. It has been
based off the [original lesson on intermediate research software skills in The Carpentries Incubator](https://github.com/carpentries-incubator/python-intermediate-inflammation). 

### Target Audience
A typical learner for this course may be someone who has gained basic software development skills either by 
self-learning or attending a foundational course such as the novice [Software Carpentry Python course][swc-lessons]. 
However, their software 
development-related projects are now becoming larger and more complex and they need more 
intermediate software engineering skills to help them design more robust software code, 
automate the process of testing and verifying its correctness and support collaborations with others.

### Lesson Status

The lesson is currently in beta - it has been tested extensively with 
different cohorts by the lesson authors as well as independently by people not directly involved in the lesson development
and is in a good state to be reused and taught by others.

## Teaching the Lesson

The lesson is suitable for both instructor-led teaching or guided self-learning where instructors provide help 
and answer questions (synchronously or asynchrounously) as learners go through the course on their own. 
Initially, in sections 1-3 of the lesson, 
learners are working on a software project and going though exercises individually.
In sections 4 and 5, they are grouped and work in teams,
as they would when collaborating on a team software project development.

The lesson has 5 sections; 
each section can be delivered or worked through in self-learning mode over a half a day to a day, 
depending on the pace.
We would recommend setting aside one day per section to make sure the delivery is not rushed. 

If you would like to teach this lesson to your audience and help with more beta testing, 
please let the lesson developers know by opening an [issue](https://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/issues/new?assignees=&labels=pilot&template=lesson-pilot-issue-template.md&title=) with your workshop details and a 
label ![pilot](https://shields.io/badge/-pilot-31E930).

## Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any
questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarise yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
the [more detailed guidelines][lesson-example] on proper formatting, instructions on compiling and rendering the lesson locally, and 
making any changes and adding new content or episodes.

Please see the current list of [issues][issues] for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git
by Scott Chacon.
Look for tags ![good_first_issue](https://img.shields.io/badge/-good%20first%20issue-blueviolet.svg) or
![help_wanted](https://img.shields.io/badge/-help%20wanted-green.svg). 
This indicates that the maintainers will welcome pull requests fixing such issues.

## Maintainer(s)

Current maintainers of this lesson (in alphabetical order) are:

* [Doug Lowe][doug-lowe]
* [Anja Le Blanc](https://github.com/AnjaLeBlanc)

The maintainer team aims to meet at 11:00 UK time (BST or GMT) on the fourth Wednesday each month. The meetings alternate between operations meetings and co-working sprints.
Meeting notes are kept in the [Google doc](https://docs.google.com/document/d/1-SvoY_2GvlQgJnu8zfr6VnU7sev_iWZAIwBUywNSfWE/edit#).

## Authors

A list of people who authored the lesson can be found in [AUTHORS](AUTHORS).

## Licence

Instructional material from this lesson is made available under the
[Creative Commons Attribution][cc-by-human] ([CC BY 4.0][cc-by-legal]) licence. Except where
otherwise noted, example programs and software included as part of this lesson are made available
under the [MIT licence][mit-license]. For more information, see [LICENSE.md](LICENSE.md).

## Citation

To cite this lesson, please consult with [CITATION](CITATION).

## Contact

To get in touch with the lesson maintainers, send an email to [Doug Lowe](mailto:Douglas.Lowe@manchester.ac.uk).

## Acknowledgements

The development of this lesson has been supported by the [NERC grant NE/Y003616/1](https://gotw.nerc.ac.uk/list_full.asp?pcode=NE%2FY003616%2F1&classtype=&cookieConsent=A) 
and the [NERC grant NE/X009181/1](https://gotw.nerc.ac.uk/list_full.asp?pcode=NE%2FX009181%2F1). 
The original lesson this lesson is based on was supported by the [UK's Software Sustainability Institute][ssi] via the [EPSRC, BBSRC, ESRC, NERC, AHRC, STFC and MRC grant EP/S021779/1](https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/S021779/1). 

[swc-lessons]: https://software-carpentry.org/lessons/
[best-practices]: http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745
[good-practices]: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510
[programming-with-python]: https://swcarpentry.github.io/python-novice-inflammation/
[lesson-example]: https://carpentries.github.io/lesson-example
[issues]: ../../issues
[steve-crouch]: https://github.com/steve-crouch
[james-graham]: https://github.com/jag1g13
[aleksandra-nenadic]: https://github.com/anenadic
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
[mit-license]: https://opensource.org/licenses/MIT
[styles]: https://github.com/carpentries/styles/
[ssi]: https://software.ac.uk/
[matthew-bluteau]: https://github.com/bielsnohr
[doug-lowe]: https://github.com/douglowe
[kamilla-kopec-harding]: https://github.com/kkh451

Owner

  • Name: Andrew Walker
  • Login: andreww
  • Kind: user

GitHub Events

Total
Last Year