sdi/events.py
branchanoop
changeset 248 73ad1c61bb74
parent 247 6fd2e9275805
equal deleted inserted replaced
247:6fd2e9275805 248:73ad1c61bb74
    28 Sage Days India Team,
    28 Sage Days India Team,
    29 FOSSEE, IIT Bombay.
    29 FOSSEE, IIT Bombay.
    30     """%(first_name.title(), last_name.title())
    30     """%(first_name.title(), last_name.title())
    31 
    31 
    32     send_mail(subject, message, "sagedays@fossee.in", [email])
    32     send_mail(subject, message, "sagedays@fossee.in", [email])
       
    33 
       
    34 def send_rwd_email(inc):
       
    35     
       
    36     user = inc.registrant
       
    37     sub = "Sage Days - Reward for participation in sprints"
       
    38 
       
    39     msg = """
       
    40 Dear %s, 
       
    41 
       
    42 Thank you for your enthusiastic participation in Sage days 25. 
       
    43 
       
    44 You have made a significant contribution during sprints and as promised, you have been selected to receive the following in appreciation of your efforts.
       
    45 A cash prize of Rs.%s %s
       
    46 
       
    47 We would be sending the money as DD and hence need your name as it is in your account.
       
    48 
       
    49 The details you have entered while registering are as follows.
       
    50 
       
    51 Name: %s
       
    52 Address: %s
       
    53 
       
    54 If you would like to change these details, please click this link http://fossee.in/sage_days/registration/cnf_addr/%s?email=%s and update your name and address at the latest by 20:00 IST 7th September, 2010
       
    55 
       
    56 We hope this reward will encourage you to continue your contribution towards Open Source in general and SAGE in particular.
       
    57 
       
    58 Thanking You,
       
    59 
       
    60 Sage Days India Team,
       
    61 FOSSEE, IIT Bombay.
       
    62 
       
    63 """%(user, inc.amount, " and a tshirt" if inc.t_shirt else "", user, user.address, user.id, user.email)
       
    64 
       
    65     send_mail(sub, msg, "sagedays@fossee.in", [user.email])
    33 
    66 
    34 def send_wsp_ptc_confirm(user):
    67 def send_wsp_ptc_confirm(user):
    35     """ send a mail telling a worksho has been scheduled.
    68     """ send a mail telling a worksho has been scheduled.
    36     """
    69     """
    37 
    70 
   319 
   352 
   320 * Perry Greenfield -- PhD, MIT. Currently at Space Telescope Science Institute, Maryland, USA.  Has pioneered the use of Python in astronomy. He and his group have developed PyRAF, numarray (the precursor to current numpy capabilities), PyFITS and involved with the development of matplotlib.
   353 * Perry Greenfield -- PhD, MIT. Currently at Space Telescope Science Institute, Maryland, USA.  Has pioneered the use of Python in astronomy. He and his group have developed PyRAF, numarray (the precursor to current numpy capabilities), PyFITS and involved with the development of matplotlib.
   321 
   354 
   322 * Prabhu Ramachandran -- PhD, IIT Madras.  Currently a faculty member at IIT Bombay.  He is the co-founder of the Indian Linux User Group - Chennai (ILUGC) and is the creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK Python packages (http://code.enthought.com/projects/mayavi). Currently heads the FOSSEE (http://fossee.in) project.
   355 * Prabhu Ramachandran -- PhD, IIT Madras.  Currently a faculty member at IIT Bombay.  He is the co-founder of the Indian Linux User Group - Chennai (ILUGC) and is the creator and lead developer of the (FOSS-India-award-winning) Mayavi and TVTK Python packages (http://code.enthought.com/projects/mayavi). Currently heads the FOSSEE (http://fossee.in) project.
   323 
   356 
   324 * Stéfan van der Walt -- PhD, Stellenbosch University, SA. Currently a researcher and lecturer in Applied Mathematics at Stellenbosch University.  One of the developers of the NumPy and SciPy packages.
   357 * Stefan van der Walt -- PhD, Stellenbosch University, SA. Currently a researcher and lecturer in Applied Mathematics at Stellenbosch University.  One of the developers of the NumPy and SciPy packages.
   325 
   358 
   326 * Jarrod Millman -- Member of the SciPy steering committee and an active contributor to both the NumPy and SciPy projects. He is the acting managing director and the director of computing for UC Berkeley's Neuroscience Institute, where he helped found the Neuroimaging in Python (NiPy) project.
   359 * Jarrod Millman -- Member of the SciPy steering committee and an active contributor to both the NumPy and SciPy projects. He is the acting managing director and the director of computing for UC Berkeley's Neuroscience Institute, where he helped found the Neuroimaging in Python (NiPy) project.
   327 
   360 
   328 
   361 
   329 * Satrajit Ghosh -- PhD Boston University.  Currently a faculty member of the Speech and Hearing Biosciences and Technology program, Harvard-MIT. He is managing the development of the NiPy project (http://nipy.org/nipype/).
   362 * Satrajit Ghosh -- PhD Boston University.  Currently a faculty member of the Speech and Hearing Biosciences and Technology program, Harvard-MIT. He is managing the development of the NiPy project (http://nipy.org/nipype/).