Copyright (c) 2013 James Ravenscroft
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Partridge makes extended use of several remote APIs for paper processing.
Partridge uses the batch processing server set up by Dr Maria Liakata for paper annotation. You can find out more about the SAPIENTA project here.
For PDF to XML conversion, Partridge makes use of the PDFX project from Manchester University. To find out more about this project, visit this website.
Below is a list of contributing work that Partridge builds upon and their license terms.
Flask, Werkzeug and Jinja2 are all licensed under the terms of the BSD license. You can see their full respective licenses below:
- SQLAlchemy and its documentation are covered by the MIT license as stated here.
- Different database backends may have varying licenses. However, by default Partridge uses the SQLite3 database interface which is uncopyrighted and can be used for any purpose more information.
- The jQuery javascript library is licensed for use under the terms of the MIT license. You can see jQuery's full license here
- The jQuery HTML5 upload plugin is available under the terms of the MIT license also.
- THe jQuery BBQ plugin is dual licensed under the GPL and MIT licenses. It is used under the terms of the MIT license within this project. The terms of which are available here.