metanorma-bipm 2.2.11 → 2.2.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ == copyright-statement
2
+ === {blank}
3
+
4
+ [align=center]
5
+ © Bureau International des Poids et Mesures {{ docyear }} all rights reserved
6
+
7
+ == license-statement
8
+ === Copyright statement
9
+ This document is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/:[]), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
10
+
11
+ == feedback-statement
12
+ BIPM +
13
+ Pavillon de Breteuil +
14
+ F-92312 Sèvres Cedex +
15
+ FRANCE
@@ -0,0 +1,14 @@
1
+ == copyright-statement
2
+ === {blank}
3
+ [align="center"]
4
+ © Bureau international des poids et mesures {{ docyear }} tous droits réservés
5
+
6
+ == license-statement
7
+ === Note concernant les droits d’auteur
8
+ Ce document est distribué selon les termes et conditions de la licence Creative Commons Attribution 4.0 International (http://creativecommons.org/licenses/by/4.0/:[]), qui permet l’utilisation sans restriction, la distribution et la reproduction sur quelque support que soit, sous réserve de mentionner dûment l’auteur ou les auteurs originaux ainsi que la source de l’œuvre, d’intégrer un lien vers la licence Creative Commons et d’indiquer si des modifications ont été effectuées.
9
+
10
+ == feedback-statement
11
+ BIPM +
12
+ Pavillon de Breteuil +
13
+ F-92312 Sèvres Cedex +
14
+ FRANCE
@@ -0,0 +1,32 @@
1
+ == copyright-statement
2
+ === {blank}
3
+ © JCGM {{ docyear }}
4
+
5
+ Copyright of this JCGM guidance document is shared jointly by the JCGM member organizations (BIPM, IEC,
6
+ IFCC, ILAC, ISO, IUPAC, IUPAP and OIML).
7
+
8
+ == license-statement
9
+ === Copyright
10
+ Even if electronic versions are available free of charge on the website of one or more of the JCGM member organizations, economic and moral copyrights related to all JCGM publications are internationally protected. The JCGM does not, without its written authorisation, permit third parties to rewrite or re-brand issues, to sell copies to the public, or to broadcast or use on-line its publications. Equally, the JCGM also objects to distortion, augmentation or mutilation of its publications, including its titles, slogans and logos, and those of its member organizations.
11
+
12
+ === Official versions and translations
13
+ The only official versions of documents are those published by the JCGM, in their original languages.
14
+
15
+ The JCGM’s publications may be translated into languages other than those in which the documents were originally published by the JCGM. Permission must be obtained from the JCGM before a translation can be made. All translations should respect the original and official format of the formulae and units (without any conversion to other formulae or units), and contain the following statement (to be translated into the chosen language):
16
+
17
+ ____
18
+ All JCGM’s products are internationally protected by copyright. This translation of the original JCGM document has been produced with the permission of the JCGM. The JCGM retains full internationally protected copyright on the design and content of this document and on the JCGM’s titles, slogan and logos. The member organizations of the JCGM also retain full internationally protected right on their titles, slogans and logos included in the JCGM’s publications. The only official version is the document published by the JCGM, in the original languages.
19
+ ____
20
+
21
+ The JCGM does not accept any liability for the relevance, accuracy, completeness or quality of the information and materials offered in any translation. A copy of the translation shall be provided to the JCGM at the time of publication.
22
+
23
+ === Reproduction
24
+ The JCGM’s publications may be reproduced, provided written permission has been granted by the JCGM. A sample of any reproduced document shall be provided to the JCGM at the time of reproduction and contain the following statement:A
25
+
26
+ ____
27
+ This document is reproduced with the permission of the JCGM, which retains full internationally protected copyright on the design and content of this document and on the JCGM’s titles, slogans and logos. The member organizations of the JCGM also retain full internationally protected right on their titles, slogans and logos included in the JCGM’s publications. The only official versions are the original versions of the documents published by the JCGM.
28
+ ____
29
+
30
+ == legal-statement
31
+ === Disclaimer
32
+ The JCGM and its member organizations have published this document to enhance access to information about metrology. They endeavor to update it on a regular basis, but cannot guarantee the accuracy at all times and shall not be responsible for any direct or indirect damage that may result from its use. Any reference to commercial products of any kind (including but not restricted to any software, data or hardware) or links to websites, over which the JCGM and its member organizations have no control and for which they assume no responsibility, does not imply any approval, endorsement or recommendation by the JCGM and its member organizations.
@@ -96,10 +96,12 @@ module Metanorma
96
96
  end
97
97
  end
98
98
 
99
- def boilerplate_file(xmldoc)
100
- return super unless @jcgm
101
-
102
- File.join(File.dirname(__FILE__), "boilerplate-jcgm-en.xml")
99
+ def boilerplate_file(_xmldoc)
100
+ if @jcgm
101
+ File.join(File.dirname(__FILE__), "boilerplate-jcgm-en.adoc")
102
+ else
103
+ File.join(File.dirname(__FILE__), "boilerplate-#{@lang}.adoc")
104
+ end
103
105
  end
104
106
 
105
107
  def sections_cleanup(xml)
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module BIPM
3
- VERSION = "2.2.11".freeze
3
+ VERSION = "2.2.13".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-bipm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.11
4
+ version: 2.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-05 00:00:00.000000000 Z
11
+ date: 2023-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic
@@ -266,9 +266,9 @@ files:
266
266
  - lib/metanorma/bipm/biblio-standoc.rng
267
267
  - lib/metanorma/bipm/biblio.rng
268
268
  - lib/metanorma/bipm/bipm.rng
269
- - lib/metanorma/bipm/boilerplate-en.xml
270
- - lib/metanorma/bipm/boilerplate-fr.xml
271
- - lib/metanorma/bipm/boilerplate-jcgm-en.xml
269
+ - lib/metanorma/bipm/boilerplate-en.adoc
270
+ - lib/metanorma/bipm/boilerplate-fr.adoc
271
+ - lib/metanorma/bipm/boilerplate-jcgm-en.adoc
272
272
  - lib/metanorma/bipm/converter.rb
273
273
  - lib/metanorma/bipm/front.rb
274
274
  - lib/metanorma/bipm/isodoc.rng
@@ -1,20 +0,0 @@
1
- <boilerplate>
2
- <copyright-statement>
3
- <clause>
4
- <p align="center"> © Bureau International des Poids et Mesures {{ docyear }} all rights reserved</p>
5
- </clause>
6
- </copyright-statement>
7
- <license-statement>
8
- <clause>
9
- <title>Copyright statement</title>
10
- <p>This document is distributed under the terms of the Creative Commons Attribution 4.0 International License (<link target="http://creativecommons.org/licenses/by/4.0/"/>), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.</p>
11
- </clause>
12
- </license-statement>
13
- <feedback-statement>
14
- <p>BIPM<br/>
15
- Pavillon de Breteuil<br/>
16
- F-92312 Sèvres Cedex<br/>
17
- FRANCE</p>
18
- </feedback-statement>
19
- </boilerplate>
20
-
@@ -1,20 +0,0 @@
1
- <boilerplate>
2
- <copyright-statement>
3
- <clause>
4
- <p align="center"> © Bureau international des poids et mesures {{ docyear }} tous droits réservés</p>
5
- </clause>
6
- </copyright-statement>
7
- <license-statement>
8
- <clause>
9
- <title>Note concernant les droits d’auteur</title>
10
- <p>Ce document est distribué selon les termes et conditions de la licence Creative Commons Attribution 4.0 International (<link target="http://creativecommons.org/licenses/by/4.0/"/>), qui permet l’utilisation sans restriction, la distribution et la reproduction sur quelque support que soit, sous réserve de mentionner dûment l’auteur ou les auteurs originaux ainsi que la source de l’œuvre, d’intégrer un lien vers la licence Creative Commons et d’indiquer si des modifications ont été effectuées.</p>
11
- </clause>
12
- </license-statement>
13
- <feedback-statement>
14
- <p>BIPM<br/>
15
- Pavillon de Breteuil<br/>
16
- F-92312 Sèvres Cedex<br/>
17
- FRANCE</p>
18
- </feedback-statement>
19
- </boilerplate>
20
-
@@ -1,37 +0,0 @@
1
- <boilerplate>
2
- <copyright-statement>
3
- <clause>
4
- <p> © JCGM {{ docyear }} </p>
5
- <p>Copyright of this JCGM guidance document is shared jointly by the JCGM member organizations (BIPM, IEC,
6
- IFCC, ILAC, ISO, IUPAC, IUPAP and OIML).</p>
7
- </clause>
8
- </copyright-statement>
9
- <license-statement>
10
- <clause>
11
- <title>Copyright</title>
12
- <p>Even if electronic versions are available free of charge on the website of one or more of the JCGM member organizations, economic and moral copyrights related to all JCGM publications are internationally protected. The JCGM does not, without its written authorisation, permit third parties to rewrite or re-brand issues, to sell copies to the public, or to broadcast or use on-line its publications. Equally, the JCGM also objects to distortion, augmentation or mutilation of its publications, including its titles, slogans and logos, and those of its member organizations.</p>
13
- </clause>
14
- <clause>
15
- <title>Official versions and translations</title>
16
- <p>The only official versions of documents are those published by the JCGM, in their original languages.</p>
17
-
18
- <p>The JCGM’s publications may be translated into languages other than those in which the documents were originally published by the JCGM. Permission must be obtained from the JCGM before a translation can be made. All translations should respect the original and official format of the formulae and units (without any conversion to other formulae or units), and contain the following statement (to be translated into the chosen language):</p>
19
-
20
- <quote>All JCGM’s products are internationally protected by copyright. This translation of the original JCGM document has been produced with the permission of the JCGM. The JCGM retains full internationally protected copyright on the design and content of this document and on the JCGM’s titles, slogan and logos. The member organizations of the JCGM also retain full internationally protected right on their titles, slogans and logos included in the JCGM’s publications. The only official version is the document published by the JCGM, in the original languages.</quote>
21
-
22
- <p>The JCGM does not accept any liability for the relevance, accuracy, completeness or quality of the information and materials offered in any translation. A copy of the translation shall be provided to the JCGM at the time of publication.</p>
23
- </clause>
24
- <clause>
25
- <title>Reproduction</title>
26
- <p>The JCGM’s publications may be reproduced, provided written permission has been granted by the JCGM. A sample of any reproduced document shall be provided to the JCGM at the time of reproduction and contain the following statement:</p>
27
- <quote>This document is reproduced with the permission of the JCGM, which retains full internationally protected copyright on the design and content of this document and on the JCGM’s titles, slogans and logos. The member organizations of the JCGM also retain full internationally protected right on their titles, slogans and logos included in the JCGM’s publications. The only official versions are the original versions of the documents published by the JCGM.</quote>
28
- </clause>
29
- </license-statement>
30
- <legal-statement>
31
- <clause>
32
- <title>Disclaimer</title>
33
- <p>The JCGM and its member organizations have published this document to enhance access to information about metrology. They endeavor to update it on a regular basis, but cannot guarantee the accuracy at all times and shall not be responsible for any direct or indirect damage that may result from its use. Any reference to commercial products of any kind (including but not restricted to any software, data or hardware) or links to websites, over which the JCGM and its member organizations have no control and for which they assume no responsibility, does not imply any approval, endorsement or recommendation by the JCGM and its member organizations.</p>
34
- </clause>
35
- </legal-statement>
36
- </boilerplate>
37
-