Giter Club home page Giter Club logo

forestpark's Introduction

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.

forestpark's People

Contributors

jwyg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.