Main Page: Difference between revisions

m (1 revision imported: Import pages from backup)
(restored content for main page)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
== '''Welcome to GraphIT''' ==


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
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.


== Getting started ==
This prototype is built on [https://wikiba.se/ Wikibase], the knowledge-graph platform powering [https://wikidata.org Wikidata].
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
Here's a dependency graph of all learning content currently in the prototype. Read on to learn more about the aims of this project.
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
{{#widget:SPARQLquery|code=
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
#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". }
&lt;nowiki&gt;}&lt;/nowiki&gt;}}
 
== 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". }
&lt;nowiki&gt;}&lt;/nowiki&gt;

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