RE: [julia-users] Re: Julia Summer of Code

2015-06-10 Thread Rohit Kashyap
Hi, 
I am new in Julia lang community.
I came to know about it through JSoC.
Though I didn't get through with my proposal in JSoC but I am very interested 
in starting up to contribute in packages, modules.
Any guidance, pointers will be appreciated.
Thanks

-Original Message-
From: Stefan Karpinski ste...@karpinski.org
Sent: ‎10-‎06-‎2015 20:40
To: Julia Users julia-users@googlegroups.com
Subject: Re: [julia-users] Re: Julia Summer of Code

I wanted to say thank you to everyone who applied. There were many great 
proposals and there were some tough choices of how to apply our limited funds, 
generously contributed by the Gordon and Betty Moore Foundation. Even if your 
project didn't get accepted, we hope to see you around the mailing lists and on 
GitHub.


On Wed, Jun 10, 2015 at 4:28 AM, Milan Bouchet-Valat nalimi...@club.fr wrote:

Le mardi 09 juin 2015 à 23:14 -0700, Jiahao Chen a écrit :
 I am pleased to announce the list of accepted participants and
 projects for the 2015 Julia Summer of Code:
   * Ambuj Agrawal, Improving debug information generation in Julia
 (mentor: Keno Fischer @Keno)
   * David Gold (@davidagold), Nullable arrays (mentor: John Myles
 White @johnmyleswhite)
   * Jacob Quinn (@quinnj), Pipelines.jl: composable streams for
 data transfer and processing (mentor: Viral B. Shah
 @ViralBShah)
   * Jarrett Revels (@jrevels), Automatic differentiation (mentors:
 Miles Lubin @mlubin and Theodore Papamarkou @scidom)
   * Kenta Sato (@bicycle1885), Efficient data structures and
 algorithms for sequence analysis in BioJulia  (mentor: Daniel
 C. Jones @dcjones)
   * Rohit Varkey Thankachan (@rohitvarkey), Compose3D.jl:
 declarative 3D graphics (mentors: Shashi Gowda @shashi and
 Simon Danisch @SimonDanisch)
   * Simon Danisch (@SimonDanisch), GLVisualize.jl: OpenGL
 visualization in Julia (mentor: Keno Fischer @Keno)
 Congratulations to the selected participants and a big thank you to
 all the mentors who agreed to donate their time toward improving
 Julia.
Glad to hear that somebody is going to work on NullableArrays! (Of
course, other projects are great too. ;-)


Regards



 Thanks also to the other committee members Alan Edelman, Keno Fischer,
 Miles Lubin, Shashi Gowda, Stefan Karpinski, and Viral Shah for their
 efforts in evaluating the many proposals received.

Re: [julia-users] Re: Julia Summer of Code

2015-06-02 Thread Rohit Kashyap
I have a querry, Can we submit updations in our proposal now ? How are we 
supposed to mention the information about mentor ?

On Sunday, 31 May 2015 16:47:43 UTC+5:30, Rohit Kashyap wrote:

 Hi,
 Greetings to all mentors, I request you to go through this Proposal draft 
 and submit your feedback/suggestions for improvements before submission 
 deadline.

 https://docs.google.com/document/d/1SrNgmK-GUsxLzxwKwjHWzPzB9Vj53vsIqSH41MRBe34/edit?usp=sharing



[julia-users] Proposal for JSoC'15 by Rohit Kashyap - Invitation to comment

2015-05-31 Thread Rohit Kashyap (via Google Docs)

I've shared an item with you:

Proposal for JSoC'15 by Rohit Kashyap
https://docs.google.com/document/d/1SrNgmK-GUsxLzxwKwjHWzPzB9Vj53vsIqSH41MRBe34/edit?usp=sharing

It's not an attachment – it's stored online. To open this item, just click  
the link above.


Hi,
Greetings to all mentors, I request you to go through this Proposal draft  
and submit your feedback/suggestions for improvements before submission  
deadline.


Re: [julia-users] Re: Julia Summer of Code

2015-05-31 Thread Rohit Kashyap
Hi,
Greetings to all mentors, I request you to go through this Proposal draft 
and submit your feedback/suggestions for improvements before submission 
deadline.
https://docs.google.com/document/d/1SrNgmK-GUsxLzxwKwjHWzPzB9Vj53vsIqSH41MRBe34/edit?usp=sharing


RE: [julia-users] Re: Julia Summer of Code

2015-05-30 Thread Rohit Kashyap
Its ok Sir. I am drafting a proposal and will be sharing with you for 
consideration and discussion for improvement before submission.

-Original Message-
From: Jiahao Chen cjia...@gmail.com
Sent: ‎30-‎05-‎2015 12:13
To: julia-users@googlegroups.com julia-users@googlegroups.com
Subject: Re: [julia-users] Re: Julia Summer of Code

Sorry, that should have been June 1.



On Sat, May 30, 2015, 11:52 Jiahao Chen cjia...@gmail.com wrote:

Hi Rohit,


Please read the CFP and submit a proposal by the end of 1 May. The CFP contains 
sample code projects.


http://julialang.org/blog/2015/05/jsoc-cfp/

[julia-users] Re: Julia Summer of Code

2015-05-29 Thread Rohit Kashyap
Sir, I know it's 11th hour but I just got the news about JSoC and would be 
very interested to work on this project.

On Saturday, 16 May 2015 09:06:03 UTC+5:30, Miles Lubin wrote:

 This is both a proposal and a call for interested undergraduate and 
 graduate students:

 Automatic differentiation is a technique for computing exact numerical 
 derivatives of user-provided code, as opposed to using finite difference 
 approximations which introduce approximation errors. These techniques have 
 a number of applications in statistics, machine learning, optimization, and 
 other fields. Julia as a language is particularly suitable for implementing 
 automatic differentiation, and the existing capabilities are already beyond 
 those of Scipy and MATLAB. We propose a project with the following 
 components:

 1. Experiment with the new fast tuple and SIMD features of Julia 0.4 to 
 develop a blazing fast stack-allocated implementation of DualNumbers with 
 multiple epsilon components. Integrate with existing packages like Optim, 
 JuMP, NLsolve, etc., and measure the performance gains over existing 
 implementations.

 2. Combine this work with the ForwardDiff package, which aims to provide a 
 unified interface to different techniques for forward-mode automatic 
 differentiation, including for higher-order derivatives.

 3. Time permitting, take a step towards the reverse mode of automatic 
 differentiation. Possible projects include developing a new implementation 
 of reverse-mode AD based on the expression-graph format used by JuMP or 
 contributing to existing packages such as ReverseDiffSource and 
 ReverseDiffOverload.

 There are quite a number of interesting projects in this area (some with 
 avenues for publication), so we can adjust the work according to the 
 student's interests. An ideal student should be interested in experimenting 
 with state-of-the-art techniques to make code fast. No mathematical 
 background beyond calculus is needed. See juliadiff.org for more info.

 Co-mentors: Miles Lubin and Theodore Papamarkou

 If this sounds cool and interesting to you, do get in touch!



[julia-users] Re: Julia Summer of Code

2015-05-29 Thread Rohit Kashyap
Sir, I am interested in working on developing the web stack, can we discuss 
about it. Deadline is very near

On Monday, 25 May 2015 20:31:53 UTC+5:30, Seth wrote:

 I'd be interested in mentoring a project to develop a robust web stack 
 (starting with OpenSSL, probably). I submitted via NumFocus a couple months 
 ago but the project was not selected.



 On Friday, May 15, 2015 at 10:57:24 AM UTC-7, Viral Shah wrote:

 Folks,

 The Moore Foundation is generously funding us to allow for 6-8 Julia 
 Summer of Code projects. Details will be published soon, but if you are 
 interested, please mark your calendars and plan your projects.

 -viral