metanorma-csa 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: dc7f3e19db0e8f8ac36c850c107dc38e455cb9ac8ea4b2fcde699a8f6c982fb0
4
- data.tar.gz: af551eebc94bbdbe65eecc474b5252937e912ef704d954bc5d774f9a204df95d
3
+ metadata.gz: 59fc6bb20c36f092138dea577abe66a6e1e63604316f806028487e6668aab801
4
+ data.tar.gz: 67b871bae162e214b5d3431bd588d3db240d1a82f7952fefdb54a87c1c8a38c4
5
5
  SHA512:
6
- metadata.gz: e8f9d11ebee9473e46cb0a45a553ef5758bb53a1a7d67ff45230d1e7bd970e5b11ea6356a3552a4b37828821c5be8277f644187ab052e77a63a36536c9366633
7
- data.tar.gz: 8ec46ad091ee729cf444720580ca2efbc546d9a7462b04bd605d7f6ec5037e25db13c5a5b6470e04a9423ee14ecaf639bea518fe25730768fda7481b32bae167
6
+ metadata.gz: 9c3596a2d9c2d0f3ee08277e4a11d4d952336e0bcca4cdadd4ede530b057caf00d188c6afcb6712ed8f671629df94866f4655eb4942adec3fd2e55ce6d7677f9
7
+ data.tar.gz: 72a05f08024dd308f2afd68a381295e270802c7620a90111500ac5f86abb4f4a54a36a60bb9561824b98acd6bf28f88554ea1226fb79bc890d9100764cfdaf2a
@@ -12127,6 +12127,39 @@
12127
12127
  </pdf:catalog>
12128
12128
  <x:xmpmeta xmlns:x="adobe:ns:meta/">
12129
12129
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
12130
+ <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="">
12131
+ <pdfaExtension:schemas>
12132
+ <rdf:Bag>
12133
+ <rdf:li rdf:parseType="Resource">
12134
+ <pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
12135
+ <pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
12136
+ <pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
12137
+ <pdfaSchema:property>
12138
+ <rdf:Seq>
12139
+ <rdf:li rdf:parseType="Resource">
12140
+ <pdfaProperty:category>internal</pdfaProperty:category>
12141
+ <pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
12142
+ <pdfaProperty:name>part</pdfaProperty:name>
12143
+ <pdfaProperty:valueType>Integer</pdfaProperty:valueType>
12144
+ </rdf:li>
12145
+ <rdf:li rdf:parseType="Resource">
12146
+ <pdfaProperty:category>internal</pdfaProperty:category>
12147
+ <pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
12148
+ <pdfaProperty:name>amd</pdfaProperty:name>
12149
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12150
+ </rdf:li>
12151
+ <rdf:li rdf:parseType="Resource">
12152
+ <pdfaProperty:category>internal</pdfaProperty:category>
12153
+ <pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
12154
+ <pdfaProperty:name>corr</pdfaProperty:name>
12155
+ <pdfaProperty:valueType>Text</pdfaProperty:valueType>
12156
+ </rdf:li>
12157
+ </rdf:Seq>
12158
+ </pdfaSchema:property>
12159
+ </rdf:li>
12160
+ </rdf:Bag>
12161
+ </pdfaExtension:schemas>
12162
+ </rdf:Description>
12130
12163
  <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
12131
12164
  <!-- Dublin Core properties go here -->
12132
12165
  <dc:title>
@@ -12137,33 +12170,57 @@
12137
12170
 
12138
12171
  </xsl:for-each>
12139
12172
  </xsl:variable>
12140
- <xsl:choose>
12141
- <xsl:when test="normalize-space($title) != ''">
12142
- <xsl:value-of select="$title"/>
12143
- </xsl:when>
12144
- <xsl:otherwise>
12145
- <xsl:text> </xsl:text>
12146
- </xsl:otherwise>
12147
- </xsl:choose>
12173
+ <rdf:Alt>
12174
+ <rdf:li xml:lang="x-default">
12175
+ <xsl:choose>
12176
+ <xsl:when test="normalize-space($title) != ''">
12177
+ <xsl:value-of select="$title"/>
12178
+ </xsl:when>
12179
+ <xsl:otherwise>
12180
+ <xsl:text> </xsl:text>
12181
+ </xsl:otherwise>
12182
+ </xsl:choose>
12183
+ </rdf:li>
12184
+ </rdf:Alt>
12148
12185
  </dc:title>
12149
- <dc:creator>
12186
+ <xsl:variable name="dc_creator">
12150
12187
  <xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
12151
12188
 
12152
- <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12153
- <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12154
- <xsl:if test="position() != last()">; </xsl:if>
12155
- </xsl:for-each>
12189
+ <rdf:Seq>
12190
+ <xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
12191
+ <rdf:li>
12192
+ <xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
12193
+ </rdf:li>
12194
+ <!-- <xsl:if test="position() != last()">; </xsl:if> -->
12195
+ </xsl:for-each>
12196
+ </rdf:Seq>
12156
12197
 
12157
12198
  </xsl:for-each>
12158
- </dc:creator>
12159
- <dc:description>
12199
+ </xsl:variable>
12200
+ <xsl:if test="normalize-space($dc_creator) != ''">
12201
+ <dc:creator>
12202
+ <xsl:copy-of select="$dc_creator"/>
12203
+ </dc:creator>
12204
+ </xsl:if>
12205
+
12206
+ <xsl:variable name="dc_description">
12160
12207
  <xsl:variable name="abstract">
12161
12208
 
12162
12209
  <xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
12163
12210
 
12164
12211
  </xsl:variable>
12165
- <xsl:value-of select="normalize-space($abstract)"/>
12166
- </dc:description>
12212
+ <rdf:Alt>
12213
+ <rdf:li xml:lang="x-default">
12214
+ <xsl:value-of select="normalize-space($abstract)"/>
12215
+ </rdf:li>
12216
+ </rdf:Alt>
12217
+ </xsl:variable>
12218
+ <xsl:if test="normalize-space($dc_description)">
12219
+ <dc:description>
12220
+ <xsl:copy-of select="$dc_description"/>
12221
+ </dc:description>
12222
+ </xsl:if>
12223
+
12167
12224
  <pdf:Keywords>
12168
12225
  <xsl:call-template name="insertKeywords">
12169
12226
  <xsl:with-param name="meta">true</xsl:with-param>
@@ -239,7 +239,7 @@ h6:hover > a.anchor,
239
239
  background-color: #777;
240
240
  color: white;
241
241
  cursor: pointer;
242
- padding: 12px 0;
242
+ padding: 3px 0;
243
243
  margin: 0;
244
244
  width: 100%;
245
245
  border: none;