1. On a way to color words

    February 29, 2008 by pierre

    Context note: Jerome is using interface and design ideas from a previous r-echos version to make a website for gasworks and node.london. Cf. http://capacity.electronest.com/2008/02/22/commentpress-meets-r-echos/

    Every category is associated to a color used as the title’s background. We originally wanted to make a plugin to edit these associations in wordpress admin. But then we thought that the association of a color and a category is a bit subjective and not that meaningful. What is interesting in this system that it allows to quickly identify the “theme” of a bunch of post and make visual links between post titles. So it is important that each category is always associated to the same color, and it could be interesting as well is similar categories or tags (cities and city, curation and curtors etc…) could be associated to similar color.

    The solution that we tries is to calculate colors according to the letter composing a category name. It is based on the definition of colors as a mix of levels of red, green and blue. In the HTML styling conventions color can be are expressed as R,G and B values ranging from 0 to 255. So we split each category names in three parts sequentially, each one representing R G and B. Then we associate each letter in the slice to its number in the alphabet, from 0 to 25. We calculate the means of each segment and multiply by 10 so our RGB values ranges from 0 to 250 by steps of 10 units.

    For example: “urbanism” is splited in three segments “urb” (R), “ani”(G), “sm”(B), if we match letter and their position in the alphabet it makes ((20+17+1)/3)*10 = 126 for red, ((0+13+8)/3)*10 = 70 for green, ((18+12)/2)*10 = 150 for Blue.

    This is how we wrote the function to implement this in Javascript:

     1 function get_color(s) {
     2 // returns a rgb(R,G,B) string to be used in a CSS stylesheet
     3 	function calc(s) {
     4        		var alpha='abcdefghijklmnpqrstuvwxyz';
     5        		var t=0;
     6        		for (var [k, v] in s) { t+=alpha.search(v); }
     7        		return t/s.length;
     8 	}
     9 	if (s != null && s != '') {
    10         	var i = Math.round(s.length/3); // what is the lenght of a slice
    11         	var r = Math.round(calc(s.slice(0,i).toLowerCase()))*10;
    12         	var g = Math.round(calc(s.slice(i,2*i).toLowerCase()))*10;
    13         	var b = Math.round(calc(s.slice(2*i,s.length).toLowerCase()))*10;
    14 		return 'rgb('+r+','+g+','+b+')';
    15 	}
    16 	else {
    17 		return 'rgb(255,255,255)';
    18 	}
    19 }

  2. DM workshop various ressources

    by jerome

    http://omeka.org/
    Omeka is a web platform for publishing collections and exhibitions online. Designed for cultural institutions, enthusiasts, and educators, Omeka is easy to install and modify and facilitates community-building around collections and exhibits. Omeka is free and open source.

    http://proboscis.org.uk/
    Proboscis | SoMa: social matrices | a creative studio and think tank for culture.
    Proboscis is an artist-led studio which combines artistic practice with commissioning, curatorial projects, design and consultancy. Collaboration is at the core of our creative practice and ethic: Proboscis works across disciplines and practices, working with associate artists, writers, curators, critics, designers, technologists, filmmakers, scientists and theorists to explore social, cultural and creative issues.

    “je parle à mon blog….” pierre


  3. CommentPress meets R-Echos

    February 22, 2008 by jerome

    picture-2.png


  4. Anthony Ellis / Playbill Application

    by jerome

    nice project = nice people

    Begin forwarded message:

    From: anthony ellis

    Date: 22 February 2008 09:42:07 GMT

    To: Jérôme Rigaud

    Subject: Re: Hi

    Hey Jerome

    Really enjoyed meeting up yesterday.

    It’s nice to talk to someone with your knowledge, grasp and feel.

    On the way home I thought that it may throw up some really funny combinations!

    Anyways, let’s meet up next week for another coffee and chat.

    I’ve attached some playbills as promised…

    Ant

    Calls3.jpg

    Eph.E_376.jpg

    theaprog2.gif

    sch200205200439-003.jpg


  5. hexadecimal mapping

    February 21, 2008 by jerome

    http://blog.firetree.net/wp-content/uploads/2008/02/hh.png

    hh.png


  6. Capacity is recording now

    by jerome

    http://capacity.electronest.com/

    pour le moment c’est semi public les tiff passe sans probleme dans Safari (quand on copy/paste des imaes dans mail) mais pas du tout dans Camino… il y a des soucis quand un post contient du html et des images – parfois le content est retiré (surement des problemes d’autodetection du mimetype/additional pouzr la deuxieme partis du mail)
    ca marche pas trop mal tellement bien que je me demande si on ne devrait pas le rendre public en fait en gardant en tete de ne pas y poster d’information sensible…
    à bientot jerome


  7. Web design with usability in mind

    by jerome

    via http://www.findability.org/archives/000195.php
    Mental Models There is no single methodology for creating the perfect product—but you can increase your odds. One of the best ways is to understand users’ reasons for doing things. Mental Models gives you the tools to help you grasp, and design for, those reasons. Adaptive Path co- founder Indi Young has written a roll-up-your-sleeves book for designers, managers, and anyone else interested in making design strategic, and successful. http://www.rosenfeldmedia.com/books/mental-models/
    Building Findable Websites: Web Standards SEO and Beyond (Paperback) described by Peter Morvilleas an excellent, practical companion to Ambient Findability. http://www.amazon.com/Building-Findable-Websites-Standards-Beyond/dp/ 0321526287/
    Tagging: People-powered Metadata for the Social Web (Voices That Matter) (Paperback) peter Morville: an absolute must-read for anyone who cares about information architecture, social software, or personal knowledge management. http://www.amazon.com/Tagging-People-powered-Metadata-Social-Voices/ dp/0321529170/

    [book] [resource] [tags]book, resource[/tags] [project]research, investment[/project]

    pastedGraphic.tiff

    pastedGraphic.tiff

    pastedGraphic.tiff


  8. folding the Disclosure program

    by jerome

    IMG_8296.jpg

    IMG_8299.jpg

    IMG_8300.jpg

    IMG_8294.jpg

    IMG_8301.jpg

    IMG_8293.jpg

    IMG_8298.jpg

    IMG_8297.jpg

    IMG_8295.jpg


  9. Coding font

    by jerome

    pastedGraphic.tiff

    pastedGraphic.tiff

    pastedGraphic.tiff


  10. Node London Poster – how to fold (please)

    by jerome

    * The poster has since then been produce. You can read more on /Assembling about a poster visualising its own financing process – for Node London

    Hi again Steve, please find below the picture which shows a bit of how to fold the thing into a A5; basically the top right part of the A2 poster has got to be on one side of the A5 folded version, while the logo are on the other side. if any confusion or problem, feel free to call me anytime: 07878957200
    many thanks and talk soon jerome

    [project]node london, gasworks[/project] [tags]instruction, poster, fold[/tags]

    IMG_8291.jpg

    IMG_8289.jpg

    IMG_8288.jpg