- Home
- Login
- Login as Nodal Officer
- Login as Faculty
- Profile
- Personal Information
- Expertise Information
- Experience
- Education Qualification
- Professional Bodies
- Research Project
- Publications
Academic Identity
-
Orcid Id 0000-0001-7175-2611
-
Scopus Id 55699085200
-
Researcher Id DYU-9480-2022
-
Google Scholar Id zyNln9sAAAAJ
Invalid Username or Email And Password!
- Associate Professor
- Indian Institute of Technology (ISM) Dhanbad
Publications 2012 - 2023
Publications
-
52
Journal Articles
-
15
Conference
Proceedings -
1
Letter
-
1
Projects
-
12
-
55
Citations / H-Index
619 Citations
13 h-index
963 Citations
Google Scholar
Co-author Network
Expertise
Electrical and Electronic Engineering
Analog VLSI Circuits And Systems: Voltage, Current And Mixed-Mode, Microelectronics Devices
Personal Information
Prof Rajeev Kumar Ranjan
Male
Department of Electronics Engineering Indian Institute of Technology (Indian School of Mines) Dhanbad
Dhanbad, Jharkhand, India - 826004
Experience
-
Associate Professor
Department of Electronics Engineering
Indian Institute of Technology (ISM) Dhanbad
Qualification
-
PhD
Indian Institute of Technology (ISM) Dhanbad
Membership In Professional Bodies
2020
IEEE
Faculty Member
2020
IEEE
Faculty Member
Read Less
Research Projects
Auto Irrigation and Soil Monitoring System for COVID-19 Migrant Engagement
Funding Agency : IEEE USA Section
Auto Irrigation and Soil Monitoring System for COVID-19 Migrant Engagement
Funding Agency : IEEE USA Section
Read Less
Publications (68)
- 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://iitism.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://iitism.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://iitism.irins.org/login"; } else if (password == "") { window.location = "https://iitism.irins.org/login"; } else { $.ajax({ type: "post", url: "https://iitism.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://iitism.irins.org/myprofile"; } else { window.location = "https://iitism.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; } } }); });