Library Carpentry lesson: An introduction to Git. What We Will Try to …
Library Carpentry lesson: An introduction to Git. What We Will Try to Do Begin to understand and use Git/GitHub. You will not be an expert by the end of the class. You will probably not even feel very comfortable using Git. This is okay. We want to make a start but, as with any skill, using Git takes practice. Be Excellent to Each Other If you spot someone in the class who is struggling with something and you think you know how to help, please give them a hand. Try not to do the task for them: instead explain the steps they need to take and what these steps will achieve. Be Patient With The Instructor and Yourself This is a big group, with different levels of knowledge, different computer systems. This isn’t your instructor’s full-time job (though if someone wants to pay them to play with computers all day they’d probably accept). They will do their best to make this session useful. This is your session. If you feel we are going too fast, then please put up a pink sticky. We can decide as a group what to cover.
Critical Perspectives on Open Education Short Description: This book represents a starting …
Critical Perspectives on Open Education
Short Description: This book represents a starting point towards curating and centering marginal voices and non-dominant epistemic stances in open education. It includes the work of 43 diverse authors whose perspectives challenge the dominant hegemony.
Long Description: Open education is at a critical juncture. It has moved on from its northern roots and is increasingly being challenged from its own periphery. At the same time, it finds itself marginalised and under threat in an educational sector infiltrated by corporate interests. However, rather than bunkering down, becoming blinkered or even complacent, the editors of this volume believe that the voices from the periphery should be amplified. This book represents a starting point towards curating and centering marginal voices and non-dominant epistemic stances in open education, an attempt at critical pluriversalism. It is a curated collection of 38 blog posts, lectures, talks, articles, and other informal works contributed by 43 diverse authors/co-authors and published since 2013. Each of these contributions offers a perspective on open education that can be considered marginal and that challenges the dominant hegemony.
Word Count: 3186
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Critical Perspectives on Open Education Short Description: This book represents a starting …
Critical Perspectives on Open Education
Short Description: This book represents a starting point towards curating and centering marginal voices and non-dominant epistemic stances in open education. It includes the work of 43 diverse authors whose perspectives challenge the dominant hegemony.
Long Description: Open education is at a critical juncture. It has moved on from its northern roots and is increasingly being challenged from its own periphery. At the same time, it finds itself marginalised and under threat in an educational sector infiltrated by corporate interests. However, rather than bunkering down, becoming blinkered or even complacent, the editors of this volume believe that the voices from the periphery should be amplified. This book represents a starting point towards curating and centering marginal voices and non-dominant epistemic stances in open education, an attempt at critical pluriversalism. It is a curated collection of 38 blog posts, lectures, talks, articles, and other informal works contributed by 43 diverse authors/co-authors and published since 2013. Each of these contributions offers a perspective on open education that can be considered marginal and that challenges the dominant hegemony.
Word Count: 83220
ISBN: 978-1-989014-22-6
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
This lesson is part of the Software Carpentry workshops that teach how …
This lesson is part of the Software Carpentry workshops that teach how to use version control with Git. Wolfman and Dracula have been hired by Universal Missions (a space services spinoff from Euphoric State University) to investigate if it is possible to send their next planetary lander to Mars. They want to be able to work on the plans at the same time, but they have run into problems doing this in the past. If they take turns, each one will spend a lot of time waiting for the other to finish, but if they work on their own copies and email changes back and forth things will be lost, overwritten, or duplicated. A colleague suggests using version control to manage their work. Version control is better than mailing files back and forth: Nothing that is committed to version control is ever lost, unless you work really, really hard at it. Since all old versions of files are saved, it’s always possible to go back in time to see exactly who wrote what on a particular day, or what version of a program was used to generate a particular set of results. As we have this record of who made what changes when, we know who to ask if we have questions later on, and, if needed, revert to a previous version, much like the “undo†feature in an editor. When several people collaborate in the same project, it’s possible to accidentally overlook or overwrite someone’s changes. The version control system automatically notifies users whenever there’s a conflict between one person’s work and another’s. Teams are not the only ones to benefit from version control: lone researchers can benefit immensely. Keeping a record of what was changed, when, and why is extremely useful for all researchers if they ever need to come back to the project later on (e.g., a year later, when memory has faded). Version control is the lab notebook of the digital world: it’s what professionals use to keep track of what they’ve done and to collaborate with other people. Every large software development project relies on it, and most programmers use it for their small jobs as well. And it isn’t just for software: books, papers, small data sets, and anything that changes over time or needs to be shared can and should be stored in a version control system.
No restrictions on your remixing, redistributing, or making derivative works. Give credit to the author, as required.
Your remixing, redistributing, or making derivatives works comes with some restrictions, including how it is shared.
Your redistributing comes with some restrictions. Do not remix or make derivative works.
Most restrictive license type. Prohibits most uses, sharing, and any changes.
Copyrighted materials, available under Fair Use and the TEACH Act for US-based educators, or other custom arrangements. Go to the resource provider to see their individual restrictions.