- Home
- Login
- Login as Nodal Officer
- Login as Faculty
- Profile
- Personal Information
- Expertise Information
- Experience
- Education Qualification
- Honours and Awards
- Publications
Academic Identity
-
Scopus Id 55579580300
-
Google Scholar Id 7yNXEaYAAAAJ
Invalid Username or Email And Password!
- Professor
- Indian Statistical Institute, Kolkata
Publications 2011 - 2024
Publications
Citations / H-Index
119 Citations
6 h-index
148 Citations
Google Scholar
Co-author Network
Expertise
Mathematics
Commutative algebra, Affine Algebraic Geometry
Personal Information
Dr Neena Gupta
Female
Theoretical Statistics and Mathematics Unit, Indian Statistical Institute, Kolkata 203, Barrackpore Trunk Road
Kolkata, West Bengal, India - 700108
Experience
-
Professor
Theoretical Statistics and Mathematics Unit (TSMU-Kolkata)
Indian Statistical Institute, Kolkata
-
Associate Professor
Theoretical Statistics and Mathematics Unit (TSMU-Kolkata)
Indian Statistical Institute, Kolkata
Qualification
-
Ph.D.
Indian Statistical Institute
Honours and Awards
2021
Ramanujan Prize for Young Mathematicians from Developing Countries
DST-ICTP-IMU
2019
Shanti Swarup Bhatnagar Award (Mathematical Sciences)
Council of Scientific and Industrial Research (CSIR), New Delhi
2015
The Swarna Jayanti Fellowship Award
Department of Science and Technology (DST), India
Read More
2021
Ramanujan Prize for Young Mathematicians from Developing Countries
DST-ICTP-IMU
2019
Shanti Swarup Bhatnagar Award (Mathematical Sciences)
Council of Scientific and Industrial Research (CSIR), New Delhi
2015
The Swarna Jayanti Fellowship Award
Department of Science and Technology (DST), India
2014
Young Scientist Award
INSA
Read Less
Publications (25)
- Year : Oldest
- Year : Newest
- Publication Title : Ascending
- Publication Title : Descending
- Publication Type : Ascending
- Publication Type : Descending
Similar Experts (' + json['match_expertise_count'] + ')
'); } $("#right_div").append(''); $.each(json['match_expertise'], function(key, value) { if (count < 5) { count++; $("#list_expert").append('- ' + (value.profile_image ? '' : '') + '' + (value.name !== null ? value.name : "") + '
'); $("#list_expert").append('
'); } $("#right_div").append('
'); $("#header_org").append('Same Department (' + json['same_department_count'] + ')
'); $("#right_div").append(''); $.each(json['same_department'], function(key, value) { if (count1 < 5) { count1++; $("#list_org").append('- ' + (value.profile_image ? '' : '') + '' + (value.name !== null ? value.name : "") + '
'); } /* $("#right_div").append(''); $("#header_org2").append('
Same School (' + json['same_school_count'] + ')
'); $("#right_div").append(''); $.each(json['same_school'], function(key, value) { if (counts < 10) { counts++; $("#list_org1").append('- ' + (value.profile_image ? '' : '') + '' + (value.name !== null ? value.name : "") + '
'); }*/ } } catch (e) { alert('Exception while request.. sidebar'); } }, error: function() { // alert("error"); } }); } $('#password').keypress(function(e) { if (e.keyCode == 13) $('#login').click(); }); // alert(); $("#identity-form").hide(); $("#list-awards").hide(); $("#list-theses").hide(); $("#list-pb").hide(); $("#list-mc").hide(); $("#list-rp").hide(); $("#list-pt").hide(); //Award $("#award-more-btn").live("click", function() { $("#four_awards").hide(); $("#award-more-btn").hide(); $("#list-awards").show(); $("#award-less-btn").show(); }); $("#award-less-btn").live("click", function() { $("#list-awards").hide(); $("#four_awards").show(); $("#award-less-btn").hide(); $("#award-more-btn").show(); }); //Theses $("#theses-more-btn").live("click", function() { $("#three-theses").hide(); $("#theses-more-btn").hide(); $("#list-theses").show(); $("#theses-less-btn").show(); }); $("#theses-less-btn").live("click", function() { $("#list-theses").hide(); $("#three-theses").show(); $("#theses-less-btn").hide(); $("#theses-more-btn").show(); }); //pb $("#pb-more-btn").live("click", function() { $("#three-pb").hide(); $("#pb-more-btn").hide(); $("#list-pb").show(); $("#pb-less-btn").show(); }); $("#pb-less-btn").live("click", function() { $("#list-pb").hide(); $("#three-pb").show(); $("#pb-less-btn").hide(); $("#pb-more-btn").show(); }); //mc $("#mc-more-btn").live("click", function() { $("#three-mc").hide(); $("#mc-more-btn").hide(); $("#list-mc").show(); $("#mc-less-btn").show(); }); $("#mc-less-btn").live("click", function() { $("#list-mc").hide(); $("#three-mc").show(); $("#mc-less-btn").hide(); $("#mc-more-btn").show(); }); //rp $("#rp-more-btn").live("click", function() { $("#three-rp").hide(); $("#rp-more-btn").hide(); $("#list-rp").show(); $("#rp-less-btn").show(); }); $("#rp-less-btn").live("click", function() { $("#list-rp").hide(); $("#three-rp").show(); $("#rp-less-btn").hide(); $("#rp-more-btn").show(); }); //pt $("#pt-more-btn").live("click", function() { $("#three-pt").hide(); $("#pt-more-btn").hide(); $("#list-pt").show(); $("#pt-less-btn").show(); }); $("#pt-less-btn").live("click", function() { $("#list-pt").hide(); $("#three-pt").show(); $("#pt-less-btn").hide(); $("#pt-more-btn").show(); }); $(".error").hide(); $(".login-modal").click(function() { $("#error").hide(); var username = $("#username").val(); var password = $("#password").val(); if (username == "") { alert("please Enter username"); } else if (password == "") { alert("please Enter password"); } else { var dataString = 'username=' + username + '&password=' + password; $.ajax({ type: "post", url: "https://isi.irins.org/login/verifyUser", cache: false, data: $('#loginmodalform').serialize(), success: function(json) { // alert(json); try { var obj = jQuery.parseJSON(json); if (obj["status"] == "true") { $('#loginModal').modal('hide'); window.location.href = "https://isi.irins.org/myprofile"; } else { // $('#loginModal').modal('hide'); $('div.error').text('Invalid Username or Email And Password! '); $("#error").show('fast'); } } catch (e) { // $('#loginModal').modal('hide'); alert('Exception while request.. verify'); } }, error: function() { alert('Error while request..'); } // return false; }); } }); $("#login").click(function() { var username = $("#username").val(); var password = $("#password").val(); if (username == "") { window.location = "https://isi.irins.org/login"; } else if (password == "") { window.location = "https://isi.irins.org/login"; } else { $.ajax({ type: "post", url: "https://isi.irins.org/login/verifyUser", cache: false, data: $('#loginform').serialize(), success: function(json) { // alert(json); try { var obj = jQuery.parseJSON(json); if (obj["status"] == "true") { window.location = "https://isi.irins.org/myprofile"; } else { window.location = "https://isi.irins.org/login"; } } catch (e) { alert('Exception while request.. login click'); } }, error: function() { alert('Error while request..'); } }); } }); var google_ajax_call = true; $(window).scroll(function() { if ($(window).scrollTop() >= 40 && google_ajax_call) { if (!($('#full_citation').length)) { get_google_citation(); google_ajax_call = false; } } }); });