diff --git a/README.md b/README.md index b549f0151a7f570b84cf58fe15055106b1cc7d51..ef55831fe700018abc982a426a937a181c37be2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # AQM-Interaction -Introduce the AQM - -**Note:** This work is based on the flask extension for direcly using WebVOWL from: https://github.com/ahmedkhemiri95/flask-WebVOWL. Therefore, Python (here in version 3.11.2) and Java (here in version 1.8.0) are prerequisites. +This repository contains (1) the [replication package](replication_package) of the paper _Alignment of Quality Models for Assessing Software Requirements in Large-scale Projects: A Case from Space_ (currently under review), and (2) the code for the implemented lightweighted tool to interact with the Aligned Quality-Model Map (AQM) during the applied case study. Both contributions are desired for usage in further projects to achieve reliable quality assessment during large-scale software development projects. ## Installation Clone this repository on your machine: @@ -27,7 +25,8 @@ pip install -r dependencies.txt ``` ## Important Notes -The individually created AQM needs to be located in the [data](application/static/data) and must follow the conceptualization procedure from the paper. For demonstration purposes, the AQM from the case study of the paper was included in this repository. +This work is based on the flask extension for direcly using WebVOWL from: https://github.com/ahmedkhemiri95/flask-WebVOWL. Therefore, Python (here in version 3.11.2) and Java (here in version 1.8.0) are prerequisites. +The individually created AQM needs to be located in the [data](application/static/data) directory and must follow the conceptualization procedure described in the related paper. For demonstration purposes, the AQM from the case study of the paper was included in this repository. ## Run the application Start the flask server diff --git a/replication_package/README.md b/replication_package/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..59c122f20e5f49f6e51c0a73e5f423ee1b5b1426 100644 --- a/replication_package/README.md +++ b/replication_package/README.md @@ -0,0 +1,5 @@ +# Replicate or work +The information in this directory can be used for retraceing and replicating our research steps in creating the Aligned Quality-Model Map (AQM). +Starting with the snowballing literature review to retrieve SRS quality models to fill the AQM as documented in [1_Quality_Model_Snowballing](1_Quality_Model_Snowballing.xlsx). And further the formalization steps for filling the AQM. Therefore, the CQML and reqfactoronto conzeptualization approaches were applied and extended by a equivalence relationship, as described in [2_Quality_Model_Formalization](2_Quality_Model_Formalization.xlsx). + +The resulting [AQM](AQM.owl) can be extended or modified using the OWL file.