Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GUI Software The Internet Technology

University Launches Semantic Web Interface 191

kv9 writes "The University of Southampton has launched a new semantic web interface, called mSpace, that it says will make searching for information online, and learning about a subject, much easier. mSpace is a framework that gathers information sources and presents them to the user in a single window. It can potentially be applied to any subject, provided the basic information is available. The researchers say this means users will no longer have to wade through lists of undifferentiated data when researching a subject."
This discussion has been archived. No new comments can be posted.

University Launches Semantic Web Interface

Comments Filter:
  • by bigtallmofo ( 695287 ) on Friday February 18, 2005 @09:11AM (#11710573)
    From TFA:

    Imagine more than Google

    Imagine a better iTunes

    Imagine Google on iTunes

    Perhaps my early brain development was flawed, because I'm at a total loss to imagine what a "Google on iTunes" would be like or even what that means.
  • by lxt ( 724570 ) on Friday February 18, 2005 @09:13AM (#11710584) Journal
    ...interestingly, the demo won't run on IE (at least, the versions I've tried, being IE 6 on default settings). Perhaps this is a sign of things to come - more and more applications just not running on IE, and preferring FireFox / Mozilla?
  • Wow...? (Score:3, Interesting)

    by rdc_uk ( 792215 ) on Friday February 18, 2005 @09:20AM (#11710644)
    A stack or queue of filters, with select box GUI, and text+gfx output at the end. (oh, and potentially sound clips - edgy!)

    The only "innovation" I can see is that you can add + remove individual filters. Which is not, so to speak, going to launch rockets...

    I recal looking at a system (in java) that allowed overlay of viewports (little square windows) onto a graphic to add + remove filters (in the photoshop sense in this case). You could drag around these viewports and overlay them to get a venn-diagram like effect with filters (real time, over the web in an applet)

    That was while I was a University (so was between 1993 - 1998, probably 96 at a guess). That was simultaneously; similar in concept, more impressive by far and much more of an "innovation" at that time...

    I may be missing something, but I couldn't see anything "new" there.
  • by Leadhyena ( 808566 ) <(ude.eudrup.inmu ... (naed.leinahtan)> on Friday February 18, 2005 @09:32AM (#11710724) Journal
    Now that's a first. The classical demo requires a Mozilla-type (they say Gecko type) browser for the enhanced javascript capability. IE 6 won't even run it correctly.
  • by johannesg ( 664142 ) on Friday February 18, 2005 @09:39AM (#11710763)
    One major problem I can see is that people will be trolling meta data, just like they did in the regular web before search engines decided not to look at it anymore. Without accountability, meta data will always be unreliable.

    While there are several approaches to accountability already present in the field, such as counting links to the data (like Google does), or having smart, professional, attractive moderators (like Slashdot does [1]), none of them are perfect yet, and I believe this is a problem that must be solved before any semantic web becomes useful.

    [1] Ok, I may be karma whoring just a little here... ;-)

  • by maggard ( 5579 ) <michael@michaelmaggard.com> on Friday February 18, 2005 @09:42AM (#11710778) Homepage Journal
    Wow, an application that shows file types, link visualiations, meta-data, encourages you to explore, I guess what's old is new again - woohoo!

    Meatball Wiki page on GopherProtocol [usemod.com]
    A copy of the Gopher FAQ [mysteria.com]
    MacOrchard page with TurboGopher VR [macorchard.com]

  • Metadata and meaning (Score:4, Interesting)

    by saddino ( 183491 ) on Friday February 18, 2005 @11:27AM (#11711997)
    Although this project isn't strictly "wrapped around" (pardon the pun) Berners-Lee's semantic web [scientificamerican.com], but rather an external semantic "space" defined by a conceptual foundation and then refined by users in the inteface, it still fails to address to metatag/metdata problem, namely:

    1) The metadata sink. Creating an "mSpace" around classical composers is one thing. Doing the same on "quantum mechanics and philosophy" is another. As you broaden the concept, you have to depend on a more-refined framework of contextual and categorical distinctions. Eventually, you may be creating more metadata than data.

    2) The metadata reflection problem. Metadata, in that it is not the data itself, cannot possibly reflect every notion, category of thought or context -- many of those things depend on the user's own interaction with the data (e.g. what you find "funny" I may find "dumb."). And, as often mentioned, metadata may in fact be missing, ouright misleading or incomplete.

    IMHO, though metadata projects such as these are intriguing, the true "holy grail" of classifying data is understanding context. Thus, why worry about metadata when you have the data write there in front of you? Even a statistical anaysis of word/phrase frequency over say, 100 pages returned by Google on "quantum mechanics and philosophy" can yield concepts and connections without any metadata creation/foundation at all (i.e. the user analyzing the key words/phrases can make those connections on his/her own).

    Clearly I'm biased, as I work on software [mesadynamics.com] for OS X that does just this, but still, I honestly believe that creating more data, just to describe what is an increasingly massive corpus (the web), is the wrong solution to the "understanding" problem.
  • Re:Buzzword Bingo (Score:2, Interesting)

    by mc+sd ( 860665 ) on Friday February 18, 2005 @11:35AM (#11712088)
    Semantic web usually refers to back end semantics, that computers can use to "make meaning" rather than the kind you descibe. That's how the data gets associated in the mSpace to begin with. As for hierarchies, that's the final step of the process: the demo music space is a multidimensional space. How do you represent that space effectively in a browser? there's good research to show that we can handle 2d hierarchical representations well. So, the mspace slice lets you take a projection through an ndimensional space, flatten it, and get a temproary hiearchy. As for bach, you don't need to know about bach being a classisist - you would need to know he's a composer, but we could fix that with a keyword search. Move composer to the first column position, and select bach. when we have more associated data from the british library's news archive, you'll be able to go through reviews and historical accounts to get at historical perceptions of bach. in the interim did you know that glen gould's interpretation of bach launched a come back of bach to the canon in the 50's? thanks for taking the time to think about the project. I agree where we want to get to is an easy exploration of meaningful content.
  • Re:dev thoughts (Score:2, Interesting)

    by MegaThawt ( 672826 ) on Friday February 18, 2005 @11:40AM (#11712153)
    I think the demo may be destracting us from seeing the innovation in the underlying mSpaces.


    When Bach and Handel show up in the Classical Era (they were Baroque) and the interface looks like it could just be showing results of traditional SQL queries, then naturally our attention is focused towards the manual tagging of information and so it looks like the project is showing us nothing new: "See, someone mis-tagged Bach and he is showing up in the wrong list box ... ho hum.

  • Re:not google, again (Score:2, Interesting)

    by mc+sd ( 860665 ) on Friday February 18, 2005 @12:14PM (#11712656)
    Alas yes - for the moment.

    Part of the project is to allow wiki-like connections to the info views for publishing related content. Or using talkback like pings to talk with brokers/aggregators so that mspaces can be generated dynamically, and fed dynamically based on available rdf.

    This is very much a start - a look at what might be/come something (more) useful, not as the done deal

    That said, we hope that for the interim, by having a dump out to google on a topic you've already identified of interest that that will let you explore more readily or associatively.

  • by Anonymous Coward on Friday February 18, 2005 @02:22PM (#11714518)

    The great thing about standards, though, is that there are so many to choose from.

    Microsoft developed their own...

    Actually, they participated in the W3C working groups for HTML and CSS, and have employees listed as contributors for the CSS 2 and HTML 4.01 specifications.

"Money is the root of all money." -- the moving finger

Working...