Skip to content

Commit 7810c04

Browse files
authored
Merge pull request #17 from idaholab/mandd/docs_improv
Enhance documentation
2 parents 0efad2e + d98fbe7 commit 7810c04

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# DACKAR
2-
*Digital Analytics, Causal Knowledge Acquisition and Reasoning for Technical Language Processing*
2+
*Digital Analytics, Causal Knowledge Acquisition and Reasoning*
3+
4+
A Knowledge Management and Discovery Tool for Equipment Reliability Data
5+
6+
To improve the performance and reliability of high dependable technological systems such as nuclear power plants, advanced monitoring and health management systems are employed to inform system engineers on observed degradation processes and anomalous behaviors of assets and components. This information is captured in the form of large amount of data which can be heterogenous in nature (e.g., numeric, textual). Such a large amount of available data poses challenges when system engineers are required to parse and analyze them to track the historic reliability performance of assets and components. DACKAR tackles this challenge by providing means to organize equipment reliability data in the form of a knowledge graph. DACKAR distinguish itself from current knowledge graph-based methods in that model-based system engineering (MBSE) models are used to capture system architecture and health and performance data. MBSE models are used as skeleton of a knowledge graph; numeric and textual data elements, once processed, are associated to MBSE model elements. Such a feature opens the door to new data analytics methods designed to identify causal relations between observed phenomena.
7+
8+
DACKAR is structured by a set of workflows where each workflow is designed to process raw data elements (i.e., anomalies, events reported in textual form, MBSE models) and construct or update a knowledge graph. For each workflow, the user can specify the sequence of pipelines that are designed to perform specific processing actions on the raw data or the processed data within the same workflow. Specific guidelines on the formats of the raw data are provided. In addition, within the same workflow, a specific data-object is defined; in this respect, each pipeline is tasked to either process portion of the defined data-object or create knowledge graph data. The available workflows are:
9+
* mbse_workflow: Workflow to process system and equipment MBSE models
10+
* anomaly_workflow: Workflow to process numeric data and anomalies
11+
* tlp_workflow: Workflow to process textual data
12+
* kg_workflow: Workflow to construct and update knowledge graphs
313

414
## Installation
515

docs/contributors.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
Contributors
22
============
3+
4+
Congjian Wang: [email protected]
5+
Diego Mandelli: [email protected]
6+
Joshua J. Cogliati: [email protected]

docs/support.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
Support
33
=======
44

5-
The easiest way to get help with the project is to open an issue on Github_.
6-
7-
.. The mailing list at ... is also available for support.
8-
9-
.. _Github: https://github.inl.gov/congjian-wang/DACKAR/issues
5+
The easiest way to get help with the project is to open an issue on `GitHub`_ .
6+
.. _Github: https://github.com/idaholab/DACKAR/issues/
107

118
Developers:
129
-----------

0 commit comments

Comments
 (0)