steve-mcn20061109

Upload: horng-j-p-wu

Post on 10-Apr-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/8/2019 steve-mcn20061109

    1/28

    Impressionism

  • 8/8/2019 steve-mcn20061109

    2/28

    Really Well, Really Wrong

    Accessibility & Engagement

  • 8/8/2019 steve-mcn20061109

    3/28

    Jump in

    Weve done stuff

  • 8/8/2019 steve-mcn20061109

    4/28

  • 8/8/2019 steve-mcn20061109

    5/28

    Useful? 92.5% new terms

    Total Terms: 340Unique Terms: 117Appropriate Terms: 107Blue Terms found in Object DataTotal Terms: 40Unique Terms: 8

  • 8/8/2019 steve-mcn20061109

    6/28

    What do taggers do?

    How do tags vary?

  • 8/8/2019 steve-mcn20061109

    7/28

    Exploring the nature of tags: are tags real words?

    Exploring the nature of tags: are they terms we use?

    ! dismasted

    ! foundering

  • 8/8/2019 steve-mcn20061109

    8/28

    Exploring the nature of tags: are they terms from our discipline?

    "representational

    Exploring the nature of tags: are they terms searchers use?

    shipwreck

  • 8/8/2019 steve-mcn20061109

    9/28

    Exploring the nature of tags: are they appropriate to the work?

    X rocky shoreX dolphins

    yacht ?repose ?

    " dangerous

    " helpless

    " you will die

  • 8/8/2019 steve-mcn20061109

    10/28

  • 8/8/2019 steve-mcn20061109

    11/28

    # PHP 5.1

    # MySQL 4 or 5

    # Apache or IIS

    # Unix (Linux/OS X) or Windows

  • 8/8/2019 steve-mcn20061109

    12/28

    .... in the amount of timeit took me to tell you about it

  • 8/8/2019 steve-mcn20061109

    13/28

    # Short time boxes

    # Developers select files to add

    # Package built, sent to SourceForge

    # Test team run through scripted scenarios

    # Bug reporting and tracking

  • 8/8/2019 steve-mcn20061109

    14/28

  • 8/8/2019 steve-mcn20061109

    15/28

    # Golly steve looks like a great piece of software

    # Its great that its open source, but# How on earth can I make use of this thing?

    # Build Tools

    # The steve taggerinterface is one exampleof a tool built using thesteve APIs

  • 8/8/2019 steve-mcn20061109

    16/28

    # Application Programming Interface

    # The set of commands programmers use to talk to eachothers software

    # This enables a programmer to use this software w/ohaving to know how it works!

    steve

    API

  • 8/8/2019 steve-mcn20061109

    17/28

    # The steve API is simply a set of questions you canask steve

    # We can use these commands to build a variety ofpowerful tools!

    steve

    API

    addImage()

    createImageSet()

    getAllImagesets()

    addTerm()getDocumentFrequency()

    getTermCount()

    getAllImages()

    getAllImagesInImageset()

    getImageInImageset()

    getImagesByKeyword()

    getImagesByTermName()

    Backend @ steve.museum Interface @ yourmuseum.com

    steve

    WS API

  • 8/8/2019 steve-mcn20061109

    18/28

    require_once('steve_client.php');

    $terms = $Term->getTermFrequency(0);

    sort($terms);

    foreach ($terms as $term) {

    echo "{$term->term}

    \n";

    }

    # PHP5 object interfaces for clients hosted on the steveserver

    # For remote clients:

    # SOAP WSDLs are auto-generated from API#

    REST / URL-based interface# Initial tests tell us that this should work for clients

    written in:

    # php, Flash, .NET, Javascript

    # Future:

    # A more robust and integrated testing scheme

  • 8/8/2019 steve-mcn20061109

    19/28

    # A wide variety of dataanalysis can beaccomplished withouttouching the DB

    # We need to backup ourclaim that folksonomy byproviding good data

  • 8/8/2019 steve-mcn20061109

    20/28

    # Pretty slide

    # No realapplication

    # Yet

  • 8/8/2019 steve-mcn20061109

    21/28

    # Install it

    # Try it out

    # Read about it

    # Talk about it

  • 8/8/2019 steve-mcn20061109

    22/28

    # Installation requirements are very light

    # Changing the look is easy# Installer and Install Guide download on Sourceforge

    # That extra server you just retired

    # A $6.95/month Web hosting provider

    # Your desktop, even

    # There are one-stop, combined downloads of all the

    software you need to run steve, and it will run onevery OS

  • 8/8/2019 steve-mcn20061109

    23/28

    # Design is pure standards-based CSS

    # To change the look, just make a new style sheet# Lets check out some interfaces

  • 8/8/2019 steve-mcn20061109

    24/28

  • 8/8/2019 steve-mcn20061109

    25/28

    # Those are just new templates for the same basic page

    # You can make a completely new interface, like in Robsexample, with the API

    # Give the demo tagger a try on the public site, http://steve.museum (click Tag Art)

  • 8/8/2019 steve-mcn20061109

    26/28

    www.steve.museum [email protected]

    www.steve.museum [email protected]

  • 8/8/2019 steve-mcn20061109

    27/28

    www.steve.museum [email protected]

    # http://steve.museum

    # Intro to the project

    # Info for museums, researchers, and developers

    # Reference section with papers, conference

    presentations, dev specs

  • 8/8/2019 steve-mcn20061109

    28/28

    # discuss list for general discussion about steve andmuseum tagging, more broadly

    # steve.tech list for tech concerns, installation help, etc.

    # Subscription links on http://steve.museum/