Global Record Collection Mark-up Language (Draft GRCML) and Sphere Layer Navigation System (SLNS) proposal.
A full copy of the proposal is available here.
Global Record Collection Mark-up Language (Draft GRCML) and Sphere Layer Navigation System (SLNS) proposal.
A full copy of the proposal is available here.
Global Record Collection Mark-up Language (Draft GRCML) and Sphere Layer Navigation System (SLNS) proposal.
A full copy of the proposal is available here.
Our roles within the group are:
General | Development | Post Launch | |
---|---|---|---|
Jo Redwood | Project Manager | server-side scripting, widgets, AJAX | – |
Simon Batty | Programmer | Research, client-side design | – |
Scott Addelsee | Graphic Artist | Client-side design | – |
Tom Saunders | Researcher | Multimedia development | – |
Since the last update we have achieved a few important milestones.
Since the last update we have achieved a few important milestones.
Since the last update we have achieved a few important milestones.
The solution I settled on was to compromise by using a blacklist, this enables us to use almost any source document but requires us to create the list of ignored words. In order to do this I used a large document to ‘teach’ it by adding words when they appeared.
Here is the version at the time of posting:
“0,1,2,3,4,5,6,7,8,9,-, a, about, also, an, and, any, are, as, be, been, but, by, come, comes, do, for, from, go, goes, have, he, how, however, i, in, is, it, its, may, of, on, or, our, out, so, such, than, that, the, then, these, they, this, thus, to, too, us, use, was, way, we, what, which, who, with,(,),.,:,;,?,[,],^”
We have been set a small programming task which involves writing a program to come up with artistic ideas. We initially decided to tackle it by using a system to load a text into an array, then select a number of random elements from it. With normal text however the high probability of getting a words such as ‘the’, ‘a’ and ‘to’ in normal text makes this approach messy. Another way is to forgo using texts and using a pure dictionary method instead that is only capable of selecting multiple random entries from a limited ‘world’.
While playing with some motion detecting processing code provided by our lecturer we had the idea of combining it with an older project of mine to create an interactive visualisation. By flipping the gravity sideways on my physics balls demo and using the motion detection to alter the ‘wind’ value on multiple axis’s. The effect of this is that motion across the cameras creates movement in the particles on the display away from the moving object.
I am working on a feature so that on each of our personal sites there is a button that opens an element displaying pluxel related content.
It must:
Another element I may be work on is a portfolio page system.