Metadata-Version: 2.1
Name: sciencewriter
Version: 0.0.1
Summary: A package to maintain argumentation consistency for academic writing
Home-page: https://github.com/rayniervanegmond/sciencewriter
Author: Raynier van Egmond
Author-email: raynierx@gmail.com
License: GNU General Public License v3
Keywords: sciencewriter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# sciencewriter

[![image](https://img.shields.io/pypi/v/sciencewriter.svg)](https://pypi.python.org/pypi/sciencewriter)
[![image](https://pyup.io/repos/github/rayniervanegmond/sciencewriter/shield.svg)](https://pyup.io/repos/github/rayniervanegmond/sciencewriter)


**A package to support writing of scientific articles by maintaining argumentation consistency combined with external reference management.**

The purpose of this component is to provide a library that will support the authoring of academic papers based on the argumentation development model explained in the book by Booth, Coloms and Williams (abbrev. BCM), The Craft of Research. 

Like many I found this book indispensible to writing solid papers but always thought that it would be great if there was an application that; like a bibliography management application, would maintain the consistency of the argumentation model for a particular paper.

The objective I have for this library component is that it will help (aspiring) academic authors write better and internally consistent papers. The purpose for this component is that it will take care of the internal consistency management and (external evidence references) so that other can write application based on the BCM argumentation model.

-   Free software: GNU General Public License v3
-   Documentation: https://rayniervanegmond.github.io/sciencewriter


## Features

-   Develop the argumentation information model on which the application will be based.
-   Develop the consistency validation feature that ensure the argmentation of the paper in sound.
-   Develop the analysis feature that reports on missing or incomplete pieces in the argumentation.
-   Develop the suggestion feature that uses the analysis to suggest improvements.

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [rayniervanegmond/pypackage](https://github.com/rayniervanegmond/pypackage) project template.


