All Projects → mozillascience → Studygrouplessons

mozillascience / Studygrouplessons

Licence: mit
One-hour introductory lessons on ideas and tools in coding and data wrangling for research.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Studygrouplessons

Software Architect Roadmap
Software architect roadmap
Stars: ✭ 640 (+487.16%)
Mutual labels:  skills
Resume
( Software Engineer, Back-End developer (.NET, .NET CORE))
Stars: ✭ 13 (-88.07%)
Mutual labels:  skills
R Raster Vector Geospatial
Introduction to Geospatial Raster and Vector Data with R
Stars: ✭ 76 (-30.28%)
Mutual labels:  lesson
Alexa Skills Kit Sdk For Python
The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 678 (+522.02%)
Mutual labels:  skills
Sourcerer App
🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
Stars: ✭ 6,645 (+5996.33%)
Mutual labels:  skills
Image Processing
Image Processing with Python
Stars: ✭ 34 (-68.81%)
Mutual labels:  lesson
Mycroft Skills
A repository for sharing and collaboration for third-party Mycroft skills development.
Stars: ✭ 626 (+474.31%)
Mutual labels:  skills
Java Skills
♨️ In this repository, you can get many Java skills.
Stars: ✭ 102 (-6.42%)
Mutual labels:  skills
Algo.js
A Very Basic into Intermediate Algorithm Lesson
Stars: ✭ 11 (-89.91%)
Mutual labels:  lesson
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+7856.88%)
Mutual labels:  skills
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+595.41%)
Mutual labels:  skills
H5skills
移动端开发技巧集合
Stars: ✭ 776 (+611.93%)
Mutual labels:  skills
Python Aos Lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 49 (-55.05%)
Mutual labels:  lesson
Interpy Zh
📘《Python进阶》(Intermediate Python 中文版)
Stars: ✭ 5,964 (+5371.56%)
Mutual labels:  skills
Waveforms
An interactive, explorable explanation about the peculiar magic of sound waves.
Stars: ✭ 1,218 (+1017.43%)
Mutual labels:  lesson
Getting A Gig
Guide for getting a gig as a tech student.
Stars: ✭ 6,185 (+5574.31%)
Mutual labels:  skills
Botframework Solutions
Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
Stars: ✭ 965 (+785.32%)
Mutual labels:  skills
Python Novice Gapminder
Plotting and Programming in Python
Stars: ✭ 109 (+0%)
Mutual labels:  lesson
Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (-52.29%)
Mutual labels:  skills
Devradar
Competence Management for developers
Stars: ✭ 56 (-48.62%)
Mutual labels:  skills

Mozilla Study Group Lessons

Let's build a collection of introductory lessons for short tutorials on scientific coding, writing, data management and anything else connected to open science, that people can deliver to a Study Group in their labs and departments.

What's a Mozilla Study Group and How do I Start One?

Mozilla Study Groups are a great casual way to get people from your field together to share their skills in computing and data management, in a relaxed, no-pressure environment with friends and colleagues, and to create a space where it's okay to ask any question you like. The goal should be to help everyone get some hands-on practice with a new idea or tool they can use in their every-day research, and support each other as we learn.

Want to start your own? Check out our how to guide, and our quick-start Mozilla Study Group website kit.

Where We Are

People are starting coding meetups for scientists and researchers around the world, both with us and on their own. Check out the map of Study Groups, see if there's one near you, or add your own by sending us a pull request (add yourself to whereWeAre.geojson), or open an issue and we'll add you.

For help getting your longitude and lattitude pre-formatted in geojson, find yourself on this awesome web app.

<script src="https://embed.github.com/view/geojson/mozillascience/studyGroupLessons/master/whereWeAre.geojson"></script>

What is a Study Group Lesson Like?

A good Study Group lesson should be a tutorial that's as hands on as possible - an hour-long lecture just doesn't have the same effect. To create a successful tutorial, keep the following in mind:

  • Give participants challenge questions to try out their new skills as often as possible; never lecture for more than five minutes at a stretch.
  • Go as slow as the participants need; never rush to get through all the material.
  • Encourage people to work together and chat about what they're learning and how they might use it.
  • Try to come up with examples that are relevant and interesting from your field of study.

Have a look in the template directory of this repository for some more details.

Contribution Guidelines

If you'd like to contribute a new lesson, write it up in a new repo following these guidelines:

  • put the lesson script in README.md, with your name, subject area and lesson topic at the top.
  • make sure to include an open source LICENSE file.
  • make sure all data / examples / figures / anything else you want are all included in your repo.
  • Here's an example of all that.

Then, add your repo to this one as a Submodule.

Using Submodules

Submodules are super handy for making a loose federation of resources like these, but are relatively rarely used; here's a primer.

Adding a new lesson

In this repo, do

git submodule add <url of your new lesson repo> <name to use for this lesson>

then commit, push and pull request as usual. That's it! Please prefix the name of the submodule with the relevant language or technology, like R-, python- etc.

Pulling down lessons locally

Clone this repo as usual:

git clone https://github.com/mozillascience/studyGroupLessons

You'll see directories for all the different lessons, but they'll be empty. Tell git you're going to be using submodules (only need to do this once for this project):

git submodule init

Then, you can pull down individual submodules like so (replace awk-lesson with the name of the submodule you want):

git submodule update awk-lesson

Finally, pull down new changes to lessons in future via:

git pull upstream master
git submodule update awk-lesson
Updating Submodule Pointers

(Note: maintainers of this repo will do this automatically regularly - contributors shouldn't need to do this)

git submodule update --remote

Need Help?

Not comfortable with Markdown or Git? That's ok! If Markdown isn't your thing, just cut and paste your notes into a plain text file, and we'll help you format them; if you're unsure of git, open a new issue and we'll help get you included.

Don't have a local Mozilla Study Group? That's also ok! We're collecting and sharing lessons from everyone who would like to write one, whether they are involved with a Mozilla Study Group or not. And if you'd like to start your own Mozilla Study Group, don't miss the how-to guide.

Check Out Our Friends!

There are groups that have been meeting & sharing their work for some time now - check out the list in the Mozilla Study Group Handbook, and send us your own if you'd like us to help share your work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].