INDIAN RESEARCH INFORMATION NETWORK SYSTEM (2024)

  • Home
  • Login
    • Login as Nodal Officer
    • Login as Faculty

INDIAN RESEARCH INFORMATION NETWORK SYSTEM (2)

  • Profile
  • Personal Information
  • Expertise Information
  • Experience
  • Education Qualification
  • Doctoral Theses
  • Publications

Academic Identity

Vidwan-ID : 50923

Invalid Username or Email And Password!

  • Professor
  • Indian Institute of Technology Madras
Publications 1992 - 2024

Publications

  • 52

    Journal Articles
  • 3

    Book Chapter
  • 18

    Conference
    Proceedings
  • 1

    Editorial
  • 55

  • 7

  • 1

  • 3

Citations / H-Index

910 Citations

INDIAN RESEARCH INFORMATION NETWORK SYSTEM (5) 15 h-index

INDIAN RESEARCH INFORMATION NETWORK SYSTEM (6) 1061 Citations

Altmetrics

1

1

1

13

Co-author Network

Expertise

Materials Science Ceramics

Shape Memory Alloys/Smart Materials, Composite Materials Metallic / Ceramic / Polymeric. Powder Metallurgy, Structure-Property Correlation in Materials, Materials Science and Technology.

Personal Information

Prof Sampath V

Male

Department of Metallurgical and Materials Engineering Indian Institute Of Technology, Madras, Tamil Nadu, India

Chennai, Tamil Nadu, India - 600036

Experience

  • Professor

    Indian Institute of Technology Madras

Qualification

  • Ph.D.

    Indian Institute of Science, Bangalore

Doctoral Theses Guided

2014

Studies on 2219 al alloy dispersion strengthened with in-situ tib2 particles

Rajasekaran N, Indian Institute of Technology Madras

2014

Studies on 2219 al alloy dispersion strengthened with in-situ tib2 particles

Rajasekaran N, Indian Institute of Technology Madras

Read Less

Publications (74)

  • Year : Oldest
  • Year : Newest
  • Publication Title : Ascending
  • Publication Title : Descending
  • Publication Type : Ascending
  • Publication Type : Descending

INDIAN RESEARCH INFORMATION NETWORK SYSTEM (7)

'); if (json['match_expertise_count'] > 0) { $("#header").append('

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 : "") + '
'); } }); if (count == 5) { // WOMEN - 10/03/2024 // $("#list_expert").append('

'); $("#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 : "") + '
'); } }); if (count1 == 5) { $("#list_org").append('
'); } /* $("#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 : "") + '
'); } }); if (counts == 10) { $("#list_org1").append('
'); }*/ } } 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://iitm.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://iitm.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://iitm.irins.org/login"; } else if (password == "") { window.location = "https://iitm.irins.org/login"; } else { $.ajax({ type: "post", url: "https://iitm.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://iitm.irins.org/myprofile"; } else { window.location = "https://iitm.irins.org/login"; } } catch (e) { alert('Exception while request.. login click'); } }, error: function() { alert('Error while request..'); } }); } }); });

Powered by

INDIAN RESEARCH INFORMATION NETWORK SYSTEM (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Otha Schamberger

Last Updated:

Views: 6212

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Otha Schamberger

Birthday: 1999-08-15

Address: Suite 490 606 Hammes Ferry, Carterhaven, IL 62290

Phone: +8557035444877

Job: Forward IT Agent

Hobby: Fishing, Flying, Jewelry making, Digital arts, Sand art, Parkour, tabletop games

Introduction: My name is Otha Schamberger, I am a vast, good, healthy, cheerful, energetic, gorgeous, magnificent person who loves writing and wants to share my knowledge and understanding with you.