From 1cadd8d5abc48e97cff3e6137e8cf45da0db64f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afr=C3=A2nio=20Melo?= <40374017+afraniomelo@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:30:37 -0300 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfa6e0a..a4fa570 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name='bibmon', description='Library with routines for data-driven process monitoring.', license='Apache 2.0', - version='1.1.1', + version='1.1.2', long_description=README, long_description_content_type='text/markdown', url='https://github.com/petrobras/bibmon', From 854336a64a3a8fbc9742e04f050670540d47c785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afr=C3=A2nio=20Melo?= <40374017+afraniomelo@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:38:04 -0300 Subject: [PATCH 2/2] Publication of scientific article --- CITATION.bib | 13 +++++++++++++ CITATION.cff | 12 ------------ README.md | 2 +- docs/source/sci_article.rst | 2 +- setup.py | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 CITATION.bib delete mode 100644 CITATION.cff diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..55b25c1 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,13 @@ +@article{melo_bibmon_2024, + title = {{BibMon}: {An} open source {Python} package for process monitoring, soft sensing, and fault diagnosis}, + issn = {2772-5081}, + shorttitle = {{BibMon}}, + url = {https://www.sciencedirect.com/science/article/pii/S2772508124000449}, + doi = {10.1016/j.dche.2024.100182}, + journal = {Digital Chemical Engineering}, + author = {Melo, Afrânio and Lemos, Tiago S. M. and Soares, Rafael M. and Spina, Deris and Clavijo, Nayher and Campos, Luiz Felipe de O. and Câmara, Maurício Melo and Feital, Thiago and Anzai, Thiago K. and Thompson, Pedro H. and Diehl, Fábio C. and Pinto, José Carlos}, + month = sep, + year = {2024}, + keywords = {Fault detection and diagnosis, Machine learning, Open source, Process monitoring, Soft sensor}, + pages = {100182}, +} diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 6899abe..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,12 +0,0 @@ -cff-version: 1.2.0 -message: "" -authors: -- family-names: "" - given-names: "" - email: - affiliation: "" - orcid: "" -title: "" -version: 1.0.0 -date-released: "" -url: "" \ No newline at end of file diff --git a/README.md b/README.md index 2613426..6abbe85 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ `BibMon` (from the Portuguese ***Bib**lioteca de **Mon**itoramento de Processos*, or Process Monitoring Library) is a Python package that provides deviation-based predictive models for fault detection, soft sensing, and process condition monitoring. -For further information, please refer to the [documentation](https://bibmon.readthedocs.io/) or to the [preprint of the scientific publication](https://drive.google.com/file/d/10DoNNA8gVeu2qtfjPuAbeFnwDWy_Xkzn/view?usp=sharing) detailing `BibMon`. +For further information, please refer to the [documentation](https://bibmon.readthedocs.io/) or to the [scientific publication](https://www.sciencedirect.com/science/article/pii/S2772508124000449) detailing `BibMon`. Installation ---------------------- diff --git a/docs/source/sci_article.rst b/docs/source/sci_article.rst index 257a4bb..8adf043 100644 --- a/docs/source/sci_article.rst +++ b/docs/source/sci_article.rst @@ -1,4 +1,4 @@ Scientific article ----------------------------- -A scientific article detailing the package structure, design philosophy and main features can be accessed in `this link `_. \ No newline at end of file +A scientific article detailing the package structure, design philosophy and main features can be accessed in `this link `_. \ No newline at end of file diff --git a/setup.py b/setup.py index a4fa570..a42ec27 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name='bibmon', description='Library with routines for data-driven process monitoring.', license='Apache 2.0', - version='1.1.2', + version='1.1.3', long_description=README, long_description_content_type='text/markdown', url='https://github.com/petrobras/bibmon',