2 Syllabus for Open Source Software Development
I 320D - Topics in Human-Centered Data Science : Open Source Software Development
2.1 Syllabus
Archived Version from Spring 2023
Official, updated version of syllabus always online at:
https://howisonlab.github.io/open_source_software_course/oss_syllabus.html
Class server at Edupod Rstudio.
Jump to Course Outline
Course | I 320D Topics in Human-Centered Data Science : Open Source Software Development |
---|---|
Professor | James Howison |
Meeting Time | Mondays and Wednesdays 9:30-10:45 |
Location | SZB 5.414 |
Semester | Spring 2023 |
Unique No. | 28120 |
Office Hours | Wed 3-4pm via Zoom at https://utexas.zoom.com/my/howisonlab Contact via Canvas email if not in room |
Contact Email | jhowison@ischool.utexas.edu |
3 Objectives and Assignments
This course explores “open source software development” which is a name for the open collaborations that produce open source software. Open source software is a thing that is built by people, an artifact. But the way that it is developed, the way that people work together to build it is of great interest. “The open source way” is of practical interest for everyone building software, because open source development has lead the creation of ways of working used throughout software work. For social and organizational scholars, “the open source way” is of interest in advancing our theories of how people can work together and how technology matters.
The “open source way” is also known as “peer production” and that way of working extends beyond open source, to places like Wikipedia. Perhaps not coincidentally the Wikipedia page on Peer Production is quite useful:
A way of producing goods and services that relies on self-organizing communities of individuals. In such communities, the labor of a large number of people is coordinated towards a shared outcome.
As we learn about open source and peer production we’ll learn to distinguish it from different kinds of online collaborations, such as crowdsourcing, citizen science, question and answer sites, and mere sharing of code. Near synonyms for the way of working taught in this course are: “The open source way”, “Open collaboration”, “Open mass production”.
This is a course is about a sociotechnical phenomenon and it takes a sociotechnical approach. In practice this means that we’ll be learning both conceptual insight and practical skills. The course weaves together learning how to use key technologies of collaboration (e.g., git, github, travisCI, markdown) at the same time that we learn social and organizational theory about peer production (e.g., the role of copyright licenses, motivations of participants, governance models, coordination theory, models of collaboration risk, cultures of collaboration).
There are no prereqs for this course. While we will be discussing software development students will not be required to program. We will use the command line as we learn to use git
and github
everything will be covered in class. I try to build a set of analogies for git and github, going beyond teaching the commands to give ways to think about git.
Students will need access to a computer for classes, any version of Windows, Mac, or Linux will do. Students facing difficulties with their IT should contact the iSchool help desk (via help@ischool.utexas.edu) who can refer on to other resources as available.
3.1 Learning Objectives
Students will be able to:
- Understand what open source software is as an artifact
- Understand what is distinctive about the way that it is produced
- Know how to interact with open source software projects
- Know how the open source way has informed modern software development work (including in data science)
- Conceptually distinguish open source from other organizational forms or phenomena, such as corporations, crowdsourcing, open access publishing, and communities of practice.
- Reason about how, why, and when open source peer production works (and when it does not!)
- Engage critically with published research and popular discourse about open source
Practically students will be able to:
- Install and use
git
to manage versions in their own work - Participate in
github
hosted peer production (making and receiving pull requests) - Create and publish documents in
markdown
andwikitext
format - Ask technical questions that people want to answer
- Analyze trace data from open source software projects
3.2 Assessments
Assignment | Percentage of Course Grade | Due Date |
---|---|---|
Class Participation (discussion and activites) | 10% | Throughout course |
Technical challenges | 40% | Weekly homework challenges |
Git Analogies Paper (was Open Source Comparison Paper) | 20% | March 31 (was: Start of Spring Break) |
Open Source Trace Data analysis Project report | 25% | End of second last class week. Prior to Presentations |
Project presentation | 5% | Final Class Week |
There is no final exam for this course. 100-90:A, 90 > grade > 85: A-, 85 > grade > 80 B- and so on.
3.2.1 Participation in class discussion and activities
Students are expected to attend class and to participate in discussion and activities. Students should email the professor prior to class if they cannot make it. Material throughout the course builds on earlier material (both technical and conceptual). If you cannot make class you should refer to the online materials first and then consult with your classmates. Office hours are not for personal replays of teaching, nor can they compensate for not participating in discussion.
Hints on participation:
- Useful participation can come from asking questions if you don’t understand the point someone is making. If you have questions, very likely others do to.
- You can also summarize discussion which helps everyone by giving them something to test their understanding of the discussion.
- You can challenge or disagree with people, sometimes that can be introducing a counter-example or questioning whether evidence really means what the speaker originally thought.
- I really welcome examples from your own experience. For example if there is an organization, movement, or line of thought (modern/traditional) in your culture that relates to open source development, I would love that to be part of the discussion.
3.2.2 Technical Challenges
The course will have assignments based on the technical topics we are learning, including use of the DataCamp course (see below).
3.2.3 Papers and Projects
3.2.3.1 Analogies paper
See Canvas.
3.2.3.2 Paper or project
See Canvas.
3.2.4 Presentation
Students will create and give a presentation to present in the final week of classes. See Canvas for details.
3.2.5 Late submission policy
The late policy for papers/projects/presentation is a 10% reduction for submissions up to 24 hours after the due time, but zero points after that. You can, of course, contact me if you have an emergency.
3.3 Materials
There are no required texts for this course and no materials to purchase.
Readings, tutorials, and will be provided via pages linked from the class calendar below.
I will enroll the class in DataCamp, giving students free access to the DataCamp courses (including their premium courses). In particular we will be using their interactive course on git
during classes in the first half of the course. I encourage students to explore their other course options during the semester.
4 Course Outline
4.1 Draft Course Schedule
Table below shows classes and topics planned. Each class has both an insight (aka theory, conceptual) and a skills (aka tech, practical) component. These will become links to materials for the class.
Week | Day | Module | Topic | Day | Module | Topic |
---|---|---|---|---|---|---|
1 | Mon Jan 09 | Introduction | Syllabus Review | Wed Jan 11 | Introduction | Paper Planes: Innovation and collaboration |
2 | Mon Jan 16 | No Meeting | No meeting: MLK day | Wed Jan 18 | Skills |
Paper Planes: Version Control git add, commit via paper planes and tables |
3 | Mon Jan 23 | Insights | What is open source? Chapter 3 | Wed Jan 25 | Skills |
Git basic workflow Chapter 10 git add, commit (locally) |
4 | Mon Jan 30 | Insights | Motivations and Asking questions people want to answer Chapter 4 | Wed Feb 01 | No Meeting | No meeting: Ice Storm |
5 | Mon Feb 06 | Insights | Licenses Chapter 5 | Wed Feb 08 | Skills |
Rewinding work Chapter 11 revert, other undos, checking out old versions, rewriting history |
6 | Mon Feb 13 | Insights | Coordination Chapter 6 | Wed Feb 15 | Skills |
Branching Chapter 12 git checkout, merge. |
7 | Mon Feb 20 | No Meeting | No meeting: Instructor Travel | Wed Feb 22 | Skills |
Sharing and collaborating via github Chapter 13 git clone, remote, push |
8 | Mon Feb 27 | Insights | Governance and decision making Chapter 7 | Wed Mar 01 | Skills |
Collaboration conflicts and workflows Chapter 14 github fork, pull request, pull upstream |
9 | Mon Mar 06 | Insights | Knowledge sharing | Wed Mar 08 | Skills |
Splitting PRs Chapter 15 merge, conflicts, mark resolved, cherrypick, collaboration workflows |
10 | Mon Mar 13 | No Meeting | No meeting: Spring Break | Wed Mar 15 | No Meeting | No meeting: Spring Break |
11 | Mon Mar 20 | Insights | Bias and lack of diversity Chapter 8 | Wed Mar 22 | Skills |
Rebase Chapter 16 and Managing Secrets Chapter 17 git rebase |
12 | Mon Mar 27 | Insights | The stack and the stream Chapter 9 | Wed Mar 29 | Skills |
Git analogies paper workshop quarto and markdown |
13 | Mon Apr 03 | Insights | Agile and test driven development | Wed Apr 05 | Skills |
Final paper/project workshop quarto presentations |
14 | Mon Apr 10 | Insights | Cybersecurity and open source | Wed Apr 12 | Skills |
Final paper/project workshop quarto and markdown |
15 | Mon Apr 17 | Presentations | Presentations | Wed Apr 19 | Presentations | Presentations |
4.2 Skills Readings
4.3 Insight Readings
Often I can link directly to websites or PDFs, but sometimes I will provide links to articles in journals etc. You must be able to get the article through the library, generally speaking using the web VPN is the most convenient approach. Another option that can sometimes work is UnPaywall which works to find an open access article version when looking at a publisher’s page for the article.
5 Policies
5.1 Class Recordings
Class Recordings: Class recordings are reserved only for students in this class for educational purposes and are protected under FERPA. The recordings should not be shared outside the class in any form. Violation of this restriction by a student could lead to Student Misconduct proceedings. Guidance on public access to class recordings can be found here.
5.2 Academic Integrity
Each student in the course is expected to abide by the University of Texas Honor Code: “As a student of The University of Texas at Austin, I shall abide by the core values of the University and uphold academic integrity.” Plagiarism is taken very seriously at UT. Therefore, if you use words or ideas that are not your own (or that you have used in previous class), you must cite your sources. Otherwise you will be guilty of plagiarism and subject to academic disciplinary action, including failure of the course. In particular, students are reminded that proper citation requires mentioning sources when you use them, not just in a general list of references at the end of a document. You are responsible for understanding UT’s Academic Honesty and the University Honor Code which can be found at the following web address: http://deanofstudents.utexas.edu/sjs/acint_student.php
5.3 Student rights and responsibilities
- You have a right to a learning environment that supports mental and physical wellness.
- You have a right to respect.
- You have a right to be assessed and graded fairly.
- You have a right to freedom of opinion and expression.
- You have a right to privacy and confidentiality.
- You have a right to meaningful and equal participation, and to self-organize groups to improve your learning environment.
- You have a right to learn in an environment that is welcoming to all people. No student shall be isolated, excluded or diminished in any way.
With these rights come responsibilities:
- You are responsible for taking care of yourself, managing your time, and communicating with the teaching team and with others if things start to feel out of control or overwhelming.
- You are responsible for acting in a way that is worthy of respect and always respectful of others.
- Your experience with this course is directly related to the quality of the energy that you bring to it, and your energy shapes the quality of your peers’ experiences.
- You are responsible for creating an inclusive environment and for speaking up when someone is excluded. In particular, you are responsible for ensuring that your participation does not exclude the participation of others. Office hours are available for in-depth further discussion of advanced topics or other interests that pursuing in depth during class would exclude others.
- You are responsible for holding yourself accountable to these standards, holding each other to these standards, and holding the teaching team accountable as well.
5.4 Personal Pronoun Preference
Professional courtesy and sensitivity are especially important with respect to individuals and topics dealing with differences of race, culture, religion, politics, sexual orientation, gender, gender variance, and nationalities. Class rosters are provided to the instructor with the student’s legal name. I will gladly honor your request to address you by an alternate name or gender pronoun. Please advise me of this preference early in the semester so that I may make appropriate changes to my records.
5.5 Drop Policy
If you want to drop a class after the 12th class day, you’ll need to execute a Q drop before the Q-drop deadline, which typically occurs near the middle of the semester. Under Texas law, you are only allowed six Q drops while you are in college at any public Texas institution. For more information, see: http://www.utexas.edu/ugs/csacc/academic/adddrop/qdrop
International students must meet with the international office before dropping a class that would put them below full-time status. Although it is worth noting that there are legitimate reasons that allow International students to be below full-time status, so if you think you are failing a course (or just performing below your expectations) don’t make assumptions either way, speak with the international office to discover your options.
5.6 University Resources for Students
Your success in this class is important to me. We will all need accommodations at different times because we all learn differently. If there are aspects of this course that prevent you from learning or exclude you, please let me know as soon as possible. Together we’ll develop strategies to meet both your needs and the requirements of the course. There are also a range of resources on campus, detailed below.
5.6.1 Accessible/Compliant Statement:
If you are a student with a disability, or think you may have a disability, and need accommodations please contact Disability and Access (D&A). You may refer to D&A’s website for contact and more information: http://diversity.utexas.edu/disability/. If you are already registered with D&A, please deliver your Accommodation Letter to me as early as possible in the semester so we can discuss your approved accommodations.
5.6.2 Accessible, Inclusive, and Compliant Statement:
The university is committed to creating an accessible and inclusive learning environment consistent with university policy and federal and state law. Please let me know if you experience any barriers to learning so I can work with you to ensure you have equal opportunity to participate fully in this course. If you are a student with a disability, or think you may have a disability, and need accommodations please contact Disability and Access (D&A). Please refer to D&A’s website for contact and more information: http://diversity.utexas.edu/disability/. If you are already registered with D&A , please deliver your Accommodation Letter to me as early as possible in the semester so we can discuss your approved accommodations and needs in this course.
5.6.3 Counseling and Mental Health Center
All of us benefit from support during times of struggle. You are not alone. There are many helpful resources available on campus and an important part of the college experience is learning how to ask for help. Asking for support sooner rather than later is often helpful.
If you or anyone you know experiences any academic stress, difficult life events, or feelings like anxiety or depression, we strongly encourage you to seek support. http://www.cmhc.utexas.edu/individualcounseling.html
5.6.4 The Sanger Learning Center
All students, including graduate students, are welcome to take advantage of Sanger Center’s classes and workshops, private learning specialist appointments, peer academic coaching, and tutoring for more than 70 courses in 15 different subject areas. For more information, please visit https://ugs.utexas.edu/slc/grad or call 512-471-3614 (JES A332).
5.6.5 University Writing Center free programs for grad students
5.6.6 Libraries
5.6.7 IT services
5.6.8 Student Emergency Services
5.6.9 Important Safety Information
If you have concerns about the safety or behavior of fellow students, TAs or Professors, call BCAL (the Behavior Concerns Advice Line): 512-232-5050. Your call can be anonymous. If something doesn’t feel right—it probably isn’t. Trust your instincts and share your concerns.
The following recommendations regarding emergency evacuation from the Office of Campus Safety and Security, 512-471-5767, http://www.utexas.edu/safety/
Occupants of buildings on The University of Texas at Austin campus are required to evacuate buildings when a fire alarm is activated. Alarm activation or announcement requires exiting and assembling outside.
- Familiarize yourself with all exit doors of each classroom and building you may occupy. Remember that the nearest exit door may not be the one you used when entering the building.
- Students requiring assistance in evacuation shall inform their instructor in writing during the first week of class.
- In the event of an evacuation, follow the instruction of faculty or class instructors. Do not re-enter a building unless given instructions by the following: Austin Fire Department, The University of Texas at Austin Police Department, or Fire Prevention Services office.
- Link to information regarding emergency evacuation routes and emergency procedures can be found at: http://www.utexas.edu/emergency