Upgrade to Pro — share decks privately, control downloads, hide ads and more …

wcmc.io

Avatar for Decio Battaglia Decio Battaglia
August 09, 2013
400

 wcmc.io

An introduction to the http://wcmc.io website.

Avatar for Decio Battaglia

Decio Battaglia

August 09, 2013

Transcript

  1. How does it work? When a user accesses the short-URL

    the application redirects him to the original resource, but in doing so it saves the user's URL information.
  2. The URL is first searched against • Organization • City

    • Country If a match is found against an organization, a second search is made against a public geocoding API. If a match is found against an organization, a second search is made against a public geocoding API.
  3. Use Case Track URL visits to your documents in cities

    or places ahead of planned meetings.
  4. Use Case Have an overview of which organizations are more

    interested in specific URL resources.
  5. This Web tool is not only a proof of concept

    about the usefulness of tracking specific URL's. It is also an experimentation on how to create simple and effective data visualizations.
  6. How does one handle the interactive presentation of big quantities

    of point data? One possible solution: cluster the data depending on the zoom level...
  7. The interactive map uses the Google Maps API, but the

    orange circles are created using d3.js
  8. d3 gives us flexibility... Not convinced about the effectiveness of

    the clustered circles approach? We can implement a heat-map instead!
  9. Challenges and limitations It is not always possible to name

    and geocode every organization of potential interest.
  10. Challenges and limitations We need a way to filter out

    search engine robots from real users... this result, for example, is suspicious...
  11. A lot can still be done in researching and improving

    the tool's data and mapping visualizations and interactions. These achievements though can potentially be used across other applications and Websites.