Skip to content

Commit

Permalink
small type corrections, markdown line format
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojmdavid committed Nov 23, 2021
1 parent 3580d4f commit 93a67a1
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 232 deletions.
7 changes: 3 additions & 4 deletions content/01.abstract.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Abstract {.page_break_before}

The purpose of this document is to define a set of quality standards,
procedures and best practices to conform a Software Quality Assurance plan to
serve as a reference within the European research ecosystem related projects
for the adequate development and timely delivery of software products.
The purpose of this document is to define a set of quality standards, procedures and best practices
to conform a Software Quality Assurance plan to serve as a reference within the European research
ecosystem related projects for the adequate development and timely delivery of software products.
11 changes: 5 additions & 6 deletions content/02.0.copyright-ack.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Copyright Notice

Copyright © Members of the INDIGO-DataCloud, DEEP Hybrid-DataCloud eXtreme
DataCloud and EOSC-Synergy collaborations, 2015-2021.
Copyright © Members of the INDIGO-DataCloud, DEEP Hybrid-DataCloud eXtreme DataCloud and
EOSC-Synergy collaborations, 2015-2021.

# Acknowledgements

The INDIGO-DataCloud, DEEP-Hybrid-DataCloud, eXtreme-DataCloud and
EOSC-Synergy projects have received funding from the European Union’s
Horizon 2020 research and innovation programme under grant agreement
number 653549, 777435, 777367 and 857647 respectively.
The INDIGO-DataCloud, DEEP-Hybrid-DataCloud, eXtreme-DataCloud and EOSC-Synergy projects have
received funding from the European Union’s Horizon 2020 research and innovation programme under
grant agreement number 653549, 777435, 777367 and 857647 respectively.

<p align="center">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT1WF4g5KH3PnQE_Ve10QFRS-gZ0NpCQ7Qr-_km1RqnOCEF1fQt">
Expand Down
2 changes: 1 addition & 1 deletion content/02.document-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| v3.1 | 05/03/2020 | Add tags/names for each criteria |
| v3.2 | 23/04/2020 | Add EOSC-Synergy to copyright |
| v3.3 | 15/10/2020 | Fix issues: #32, #46, #47, #48, #49, #51 |
| v4.0 | 2021 | Add annex, spell check, Fix issues: #7, #57, #59, #60, #61, #63, #64 |
| v4.0 | 12/2021 | Add annex, spell check, Fix issues: #7, #35, #50, #57, #59, #60, #61, #63, #64, #65, #66 |
26 changes: 14 additions & 12 deletions content/03.intro.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# 1. Introduction and Purpose {.page_break_before}

This document has been tailored upon the recommendations and requirements found
in the Initial Plan for Software Management and Pilot Services deliverable
[@url:https://owncloud.indigo-datacloud.eu/index.php/s/yDklCrWjKnjutVA],
produced by the INDIGO-DataCloud project. These guidelines evolved throughout
the project’s lifetime and are being extended in the
EOSC-Synergy [@doi:10.20350/digitalCSIC/12607],
as well as as the past DEEP-Hybrid-DataCloud and eXtreme DataCloud subsequent projects.
The result is a consolidated Software Quality Assurance (SQA) baseline criteria emanated
from the European Open Science Cloud (EOSC), which aims to outline the SQA
principles to be considered in the upcoming software development efforts within
the European research community, and continuously evolve in order to be aligned
with future software engineering practices and security recommendations.
This document has been tailored upon the recommendations and requirements found in the Initial Plan
for Software Management and Pilot Services deliverable
[@url:https://owncloud.indigo-datacloud.eu/index.php/s/yDklCrWjKnjutVA], produced by the
INDIGO-DataCloud project.

These guidelines evolved throughout the project’s lifetime and are being extended in the
EOSC-Synergy [@doi:10.20350/digitalCSIC/12607], as well as the past DEEP-Hybrid-DataCloud and
eXtreme DataCloud subsequent projects.

The result is a consolidated Software Quality Assurance (SQA) baseline criteria emanated from the
European Open Science Cloud (EOSC), which aims to outline the SQA principles to be considered in the
upcoming software development efforts within the European research community, and continuously
evolve in order to be aligned with future software engineering practices and security
recommendations.
4 changes: 2 additions & 2 deletions content/04.goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
3. Promote code style standards to deliver good quality source code emphasizing its readability and
reusability.

4. Improve the quality and reliability of software by covering different
testing methods at development and pre-production stages.
4. Improve the quality and reliability of software by covering different testing methods at
development and pre-production stages.

5. Propose a change-based driven scenario where all new updates in the source code are continuously
validated by the automated execution of the relevant tests.
Expand Down
6 changes: 3 additions & 3 deletions content/05.notational_conventions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3. Notational Conventions

The keywords MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD,
“SHOULD NOT”, “RECOMMENDED”, “MAY, and OPTIONAL in this document are to be
interpreted as described in RFC 2119 [@https://www.rfc-editor.org/info/rfc2119].
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT",
"RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119
[@https://www.rfc-editor.org/info/rfc2119].
Loading

0 comments on commit 93a67a1

Please sign in to comment.