eke.review is a component that enables researchers, clinicians, and scientists part of a collaborative group within the Early Detection Research Network (EDRN) to perform quality analysis of the products of EDRN. It works with the rest of the EDRN Knowledge Environment (EKE) on the EDRN public portal to enable easy and rapid turnaround during review cycles.
Although intended for the EDRN public portal, this product may be installed into any Plone portal.
Installation:
Use Buildout with the plone.recipe.zope2instance recipe.
Add eke.review to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
eke.review
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance]
recipe = plone.recipe.zope2instance
...
zcml =
eke.review
Re-run buildout, e.g. with:
% ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· This release updates the GenericSetup profile to 4, provides upgrade steps to that profile. It also fixes an issue with unit tests in which the package "eke.review" itself wasn't being installed into the framework before attempting the tests.