Metadata-Version: 1.1
Name: edrn.summarizer
Version: 0.0.4
Summary: EDRN Summarizer Server
Home-page: https://github.com/EDRN/edrn.summarizer
Author: David Liu
Author-email: david.liu@jpl.nasa.gov
License: ALv2
Description: ***************
        edrn.summarizer
        ***************
        
        Server for the Early Detection Research Network (EDRN) that provides
        summary of EDRN's knowledge using the various summarization methods.
        
        
        
        edrn.summarizer Installation
        ============================
        
        Use zc.buildout and the plone.recipe.zope2instance recipe to manage your
        project, and do the following:
        
        * Add ``edrn.summarizer`` to the list of eggs to install, e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                edrn.summarizer
            
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
            
        You don't need a ZCML slug because it uses z3c.autoinclude.plugin with the
        Plone target.
        
        
        Changelog
        =========
        
        What follows is a log of changes from release to release.  Where issue
        identifiers appear, you can find more about them by visiting this project's
        issue tracker at https://oodt.jpl.nasa.gov/jira/browse/CA.
        
        0.0.4 - ID Webservice
        ---------------------
        
        * CA-1352
        * CA-1353
        
        0.0.3 - Tests fixed, naming corrected
        -------------------------------------
        
        * CA-1340, edrn.summarizer tests fail
        
        0.0.2 - JSON Sumarization added
        -------------------------------
        
        * Updated edrn.summarizer with json
        * CA-1329, Create a set of summarization services that summarizes and serves json data for visualizations as well as external data sources
        
        0.0.1 - Released
        ----------------
        
        * First release
        * Generates summarized data from dmcc
        * CA-1340, edrn.summarizer tests fail
        
        0.0.0 - Unreleased
        ------------------
        
        * unreleased version
        * Generates summarized data from dmcc
        
        
        .. References:
        .. _EDRN: http://edrn.nci.nih.gov/
        .. _Summarizer: http://w3.org/Summarizer/
        
        
Keywords: summary summarizer web zope plone cancer bioinformatics detection informatics edrn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
