Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

A suite of modules designed to add institutional repository functionality to Islandora.

Requirements

This module requires the following modules/libraries:

Installation

Install as usual, see this for further information.

Configuration

Islandora 7 has re-defined how we are displaying citations to the user. As such, existing citations should be updated using the provided Drush script. The command creates PDF derivatives for any existing attached PDFs as the Google PDF Viewer has been removed in favor of displaying just the PREVIEW datastream.

...

Code Block
drush -u 1 islandora-scholar-update-citations
"COinS is there as default, only reason it hasn't been changed as default is for legacy expectations."
 
Image AddedNigel Banks added a comment - 09/Oct/14 3:48 PM
Can you check out the documentation for disabling the COINS display?

 

 7.x-devProvides a PHP interface to the bibutils tools. Found here http://sourceforge.net/p/bibutils/home/Bibutils/
Required by: Citation Exporter (enabled), Islandora Scholar (enabled), DOI Importer (enabled), EndNoteXML Importer (enabled), Pubmed Importer (enabled), RIS Importer (enabled)
Help 
 7.x-devExports a collection of citations to either an RIS/RTF/PDF file.
Requires: Citeproc (enabled), CSL (enabled), Bibutils (enabled), Islandora (enabled), Image (enabled), File (enabled), Field (enabled), Field SQL storage (enabled)
Help  
 7.x-devA PHP Library that leverages cite-proc-js and CSL 1.0 styes for generating citations.
Requires: CSL (enabled)
Required by: Citation Exporter (enabled), Islandora Scholar (enabled), DOI Importer (enabled), EndNoteXML Importer (enabled), Islandora Bibliography (enabled), Pubmed Importer (enabled), RIS Importer (enabled)
Help  
 7.x-devImporter plugin for Digital Object Identifiers, to create citation objects.
Requires: Islandora Batch Importer (enabled), Islandora (enabled), Image (enabled), File (enabled), Field (enabled), Field SQL storage (enabled), Islandora Batch (enabled), Islandora Scholar (enabled), Citeproc (enabled), CSL (enabled), Bibutils (enabled), Islandora Solr (enabled)
   
 7.x-devImporter plugin for EndNoteXML files, to create citation objects.
Requires: Islandora Batch Importer (enabled), Islandora (enabled), Image (enabled), File (enabled), Field (enabled), Field SQL storage (enabled), Islandora Batch (enabled), Islandora Scholar (enabled), Citeproc (enabled), CSL (enabled), Bibutils (enabled),
Islandora Solr (enabled)

...