We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey all, forum mod here. Question for the folks reading through the GSOC Proposals: do we have a template of the kinds of things you're expecting in a proposal?
My guess is you do NOT want something like this:
What projects with machine learning can I do?
And instead, you want something closer to this:
I used
framework X
to doproject Y
in the past, and it could be integrated with Processing usingtools ABC
. My research has shown prior work1, 2, and 3
. If my proposal is accepted, my timeline would look likethis
.
In other words, my guess is you want specific suggestions and research. Is that right?
What are some great examples of proposals from last year (or previous years) that were accepted?
Comments
GSOC 2018 proposal template For those who haven't seen it, this is the template for The Processing Foundation GSOC proposals.
FYI, this is my proposal for Processing.R, which is a GSoC 2017 project: https://docs.google.com/document/d/1b0HhRVKtCJkDaxP9dfSwzthzX0FRv6Y_0Yk58r634TA/edit?usp=sharing
I think it might help you :-)
@gaocegege thanks man
Thanks for making this post @KevinWorkman! I would encourage GSoC students from 2017 to share their proposals, I don't believe they are publicly available unfortunately.
Reading this recap of last year might also help:
https://medium.com/processing-foundation/2017-google-summer-of-code-grand-wrap-up-post-16680b1438db
The proposal template is here:
https://docs.google.com/document/d/1UFcWh2IWqhICh4YIFNwtKUaWWXifaBB67rjPxbYzjbE/edit
Here is my Web GL proposal from last summer, in case it's helpful!
https://docs.google.com/document/d/1XlMrMMC8RgRoKwCp5gSRWwsYfESmnsKbWRQ2L0EPh8Q/
Note: I also submitted another proposal for mobile features, but this one was chosen.
This is kinda late, but if this still helps here's my proposal for p5py from last year.
Multiple people have written to me regarding the REPL mode that was featured in one of the Medium posts (see this: https://medium.com/processing-foundation/p5-a-python-implementation-of-the-processing-api-5f05c62db23b). The code for the REPL mode is available in the
pyglet-port
branch of the main repo: https://github.com/p5py/p5/tree/pyglet-port(Thanks @Aliabbas for sending me email reminders about this : ) )
Thanks @theabhikpal