jwyg / forestpark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Everything in the forest park is an extended invitation to partake in all activities available at a forest park in Scotland, according to search engine results. It explores how the web invites different kinds of relations with woodland areas, addressing page visitors as tourists and adventurers, hikers and holidayers, customers and conservationists.

It is composed from fragments of texts extracted from every Google Search result for a forest park in Scotland. While search engines aim to order and optimise results according to their relevance for users and advertisers through crawling and algorithmic ordering, Everything in the forest park collapses and reorders these indexed results to produce a speculative account of forest park life.

Protocol

It was produced with the following protocol:

  1. Extract URLs from query results using Sciences Po médialab Google Bookmarklet tool.

  2. Filter out non-HTML results (e.g. PDFs) and results relating to other places using OpenRefine.

  3. Extract full text from filtered URLs using Digital Methods Initiative Text Ripper tool.

  4. Use grep, sed and sort to obtain texts from query results addressing "you" and re-order alphabetically:

    grep -i " you " results\_text.txt | sed 's/\[^a-z A-Z 0-9 ,.-:!\]//g' | sort -u > forestpark.txt
    
  5. Remove menu items and references to particular place names.

  6. Generate audio with say:

    cat forestpark.txt | say -v Fiona -r 120 -o forestpark.aiff --progress
    
  7. Create web page and final audio track using media and design elements from query results.

About


Languages

Language:HTML 90.0%Language:CSS 10.0%