async function searchIP() { const query = document.getElementById("searchInput").value.toLowerCase(); const resultsDiv = document.getElementById("results"); resultsDiv.innerHTML = "Loading..."; try { const response = await fetch("https://microdev.utm.my/api/innocommsv8/api/GetIpDisclosureList", { method: "GET", headers: { "x-system": "INNOCOMMS", "x-api-key": "KEYAPI-INNOCOMMS-REX1-2501" } }); const data = await response.json(); const filtered = data.items.filter(item => item.title.toLowerCase().includes(query) || item.inventor_name.toLowerCase().includes(query) || item.filling_no.toLowerCase().includes(query) ); resultsDiv.innerHTML = filtered.length ? "
    " + filtered.map(ip => `
  • ${ip.title}
    ${ip.inventor_name}
    ${ip.filling_date}
  • ` ).join('') + "
" : "Tiada padanan dijumpai."; } catch (err) { resultsDiv.innerHTML = "Ralat mendapatkan data."; console.error(err); } }
Research Ecosystem
Universiti Teknologi Malaysia UTM Nexus - Research & Innovation

Office of Deputy Vice Chancellor (Research & Innovation)

DVCRI Profile Johor Bahru Office Kuala Lumpur Office

Higher Institution Centre of Excellence (HI-COE)

Advance Membrane Technology Research Centre - AMTEC Institute of Noise & Vibration - INV Wireless Communication Centre - WCC

Research Institute

Centre of Excellence (COE)

Institute of High Voltage & High Current - IVAT UTM-MPRC Institue for Oil & Gas - IFOG Centre for Artificial Intelligence & Robotics - CAIRO Centre for Engineering Education - CEE Centre for Advanced Composite Materials - CACM Innovation Centre in Agritechnology for Advanced Bioprocessing - ICA Institute of Bioproduct Development - IBD

Service Entity

Research Management Centre - RMC Penerbit UTM Press Centre for Community & Industry Network - CCIN Innovation & Commercialisation Centre - ICC University Laboratory Management Centre - PPMU Institut Sultan Iskandar - UTM-ISI

Get the latest news & events

Customer Satisfaction Index