The University of Pittsburgh has their shuttle schedules online [1], but only in the form of PDF files scanned from physical pamphlets. These files are slow and not very accessible, especially on mobile devices where reading PDF isn't well supported. I'm building my own site (http://pittshuttle.info) to try and address these problems. I want it to be fast and readable on a phone's browser, and to have a UI that minimizes the time it takes you to find exactly the route info you were looking for. The first two are going OK, but I have a lot of work to do on the UI. The site is essentially just up and running with a handful of static HTML pages generated in Arc. You can choose any of the routes and get a dump of its schedule info for the particular days it runs. I've posted the source [2], but my clumsy knowledge of Arc's I/O led me to do it in HTML, where all indentation was lost and each line sports a terminating nil. [Update: this is no longer the case, thanks to fallintothis.] Honestly I'm embarrassed to be sharing any of this so early on, but I think that's typical when people share their work. If earlier feedback means the project improves and I learn more, then it seems foolish to let ego get in the way. Look forward to having your comments. [1] http://www.pc.pitt.edu/transportation/routes.html [2] http://pittshuttle.info/src |