From 90731bffc12c96e1b504f05eee40d8f9231474ee Mon Sep 17 00:00:00 2001 From: vincenzobaz Date: Mon, 27 Sep 2021 14:13:59 +0200 Subject: [PATCH 1/2] Add blogpost about conclusion of gsoc 2021 --- _posts/2021-09-27-gsoc-conclusion.md | 213 ++++++++++++++++++++++ resources/img/blog/lamp-gsoc-students.png | Bin 0 -> 13520 bytes 2 files changed, 213 insertions(+) create mode 100644 _posts/2021-09-27-gsoc-conclusion.md create mode 100644 resources/img/blog/lamp-gsoc-students.png diff --git a/_posts/2021-09-27-gsoc-conclusion.md b/_posts/2021-09-27-gsoc-conclusion.md new file mode 100644 index 000000000..39b403c27 --- /dev/null +++ b/_posts/2021-09-27-gsoc-conclusion.md @@ -0,0 +1,213 @@ +--- +category: blog-detail +post-type: blog +by: Vincenzo Bazzucchi, Scala Center +title: "Scala GSoC 2021 is finished: meet the team!" +--- + +Google Summer of Code (further: GSoC) 2021 edition is completed 🎉 + +In this post we want to celebrate the students and mentors who made Scala GSoC +2021 a success! + +GSoC is an international annual program in which Google awards stipends to +University students who successfully contribute to open source projects. The +goal is to help open source projects identify and bring in new developers by +offering students the opportunity to gain real-world software development +experience. + +## Scala GSoC 2021: Introducing students and projects + +The Scala Center had the honor to organize Scala GSoC 2021 and the pleasure to +help coordinate 4 brilliant students and their mentors. In this section we +introduce and welcome them in our Community! + +### Add synthetics and symbol information for semanticdb in Scala 3 + +Student: **Rikito Taniguchi** + +Mentors: Tomasz Godzik, Chris Kipp, Jamie Thompson, Aleksander Boruch-Gruszecki + +SemanticDB is a data model for semantic information such as symbols and types in +Scala programs. It is widely used for developing Scala's devtools such as +scalafix and Metals. However, the SemanticDB extractor for Scala3 was a work in +progress, and some features in devtools were unavailable for Scala3. This +project focuses on enriching SemanticDB with additional information from the +Scala3 compiler in order to improve the developer experience of Scala 3 +developers You can read more +[here](https://github.com/tanishiking/gsoc-2021/blob/main/README.md) + + +> Rikito's work enables a huge amount of features in tools used for working with +> he Scala 3 code including Metals and Scalafix. There is nothing currently that +> think Rikito can improve as his work has been completely stellar. + +cit. Tomasz + +### Cross compiling “Shapeless 2” to Scala 3 + +Student: **Katrix** + +Mentors: Julien Richard-Foy, Aleksander Boruch-Gruszecki + +Shapeless is a crucial dependency of many popular Scala libraries. This project +explores how the Scala 2 version of the library could be cross-built for Scala 3 +by porting some parts to Scala 3. It aims at helping library maintainers to +adopt Scala 3 faster. You can read more +[here](https://github.com/milessabin/shapeless/pull/1200) + +> Congratulations for your work on Shapeless, especially for being so autonomous +> in this project! + +cit. Julien + +### Implement support for ScalaPy in Scala 3 + +Student: **Mykola Medynskyi** + +Mentors: Shadaj Laddad, Anatolii Kmetiuk + +ScalaPy is a library that enables Scala programs to use Python libraries. This +project brings support for Scala 3 to the library to enable users to leverage +all the new cool features that the new language versions ships while relying on +powerful and well known Python libraries. You can read more +[here](https://gist.github.com/jlareck/7268918d28b0c6a0efebeafa11011e3c) + +> Mykola's contributions bringing support for Scala 3 are really impressive and +> will enable many new research and production use cases in the future! + +A special thanks goes to **Zhendong Ang** who co-menthored Mykola and +collaborated on the project for his semester project at EPFL. + +### A Python - Scala integrated environment with Almond, Ammonite and ScalaPy + +Mentors: Anatolii Kmetiuk, Alexandre Archambault + +ScalaPy is a library that enables Scala programs to use Python libraries. This +project focuses on improving developer experience by simplifying the setup +process, providing autocomplete functionalities in Almond and Ammonite, +enriching the documentation and object displays. You can read more +[here](https://gist.github.com/kiendang/e6c2fc41448fabba6f1e6ae34cf65c49) + +> This work kick-started a better integration of the ScalaPy library in Scala +> notebooks, making it easier to use Python libraries from there, and helping the +> future prospects of both Scala notebooks and the use of Python libraries from +> Scala. + +cit. Alexandre + +## Thank you, Mentors! + +Scala GSoC 2021 would not have been possible without our Mentors that dedicated +their time and energy as volunteers to guide new contributors. Thank you +mentors for the great work we hope to see you in the next edition(s)! + +Here are a few of the comments that students submitted: + +> Both mentors are very helpful to me in this project and I learned a lot from +> them (Hi Alex and Toli!) + +> Thank you so much Tomasz for mentoring me [..] Thank you so much for helping me +> with communication: pinging to reviewers, inviting Jamie to the call, and always +> trying to move the project forward. I admire your communication skill. and thank +> you so much Jamie for reviewing my Pull Requests! + +> Shadaj Laddad and Anatolii Kmetiuk are great mentors. Anatolii is incredibly +> skilled in explanations. He perfectly explained in 30 minutes the basics of +> metaprogramming in Scala which I could not understand for a month before it by +> reading Scala docs and I am very thankful to him for this. Shadaj is an +> excellent coordinator. He has a great vision of the whole project, possible +> problems in it, and how to fix them. Also, his code reviews helped me to learn +> how to make my code better and I am also very thankful to him. It is a pleasure +> to work with them. + +We also want to thank our candidate Mentors who accepted the call of the Scala +Center to propose interesting project ideas and who volunteered their time: + + - Wojciech Mazur + - Sébastien Doeraene + - Adrien Piquerez + - Eric Loots + - Meriam Lachkar + - Dale Wijnand + - Fengyun Liu + - Lars Hupel + - Krzysztof Romanowski + - Mateusz Ziarko + - Felix Mulder + - Noel Welsh + +## How to get involved in Scala GSoC 2022 + +Google has not disclosed information about the 2022 edition of GSoC yet. We can +however learn from previous editions how to prepare for it and, if it follows +the same general organization of 2021, the event might start **as soon as February +2022, so it’s not too soon to start**. Here is how: + +### For Open Source Project Maintainers + +First and foremost it is important to keep an updated list of project ideas: +open source projects willing to be part of the GSoC should maintain GitHub +issues, project boards or simple text files containing proposals for students. +To make your project more approachable, offer projects with different levels of +complexity and various topics. You can find useful information about project +proposals at +https://google.github.io/gsocguides/mentor/defining-a-project-ideas-list + +You should also identify at least one mentor and one backup mentor for each +proposal. This will speed up the application process but also make the project +visible to students before the event starts, increasing the chances that +motivated students will not miss the opportunity to work on your repository. + +Communication is fundamental too: candidate mentors are encouraged to +communicate about their participation in GSoC and about project ideas throughout +the year. Be responsive to students approaching you on the project +channels (GitHub issues, Discord, Gitter, Twitter…) + +If you maintain a Scala library and would like to be part of Scala GSoC 2022 +with the help of the Scala Center, do not hesitate to contact us at +[scala-gsoc@epfl.ch](mailto:scala-gsoc@epfl.ch) ! + +### For Students + +If you are a student and want to be involved in Scala GSoC 2022, get in touch +with the maintainers of the projects that you would like to contribute to. The +GitHub repo or project site will contain information about communication media +such as Discord, Gitter, Twitter or good-old email. + +Remember that most maintainers volunteer their free time for open source, so do +not expect immediate replies. You can find some tips about making first contact +at https://google.github.io/gsocguides/student/making-first-contact + +You can also start to think about project proposals (you can find a lot of +useful info at https://google.github.io/gsocguides/student/writing-a-proposal) +and discuss them with project maintainers. + +Feel free to contact us at [scala-gsoc@epfl.ch](mailto:scala-gsoc@epfl.ch) if +you get stuck along the way, we are happy to help within our capacities. + +## Even more: Brief history, stats, and goals + +The Scala organization has been involved in GSoC for many years thanks to the +efforts of [Martin Odersky’s lab (called LAMP) at +EPFL](https://www.epfl.ch/labs/lamp/): + +![Student participations by year](/resources/img/blog/lamp-gsoc-students.png) + +In 2021 the Scala Center decided to +revive this long tradition of successful projects (only 2 students in 9 editions +did not complete their projects) with help of the maintainers of open source +Scala libraries. + +For this year’s edition we gathered [28 project +ideas](https://github.com/scalacenter/GoogleSummerOfCode2021) and 20 candidate +mentors motivated to support students with such ideas. We received 10 +applications and after reviewing proposals and assigning students to mentors, we +retained 4 projects to enter the programme. + +For the 2022 Scala GSoC edition we are aiming to attract at least **10 new +students** and we invite you to help us by + + - offering to be a mentor + - letting us know if you have a student interested to participate + - spreading the word! diff --git a/resources/img/blog/lamp-gsoc-students.png b/resources/img/blog/lamp-gsoc-students.png new file mode 100644 index 0000000000000000000000000000000000000000..d443f77bd37b7996beef84f59c5036f5fe63cf5b GIT binary patch literal 13520 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 BES&%V literal 0 HcmV?d00001 From 7728474d2dfb9c6114793b378646c57e674afea2 Mon Sep 17 00:00:00 2001 From: vincenzobaz Date: Mon, 27 Sep 2021 15:32:03 +0200 Subject: [PATCH 2/2] Address @sjrd review --- _posts/2021-09-27-gsoc-conclusion.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_posts/2021-09-27-gsoc-conclusion.md b/_posts/2021-09-27-gsoc-conclusion.md index 39b403c27..b86fb78c9 100644 --- a/_posts/2021-09-27-gsoc-conclusion.md +++ b/_posts/2021-09-27-gsoc-conclusion.md @@ -76,6 +76,8 @@ powerful and well known Python libraries. You can read more > Mykola's contributions bringing support for Scala 3 are really impressive and > will enable many new research and production use cases in the future! +cit. Shadaj + A special thanks goes to **Zhendong Ang** who co-menthored Mykola and collaborated on the project for his semester project at EPFL. @@ -100,7 +102,7 @@ cit. Alexandre Scala GSoC 2021 would not have been possible without our Mentors that dedicated their time and energy as volunteers to guide new contributors. Thank you -mentors for the great work we hope to see you in the next edition(s)! +mentors for the great work. We hope to see you in the next edition(s)! Here are a few of the comments that students submitted: @@ -157,16 +159,16 @@ https://google.github.io/gsocguides/mentor/defining-a-project-ideas-list You should also identify at least one mentor and one backup mentor for each proposal. This will speed up the application process but also make the project visible to students before the event starts, increasing the chances that -motivated students will not miss the opportunity to work on your repository. +motivated students will take the opportunity to work on your repository. Communication is fundamental too: candidate mentors are encouraged to communicate about their participation in GSoC and about project ideas throughout the year. Be responsive to students approaching you on the project -channels (GitHub issues, Discord, Gitter, Twitter…) +channels (GitHub issues, Discord, Gitter, Twitter…). If you maintain a Scala library and would like to be part of Scala GSoC 2022 with the help of the Scala Center, do not hesitate to contact us at -[scala-gsoc@epfl.ch](mailto:scala-gsoc@epfl.ch) ! +[scala-gsoc@epfl.ch](mailto:scala-gsoc@epfl.ch)! ### For Students @@ -203,9 +205,9 @@ For this year’s edition we gathered [28 project ideas](https://github.com/scalacenter/GoogleSummerOfCode2021) and 20 candidate mentors motivated to support students with such ideas. We received 10 applications and after reviewing proposals and assigning students to mentors, we -retained 4 projects to enter the programme. +retained 4 projects to enter the program. -For the 2022 Scala GSoC edition we are aiming to attract at least **10 new +For the 2022 Scala GSoC edition, we are aiming to attract at least **10 new students** and we invite you to help us by - offering to be a mentor