metanorma-ogc 2.2.5 → 2.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/html/htmlstyle.css +15 -0
- data/lib/isodoc/ogc/html/htmlstyle.scss +1 -0
- data/lib/isodoc/ogc/html/wordstyle.css +150 -0
- data/lib/isodoc/ogc/html/wordstyle.scss +144 -0
- data/lib/isodoc/ogc/html/wordstyle_wp.css +126 -0
- data/lib/isodoc/ogc/html/wordstyle_wp.scss +121 -0
- data/lib/isodoc/ogc/metadata.rb +7 -6
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +320 -80
- data/lib/isodoc/ogc/ogc.best-practice.xsl +320 -80
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +320 -80
- data/lib/isodoc/ogc/ogc.community-practice.xsl +320 -80
- data/lib/isodoc/ogc/ogc.community-standard.xsl +320 -80
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +320 -80
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +11036 -0
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +320 -80
- data/lib/isodoc/ogc/ogc.other.xsl +320 -80
- data/lib/isodoc/ogc/ogc.policy.xsl +320 -80
- data/lib/isodoc/ogc/ogc.reference-model.xsl +320 -80
- data/lib/isodoc/ogc/ogc.release-notes.xsl +320 -80
- data/lib/isodoc/ogc/ogc.standard.xsl +320 -80
- data/lib/isodoc/ogc/ogc.test-suite.xsl +320 -80
- data/lib/isodoc/ogc/ogc.user-guide.xsl +320 -80
- data/lib/isodoc/ogc/ogc.white-paper.xsl +308 -69
- data/lib/isodoc/ogc/pdf_convert.rb +5 -4
- data/lib/isodoc/ogc/presentation_xml_convert.rb +5 -5
- data/lib/metanorma/ogc/biblio.rng +5 -0
- data/lib/metanorma/ogc/cleanup.rb +14 -14
- data/lib/metanorma/ogc/converter.rb +2 -2
- data/lib/metanorma/ogc/front.rb +12 -8
- data/lib/metanorma/ogc/isodoc.rng +47 -13
- data/lib/metanorma/ogc/relaton-ogc.rng +1 -0
- data/lib/metanorma/ogc/validate.rb +15 -15
- data/lib/metanorma/ogc/version.rb +1 -1
- data/metanorma-ogc.gemspec +3 -2
- metadata +5 -11
- data/.github/workflows/automerge.yml +0 -31
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/Rakefile +0 -8
- data/bin/console +0 -14
- data/bin/rspec +0 -17
- data/bin/setup +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0985f1b0b1d111aa7709f7392cc9960d8e71529622fb50f4680d5a54d7d10f4b'
|
4
|
+
data.tar.gz: e70162f6802f659133002b67062da53124acc9c8d74c81fdf9d37c34afe56f45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fec412142d9f7915da728e967ef534342add418d43feb9f95a898ff46d07773935627def39711d46a065a4cdd5e83a1cbdf36163d03ad139f9538a04c1e5d34
|
7
|
+
data.tar.gz: '001939ffe7e6eca30f8166c774d16057609112fc7eb19501844c26cd51d2b11457599181f68f9ae337a94b24dfd4ed6a6ef6ecf84fa852daeb78dd1e2eede99b'
|
@@ -130,6 +130,12 @@ a.FootnoteRef + a.FootnoteRef:before {
|
|
130
130
|
#standard {
|
131
131
|
border-bottom: solid 3px #3D9970; }
|
132
132
|
|
133
|
+
#draft-standard-band {
|
134
|
+
background-color: #3D9970; }
|
135
|
+
|
136
|
+
#draft-standard {
|
137
|
+
border-bottom: solid 3px #3D9970; }
|
138
|
+
|
133
139
|
#abstract-specification-topic-band {
|
134
140
|
background-color: #3D9970; }
|
135
141
|
|
@@ -534,6 +540,15 @@ dl {
|
|
534
540
|
#toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
|
535
541
|
padding-left: 50px; }
|
536
542
|
|
543
|
+
#toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
|
544
|
+
padding-left: 70px; }
|
545
|
+
|
546
|
+
#toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
|
547
|
+
padding-left: 90px; }
|
548
|
+
|
549
|
+
#toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
|
550
|
+
padding-left: 110px; }
|
551
|
+
|
537
552
|
#toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
|
538
553
|
background: #00335b;
|
539
554
|
box-shadow: inset -5px 0px 10px -5px #00335b !important; }
|
@@ -683,6 +683,156 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
683
683
|
font-weight: bold;
|
684
684
|
mso-bidi-font-weight: normal; }
|
685
685
|
|
686
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
687
|
+
mso-style-noshow: yes;
|
688
|
+
mso-style-priority: 39;
|
689
|
+
mso-style-unhide: no;
|
690
|
+
mso-style-name: "TOC 4";
|
691
|
+
mso-style-parent: "TOC 3";
|
692
|
+
mso-style-next: Normal;
|
693
|
+
margin-top: 0cm;
|
694
|
+
margin-right: 25.0pt;
|
695
|
+
margin-bottom: 0cm;
|
696
|
+
margin-left: 36.0pt;
|
697
|
+
margin-bottom: .0001pt;
|
698
|
+
text-indent: -36.0pt;
|
699
|
+
line-height: 12.0pt;
|
700
|
+
mso-pagination: widow-orphan;
|
701
|
+
mso-hyphenate: none;
|
702
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
703
|
+
font-size: 10.5pt;
|
704
|
+
font-family: {{bodyfont}};
|
705
|
+
mso-fareast-font-family: {{bodyfont}};
|
706
|
+
mso-bidi-font-family: {{bodyfont}};
|
707
|
+
mso-ansi-language: EN-GB;
|
708
|
+
font-weight: bold;
|
709
|
+
mso-bidi-font-weight: normal; }
|
710
|
+
|
711
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
712
|
+
mso-style-noshow: yes;
|
713
|
+
mso-style-priority: 39;
|
714
|
+
mso-style-unhide: no;
|
715
|
+
mso-style-name: "TOC 5";
|
716
|
+
mso-style-parent: "TOC 4";
|
717
|
+
mso-style-next: Normal;
|
718
|
+
margin-top: 0cm;
|
719
|
+
margin-right: 25.0pt;
|
720
|
+
margin-bottom: 0cm;
|
721
|
+
margin-left: 36.0pt;
|
722
|
+
margin-bottom: .0001pt;
|
723
|
+
text-indent: -36.0pt;
|
724
|
+
line-height: 12.0pt;
|
725
|
+
mso-pagination: widow-orphan;
|
726
|
+
mso-hyphenate: none;
|
727
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
728
|
+
font-size: 10.5pt;
|
729
|
+
font-family: {{bodyfont}};
|
730
|
+
mso-fareast-font-family: {{bodyfont}};
|
731
|
+
mso-bidi-font-family: {{bodyfont}};
|
732
|
+
mso-ansi-language: EN-GB;
|
733
|
+
font-weight: bold;
|
734
|
+
mso-bidi-font-weight: normal; }
|
735
|
+
|
736
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
737
|
+
mso-style-noshow: yes;
|
738
|
+
mso-style-priority: 39;
|
739
|
+
mso-style-unhide: no;
|
740
|
+
mso-style-name: "TOC 6";
|
741
|
+
mso-style-parent: "TOC 5";
|
742
|
+
mso-style-next: Normal;
|
743
|
+
margin-top: 0cm;
|
744
|
+
margin-right: 25.0pt;
|
745
|
+
margin-bottom: 0cm;
|
746
|
+
margin-left: 36.0pt;
|
747
|
+
margin-bottom: .0001pt;
|
748
|
+
text-indent: -36.0pt;
|
749
|
+
line-height: 12.0pt;
|
750
|
+
mso-pagination: widow-orphan;
|
751
|
+
mso-hyphenate: none;
|
752
|
+
tab-stops: 20.15pt 55.0pt right dotted 487.6pt;
|
753
|
+
font-size: 10.5pt;
|
754
|
+
font-family: {{bodyfont}};
|
755
|
+
mso-fareast-font-family: {{bodyfont}};
|
756
|
+
mso-bidi-font-family: {{bodyfont}};
|
757
|
+
mso-ansi-language: EN-GB;
|
758
|
+
font-weight: bold;
|
759
|
+
mso-bidi-font-weight: normal; }
|
760
|
+
|
761
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
762
|
+
mso-style-noshow: yes;
|
763
|
+
mso-style-priority: 39;
|
764
|
+
mso-style-unhide: no;
|
765
|
+
mso-style-name: "TOC 7";
|
766
|
+
mso-style-parent: "TOC 6";
|
767
|
+
mso-style-next: Normal;
|
768
|
+
margin-top: 0cm;
|
769
|
+
margin-right: 25.0pt;
|
770
|
+
margin-bottom: 0cm;
|
771
|
+
margin-left: 36.0pt;
|
772
|
+
margin-bottom: .0001pt;
|
773
|
+
text-indent: -36.0pt;
|
774
|
+
line-height: 12.0pt;
|
775
|
+
mso-pagination: widow-orphan;
|
776
|
+
mso-hyphenate: none;
|
777
|
+
tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
|
778
|
+
font-size: 10.5pt;
|
779
|
+
font-family: {{bodyfont}};
|
780
|
+
mso-fareast-font-family: {{bodyfont}};
|
781
|
+
mso-bidi-font-family: {{bodyfont}};
|
782
|
+
mso-ansi-language: EN-GB;
|
783
|
+
font-weight: bold;
|
784
|
+
mso-bidi-font-weight: normal; }
|
785
|
+
|
786
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
787
|
+
mso-style-noshow: yes;
|
788
|
+
mso-style-priority: 39;
|
789
|
+
mso-style-unhide: no;
|
790
|
+
mso-style-name: "TOC 8";
|
791
|
+
mso-style-parent: "TOC 7";
|
792
|
+
mso-style-next: Normal;
|
793
|
+
margin-top: 0cm;
|
794
|
+
margin-right: 25.0pt;
|
795
|
+
margin-bottom: 0cm;
|
796
|
+
margin-left: 36.0pt;
|
797
|
+
margin-bottom: .0001pt;
|
798
|
+
text-indent: -36.0pt;
|
799
|
+
line-height: 12.0pt;
|
800
|
+
mso-pagination: widow-orphan;
|
801
|
+
mso-hyphenate: none;
|
802
|
+
tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
|
803
|
+
font-size: 10.5pt;
|
804
|
+
font-family: {{bodyfont}};
|
805
|
+
mso-fareast-font-family: {{bodyfont}};
|
806
|
+
mso-bidi-font-family: {{bodyfont}};
|
807
|
+
mso-ansi-language: EN-GB;
|
808
|
+
font-weight: bold;
|
809
|
+
mso-bidi-font-weight: normal; }
|
810
|
+
|
811
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
812
|
+
mso-style-noshow: yes;
|
813
|
+
mso-style-priority: 39;
|
814
|
+
mso-style-unhide: no;
|
815
|
+
mso-style-name: "TOC 9";
|
816
|
+
mso-style-parent: "TOC 8";
|
817
|
+
mso-style-next: Normal;
|
818
|
+
margin-top: 0cm;
|
819
|
+
margin-right: 25.0pt;
|
820
|
+
margin-bottom: 0cm;
|
821
|
+
margin-left: 36.0pt;
|
822
|
+
margin-bottom: .0001pt;
|
823
|
+
text-indent: -36.0pt;
|
824
|
+
line-height: 12.0pt;
|
825
|
+
mso-pagination: widow-orphan;
|
826
|
+
mso-hyphenate: none;
|
827
|
+
tab-stops: 20.15pt 78.0pt right dotted 487.6pt;
|
828
|
+
font-size: 10.5pt;
|
829
|
+
font-family: {{bodyfont}};
|
830
|
+
mso-fareast-font-family: {{bodyfont}};
|
831
|
+
mso-bidi-font-family: {{bodyfont}};
|
832
|
+
mso-ansi-language: EN-GB;
|
833
|
+
font-weight: bold;
|
834
|
+
mso-bidi-font-weight: normal; }
|
835
|
+
|
686
836
|
span.MsoFootnoteReference {
|
687
837
|
mso-style-priority: 99;
|
688
838
|
mso-style-name: "Footnote Reference";
|
@@ -641,6 +641,150 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
641
641
|
mso-ansi-language:EN-GB;
|
642
642
|
font-weight:bold;
|
643
643
|
mso-bidi-font-weight:normal;}
|
644
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4
|
645
|
+
{mso-style-noshow:yes;
|
646
|
+
mso-style-priority:39;
|
647
|
+
mso-style-unhide:no;
|
648
|
+
mso-style-name:"TOC 4";
|
649
|
+
mso-style-parent:"TOC 3";
|
650
|
+
mso-style-next:Normal;
|
651
|
+
margin-top:0cm;
|
652
|
+
margin-right:25.0pt;
|
653
|
+
margin-bottom:0cm;
|
654
|
+
margin-left:36.0pt;
|
655
|
+
margin-bottom:.0001pt;
|
656
|
+
text-indent:-36.0pt;
|
657
|
+
line-height:12.0pt;
|
658
|
+
mso-pagination:widow-orphan;
|
659
|
+
mso-hyphenate:none;
|
660
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
661
|
+
font-size:10.5pt;
|
662
|
+
font-family:$bodyfont;
|
663
|
+
mso-fareast-font-family:$bodyfont;
|
664
|
+
mso-bidi-font-family:$bodyfont;
|
665
|
+
mso-ansi-language:EN-GB;
|
666
|
+
font-weight:bold;
|
667
|
+
mso-bidi-font-weight:normal;}
|
668
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5
|
669
|
+
{mso-style-noshow:yes;
|
670
|
+
mso-style-priority:39;
|
671
|
+
mso-style-unhide:no;
|
672
|
+
mso-style-name:"TOC 5";
|
673
|
+
mso-style-parent:"TOC 4";
|
674
|
+
mso-style-next:Normal;
|
675
|
+
margin-top:0cm;
|
676
|
+
margin-right:25.0pt;
|
677
|
+
margin-bottom:0cm;
|
678
|
+
margin-left:36.0pt;
|
679
|
+
margin-bottom:.0001pt;
|
680
|
+
text-indent:-36.0pt;
|
681
|
+
line-height:12.0pt;
|
682
|
+
mso-pagination:widow-orphan;
|
683
|
+
mso-hyphenate:none;
|
684
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
685
|
+
font-size:10.5pt;
|
686
|
+
font-family:$bodyfont;
|
687
|
+
mso-fareast-font-family:$bodyfont;
|
688
|
+
mso-bidi-font-family:$bodyfont;
|
689
|
+
mso-ansi-language:EN-GB;
|
690
|
+
font-weight:bold;
|
691
|
+
mso-bidi-font-weight:normal;}
|
692
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6
|
693
|
+
{mso-style-noshow:yes;
|
694
|
+
mso-style-priority:39;
|
695
|
+
mso-style-unhide:no;
|
696
|
+
mso-style-name:"TOC 6";
|
697
|
+
mso-style-parent:"TOC 5";
|
698
|
+
mso-style-next:Normal;
|
699
|
+
margin-top:0cm;
|
700
|
+
margin-right:25.0pt;
|
701
|
+
margin-bottom:0cm;
|
702
|
+
margin-left:36.0pt;
|
703
|
+
margin-bottom:.0001pt;
|
704
|
+
text-indent:-36.0pt;
|
705
|
+
line-height:12.0pt;
|
706
|
+
mso-pagination:widow-orphan;
|
707
|
+
mso-hyphenate:none;
|
708
|
+
tab-stops:20.15pt 55.0pt right dotted 487.6pt;
|
709
|
+
font-size:10.5pt;
|
710
|
+
font-family:$bodyfont;
|
711
|
+
mso-fareast-font-family:$bodyfont;
|
712
|
+
mso-bidi-font-family:$bodyfont;
|
713
|
+
mso-ansi-language:EN-GB;
|
714
|
+
font-weight:bold;
|
715
|
+
mso-bidi-font-weight:normal;}
|
716
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7
|
717
|
+
{mso-style-noshow:yes;
|
718
|
+
mso-style-priority:39;
|
719
|
+
mso-style-unhide:no;
|
720
|
+
mso-style-name:"TOC 7";
|
721
|
+
mso-style-parent:"TOC 6";
|
722
|
+
mso-style-next:Normal;
|
723
|
+
margin-top:0cm;
|
724
|
+
margin-right:25.0pt;
|
725
|
+
margin-bottom:0cm;
|
726
|
+
margin-left:36.0pt;
|
727
|
+
margin-bottom:.0001pt;
|
728
|
+
text-indent:-36.0pt;
|
729
|
+
line-height:12.0pt;
|
730
|
+
mso-pagination:widow-orphan;
|
731
|
+
mso-hyphenate:none;
|
732
|
+
tab-stops:20.15pt 62.7pt right dotted 487.6pt;
|
733
|
+
font-size:10.5pt;
|
734
|
+
font-family:$bodyfont;
|
735
|
+
mso-fareast-font-family:$bodyfont;
|
736
|
+
mso-bidi-font-family:$bodyfont;
|
737
|
+
mso-ansi-language:EN-GB;
|
738
|
+
font-weight:bold;
|
739
|
+
mso-bidi-font-weight:normal;}
|
740
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8
|
741
|
+
{mso-style-noshow:yes;
|
742
|
+
mso-style-priority:39;
|
743
|
+
mso-style-unhide:no;
|
744
|
+
mso-style-name:"TOC 8";
|
745
|
+
mso-style-parent:"TOC 7";
|
746
|
+
mso-style-next:Normal;
|
747
|
+
margin-top:0cm;
|
748
|
+
margin-right:25.0pt;
|
749
|
+
margin-bottom:0cm;
|
750
|
+
margin-left:36.0pt;
|
751
|
+
margin-bottom:.0001pt;
|
752
|
+
text-indent:-36.0pt;
|
753
|
+
line-height:12.0pt;
|
754
|
+
mso-pagination:widow-orphan;
|
755
|
+
mso-hyphenate:none;
|
756
|
+
tab-stops:20.15pt 70.3pt right dotted 487.6pt;
|
757
|
+
font-size:10.5pt;
|
758
|
+
font-family:$bodyfont;
|
759
|
+
mso-fareast-font-family:$bodyfont;
|
760
|
+
mso-bidi-font-family:$bodyfont;
|
761
|
+
mso-ansi-language:EN-GB;
|
762
|
+
font-weight:bold;
|
763
|
+
mso-bidi-font-weight:normal;}
|
764
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9
|
765
|
+
{mso-style-noshow:yes;
|
766
|
+
mso-style-priority:39;
|
767
|
+
mso-style-unhide:no;
|
768
|
+
mso-style-name:"TOC 9";
|
769
|
+
mso-style-parent:"TOC 8";
|
770
|
+
mso-style-next:Normal;
|
771
|
+
margin-top:0cm;
|
772
|
+
margin-right:25.0pt;
|
773
|
+
margin-bottom:0cm;
|
774
|
+
margin-left:36.0pt;
|
775
|
+
margin-bottom:.0001pt;
|
776
|
+
text-indent:-36.0pt;
|
777
|
+
line-height:12.0pt;
|
778
|
+
mso-pagination:widow-orphan;
|
779
|
+
mso-hyphenate:none;
|
780
|
+
tab-stops:20.15pt 78.0pt right dotted 487.6pt;
|
781
|
+
font-size:10.5pt;
|
782
|
+
font-family:$bodyfont;
|
783
|
+
mso-fareast-font-family:$bodyfont;
|
784
|
+
mso-bidi-font-family:$bodyfont;
|
785
|
+
mso-ansi-language:EN-GB;
|
786
|
+
font-weight:bold;
|
787
|
+
mso-bidi-font-weight:normal;}
|
644
788
|
span.MsoFootnoteReference
|
645
789
|
{mso-style-priority:99;
|
646
790
|
mso-style-name:"Footnote Reference";
|
@@ -750,6 +750,132 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
750
750
|
mso-ansi-language: EN-GB;
|
751
751
|
mso-bidi-font-weight: normal; }
|
752
752
|
|
753
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4 {
|
754
|
+
mso-style-noshow: yes;
|
755
|
+
mso-style-priority: 39;
|
756
|
+
mso-style-unhide: no;
|
757
|
+
mso-style-name: "TOC 4";
|
758
|
+
mso-style-parent: "TOC 3";
|
759
|
+
mso-style-next: Normal;
|
760
|
+
margin-top: 8.0pt;
|
761
|
+
margin-right: 0cm;
|
762
|
+
margin-bottom: 5.0pt;
|
763
|
+
margin-left: 22.0pt;
|
764
|
+
line-height: 107%;
|
765
|
+
mso-pagination: widow-orphan;
|
766
|
+
font-size: {{normalfontsize}};
|
767
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
768
|
+
font-family: {{bodyfont}};
|
769
|
+
mso-fareast-font-family: {{bodyfont}};
|
770
|
+
mso-bidi-font-family: {{bodyfont}};
|
771
|
+
mso-ansi-language: EN-GB;
|
772
|
+
mso-bidi-font-weight: normal; }
|
773
|
+
|
774
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5 {
|
775
|
+
mso-style-noshow: yes;
|
776
|
+
mso-style-priority: 39;
|
777
|
+
mso-style-unhide: no;
|
778
|
+
mso-style-name: "TOC 5";
|
779
|
+
mso-style-parent: "TOC 4";
|
780
|
+
mso-style-next: Normal;
|
781
|
+
margin-top: 8.0pt;
|
782
|
+
margin-right: 0cm;
|
783
|
+
margin-bottom: 5.0pt;
|
784
|
+
margin-left: 22.0pt;
|
785
|
+
line-height: 107%;
|
786
|
+
mso-pagination: widow-orphan;
|
787
|
+
font-size: {{normalfontsize}};
|
788
|
+
tab-stops: 20.15pt 47.9pt right dotted 487.6pt;
|
789
|
+
font-family: {{bodyfont}};
|
790
|
+
mso-fareast-font-family: {{bodyfont}};
|
791
|
+
mso-bidi-font-family: {{bodyfont}};
|
792
|
+
mso-ansi-language: EN-GB;
|
793
|
+
mso-bidi-font-weight: normal; }
|
794
|
+
|
795
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6 {
|
796
|
+
mso-style-noshow: yes;
|
797
|
+
mso-style-priority: 39;
|
798
|
+
mso-style-unhide: no;
|
799
|
+
mso-style-name: "TOC 6";
|
800
|
+
mso-style-parent: "TOC 5";
|
801
|
+
mso-style-next: Normal;
|
802
|
+
margin-top: 8.0pt;
|
803
|
+
margin-right: 0cm;
|
804
|
+
margin-bottom: 5.0pt;
|
805
|
+
margin-left: 22.0pt;
|
806
|
+
line-height: 107%;
|
807
|
+
mso-pagination: widow-orphan;
|
808
|
+
font-size: {{normalfontsize}};
|
809
|
+
tab-stops: 20.15pt 55.0pt right dotted 487.6pt;
|
810
|
+
font-family: {{bodyfont}};
|
811
|
+
mso-fareast-font-family: {{bodyfont}};
|
812
|
+
mso-bidi-font-family: {{bodyfont}};
|
813
|
+
mso-ansi-language: EN-GB;
|
814
|
+
mso-bidi-font-weight: normal; }
|
815
|
+
|
816
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7 {
|
817
|
+
mso-style-noshow: yes;
|
818
|
+
mso-style-priority: 39;
|
819
|
+
mso-style-unhide: no;
|
820
|
+
mso-style-name: "TOC 7";
|
821
|
+
mso-style-parent: "TOC 6";
|
822
|
+
mso-style-next: Normal;
|
823
|
+
margin-top: 8.0pt;
|
824
|
+
margin-right: 0cm;
|
825
|
+
margin-bottom: 5.0pt;
|
826
|
+
margin-left: 22.0pt;
|
827
|
+
line-height: 107%;
|
828
|
+
mso-pagination: widow-orphan;
|
829
|
+
font-size: {{normalfontsize}};
|
830
|
+
tab-stops: 20.15pt 62.7pt right dotted 487.6pt;
|
831
|
+
font-family: {{bodyfont}};
|
832
|
+
mso-fareast-font-family: {{bodyfont}};
|
833
|
+
mso-bidi-font-family: {{bodyfont}};
|
834
|
+
mso-ansi-language: EN-GB;
|
835
|
+
mso-bidi-font-weight: normal; }
|
836
|
+
|
837
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8 {
|
838
|
+
mso-style-noshow: yes;
|
839
|
+
mso-style-priority: 39;
|
840
|
+
mso-style-unhide: no;
|
841
|
+
mso-style-name: "TOC 8";
|
842
|
+
mso-style-parent: "TOC 7";
|
843
|
+
mso-style-next: Normal;
|
844
|
+
margin-top: 8.0pt;
|
845
|
+
margin-right: 0cm;
|
846
|
+
margin-bottom: 5.0pt;
|
847
|
+
margin-left: 22.0pt;
|
848
|
+
line-height: 107%;
|
849
|
+
mso-pagination: widow-orphan;
|
850
|
+
font-size: {{normalfontsize}};
|
851
|
+
tab-stops: 20.15pt 70.3pt right dotted 487.6pt;
|
852
|
+
font-family: {{bodyfont}};
|
853
|
+
mso-fareast-font-family: {{bodyfont}};
|
854
|
+
mso-bidi-font-family: {{bodyfont}};
|
855
|
+
mso-ansi-language: EN-GB;
|
856
|
+
mso-bidi-font-weight: normal; }
|
857
|
+
|
858
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9 {
|
859
|
+
mso-style-noshow: yes;
|
860
|
+
mso-style-priority: 39;
|
861
|
+
mso-style-unhide: no;
|
862
|
+
mso-style-name: "TOC 9";
|
863
|
+
mso-style-parent: "TOC 8";
|
864
|
+
mso-style-next: Normal;
|
865
|
+
margin-top: 8.0pt;
|
866
|
+
margin-right: 0cm;
|
867
|
+
margin-bottom: 5.0pt;
|
868
|
+
margin-left: 22.0pt;
|
869
|
+
line-height: 107%;
|
870
|
+
mso-pagination: widow-orphan;
|
871
|
+
font-size: {{normalfontsize}};
|
872
|
+
tab-stops: 20.15pt 78.0pt right dotted 487.6pt;
|
873
|
+
font-family: {{bodyfont}};
|
874
|
+
mso-fareast-font-family: {{bodyfont}};
|
875
|
+
mso-bidi-font-family: {{bodyfont}};
|
876
|
+
mso-ansi-language: EN-GB;
|
877
|
+
mso-bidi-font-weight: normal; }
|
878
|
+
|
753
879
|
span.MsoFootnoteReference {
|
754
880
|
mso-style-priority: 99;
|
755
881
|
mso-style-name: "Footnote Reference";
|
@@ -710,6 +710,127 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3
|
|
710
710
|
mso-bidi-font-family:$bodyfont;
|
711
711
|
mso-ansi-language:EN-GB;
|
712
712
|
mso-bidi-font-weight:normal;}
|
713
|
+
p.MsoToc4, li.MsoToc4, div.MsoToc4
|
714
|
+
{mso-style-noshow:yes;
|
715
|
+
mso-style-priority:39;
|
716
|
+
mso-style-unhide:no;
|
717
|
+
mso-style-name:"TOC 4";
|
718
|
+
mso-style-parent:"TOC 3";
|
719
|
+
mso-style-next:Normal;
|
720
|
+
margin-top:8.0pt;
|
721
|
+
margin-right:0cm;
|
722
|
+
margin-bottom:5.0pt;
|
723
|
+
margin-left:22.0pt;
|
724
|
+
line-height:107%;
|
725
|
+
mso-pagination:widow-orphan;
|
726
|
+
font-size:$normalfontsize;
|
727
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
728
|
+
font-family:$bodyfont;
|
729
|
+
mso-fareast-font-family:$bodyfont;
|
730
|
+
mso-bidi-font-family:$bodyfont;
|
731
|
+
mso-ansi-language:EN-GB;
|
732
|
+
mso-bidi-font-weight:normal;}
|
733
|
+
p.MsoToc5, li.MsoToc5, div.MsoToc5
|
734
|
+
{mso-style-noshow:yes;
|
735
|
+
mso-style-priority:39;
|
736
|
+
mso-style-unhide:no;
|
737
|
+
mso-style-name:"TOC 5";
|
738
|
+
mso-style-parent:"TOC 4";
|
739
|
+
mso-style-next:Normal;
|
740
|
+
margin-top:8.0pt;
|
741
|
+
margin-right:0cm;
|
742
|
+
margin-bottom:5.0pt;
|
743
|
+
margin-left:22.0pt;
|
744
|
+
line-height:107%;
|
745
|
+
mso-pagination:widow-orphan;
|
746
|
+
font-size:$normalfontsize;
|
747
|
+
tab-stops:20.15pt 47.9pt right dotted 487.6pt;
|
748
|
+
font-family:$bodyfont;
|
749
|
+
mso-fareast-font-family:$bodyfont;
|
750
|
+
mso-bidi-font-family:$bodyfont;
|
751
|
+
mso-ansi-language:EN-GB;
|
752
|
+
mso-bidi-font-weight:normal;}
|
753
|
+
p.MsoToc6, li.MsoToc6, div.MsoToc6
|
754
|
+
{mso-style-noshow:yes;
|
755
|
+
mso-style-priority:39;
|
756
|
+
mso-style-unhide:no;
|
757
|
+
mso-style-name:"TOC 6";
|
758
|
+
mso-style-parent:"TOC 5";
|
759
|
+
mso-style-next:Normal;
|
760
|
+
margin-top:8.0pt;
|
761
|
+
margin-right:0cm;
|
762
|
+
margin-bottom:5.0pt;
|
763
|
+
margin-left:22.0pt;
|
764
|
+
line-height:107%;
|
765
|
+
mso-pagination:widow-orphan;
|
766
|
+
font-size:$normalfontsize;
|
767
|
+
tab-stops:20.15pt 55.0pt right dotted 487.6pt;
|
768
|
+
font-family:$bodyfont;
|
769
|
+
mso-fareast-font-family:$bodyfont;
|
770
|
+
mso-bidi-font-family:$bodyfont;
|
771
|
+
mso-ansi-language:EN-GB;
|
772
|
+
mso-bidi-font-weight:normal;}
|
773
|
+
p.MsoToc7, li.MsoToc7, div.MsoToc7
|
774
|
+
{mso-style-noshow:yes;
|
775
|
+
mso-style-priority:39;
|
776
|
+
mso-style-unhide:no;
|
777
|
+
mso-style-name:"TOC 7";
|
778
|
+
mso-style-parent:"TOC 6";
|
779
|
+
mso-style-next:Normal;
|
780
|
+
margin-top:8.0pt;
|
781
|
+
margin-right:0cm;
|
782
|
+
margin-bottom:5.0pt;
|
783
|
+
margin-left:22.0pt;
|
784
|
+
line-height:107%;
|
785
|
+
mso-pagination:widow-orphan;
|
786
|
+
font-size:$normalfontsize;
|
787
|
+
tab-stops:20.15pt 62.7pt right dotted 487.6pt;
|
788
|
+
font-family:$bodyfont;
|
789
|
+
mso-fareast-font-family:$bodyfont;
|
790
|
+
mso-bidi-font-family:$bodyfont;
|
791
|
+
mso-ansi-language:EN-GB;
|
792
|
+
mso-bidi-font-weight:normal;}
|
793
|
+
p.MsoToc8, li.MsoToc8, div.MsoToc8
|
794
|
+
{mso-style-noshow:yes;
|
795
|
+
mso-style-priority:39;
|
796
|
+
mso-style-unhide:no;
|
797
|
+
mso-style-name:"TOC 8";
|
798
|
+
mso-style-parent:"TOC 7";
|
799
|
+
mso-style-next:Normal;
|
800
|
+
margin-top:8.0pt;
|
801
|
+
margin-right:0cm;
|
802
|
+
margin-bottom:5.0pt;
|
803
|
+
margin-left:22.0pt;
|
804
|
+
line-height:107%;
|
805
|
+
mso-pagination:widow-orphan;
|
806
|
+
font-size:$normalfontsize;
|
807
|
+
tab-stops:20.15pt 70.3pt right dotted 487.6pt;
|
808
|
+
font-family:$bodyfont;
|
809
|
+
mso-fareast-font-family:$bodyfont;
|
810
|
+
mso-bidi-font-family:$bodyfont;
|
811
|
+
mso-ansi-language:EN-GB;
|
812
|
+
mso-bidi-font-weight:normal;}
|
813
|
+
p.MsoToc9, li.MsoToc9, div.MsoToc9
|
814
|
+
{mso-style-noshow:yes;
|
815
|
+
mso-style-priority:39;
|
816
|
+
mso-style-unhide:no;
|
817
|
+
mso-style-name:"TOC 9";
|
818
|
+
mso-style-parent:"TOC 8";
|
819
|
+
mso-style-next:Normal;
|
820
|
+
margin-top:8.0pt;
|
821
|
+
margin-right:0cm;
|
822
|
+
margin-bottom:5.0pt;
|
823
|
+
margin-left:22.0pt;
|
824
|
+
line-height:107%;
|
825
|
+
mso-pagination:widow-orphan;
|
826
|
+
font-size:$normalfontsize;
|
827
|
+
tab-stops:20.15pt 78.0pt right dotted 487.6pt;
|
828
|
+
font-family:$bodyfont;
|
829
|
+
mso-fareast-font-family:$bodyfont;
|
830
|
+
mso-bidi-font-family:$bodyfont;
|
831
|
+
mso-ansi-language:EN-GB;
|
832
|
+
mso-bidi-font-weight:normal;}
|
833
|
+
|
713
834
|
span.MsoFootnoteReference
|
714
835
|
{mso-style-priority:99;
|
715
836
|
mso-style-name:"Footnote Reference";
|
data/lib/isodoc/ogc/metadata.rb
CHANGED
@@ -5,6 +5,7 @@ module IsoDoc
|
|
5
5
|
module Ogc
|
6
6
|
DOCTYPE_ABBR = {
|
7
7
|
"standard" => "IS",
|
8
|
+
"draft-standard" => "DS",
|
8
9
|
"abstract-specification-topic" => "AST",
|
9
10
|
"best-practice" => "BP",
|
10
11
|
"change-request-supporting-document" => "CRSD",
|
@@ -57,22 +58,22 @@ module IsoDoc
|
|
57
58
|
def author(isoxml, _out)
|
58
59
|
tc = isoxml.at(ns("//bibdata/ext/editorialgroup/committee"))
|
59
60
|
set(:tc, tc.text) if tc
|
60
|
-
authors = isoxml.xpath(ns("//bibdata/contributor"\
|
61
|
+
authors = isoxml.xpath(ns("//bibdata/contributor" \
|
61
62
|
"[role/@type = 'author']/person"))
|
62
63
|
set(:authors, extract_person_names(authors))
|
63
|
-
editors = isoxml.xpath(ns("//bibdata/contributor"\
|
64
|
+
editors = isoxml.xpath(ns("//bibdata/contributor" \
|
64
65
|
"[role/@type = 'editor']/person"))
|
65
66
|
set(:editors, extract_person_names(editors))
|
66
|
-
contributors = isoxml.xpath(ns("//bibdata/contributor"\
|
67
|
-
|
67
|
+
contributors = isoxml.xpath(ns("//bibdata/contributor" \
|
68
|
+
"[role/@type = 'contributor']/person"))
|
68
69
|
set(:contributors, extract_person_names(contributors))
|
69
70
|
agency(isoxml)
|
70
71
|
end
|
71
72
|
|
72
73
|
def docid(isoxml, _out)
|
73
|
-
set(:docnumber, isoxml&.at(ns("//bibdata/docidentifier"\
|
74
|
+
set(:docnumber, isoxml&.at(ns("//bibdata/docidentifier" \
|
74
75
|
"[@type = 'ogc-internal']"))&.text)
|
75
|
-
set(:externalid, isoxml&.at(ns("//bibdata/docidentifier"\
|
76
|
+
set(:externalid, isoxml&.at(ns("//bibdata/docidentifier" \
|
76
77
|
"[@type = 'ogc-external']"))&.text)
|
77
78
|
end
|
78
79
|
|