/** *

* The SciPublications package provides several functions for working * with the Publication content types provided by the ccm-sci-publications * module. *

*

* This includes exporters for reference management software and imports * from such formats. Examples are BibTeX and RIS. *

*

* The entry point for all functions is provided by the * SciPublications * application and the SciPublicationsServlet. The application * makes heavy use of the {@link ServiceLoader} class which was introduced in * Java 1.6. *

* */ package com.arsdigita.cms.scipublications;