Main Page: Difference between revisions

graphit>Admin
mNo edit summary
 
No edit summary
Line 1: Line 1:
== '''Welcome to GraphIT''' ==
<strong>MediaWiki has been installed.</strong>
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 initial prototype is built on [https://wikiba.se/ Wikibase], the knowledge-graph platform powering [https://wikidata.org Wikidata].
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.


Here's a dependency graph of all learning content currently in the prototype. Read on to learn more about the aims of this project.
== Getting started ==
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
{{#widget:SPARQLquery|code=
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
#defaultView:Graph
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
SELECT ?item ?itemLabel ?class ?classLabel ?image ?dependency ?dependencyLabel WHERE {
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
  ?item wdt:P1 ?dependency.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
  ?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 04:36, 13 April 2023

MediaWiki has been installed.

Consult the User's Guide for information on using the wiki software.

Getting started