metanorma-cc 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 820b6db3e2d0068fc87e7d9c4c4ad947ae57af096a8d0055ebaf1921efac88ed
4
- data.tar.gz: 07567b955252c1b3e1d9fb71bf77abf96ab166c1d96bfc11cc5efc9d575053eb
3
+ metadata.gz: c316ba03c8509783a1bbed103cd6cea23d32eff23e0a3e6ebc9a7bb8a34ec39d
4
+ data.tar.gz: cb1a053ef35c42e83436b24c9be56abd3c5785308841e64928844b6f093d1924
5
5
  SHA512:
6
- metadata.gz: 0f3a39ec99fc3fb236c2ec6336bf47818c3bfd1ff6ae5811b58e85df95032ca25cfe61ff92ada506e4e8fc49ffcfa1556f83eaa0f5c0be570ef541b8c483d5df
7
- data.tar.gz: 1907f98e71ce5518cc2e2c880bec5efc338f70893e67cef68ed43d9af6aca73289f2b4c6b0264ede0bebfbad9f07635d70a77413b08a5f48ed0febdb20c7fc4a
6
+ metadata.gz: b7a112849f61d457b745c7c75b18160a34723a364a217da44848b6806da73401436a4cb0271da504f70c9b21bdefea474b7db18b9adc60e85ef81a0a71825827
7
+ data.tar.gz: c281be51bb4dd4100d151e65fbe556b563d019d2c9efc2e096214dd308dae13e9b4d0b4315fd9b3db6d9b577d678984ae1c7bb75ae4509028b8f4255ff78b822
@@ -12143,6 +12143,39 @@
12143
12143
  </pdf:catalog>
12144
12144
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
12145
12145
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12146
+ <rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
12147
+ <pdfaExtension:schemas>
12148
+ <rdf:Bag>
12149
+ <rdf:li rdf:parseType="Resource">
12150
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
12151
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
12152
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
12153
+ <pdfaSchema:property>
12154
+ <rdf:Seq>
12155
+ <rdf:li rdf:parseType="Resource">
12156
+ <pdfaProperty:category>internal</pdfaProperty:category>
12157
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
12158
+ <pdfaProperty:name>part</pdfaProperty:name>
12159
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
12160
+ </rdf:li>
12161
+ <rdf:li rdf:parseType="Resource">
12162
+ <pdfaProperty:category>internal</pdfaProperty:category>
12163
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
12164
+ <pdfaProperty:name>amd</pdfaProperty:name>
12165
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12166
+ </rdf:li>
12167
+ <rdf:li rdf:parseType="Resource">
12168
+ <pdfaProperty:category>internal</pdfaProperty:category>
12169
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
12170
+ <pdfaProperty:name>corr</pdfaProperty:name>
12171
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12172
+ </rdf:li>
12173
+ </rdf:Seq>
12174
+ </pdfaSchema:property>
12175
+ </rdf:li>
12176
+ </rdf:Bag>
12177
+ </pdfaExtension:schemas>
12178
+ </rdf:Description>
12146
12179
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
12147
12180
  <!-- Dublin Core properties go here -->
12148
12181
  <dc:title>
@@ -12153,33 +12186,57 @@
12153
12186
 
12154
12187
  </xsl:for-each>
12155
12188
  </xsl:variable>
12156
- <xsl:choose>
12157
- <xsl:when test="normalize-space($title) != ''">
12158
- <xsl:value-of select="$title"/>
12159
- </xsl:when>
12160
- <xsl:otherwise>
12161
- <xsl:text> </xsl:text>
12162
- </xsl:otherwise>
12163
- </xsl:choose>
12189
+ <rdf:Alt>
12190
+ <rdf:li xml:lang="x-default">
12191
+ <xsl:choose>
12192
+ <xsl:when test="normalize-space($title) != ''">
12193
+ <xsl:value-of select="$title"/>
12194
+ </xsl:when>
12195
+ <xsl:otherwise>
12196
+ <xsl:text> </xsl:text>
12197
+ </xsl:otherwise>
12198
+ </xsl:choose>
12199
+ </rdf:li>
12200
+ </rdf:Alt>
12164
12201
  </dc:title>
12165
- <dc:creator>
12202
+ <xsl:variable name="dc_creator">
12166
12203
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
12167
12204
 
12168
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12169
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12170
- <xsl:if test="position() != last()">; </xsl:if>
12171
- </xsl:for-each>
12205
+ <rdf:Seq>
12206
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12207
+ <rdf:li>
12208
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12209
+ </rdf:li>
12210
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
12211
+ </xsl:for-each>
12212
+ </rdf:Seq>
12172
12213
 
12173
12214
  </xsl:for-each>
12174
- </dc:creator>
12175
- <dc:description>
12215
+ </xsl:variable>
12216
+ <xsl:if test="normalize-space($dc_creator) != ''">
12217
+ <dc:creator>
12218
+ <xsl:copy-of select="$dc_creator"/>
12219
+ </dc:creator>
12220
+ </xsl:if>
12221
+
12222
+ <xsl:variable name="dc_description">
12176
12223
  <xsl:variable name="abstract">
12177
12224
 
12178
12225
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
12179
12226
 
12180
12227
  </xsl:variable>
12181
- <xsl:value-of select="normalize-space($abstract)"/>
12182
- </dc:description>
12228
+ <rdf:Alt>
12229
+ <rdf:li xml:lang="x-default">
12230
+ <xsl:value-of select="normalize-space($abstract)"/>
12231
+ </rdf:li>
12232
+ </rdf:Alt>
12233
+ </xsl:variable>
12234
+ <xsl:if test="normalize-space($dc_description)">
12235
+ <dc:description>
12236
+ <xsl:copy-of select="$dc_description"/>
12237
+ </dc:description>
12238
+ </xsl:if>
12239
+
12183
12240
  <pdf:Keywords>
12184
12241
  <xsl:call-template name="insertKeywords">
12185
12242
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -232,7 +232,7 @@ h6:hover > a.anchor,
232
232
  background-color: #777;
233
233
  color: white;
234
234
  cursor: pointer;
235
- padding: 12px 0;
235
+ padding: 3px 0;
236
236
  margin: 0;
237
237
  width: 100%;
238
238
  border: none;
@@ -232,7 +232,7 @@ h6:hover > a.anchor,
232
232
  background-color: #777;
233
233
  color: white;
234
234
  cursor: pointer;
235
- padding: 12px 0;
235
+ padding: 3px 0;
236
236
  margin: 0;
237
237
  width: 100%;
238
238
  border: none;
@@ -597,7 +597,7 @@ h6:hover > a.anchor,
597
597
  background-color: #777;
598
598
  color: white;
599
599
  cursor: pointer;
600
- padding: 12px 0;
600
+ padding: 3px 0;
601
601
  margin: 0;
602
602
  width: 100%;
603
603
  border: none;