Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
 
(101 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{WARNING}}
+
<center>
 +
'''[[SUNScholar/Customisation|Back to Customisation]]'''
 +
</center>
 +
==Introduction==
 +
As of release 1.7, DSpace supports running curation tasks.
 +
 
 +
DSpace includes several useful tasks out-of-the-box, but the system is also designed to allow new tasks to be added between releases, both general purpose tasks that come from the community, and locally written and deployed tasks.
 +
 
 +
==Definition==
 +
*http://en.wikipedia.org/wiki/Digital_curation
 +
==[[SUNScholar/Curation/Virus Scan|Virus Scan]]==
 +
 
 +
==[[SUNScholar/Curation/PDF Cover Page|PDF Cover Page]]==
  
==Step 1==
+
==[[SUNScholar/Curation/Repository|Repository Of Tasks]]==
Install the "clamav-daemon" software by typing as follows.
 
sudo apt-get install clamav-daemon
 
Open the clamav config file by typing as follows.
 
sudo nano /etc/clamav/clamd.conf
 
Copy and paste the following to the bottom of the file
 
TCPAddr 127.0.0.1
 
TCPSocket 3310
 
{{NANO}}
 
  
Then restart the clamav daemon by typing as follows.
+
==Bitcurator Software==
sudo /etc/init.d/clamav-daemon restart
+
*http://www.bitcurator.net
  
==Step 2==
+
==References==
Enable the curation task as per the DSpace documentation.
+
*https://wiki.duraspace.org/display/DSDOC5x/Curation+System
 +
*https://wiki.duraspace.org/display/DSDOC4x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC3x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC3x/Curation+System
* https://wiki.duraspace.org/display/DSDOC18/Curation+System
+
----
 
+
*https://github.com/DSpace-Labs/ctask
'''[[SUNScholar/Customisation|Back to Customisation]]'''
+
*https://github.com/DSpace/DSpace/tree/dspace-5.2/dspace-api/src/main/java/org/dspace/curate
 +
[[Category:Customisation]]

Latest revision as of 15:53, 29 May 2016

Back to Customisation

Introduction

As of release 1.7, DSpace supports running curation tasks.

DSpace includes several useful tasks out-of-the-box, but the system is also designed to allow new tasks to be added between releases, both general purpose tasks that come from the community, and locally written and deployed tasks.

Definition

Virus Scan

PDF Cover Page

Repository Of Tasks

Bitcurator Software

References