Main Page: Difference between revisions
m (1 revision imported: Import pages from backup) |
(restored content for main page) |
||
Line 1: | Line 1: | ||
== '''Welcome to GraphIT''' == | |||
This project at the University of Regensburg investigates how ''dependency graphs'' can be used to model courses, curricula, and personal learning progress. The initial focus lies on courses in higher education. | |||
This prototype is built on [https://wikiba.se/ Wikibase], the knowledge-graph platform powering [https://wikidata.org Wikidata]. | |||
Here's a dependency graph of all learning content currently in the prototype. Read on to learn more about the aims of this project. | |||
{{#widget:SPARQLquery|code= | |||
#defaultView:Graph | |||
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE { | |||
?item wdt:P1 ?dependency. | |||
?item wdt:P2 ?class | |||
OPTIONAL{ ?item wdt:P9 ?image.} | |||
OPTIONAL{ ?class wdt:P9 ?image.} | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |||
} | |||
}} | |||
== Background: Challenges when developing curricula == | |||
to do | |||
{{SPARQL|query=#defaultView:Graph | |||
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE { | |||
?item wdt:P1 ?dependency. | |||
?item wdt:P2 ?class | |||
OPTIONAL{ ?item wdt:P9 ?image.} | |||
OPTIONAL{ ?class wdt:P9 ?image.} | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |||
<nowiki>}</nowiki>}} | |||
== What is a dependency graph? == | |||
to do | |||
== What can you do with a dependency graph of learning contents? == | |||
== Open Questions == | |||
With GraphIT we want to | |||
== Related Projects and Research == | |||
To Do: ... | |||
For a curated collection of related work, check out our Zotero group. | |||
== About us == |
Revision as of 07:10, 26 April 2023
Welcome to GraphIT
This project at the University of Regensburg investigates how dependency graphs can be used to model courses, curricula, and personal learning progress. The initial focus lies on courses in higher education.
This prototype is built on Wikibase, the knowledge-graph platform powering Wikidata.
Here's a dependency graph of all learning content currently in the prototype. Read on to learn more about the aims of this project.
Background: Challenges when developing curricula
to do
#defaultView:Graph
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE {
?item wdt:P1 ?dependency.
?item wdt:P2 ?class
OPTIONAL{ ?item wdt:P9 ?image.}
OPTIONAL{ ?class wdt:P9 ?image.}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
<nowiki>}</nowiki>
What is a dependency graph?
to do
What can you do with a dependency graph of learning contents?
Open Questions
With GraphIT we want to
Related Projects and Research
To Do: ...
For a curated collection of related work, check out our Zotero group.