├── .DS_Store ├── 1.png ├── LICENSE └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anubhavpulkit/Open-Source-Events/e442221706f79f6e5e7c83b0d5069a839842f0ae/.DS_Store -------------------------------------------------------------------------------- /1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anubhavpulkit/Open-Source-Events/e442221706f79f6e5e7c83b0d5069a839842f0ae/1.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [2020] [Anubhav Singh] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | ### Introducing Open Source Events ✌️
26 |
27 | This is a collection of ***Open Source events and Hackathons*** on a monthly basis. Students always forget the dates of Open Source event and recall after the date is over to fill the form. 🤟
28 |
29 | - [January](https://github.com/anubhavpulkit/Open-Source-Events#-footprints-january-seedling-)
30 | - [February](https://github.com/anubhavpulkit/Open-Source-Events#-raising_hand_man-february-herb-)
31 | - [March](https://github.com/anubhavpulkit/Open-Source-Events#-man_technologist-march-four_leaf_clover-)
32 | - [April](https://github.com/anubhavpulkit/Open-Source-Events#-walking-april-bulb)
33 | - [May](https://github.com/anubhavpulkit/Open-Source-Events#-massage_man-may-full_moon_with_face)
34 | - [June](https://github.com/anubhavpulkit/Open-Source-Events#-running-june-hourglass_flowing_sand-)
35 | - [July](https://github.com/anubhavpulkit/Open-Source-Events#-horse_racing-july-computer-)
36 | - [August](https://github.com/anubhavpulkit/Open-Source-Events#-beers-august-mag)
37 | - [September](https://github.com/anubhavpulkit/Open-Source-Events#-taxi-september-spades)
38 | - [October](https://github.com/anubhavpulkit/Open-Source-Events#-motorcycle-october-dart-)
39 | - [November](https://github.com/anubhavpulkit/Open-Source-Events#-red_car-november-trophy-)
40 | - [December](https://github.com/anubhavpulkit/Open-Source-Events#-earth_americas-december-flight_departure-)
41 |
42 |
43 |
44 | # :footprints: `January` :seedling:
45 |
46 | - ## :high_brightness: Open Source Event
47 |
48 | ### 1- Google Summer of Code [Link](https://summerofcode.withgoogle.com)
49 | Organisation form start
50 | >- ***Google Summer of Code*** is a global program focused on introducing students to open source software development. Students work on a 3-month programming project with an open-source organization during their break from university.
51 | ### 2- JIIT Open-Source Developers Circle [Link](https://jiitodc.netlify.app/)
52 | Student Application form open
53 | >- ***JIIT Month of Code*** is an online programme by the open-source club of Jaypee Institute of Information Technology, JIIT Noida-128, the JODC, focused on introducing students to open source software development and documentation writing.
54 |
55 | ### 3- GirlScript Summer of Code [Link](https://www.gssoc.tech)
56 | Mentor Application Start
57 | >- ***GirlScript Summer of Code*** is the 3 months long Open Source program during summers conducted by GirlScript Foundation, started in 2018, intending to help beginners get started with Open Source Development while encouraging diversity.
58 | ### 4- Outreachy [Link](https://www.outreachy.org)
59 | >- ***Outreachy*** provides internships to work in open source and free software. Outreachy internships are open to applicants around the world. Interns work remotely and are not required to move. Interns are paid a stipend of $5,500 for the three-month internship. Interns have a $500 travel stipend to attend conferences or events.
60 |
61 | ### 5- OpenCode IIITA [Link](https://opencodeiiita.github.io)
62 | >- ***OpenCode*** is a month-long program for students to start their journey in the world of open-source. It starts in January.
63 | The Only requirement is an enthusiastic heart to learn.
64 | ### 6- Summer of Bitcoin [Link](https://www.summerofbitcoin.org/)
65 | >- ***Summer of Bitcoin*** a global, online summer internship program focused on introducing university students to bitcoin open-source development and design
66 |
67 |
68 | # :raising_hand_man: `February` :herb:
69 |
70 | - ## :high_brightness: Open Source Event
71 |
72 | ### 1- STEP(Google) [Link](https://careers.google.com/students/engineering-and-technical-internships/)
73 | Deadline for applications
74 | >- ***STEP*** program is a developmental opportunity for ***first- and second-year undergraduate students*** with a passion for technology—especially students from historically underrepresented groups in the field.
75 | ### 2- Google Summer of Code [Link](https://summerofcode.withgoogle.com)
76 | List of accepted mentoring organizations published
77 | >- ***Google Summer of Code*** is a global program focused on introducing students to open source software development. Students work on a 3-month programming project with an open-source organization during their break from university.
78 |
79 | ### 3- Open Mainframe Project Mentorship Program- Linux Foundation [Link](https://www.openmainframeproject.org/projects/mentorship-program)
80 | Deadline for applications
81 | >- The ***Open Mainframe Project*** funds mentees to complete projects during the period between semesters in the months of May, June, July, August, and September. Upon successful completion of the mentorship, mentees are invited to present at an industry conference. The Open Mainframe Project funds to travel and expenses for mentees.
82 | - First Program: July 1 – September 30
83 | - Second Program: August 1 – October 31
84 | - Third Program: September 1 – November 30
85 |
86 | ### 4- Red Hat Open Source Contest [Link](https://research.redhat.com/red-hat-open-source-contest/)
87 | Project list available
88 | >- ***Red Hat Open Source Contest*** is a competition for students during which we want to show students how easy it is to participate in open source projects. Students can also get feedback on their code and get it included in a real project. By participating in the Red Hat Open Source Contest students can win nice prizes.
89 | >- Exceptional participants may receive offers for an internship at Red Hat. The overall contest winner receives an e-shop coupon worth 10,000 CZK
90 |
91 |
92 |
93 | # :man_technologist: `March` :four_leaf_clover:
94 |
95 | - ## :high_brightness: Open Source Event
96 |
97 | ### 1- Codess [Link](https://www.codess.net/about-codess/)
98 | Phase 1 Student application
99 | >- ***Codess*** is a community for female coders initiated by Microsoft and was established to explore ways to promote gender diversity in the engineering field. Since its inception in 2013 in London, Codess has been inspiring women in engineering and helping them achieve their professional goals.
100 | >- The best part: Approximately 30 participants were extended offers to intern at Microsoft .
101 | ### 2- Google Summer of Earth Engine [Link](https://sites.google.com/view/summerofearthengine/home?authuser=0)
102 | Student application Start
103 | >- ***Google Summer of Earth Engine*** is a research program for Indian university students & researchers to get a chance to work with leading research organizations in the country working in **environment**, **conservation**, **water resources** and **agricultural** domains over **3 months** of summer on a project and get paid to do so!
104 | >- This program is based on the [Google Summer of Code](https://summerofcode.withgoogle.com/) model.
105 | ### 3- Rails Girls Summer of Code [Link](https://railsgirlssummerofcode.org)
106 | Student application stage
107 | >- ***Rails Girls Summer of Code*** is a global fellowship program for **women and non-binary coders**. Students receive a three-month scholarship to work on existing Open Source projects and expand their skill set.
108 |
109 | ### 4- Linux Kernel Mentorship Program [Link](https://wiki.linuxfoundation.org/lkmp)
110 | Summer Program
111 | >- The ***Linux Kernel Mentorship Program*** offers a structured remote learning opportunity to aspiring Linux Kernel developers. Experienced Linux Kernel developers and maintainers mentor volunteer mentees and help them become contributors to the Linux Kernel.
112 | >- The Linux Kernel Mentorship Program includes three 12-week, full-time volunteer mentee positions, and two 24-week part-time volunteer mentee positions each year. Please check the [Summer 2020 Linux Kernel Mentorship Program](https://wiki.linuxfoundation.org/lkmp/lkmp_schedule "https://wiki.linuxfoundation.org/lkmp/lkmp_schedule") and get started. **This is a remote opportunity and there is no need to relocate or move to participate.**
113 | ### 5- Free Software Foundation [Link](https://www.fsf.org/author/fsfweb)
114 | Spring Student application
115 | >- This is an educational opportunity to work with the organization that sponsors the GNU Project, publishes the GNU General Public License (GPL), and fights for software freedom.
116 | ### 6 - Linux Foundation Networking Mentorship [Link](https://wiki.lfnetworking.org/display/LN/LFN+Mentorship+Program)
117 | >- The LF Networking (LFN) intern/mentorship program is aimed at creating a structured hands-on learning opportunity for new developers who may otherwise lack the opportunity to gain exposure to open source software development and entry to the LFN projects' technical communities.
118 | >- Each mentee will apply and be matched with a mentor or mentors who are active developers and technologists contributing to the industry's leading open source networking projects such as ONAP, OPNFV, OpenDaylight, FD.io. Each mentee will work remotely from his/her location of choice.
119 |
120 |
121 |
122 | # :walking: `April` :bulb:
123 | - ## :high_brightness: Open Source Event
124 | ### 1- RARE Technologies Student Incubator Programme [Link](https://rare-technologies.com/incubator/#details)
125 | Student application
126 | >- Our student Incubator offers a unique mix of academic mentorship, hand-on project work and technical training. It is a highly selective program where you will be mentored by an industry expert as you develop a pragmatic solution to a real-world problem using machine learning.
127 |
128 | ### 2- Igalia Web Engines Hackfest [Link](https://www.igalia.com/2020/02/03/The-2020-Web-Engines-Hackfest-is-happening-in-May.html)
129 | Student application in process
130 | >- ***Igalia*** has been hosting the Web Engines Hackfest every year since 2009. And every year the event has grown bigger, with an increasing number of participants and broader areas of interest.
131 |
132 | ### 3- BOSS - Bountiful Open Source Summer [Link](https://lab.codingblocks.com/boss)
133 | Student application in process
134 | >- Each year we teach hundreds of students coding, programming and software development. Over the past five years (we started off in April 2014), we have helped more than 3000 students gain expertise in Android, Web, Data Science and more.
135 | >- BOSS 2019 is open to any _**Indian Student**_. You could be a student enrolled in any school or a college or university.
136 |
137 |
138 |
139 | # :massage_man: `May` :full_moon_with_face:
140 | - ## :high_brightness: Open Source Event
141 |
142 | ### 1- Season of Docs [Link](https://developers.google.com/season-of-docs)
143 | Organizations announced
144 | >- ***Google Season of Docs*** is a program giving technical writers an opportunity to contribute to open source projects, by paying them a three month stipend and facilitating connections between writers and projects. As a platform that’s all about supporting the open source community, we think this is fantastic, because a lot of open source projects really need documentation help.
145 |
146 | ### 2-ESA Summer of Code in Space [Link](https://www.esa.int/Enabling_Support/Space_Engineering_Technology/SOCIS_The_ESA_Summer_of_Code_in_Space)
147 | Open Source Software Submission Deadline
148 | >- ***ESA Summer of Code in Space*** (SOCIS) is a program run by the European Space Agency that focuses on bringing student developers into open source software development for space applications. Students work with a mentoring organization (with potential support from ESA experts) on a 3 month programming project during their summer break.
149 | ### 3- OSS World Challenge [Link](https://www.oss.kr/en_oss_world_challenage)
150 | Challenge opens every May
151 | >- ***Open Source Software World Challenge*** is an annual competition hosted by the Ministry of Science, ICT and Future Planning of Korea.
152 | >- Open to anyone national interested in open source software. >- Bring together the gems of open source developers to cultivate developing-skills through cooperated projects which will eventually expand the open source minds/spirit and practices among community.
153 | ### 4- ACM MM Open Source Software Competition [Link](http://sigmm.org/Resources/software/ossc)
154 | Deadline for applications
155 | >- The Open Source Software Competition is an important part of the ***ACM Multimedia program***. The competition, now in its 17th edition, is intended to celebrate, encourage and promote the contribution of researchers, software developers and educators to advance the field by providing the community with implementations of codecs, middleware, frameworks, toolkits, libraries, multimedia players, applications, authoring tools, and other multimedia software.
156 | ### 5- MLH Fellowship [Link](https://fellowship.mlh.io)
157 | Application Starts
158 | >- The MLH Fellowship is an internship alternative for software engineers. Instead of working on a project for just one company, you'll contribute to Open Source projects that are used by companies around the world. You'll collaborate with a group of 10 students under the guidance of a professional mentor whose only job is to help you successfully contribute.
159 | ### 6- Jenkins UI/UX Hackfest [Link](https://www.jenkins.io/events/online-hackfest/2020-uiux/)
160 | Application Starts
161 | >- UI/UX Online Hackfest is an online event. The goal to improve the Jenkins user experience, including but not limited to user interface and documentation. We also invite participants to share experiences about Jenkins and to participate in UX testing. The event will have the Jenkins is the Way theme. The most active contributors will get special edition swag and other prizes, see below
162 |
163 |
164 |
165 | # :running: `June` :hourglass_flowing_sand:
166 | - ## :high_brightness: Open Source Event
167 |
168 | ### 1- Linux Kernel Mentorship Program [Link](https://wiki.linuxfoundation.org/lkmp)
169 | Fall Program
170 | >- The [Linux Kernel Mentorship Program](https://drive.google.com/file/d/1_P70rjCfiLq6PkqxTbhF0_y0bcA-Ryj-/view?usp=sharing "https://drive.google.com/file/d/1_P70rjCfiLq6PkqxTbhF0_y0bcA-Ryj-/view?usp=sharing") offers a structured remote learning opportunity to aspiring Linux Kernel developers. Experienced Linux Kernel developers and maintainers mentor volunteer mentees and help them become contributors to the Linux Kernel.
171 | ### 2- PClub Summer Of Code [Link](http://pclubsummerofcode.in)
172 | >- PClub Summer of Code is the 2 month long Open Source program during summers conducted by Programming Club, UIET, with an aim to help beginners get started with Open Source Development while encouraging diversity.
173 | >- PSoC is targeted at audience who want to dwell in OpenSource Development as well as who are already into FOSS development. This program will help students for other opensource programs like Gsoc, Outreachy, etc.
174 | ### 3- Summer ISCAS Open Source Promotion Plan [Link](https://summer.iscas.ac.cn/)
175 | >- Open Source Promotion Plan is 3 month long Open Source Program during Summer conducted by ISCAS, China. having the aim of to encourages everyone to pay close attention to open source software and open source community, aiming to cultivate and explore more outstanding developers.
176 | >- This is a good alternative to Google Summer of Code.
177 | ### 4- Summer School 2022 by DTU [Link](https://robotechlabs.com/summer-school/)
178 | Student Application Begins in January
179 | >- Four Week Intensive Internship cum Training Program
180 | >- Summer School 2022 will focus on implementation of Artificial Intelligence concepts including Data Analysis and Machine Learning and will provide you with the working knowledge of every domain.
181 | >- Program is open to all the students who are willing to learn and experience technology.
182 |
183 |
184 | # :horse_racing: `July` :computer:
185 | - ## :high_brightness: Open Source Event
186 |
187 | ### 1- Alibaba Summer of Code [Link](https://alibaba.github.io)
188 | Work begin
189 | >- ***Alibaba Summer of Code*** is a global program focused on engaging students directly into open source software development. Under the guidance of the mentor in the Alibaba open source project, students experience the software development in the real world.
190 | >- On this exclusive developer journey, students will have the opportunity to: Participate in the top projects of the International Open Source Foundation, Get a fast pass of Alibaba Internship/recruitment.
191 | ### 2- OSS- IIT Dharwad [Link](https://oss2019.github.io/index.html)
192 | >- Open Student Society(OSS) is a community for students to join together to develop, innovate, share and grow together as a community. It is important to note that OSS is not a club, rather a community that welcomes students, from all branches and walks of life, to participate and contribute.
193 | ### 3- KOSS-Kharagpur Open Source Society [Link](https://kossiitkgp.org/index.html)
194 | >- Every year KOSS plans to hold events for familiarizing students with UNIX tools, Linux environment, Git Development Workflow, practice Algorithms and Data Structures, besides conducting workshops on GUI programming, Web development, Android application Development and Hackathons.
195 | >- KOSS works under the guidance of Prof. Animesh Mukherjee, Department of Computer Science and Engineering, Indian Institute of Technology Kharagpur.
196 |
197 |
198 |
199 | # :beers: `August` :mag:
200 | - ## :1st_place_medal: Hackathon
201 |
202 | ### 1- InOut Hackathon [Link](https://hackinout.co)
203 | Application period start
204 | >- ***InOut*** prides itself on being India’s biggest community hackathon.
205 | >- Since its inception in 2015, InOut has been a platform where technology leaders and the brightest minds come together to collaborate on building tools that solve real problems.
206 |
207 |
208 |
209 | # :taxi: `September` :spades:
210 |
211 | - ## :high_brightness: Open Source Event
212 |
213 | ### 1- CodeHeat Coding Contest of FOSSASIA [Link](https://codeheat.org)
214 | >- In the ***Heat of the Code*** is a coding contest for [FOSSASIA projects on GitHub](https://github.com/fossasia/).
215 | >- The contest runs until February. Grand prize winners will be invited to present their work at the [FOSSASIA OpenTechSummit](https://2020.fossasia.org/) in Singapore in March and will get up to 600 SGD in travel funding to attend, plus a free speaker ticket.
216 | >- Other participants will have the chance to win Tshirts, Swag and vouchers to attend Open Tech events in the region and will get certificates of participation.
217 | ### 2- MDG Season of Code- IIT-R [Link](http://mdg.iitr.ac.in/soc.html)
218 | countdown start
219 | >- ***MDG*** is an active student group of IIT Roorkee directing its efforts towards creating useful mobile applications and promoting tech-based learning for the same.
220 | >- Perks - Direct Interview, Mentorship from MDG, T-Shirts and Goodies
221 | ### 3- Semester Long Project- DAIICT [Link](https://slop.dscdaiict.in/)
222 | Student Application Begins
223 | >- ***SLoP*** or *Semester Long Project* is an initiative by the Developer Student Club (DA-IICT), exclusively for students who are new to open source software development to get started with open source contributions.
224 | >- Objective is to increase the development culture and involvement of students with open-source technologies which will present the benefits of open source as well as introduce them to the cutting edge tech and coding practices.
225 | ### 4- Open Source India [Link](https://www.opensourceindia.in/)
226 | countdown start
227 | >- ***Open Source India*** is Bengaluru's #1 Dev Conference & Workshops
228 | >- Open Source India (OSI) is an attempt by the team at Open Source For You magazine in partnership with India’s Open Source community and industry—to bring various stake-holders under one roof.
229 | >- **The mission of OSI is simple—to accelerate development and deployment of Open Source in India, and beyond.**
230 |
231 |
232 |
233 | # :motorcycle: `October` :dart:
234 |
235 | - ## :high_brightness: Open Source Event
236 |
237 | ### 1- Hacktoberfest [Link](https://hacktoberfest.digitalocean.com)
238 | countdown start
239 | >- ***Hacktoberfest*** is a month-long celebration of open source software run by DigitalOcean and DEV. Hacktoberfest is open to everyone in our global community. To participate, four pull requests must be submitted to public GitHub repositories. You can sign up anytime between October 1 and October 31.
240 | ### 2- Pycon [Link](https://in.pycon.org/2020/)
241 | >- ***Pycon*** is the premier conference in India on using and developing the Python programming language.
242 | ### 3- Linux Kernel Mentorship Programlink [Link](https://wiki.linuxfoundation.org/lkmp)
243 | Spring Program
244 | >- The [Linux Kernel Mentorship Program](https://drive.google.com/file/d/1_P70rjCfiLq6PkqxTbhF0_y0bcA-Ryj-/view?usp=sharing "https://drive.google.com/file/d/1_P70rjCfiLq6PkqxTbhF0_y0bcA-Ryj-/view?usp=sharing") offers a structured remote learning opportunity to aspiring Linux Kernel developers. Experienced Linux Kernel developers and maintainers mentor volunteer mentees and help them become contributors to the Linux Kernel.
245 | ### 4- Halite AI Bot Challenge [Link](https://halite.io/)
246 | Program Start
247 | >- ***Halite*** is an artificial intelligence challenge, created by Two Sigma. Participants code bots using the programming language of their choice to compete in an original online multiplayer game.
248 | ### 5- Delta Winter of Code [Link](https://dwoc.io)
249 | student appliation start
250 | >- ***Delta Winter of Code (DWoC)*** is a program operated by Delta Force, NIT Trichy with the aim to introduce programmers to the world of open source software. Participants are given the opportunity to contribute to our projects and to apply with us to complete them. Select participants are mentored by project owners and achieve set goals to complete DWoC successfully.
251 |
252 | ### 6- NJACK Winter of Code [Link](https://njackwinterofcode.github.io/)
253 | Program Announced
254 | >- ***NJACK Winter of Code*** is an initiative by NJACK, IIT Patna, targeted at students who have never participated in Free or Open Source Software (FOSS) development before, as well as at those who have already become an expert in Open Source Development and are currently contributing to projects of any domain, say Web, Mobile, Machine Learning, Blockchain, IoT etc.
255 |
256 |
257 |
258 | # :red_car: `November` :trophy:
259 |
260 | - ## :1st_place_medal: Hackathon
261 |
262 | ### 1- I_Hack (IIT-B) [Link](https://www.ecell.in/esummit/ihack/)
263 | Registration Start
264 | >- At ***I_Hack***, we bring together India’s best coders, developers, designers, innovators, creators and entrepreneurs of tomorrow. I_Hack is geared up for those who are passionate about building, designing and innovating. It is a 30 Hr event where the enthusiasts meet, develop and compete in the product prototyping competition.
265 | >- I_Hack comprises of 3 parallel tracks : **BLOCKCHAIN TRACK**, **SOFTWARE TRACK**, **DATA TRACK**.
266 |
267 | - ## :high_brightness: Open Source Event
268 |
269 | ### 2- Open Source Experience [Link](https://www.opensource-experience.com/)
270 | >- ***Open Source Experience*** is a multi-day and physical event in Paris (France) which is intended to be the "European Meeting place for the Open Source Community". Conferences and stands from and for open source professionals.
271 |
272 |
273 |
274 | # :earth_americas: `December` :flight_departure:
275 | - ## :1st_place_medal: Hackathon
276 |
277 | ### 1- SIH (Smart India Hackathon) [Link](https://www.sih.gov.in) [Linkedin](https://www.linkedin.com/company/smart-india-hackathon-2020/)
278 | Registration Start
279 | >- ***World’s Biggest Hackathon and Open Innovation model***, an initiative by Ministry of HRD 4th edition of highly successful.
280 | >- Smart India Hackathon initiative Involves 2 Lakh+ students with 57,000+ ideas from 2200+ institutions against 530+ problem statements provided by 120+ organizations from across India. >- Be part of World’s biggest Open Innovation Movement Opportunity to work with some of the best talents in the country.
281 | - ## :high_brightness: Open Source Event
282 |
283 | ### 1- KWoC (Kharagpur Winter of Code) [Link](https://kwoc.kossiitkgp.org)
284 | Application start
285 | >- ***Kharagpur Winter of Code*** is a 5-week long online programme for students who are new to open source software development. The programme not only helps students to get involved in open-source, but also prepares them for many open-source summer programmes; Google Summer of Code being one of them. The program is hosted by ***Kharagpur Open Source Society*** an independent student group at IIT Kharagpur, but is open to students of any university.
286 |
287 | ### 2- KDE Student Programs. [Link](https://season.kde.org/)
288 | >- Focused on offering an opportunity to anyone (not just enrolled students) contributing to the KDE community, this is a program that is comparable to the well-known Google Summer of Code, with some special differences.
289 | >- A key difference is that [SoK](https://community.kde.org/SoK) projects are not limited to code-focused work, but any that benefit our community. For instance, projects can be about documentation, reports, translation, system administration, web and other types of work including code as well.
290 | ### 3- 24 Pull Requests [Link](https://24pullrequests.com/about)
291 | >- ***24 Pull Requests*** goal is to encourage contribution to open source projects during December. The site suggests open projects, highlights tickets that are good for new contributors, provides [guides for contributing](https://24pullrequests.com/contributing) and promotes good contributions submitted each day.
292 | >- The idea is simple: 'Send 24 pull requests between December 1st and December 24th', encouraging contributors to give back to open source projects with little gifts of code throughout December.