From 78fd5b17bf1ef50ca8c345a6049e5e18031e6fc9 Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:36:41 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48abcfc..b04d28a 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ est_enthalpy = searcher.fit() searcher.update_xml(est_enthalpy) searcher.parity_plot(print_r_squared=True) ``` -##Documentation +## Documentation Readthedocs documentation are here: https://llepe.readthedocs.io/en/latest/index.html ## Acknowledgements Based upon work supported by funding from Argonne National Laboratory provided by the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy (EERE), under contract DE-AC02-06CH11357 -##Citing LLEPE +## Citing LLEPE If you use LLEPE in your research , we kindly request that you cite the package as follows: T. Quah and C. O. Iloeje, “Liquid--Liquid Extraction Thermodynamic Parameter Estimator (LLEPE) for Multicomponent Separation Systems,” in Materials Processing Fundamentals 2021, 2021, pp. 107–120, doi: https://doi.org/10.1007/978-3-030-65253-1_9. From 9fb8776201c6c7f2862bb3538e3b82ba97565ab6 Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:38:19 -0600 Subject: [PATCH 2/2] Update about.md --- docs/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about.md b/docs/about.md index f4669ce..ba570da 100644 --- a/docs/about.md +++ b/docs/about.md @@ -14,7 +14,7 @@ If you use LLEPE in your research , we kindly request that you cite the package T. Quah and C. O. Iloeje, “Liquid--Liquid Extraction Thermodynamic Parameter Estimator (LLEPE) for Multicomponent Separation Systems,” in Materials Processing Fundamentals 2021, 2021, pp. 107–120, doi: https://doi.org/10.1007/978-3-030-65253-1_9. -##License +## License ``` Copyright © 2020, UChicago Argonne, LLC All Rights Reserved @@ -49,4 +49,4 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWIS ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *************************************************************************************************** -``` \ No newline at end of file +```