eke.knowledge 1.0.3
EDRN Knowledge Environment
This product, eke.knowledge, provides the basis for the Early Detection Research Network (EDRN) Knowledge Environment (EKE). EDRN uses the EKE to make it easy to discover, share, search for, and retrieve all of EDRN's collective knowledge, including cancers and other diseases, biomarkers, publications, specimens, investigators, participants, studies, protocols, and even more.
Although intended for the EDRN public portal, it can be installed in any Plone compatible site.
This software is developed by the EDRN Informatics Center at JPL, operated by the California Institute of Technology, for NCI.
Installation
Use Buildout with the plone.recipe.zope2instance recipe.
Add eke.knowledge to the list of eggs to install, e.g.:
[buildout] ... eggs = ... eke.knowledgeTell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance] recipe = plone.recipe.zope2instance ... zcml = eke.knowledgeRe-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.
Changelog
What follows is a history of changes from release to release.
1.0.3 - Let's Collab—er, Test!
This release includes:
- A plone.app.testing layer. It doesn't use it yet, though.
1.0.2 - Upgrade Cleanup
This release updates the GenericSetup profile to 4, and provides upgrade steps to that profile.
1.0.1 - Date Dumbening
It used to be you could call an Archetypes's DateTimeField mutator method with a string like:
'2011-05-04T13:29:26.311Z'
However, the alleged "fix" to http://dev.plone.org/plone/ticket/10141 broke that. This release works around that problem by chopping off milliseconds (and UTC "zulu" indicator) before passing the string onto the mutator.
1.0.0 - Plone 4
This release makes eke.knowledge compatible with Plone 4.
0.0.3 - Markup Toggling
This release addresses the only issue below:
- CA-733 - Ingest of science data should treat custodian field as plain text, not marked up HTML
0.0.2 - Defensive Ingest
This releases addresses the following issue:
- https://oodt.jpl.nasa.gov/jira/browse/CA-571 - Make RDF ingest defensive against inconsistent data
0.0.1 - HTML Escaping
The sole issue addressed in this release is the following:
- http://oodt.jpl.nasa.gov/jira/browse/CA-472 - Protocols and other items seem to still have encoded ASCII characters in the titles
0.0.0 - Unreleased
Initial release into beta.
Copyright
Copyright 2009-2010 by the California Institute of Technology. ALL RIGHTS RESERVED.
The Software is owned by Caltech/JPL and is protected by United States copyright laws and applicable international treaties and/or conventions. The United States Government may have prior rights to use some or all of the Software as determined under applicable contracts and license agreements with Caltech/JPL.
This software was developed at the Jet Propulsion Laboratory, an operating division of the California Institute of Technology and is not available for use by any person, organization, or other entity without prior, specific written permission.
- Author: Sean Kelly
- Home Page: http://cancer.jpl.nasa.gov/products/eke-knowledge
- Download URL: http://oodt.jpl.nasa.gov/dist/eke
- Keywords: web zope plone edrn cancer biomarkers eke knowledge
- License: Proprietary
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Plone
- Intended Audience :: Healthcare Industry
- Intended Audience :: Science/Research
- License :: Other/Proprietary License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP
- Topic :: Scientific/Engineering :: Bio-Informatics
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: nutjob, mattmann
- DOAP record: eke.knowledge-1.0.3.xml
