Actions

Difference between revisions of "Plugins/Artfact/Library"

From Mahara Wiki

< Plugins
m
(Mahara Library Artefact Plugin)
Line 1: Line 1:
==Library with ratings and recommendations==
+
The Mahara Library is an artefact plugin (and associated grouptype) to create a library of publications which can be shared within a group. The artefact uses a simple recommender system to suggest publication that the user may choose to read based on user's recommendations and those of other users.
  
Library plugin (with recommender system) by [https://mahara.org/user/guillaume-nerzic Guillaume Nerzic] for a [https://www.dcs.bbk.ac.uk/study/postgraduate-specialist/msc-learning-technologies MSc in Learning Technologies]. This artefact (and dedicated grouptype) allows shared documents to be uploaded to a group's file library. The artefact includes a recommender system class, which can suggest publications based on a learner's rating of other publications in the same group.
+
===Installation===
 +
The code base is available on GitHub here: [https://github.com/gnerzic/mahara-library-artefact https://github.com/gnerzic/mahara-library-artefact]
  
[https://github.com/gnerzic/mahara-library-artefact Download the code].
+
This repository contains two directories; and "artefact" directory for the Library artefact plugin, and a "grouptype" directory for the LiteratureReview grouptype plugin.
  
//TODO installation and usage guide.
+
To install the plugin:
 +
* copy of the contents of [https://github.com/gnerzic/mahara-library-artefact/tree/master/grouptype/literaturereview literaturereview] to your "mahara-hdocs"/grouptype directory
 +
* copy of the the contents of [https://github.com/gnerzic/mahara-library-artefact/tree/master/artefact/library library] to your "mahara-hdocs"/artefact directory.
 +
 
 +
===Configuration (optional)===
 +
//TODO continue conf

Revision as of 09:46, 22 October 2019

The Mahara Library is an artefact plugin (and associated grouptype) to create a library of publications which can be shared within a group. The artefact uses a simple recommender system to suggest publication that the user may choose to read based on user's recommendations and those of other users.

Installation

The code base is available on GitHub here: https://github.com/gnerzic/mahara-library-artefact

This repository contains two directories; and "artefact" directory for the Library artefact plugin, and a "grouptype" directory for the LiteratureReview grouptype plugin.

To install the plugin:

  • copy of the contents of literaturereview to your "mahara-hdocs"/grouptype directory
  • copy of the the contents of library to your "mahara-hdocs"/artefact directory.

Configuration (optional)

//TODO continue conf