From b6d961cb91a71f803f12b8dd1a521e08d4e60174 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 14 Jun 2020 00:10:55 +0100 Subject: Corrected the relation of POSIX and IEEE Until now, we were saying "POSIX is defined by the IEEE", but in issue #12, Michael Crusoe pointed out that this is not accurate. It is actually jointly developed and operated by the IEEE, The Open Group and ISO/IEC JTC 1/SC 22, which together form the Austin Group. So the sentence was modified to say tha the IEEE (potential publisher of this paper) is part of the Austin Group that develops the POSIX standard. Thanks a lot for bringing this up Michael. --- paper.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 5b49a1c..d55c550 100644 --- a/paper.tex +++ b/paper.tex @@ -173,8 +173,8 @@ We argue and propose that workflows satisfying the following criteria can not on \textbf{Criterion 1: Completeness.} A project that is complete (self-contained) has the following properties. -(1) It has no dependency beyond the Portable Operating System Interface: POSIX. -IEEE defined POSIX (a minimal Unix-like environment) and many OSes have complied. +(1) It has no dependency beyond the Portable Operating System Interface: POSIX (a minimal Unix-like environment). +POSIX has been developed by the Austin Group (which includes IEEE) since 1988 and many OSes have complied. (2) ``No dependency'' requires that the project itself must be primarily stored in plain text, not needing specialized software to open, parse or execute. (3) It does not affect the host OS (its libraries, programs, or environment). (4) It does not require root or administrator privileges. @@ -473,6 +473,7 @@ Marjan Akbari, Alice Allen, Pedram Ashofteh Ardakani, Roland Bacon, +Michael R. Crusoe, Antonio D\'iaz D\'iaz, Surena Fatemi, Fabrizio Gagliardi, -- cgit v1.2.1