Summer of Code programs
GSOC

Public Lab has received support for fellows to work on Public Lab software projects via several "Summer of Code" style programs including [Google's Summer of Code program](https://summerofcode.withgoogle.com) -- 2021 is our eighth great year of open-source coding with GSoC! In 2017 and 2018 we also joined the [Rails Girls Summer of Code](https://railsgirlssummerofcode.org/) program, and in 2018 we participated in [Outreachy](https://outreachy.org). This is a key way that we are able to develop our collaborative platform (this website) as well as [other Public Lab coding projects](/developers). > We especially welcome contributions from people from groups underrepresented in free and open source software! ## How to apply Want to get involved? As a first step, **we ask everyone to complete a “first-timers-only” issue**, which you can find on our Welcome page at https://code.publiclab.org. While it’s helpful to have some experience with the Git version tracking system, we have [guides to help you go through this process](/developers#Resources), and will be there to help you get your code posted. Almost all of our code is in Ruby on Rails and JavaScript, so basic familiarity with these systems is a plus. We have a chatroom at https://publiclab.org/chat where you can get help pretty much any time. **** ### Project ideas We kick off each season with a big brainstorm of ideas. You can find this year's discussion here: (Coming soon!) Last years can be found here: https://github.com/publiclab/plots2/issues/7360 Our [Summer of Code Ideas Page](/gsoc-ideas) will list the **final brainstormed ideas** that come out of this process. **** ### Call for proposals We have not yet opened our call for proposals, but [you can read last year's here](https://github.com/publiclab/plots2/issues/6285), to get ready! Feel free to ask questions there as well until the 2020 call is posted. Thanks! You can see past years' calls for proposals lists here: https://publiclab.org/tag/call-for-proposals The call for proposals asks people to post their proposals using this template: https://publiclab.org/gsoc-application-template We encourage people to leave comments, encouragement, tips, and questions on each others' proposals in a community fashion, and to be **friendly and welcoming** to one another! **** ## How we work Over recent years, we’ve steadily refined a workflow that helps new contributors get plugged into our community and code with a warm welcome, and aims to support building skills incrementally and cooperatively. We’re always looking for ways to improve, and welcome feedback! Once you are comfortable with our workflow by completing a `first-timers-only` issue (see above) we’d like to ask that you compile your project steps into a planning issue, which [you can learn about here](/notes/warren/01-18-2018/software-outreach-modularity-is-great-for-collaboration). You can see examples here: https://github.com/publiclab/plots2/labels/planning At this point, we recommend you begin going through the task list, creating a pull request like a mini-project for each task. Each one will ideally have tests, and we can help you develop these. As you progress, we encourage contributors to grow as leaders by reviewing others’ pull requests, helping troubleshoot, and also taking small parts of your project to post as “first-timers-issues” for someone else. You can read more about these steps at https://publiclab.org/software-outreach and https://github.com/publiclab/plots2/labels/support. Your code will be reviewed, supported and troubleshooted (troubleshot?) and potentially published to our live site as often as once a week, and you’ll be able to see it running and get feedback from people about it to inform your work. Towards the end of your project, we’ll encourage you to take remaining pieces you’d like to see followed-up on in the future, and describe them with enough information for others to take up and complete. This could be in the form of “first-timers-only” issues, or “break-me-up” issues that list out steps that can be adapted into small stand-alone tasks. ### What makes a good project Hi all, at Public Lab, @emash and @warren brainstormed on this a bit, and we felt that a good project: - can be broken into smaller parts that can be merged into our main branch on at least a weekly basis - could be completed as a "small" initial version (MVP) that is later expanded on or refined - has an integrated recruitment plan, i.e. the student has plans to recruit others into the project and designs the project for this - has background/context/historic info readily available to inform the work - is generally self contained - all the code in one place (or clear integration guidelines provided) - contributes to our software roadmap - (stability, maintainability, low technical debt, legible: https://publiclab.org/notes/warren/05-22-2019/draft-of-a-public-lab-software-roadmap-comments-welcome) - solves priority issues for Public Lab's broader community - provides a feeling of accomplishment! - helps students build skills/portfolio - is a "cool new thing" (but not all the projects we NEED done fulfill this...!) - has a good plan for integration/publication to the live production environment, and schedules time for this ### Evaluations We've posted various guidance on how we do evaluations in our Summer of Code programs. Here is a short collection of suggestions and info! * https://github.com/publiclab/plots2/issues/5930 * https://publiclab.org/notes/warren/08-20-2019/wrapping-up-outreachy-and-gsoc-2019 ## Using Milestones and Planning issues You have been selected for the Summer of Code Program, congratulations! The first thing you should think about in your first week is breaking down your projects into small chunks. Use this link as a resource on how to break down the tasks needed for your project https://publiclab.org/notes/warren/01-18-2018/software-outreach-modularity-is-great-for-collaboration Once you have broken down your tasks, the next thing to do is create an issue to list all the tasks needed for your project. You could use a format similar to these issues: * https://github.com/publiclab/plots2/issues/8513 * https://github.com/publiclab/plots2/issues/9069 Using the checklists and creating an issue for each task before the implementation period helps the mentors know what is expected and they can also help you break down or modify the tasks. Please also note that the tasks do get updated, modified, or added throughout the project, you need to be flexible and adaptable to that. Also, we encourage you to create a milestone that will track the progress of your completed task. Once a task is completed and marked as done on the issue checklist, or an issue /PR has been closed or merged add it to the milestone. Have a look at this link to learn more about milestones: https://docs.github.com/en/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones/about-milestones You are always welcome to reach out and ask any questions **** # Questions [questions:soc] ## Activities [activities:soc] **** ### Mentoring What does it mean to be a mentor? Mentors **check in with a student at least once per week** roughly from May-August, and offer some project management guidance and encouragement... while relying on the [plots-dev list](/wiki/developers) and the `@publiclab/reviewers` group on GitHub to provide code-specific input, so that we share the burden of specific technical support. This means that **to be a mentor you don't necessarily need to know how to code** -- we need mentors who know Public Lab's community and practices well, and who can encourage students to speak up when they get stuck, and to ask the community for input and testing of their work. Students often get stuck when they don't know how something should look, or how a feature might be used by the community -- contextual info! If you're interested in being a mentor, email the developers list or jeff@publiclab.org -- and read over our [software outreach resources](/software-outreach) to get an idea of how we work! Some more resources on mentoring: * our [Summer of Code workflow](https://opensource.googleblog.com/2016/12/google-summer-of-code-2016-wrap-up_21.html) * read [different ways to mentor in this post](/notes/warren/11-08-2016/help-public-lab-s-software-grow-by-joining-a-supportive-team) -- we need various types! * read about [what reviewers do day-to-day on Public Lab code projects](/wiki/developers#Reviewers) * read about [our commitment to modularity](/notes/warren/01-18-2018/software-outreach-modularity-is-great-for-collaboration), very important in how we ask contributors to work * read over our [software outreach strategies](/software-outreach) * http://write.flossmanuals.net/gsoc-mentoring/ also has a lot of resources on mentoring, though not specific to Public Lab **** ### Communication We do occasional chat or video sessions, and mentors rely on each other quite a bit, in [the chatroom](/chat) and [on the plots-gsoc list](/developers). ### Benefits Our code contributor community is built on a commitment to mutual benefit -- we can’t create good software without welcoming in newcomers, and we are deeply invested in supporting contributors to learn new skills and grow as coders, designers, project leaders, and “cooperators”. Unlike many open source communities, much of our capacity is aimed at helping people become proficient coders, and to learn and apply principles such as code modularity, test-driven development, and more, as outlined at https://publiclab.org/software-outreach. But we also seek to change coding culture by recognizing how important communication, mutual support, and affirmative and welcoming tone are. As part of this, we seek to improve ourselves and help contributors learn how to support one another, welcome in a diverse and inclusive community, and build a more positive and equitable society by doing things a little differently. **** ### Past years * 2019: #soc-2019 #outreachy-2019 * 2018: #soc-2018 #outreachy-2018 * Starting in 2017, we began using tags to organize content, such as #soc-2017 * [Call for proposals](/notes/warren/02-28-2017/call-for-proposals) and [wrap-up](/notes/warren/09-07-2017/wrapping-up-google-summer-of-code-2017-at-public-lab) * [GSOC 2016](/wiki/gsoc-2016) program, projects, students and mentors * [GSOC 2015](/wiki/gsoc-2015) program (application only), projects, students and mentors * [GSoC 2014](/wiki/gsoc-2014) program, projects, students and mentors * [GSoC 2013](/wiki/gsoc-2013) program * [GSoC 2013 mentors & proposals](http://publiclab.org/wiki/gsoc-2013-mentors-and-student-proposals) **** ### Updates [notes:soc] ...


Author Comment Last activity Moderation
warren "Hi, Mayank - thanks for your proposal! A few questions, but I'm happy to help you think through them. I'd like to think about how the tagging inte..." | Read more » over 7 years ago
warren "Great, thank you, all - I do want to say, when it comes to scheduling your work, we ask students to submit new code in small chunks which are self..." | Read more » over 7 years ago
warren "Hi, this is very thorough and impressive, thank you! Just some notes and questions, in no particular order: For GPU, I think we should make this ..." | Read more » over 7 years ago
warren "Hi, @ccpandhare, @siaw23, @mkashyap354, @Ashan, @Khamba, @mridulnagpal, @ryzokuken, @inzamam - Thanks for all your submissions; I'm going through t..." | Read more » over 7 years ago
ccpandhare "Sorry, there was some formatting error earlier. I have fixed that now. Was working fine when I pasted it, but got distorted upon submission. " | Read more » over 7 years ago
ccpandhare "@warren @liz Please review! " | Read more » over 7 years ago
warren "Hi, @ryzokuken -- I'm happy to meet tomorrow, but if you could try putting in some of your next questions here, it'll be easier for us to all stay ..." | Read more » over 7 years ago
ryzokuken "Thanks for the feedback and appreciation, @warren and @stevie. I've thought over some of these issues, and would definitely love to discuss those. ..." | Read more » over 7 years ago
stevie "Hi there, I'm also wondering about where it would live. I think a lot of first time PL users don't see or go to the chat, so I'm wondering if a bot..." | Read more » over 7 years ago
warren "Hi, so on number 1, would that run in our chatroom, or where exactly? Do you have some ideas on one to run on submitted questions, for example? May..." | Read more » over 7 years ago
warren "Ah this is super helpful, thank you @ryzokuken. " | Read more » over 7 years ago
ryzokuken "@warren @liz @stevie Updated the note... Hope you guys find it up to the mark. There is some issue with the markdown being rendered, will look into..." | Read more » over 7 years ago
Ashan "Wow, thanks for the feedback. hmm, as you have mentioned for commenting, a small comment button next to pencil button might do the job. Yes, Due t..." | Read more » over 7 years ago
warren "This is great to hear, @Ashan -- I've been thinking about how we could use inline tags to make this possible, but it's a challenge. Some things to ..." | Read more » over 7 years ago
warren "Hi, all - beginning to incorporate some of these ideas into a concrete "tasks" listing and a kind of welcome page for those helping lead our softwa..." | Read more » over 7 years ago
warren "Yes, actually if you wanted to try to install an external module like https://github.com/publiclab/PublicLab.Editor/ or https://github.com/publicla..." | Read more » over 7 years ago
warren "Also, it's hard to tell, but I'm not sure it's Arduino-compatible, from what little information I could find... although they play a transmission a..." | Read more » over 7 years ago
warren "Actually I can't find a link to the code or any working systems... did you see any? " | Read more » over 7 years ago
warren "Oh cool! I wonder how modular their code is, and if parts of WebJack and Peegar may be interchangeable -- the better to push this work forward. " | Read more » over 7 years ago
cfastie "Peegar is an academic project at the University of Tokyo which provides browser-based graphical programming of a microcontroller. It "uses audio c..." | Read more » over 7 years ago
ryzokuken "@warren Totally forgot that I have this week off as a holiday. Monday is the main festival (BTW, Happy Holi, everyone) but I'll try to stay online ..." | Read more » over 7 years ago
ryzokuken "On Monday, I would be free from around 4 PM in the evening to around 12 - 2 AM in the midnight. Considering you to be in the Eastern Standard Time ..." | Read more » over 7 years ago
warren "Hi, I'm happy to meet with you perhaps on Monday -- what times are you free? And as to the scripts, I think starting with a hard-coded one is a goo..." | Read more » over 7 years ago
inzamam "I'm using windows. i get the error while bundle install. can anyone please help me? Applying C:/RailsInstaller/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/l..." | Read more » over 7 years ago