aha! I got this David. Thanks. I was having an issue with permissions and Ant. The links work fine. -Heather
On Jul 11, 2007, at 9:00 AM, [EMAIL PROTECTED] wrote: > Send General mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://simile.mit.edu/mailman/listinfo/general > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of General digest..." > > > Today's Topics: > > 1. Re: General Digest, Vol 15, Issue 10 (Heather Tumey) > 2. Visually Linking Timeline Events (Rickard, Matthew J.) > 3. Re: Does Longwell support Hierarchical Facets? (Mark Diggory) > 4. Re: Does Longwell support Hierarchical Facets? (David Legg) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 10 Jul 2007 11:05:19 -0700 > From: Heather Tumey <[EMAIL PROTECTED]> > Subject: Re: General Digest, Vol 15, Issue 10 > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi David, > Thank you for responding. I get the following js error (using Firefox > 2.0.2 on a mac): > "Timeline is not defined" > var eventSource = new Timeline.DefaultEventSource(0); > > I am calling the timeline like this: > <link rel='stylesheet' href='/Users/snott/dev/trunk/hq/web/js/ > timeline/styles.css' type='text/css'/> > <script src="/Users/snott/dev/trunk/hq/web/js/timeline/api/timeline- > api.js" type="text/javascript"></script> > > I'm running an Apache server and an application using jboss. > I've also tried to call it directly via : > <script src="http://localhost:7080/web/js/timeline/api/timeline- > api.js" type="text/javascript"></script> > > Is there a way to circumvent the code that is trying to parse the URL > and just give it the strings it wants? > Thank you. I'm a javascript novice so just learning to do this stuff. > -Heather > > > > > On Jul 10, 2007, at 9:00 AM, [EMAIL PROTECTED] wrote: > >> Send General mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://simile.mit.edu/mailman/listinfo/general >> or, via email, send a message with subject or body 'help' to >> [EMAIL PROTECTED] >> >> You can reach the person managing the list at >> [EMAIL PROTECTED] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of General digest..." >> >> >> Today's Topics: >> >> 1. trying to use a local copy of Timeline? (Heather Tumey) >> 2. Re: trying to use a local copy of Timeline? (David Huynh) >> >> >> --------------------------------------------------------------------- >> - >> >> Message: 1 >> Date: Mon, 9 Jul 2007 18:00:59 -0700 >> From: Heather Tumey <[EMAIL PROTECTED]> >> Subject: trying to use a local copy of Timeline? >> To: [email protected] >> Message-ID: <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed >> >> Hi, >> How do you set up Timeline to work with local files? I couldn't find >> anything in the documentation and the bundle files are a bit >> confusing.. you are calling timeline-bundle.js in some places and >> timeline-api.js in others.. I've downloaded the files via svn. >> It's a really nice application. Thanks for your hard work! >> Thanks for your help. >> -Heather >> >> >> ------------------------------ >> >> Message: 2 >> Date: Tue, 10 Jul 2007 06:55:05 -0400 >> From: David Huynh <[EMAIL PROTECTED]> >> Subject: Re: trying to use a local copy of Timeline? >> To: General List <[email protected]> >> Message-ID: <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> Heather, >> >> Once you have downloaded Timeline's source code, you can include >> it in >> your HTML file like so: >> >> <script >> src="file:///C:/the/directory/where/you/put/timeline/src/webapp/api/ >> timeline-api.js"></script> >> >> Does that work for you? >> >> David >> >> Heather Tumey wrote: >>> Hi, >>> How do you set up Timeline to work with local files? I couldn't find >>> anything in the documentation and the bundle files are a bit >>> confusing.. you are calling timeline-bundle.js in some places and >>> timeline-api.js in others.. I've downloaded the files via svn. >>> It's a really nice application. Thanks for your hard work! >>> Thanks for your help. >>> -Heather >>> _______________________________________________ >>> General mailing list >>> [email protected] >>> http://simile.mit.edu/mailman/listinfo/general >>> >> >> >> >> ------------------------------ >> >> _______________________________________________ >> General mailing list >> [email protected] >> http://simile.mit.edu/mailman/listinfo/general >> >> >> End of General Digest, Vol 15, Issue 10 >> *************************************** > > > > ------------------------------ > > Message: 2 > Date: Tue, 10 Jul 2007 15:53:40 -0400 > From: "Rickard, Matthew J." <[EMAIL PROTECTED]> > Subject: Visually Linking Timeline Events > To: <[email protected]> > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > I'm currently using Timeline to display a sequence of workflow-related > events. I would like to be able to draw some kind of links between > certain timeline events in order to visualize certain relationships. > For example, something like this (hopefully my ASCII-art is readable): > > Standard duration events on the timeline (+ signifies start and end): > > +--------------+ (Event A) > > +------+ (Event B) > > After linking: > > +--------------+ (Event A) > | | > +------+ (Event B) > > The link would connect the start/end of Event B to the corresponding > times on Event A (via dotted line, solid line, or something similar). > Is it currently possible to do this kind of linking using the Timeline > libraries? What would be the best way to approach this? I'd > appreciate any pointers toward the appropriate documentation/source > code. > > Regards, > Matt Rickard > > > > > ------------------------------ > > Message: 3 > Date: Tue, 10 Jul 2007 20:53:03 -0400 > From: Mark Diggory <[EMAIL PROTECTED]> > Subject: Re: Does Longwell support Hierarchical Facets? > To: General List <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > On Jul 6, 2007, at 10:15 AM, David Legg wrote: > >> Stefano Mazzocchi wrote: >> >>>> Is it possible to give Longwell a hint in some way >>>> to make it create a hierarchical facet when appropriate? >>>> >>> >>> While we completely agree this would be a useful feature to have, >>> unfortunately, we don't have it implemented in Longwell at this >>> time nor >>> anyone of us is planning to work on it in the near future. >>> >>> >> >> Thanks for the reply. I suspected that would be the answer. Luckily >> though, what has been implemented so far is a great platform for >> me to >> experiment with. I may even port some of it over to Cocoon ;-) >> >> David. > > I know we would be interested in seeing something for hierarchical > facets in the DSpace realm, community/collection hiererachies. > Departmental Organization structures retrieved from the MIT data > warehouse, in the future, hierarchical policy structures. I could > drum up half-a-dozen other examples in DSpace and in general... I've > seen that there is a "date" facet thats kinda hierarchical in > Longwell, at least its a tree structure, which might be more what > your asking for. Maybe its more the case that, not unlike Swing or > SWT, that theres a need for model "viewers" of content in the AJAXian > realm. Really, these facet viewers remind me of the whole SWT/JFace > widgetry in Eclipse (I.E. ListViewers, CheckboxListViewers, > TreeViewers, CheckboxTreeViewers, TableViewers, FormViewers ...) the > list goes on and on. > > Cheers, > Mark > > > ~~~~~~~~~~~~~ > Mark R. Diggory - DSpace Systems Manager > MIT Libraries, Systems and Technology Services > Massachusetts Institute of Technology > Office: E25-131 > Phone: (617) 253-1096 > > > > > ------------------------------ > > Message: 4 > Date: Wed, 11 Jul 2007 11:50:23 +0100 > From: David Legg <[EMAIL PROTECTED]> > Subject: Re: Does Longwell support Hierarchical Facets? > To: General List <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > Mark Diggory wrote: >> I know we would be interested in seeing something for hierarchical >> facets in the DSpace realm, community/collection hiererachies. >> Departmental Organization structures retrieved from the MIT data >> warehouse, in the future, hierarchical policy structures. I could >> drum up half-a-dozen other examples in DSpace and in general... I've >> seen that there is a "date" facet thats kinda hierarchical in >> Longwell, at least its a tree structure, which might be more what >> your asking for. > I noticed that one of the Longwell demos had a couple of ways to view > dates, thanks. In fact, that's what led me to ask if Longwell > supported > hierarchical facets in the first place. > > I was attracted to Longwell because of its ability to automatically > work > out ways of navigating RDF. Maybe it's because the semantic web is > still so young but I have yet to see a project which can cope with > data > consisting of thousands of facets AND is able to present them in a > usable gui. > > I think Eyal Oren's browserdf.com (which unfortunately is down at the > moment) is very promising. He has an algorithm for ranking facets and > can therefore present those which are more 'interesting' to the user. > His paper is here... > > http://citeseer.ist.psu.edu/cache/papers/cs2/281/ > http:zSzzSzeyaloren.orgzSzpubszSziswc2006-facets.pdf/ > oren06extending.pdf > > Facets are fascinating and as computer scientists we have a heck of a > lot to learn from librarians! I'm currently examining the Bliss > Classification (BC2). The librarians that created this general > subject > classification have spent nearly forty years creating it and they > aren't > finished yet! > > David. > > > > ------------------------------ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > > > End of General Digest, Vol 15, Issue 11 > *************************************** _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
