All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal.default.redbox.about.vm Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
#macro(pluginList $plugins $type)
    #foreach($plugin in $plugins)
        

$plugin.name

$self.getAboutPage($plugin.id, $type)
#end #end #set($pageTitle = "About")

About

#set($contentTitle = "Description") #parseTemplate("wrapping/content-block-open.vm")

ReDBox/Mint version: $systemConfig.getString("Unknown", "redbox.version.string")

ReDBox is web based metadata registry application, similar to an institutional repository, for describing research data. It is being developed for use at the University of Newcastle, and subsequent deployment at USQ, Swinburne and other universities. It is designed to be used at any research institution which needs to record details of research data holdings for a variety of reasons, including both compliance with codes of practice and to make data discoverable via services such as Research Data Australia. A key principle underlying ReDBox is that as much metadata (eg about parties such as people, grants and project, and subject codes) as possible will follow Linked Data principles, and we are designing the application to make that as easy as possible. Unlike the VIVO application, it is built on a repository (Fedora Commons) which is capable or storing data if needed (though that is not the case with the initial version), and it uses the high performance Apache Solr text indexer to drive the portal interface rather than an RDF triple store.

Please see the ReDBox project page for more information.

#if($page.authentication.is_admin()) #parseTemplate("wrapping/content-block-close.vm") #set($contentTitle = "Plugins") #parseTemplate("wrapping/content-block-open.vm")

#pluginList($self.indexerPlugins, "indexer")
#pluginList($self.storagePlugins, "storage")
#pluginList($self.harvesterPlugins, "harvester")
#pluginList($self.transformerPlugins, "transformer")
#pluginList($self.accessControlPlugins, "access")
#pluginList($self.authenticationPlugins, "authentication")
#pluginList($self.rolesPlugins, "roles")
#pluginList($self.subscriberPlugins, "subscriber")
#parseTemplate("wrapping/content-block-close.vm") #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy