-
Notifications
You must be signed in to change notification settings - Fork 272
GSOC2013_Progress_Denis
lukovnikov edited this page Jul 9, 2013
·
15 revisions
on GSoC: http://www.google-melange.com/gsoc/project/google/gsoc2013/lukovnikov/48001
DBpedia Viewer
- Claus Stadler
- Dimitris Kontokostas
- Sebastian Hellmann
see also dbpv.wordpress.com
- DBpedia datasets import (blogpost):
- Opensource Virtuoso server up and running locally
- imported most English DBpedia 3.8 datasets (except pagelinks and some problematic datasets)
- Researched AngularJS and BackboneJS. AngularJS seems more powerful, but also heavier and "opiniated".
- I like how the pieces work together in AngularJS better than in BackboneJS
- AngularJS has an explicit Controller and is actually a MVC (unlike Backbone)
- but still needs some research (e.g. hashless routing)
- Got AngularJS working to fetch entities from DBpedia SPARQL endpoints and results from the Lookup service. Still very basic, but AngularJS works. Routing with hash works.
[end July 8]