diff --git a/projects/cv_generator/src/generateCV.py b/projects/cv_generator/src/generateCV.py index 8b089f6..00749ff 100644 --- a/projects/cv_generator/src/generateCV.py +++ b/projects/cv_generator/src/generateCV.py @@ -193,7 +193,8 @@ def certificates(): certificate_link("ISTQB Foundation Certification Examination", "ISTQB", "21st Mar' 2017", - "http://www.istqb.in/index.php/certified-tester/foundation-level", "Reg# 110964") + \ + "http://www.istqb.in/index.php/certified-tester/foundation-level/article/90941-kalinga-bhusan-ray", + "Reg# 110964") + \ certificate_link("Python Certification Training", "Edureka", "Dec'16-Feb'17", @@ -322,14 +323,19 @@ def mycover(manager_name, company_name): str = u'''

Dear {0},
-     I found you are in search for a dynamic and highly motivated Software Engineer for - your company. The job description is so exciting and very much closely matching my experience and ambitions. - With a Bachelor’s degree in Computer Science and decade long hands-on experience using programming languages - such as C, C++, Java, Python on Linux platform to create and implement highly sophisticated software - applications for embedded devices such as handheld devices and head units mounted in car dashboard; - I am confident that I can step in and make immediate contribution to the project and valuable contribution - to {1}'s continued success.

-

    As a software engineer at {1}, I can collaborate closely with Customers, +     I found you are in search of a dynamic and highly motivated Software Engineer + to assist you in Research project at the University. The job description is so exciting matches my experience + and ambitions. With a Bachelor’s degree in Computer Science and decade long hands-on experience using + programming languages such as C, C++, Java, Python on Linux platform to design and implement highly + sophisticated software applications for embedded devices such as handheld devices and head units mounted in + car dashboard; I am confident that I can step in and make immediate contribution to the project and + valuable contribution to {1}'s continued success.

+ +

    Though I don't possess much experience in the topics like Machine learning, + still I am confident that I am a fast leaner and have motivation towards learning + these aspects of the computer science and can manage these within a short period of time.

+ +

    As a software technique assistant at {1}, I can collaborate closely with Customers, and help junior team members with my knowledge and experience. I enjoy being challenged and working on projects that require me to work outside my comfort and knowledge set, as continuing to learn new languages and development techniques are important to me, and I consider myself a quick learner. In addition, @@ -343,12 +349,18 @@ def mycover(manager_name, company_name):

  • Knowledgeable of agile development, best practices, clean code approach
  • Hands-on software debugging experience
  • Proper documentation, maintainable software development, eagle eye for quality
  • +
  • Elementary knowledge of Machine learning and data analysis
  • +

        
    I got admitted as student to the University TU Ilmenau for Msc in "Research in + Computer and Systems Engineering" with the applicant number 104180/56732. I shall start my studies from + this winter semester (October, 2017) and would like to work part time on this project.

    +

        I’ve attached a copy of my resume that details my projects and experience in software development. Thank you for your time and consideration. I look forward to speaking with you about this opportunity.


    +

    Mit freundlichen Grüßen / Best regards,
    Kalinga Bhusan Ray
    +91 7795346374 | mail.kalinga@gmail.com @@ -367,13 +379,14 @@ def myAddress(): PIN: 560030


    ''' - +# Company address along with the advertised Job def companyAddress(): return \ company_long_name + '''
    ''' + company_address + '''
    ''' + \ company_zip_town + '''
    ''' + company_state_country + '''
    ''' + \ - '''Dt. ''' + datetime.datetime.today().strftime('%d %b %y') + '''
    ''' + '''Dt. ''' + datetime.datetime.today().strftime('%d %b %y') + \ + '''
    ''' + '''

    ''' + position + '''

    ''' + '''
    ''' diff --git a/projects/cv_generator/src/input.py b/projects/cv_generator/src/input.py index 9e29eda..d5bb922 100644 --- a/projects/cv_generator/src/input.py +++ b/projects/cv_generator/src/input.py @@ -7,15 +7,18 @@ pdf_file = "../gen/" + cv_name + '.pdf' cover = "../gen/" + 'cover.html' -manager_name = '' -company_name = "" +manager_name = 'Professor' +company_name = "TU Ilmenau" #Complete Address -company_long_name = '' -company_address = '' -company_zip_town = '' +company_long_name = 'Teschniche Universität Ilmenu' +company_address = 'Dezernat für Personalangelegenheiten' +company_zip_town = 'Postfach 10 05 65, 98684 Ilmenau' company_state_country = 'Germany' +# Job opening +position = 'Wissenschaftliche/r Mitarbeiter/in – Softwaretechnik Kennziffer 51 /2017' + def mailBody(): ''' Hello,