Please login to add favorites.<\/p>\n
Dismiss this notice<\/a><\/p>\n","authentication_redirect":"","dev_mode":"","logged_in":"","user_id":"0","authentication_redirect_url":""};
No results found.';
searchResults.style.display = 'block';
return;
}
results.forEach(result => {
const resultDiv = document.createElement('div');
resultDiv.classList.add('csv-search-result');
resultDiv.style.opacity = '0';
resultDiv.style.transition = 'opacity 0.3s ease-in-out';
const postDate = new Date(result.Date.replace(/,/g, '').replace(/"/g, ''));
const categories = result.Categories.toLowerCase().replace(/,/g, '').replace(/"/g, '').replace(/\//g, ',').split(',').map(cat => cat.trim());
const isExcludedCategory = categories.some(cat => excludedCategoriesForConditions.includes(cat));
if (postDate < twoYearsAgo && !isExcludedCategory) {
resultDiv.classList.add('archive-search');
}
const contentDiv = document.createElement('div');
contentDiv.classList.add('quick-search-meta');
const titleDiv = document.createElement('div');
const titleLink = document.createElement('a');
let permalink = result.Permalink;
if (postDate < twoYearsAgo && !isExcludedCategory) {
permalink = '/register/';
}
titleLink.href = permalink;
titleLink.innerHTML = highlightText(result.Title, searchTerm);
titleDiv.appendChild(titleLink);
contentDiv.appendChild(titleDiv);
const metaButtonsDiv = document.createElement('div');
const formattedDate = formatDate(result.Date.replace(/,/g, '').replace(/"/g, ''));
const people = result.People.replace(/,/g, '').replace(/"/g, '').replace(/\//g, ',');
const tools = result.Tools.replace(/,/g, '').replace(/"/g, '').replace(/\//g, ',');
metaButtonsDiv.innerHTML = `
CAN––V6
% home▍
Cinder
Dökk – Live media performance by fuse*
Seaquence – Growin’ groove in a Petri dish
node 5:5 – New spatial dynamics, at scale and magnificence
Flippaper – Player-sketched pinball
Molecular clouds in space – Ryoichi Kurokawa’s ‘unfold’ at FACT
Kinematic Petals Dress debuts at MFA | Nervous System
It’s doing it – Online exhibition of computer generated images that autonomously update
Rec All – A puzzling universe of (multitouch) creatures
A Wilderness Most Luminous – The Making of Micah Scott’s Forest
Modulares Interface B.A. – Physical controller interface for iPad
He Liked Thick Word Soup – Software experiment about text, space and time
Nid & Sancy – The Cut up Jeans Technique iOS app
Colorimetry in Motion – Study of colour by Nicolas Ménard
Arduino Video Game for the Neighbourhood
Creating Instagram Kaleidoscope with Cinder – Tutorial
10 Most Exciting New Experiments with Leap Motion
DIRTI for iPad – Tapioca interface for iOS
Moana, My Ocean – Real-time feeding frenzy simulation by Robert Hodgin
Word Shift – Tile-swapping word game by David Wicks
‘Pixel is Data’ by Matthieu Savary reorders pixels in your photos
Playground Installation for Sonos Studio at SXSW
REWORK (Philip Glass Remixed) by Snibbe Studio
Woods – Structured landscape of responsive light by Nocte
First experiments with Leap Motion and Cinder
Rubans for iPad + New version of Cinder / Cocoa Touch wrapper
Real-Time Electromagnetic Dot Display by Breakfast NY
Generative Jigsaw Puzzles – Nervous System toys with a classic enigma
DMesh – Delaunay your photos directly on the iPhone