A first proof of concept directory for the UK semiconductor ecosystem, designed to make companies and organisations easier to find by role and key technology.
This version uses your simplified company table with search, ecosystem role filters and key technology filters. It is designed to embed cleanly inside Krystal Website Builder.
' + escapeHtml(desc) + '
'; html += ''; card.innerHTML = html; cards.appendChild(card); } } function clearAll() { state.search = ""; state.selectedFunction = null; clearObj(state.selectedEco); clearObj(state.selectedDom); el("chipscape-searchBox").value = ""; renderAll(); } function renderAll() { renderFunctionButtons(); renderButtons("chipscape-ecoFilters", DATA.ecosystem_roles, state.selectedEco, "filter-pill"); renderButtons("chipscape-domFilters", DATA.key_techs, state.selectedDom, "filter-pill"); renderCards(); } el("chipscape-searchBox").oninput = function(e) { state.search = (e.target && e.target.value) ? e.target.value : ""; renderAll(); }; el("chipscape-clearAllBtn").onclick = clearAll; renderAll(); })();