relaton-ieee 1.16.3 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/.github/workflows/release.yml +1 -1
- data/3185.zip +0 -0
- data/README.adoc +1 -1
- data/grammars/basicdoc.rng +165 -54
- data/grammars/biblio-standoc.rng +44 -1
- data/grammars/biblio.rng +33 -0
- data/grammars/relaton-ieee.rng +8 -0
- data/lib/relaton_ieee/data_parser.rb +14 -5
- data/lib/relaton_ieee/document_type.rb +17 -0
- data/lib/relaton_ieee/hash_converter.rb +33 -29
- data/lib/relaton_ieee/ieee_bibliographic_item.rb +1 -6
- data/lib/relaton_ieee/version.rb +1 -1
- data/lib/relaton_ieee.rb +1 -0
- data/relaton_ieee.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf78a4fc108fabc66a60e78c2d778815e73b80b2123f0e5899cb9d566da600d0
|
4
|
+
data.tar.gz: 52979885f297a4f1682ba8b56f5a966f6cd73d11253ddef6769c3cd8c692ad48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bab3ad84a8178bc8a5e357d263eecfe473d12f17b626a5c7ccfb923571264559f4e792baf1821bbc63dd022ffd320cd81774a383cb384c89d9c2a88f6d89e8e6
|
7
|
+
data.tar.gz: c37818c7d5c83941740ad6ace8844b17facdec4c65c198de601d7a59a6b018af7f0929a924cda66ad5b0c5c3894e4a34e11d510f52e3d667a05d55bbeb824b2b
|
data/.github/workflows/rake.yml
CHANGED
data/3185.zip
ADDED
Binary file
|
data/README.adoc
CHANGED
@@ -71,7 +71,7 @@ item.to_xml bibdata: true
|
|
71
71
|
<uri type="src">https://ieeexplore.ieee.org/document/8863799</uri>
|
72
72
|
<docidentifier type="IEEE" primary="true">IEEE 528-2019</docidentifier>
|
73
73
|
...
|
74
|
-
<ext schema-version="v1.0.
|
74
|
+
<ext schema-version="v1.0.1">
|
75
75
|
<editorialgroup>
|
76
76
|
<committee>Gyro Accelerometer Panel of the IEEE Aerospace and Electronic Systems Society</committee>
|
77
77
|
</editorialgroup>
|
data/grammars/basicdoc.rng
CHANGED
@@ -95,8 +95,89 @@
|
|
95
95
|
<ref name="pagebreak"/>
|
96
96
|
<ref name="hr"/>
|
97
97
|
<ref name="bookmark"/>
|
98
|
+
<ref name="amend"/>
|
98
99
|
</choice>
|
99
100
|
</define>
|
101
|
+
<define name="amend">
|
102
|
+
<element name="amend">
|
103
|
+
<ref name="AmendType"/>
|
104
|
+
</element>
|
105
|
+
</define>
|
106
|
+
<define name="AmendType">
|
107
|
+
<optional>
|
108
|
+
<attribute name="id">
|
109
|
+
<data type="ID"/>
|
110
|
+
</attribute>
|
111
|
+
</optional>
|
112
|
+
<attribute name="change">
|
113
|
+
<choice>
|
114
|
+
<value>add</value>
|
115
|
+
<value>modify</value>
|
116
|
+
<value>delete</value>
|
117
|
+
<value>replace</value>
|
118
|
+
</choice>
|
119
|
+
</attribute>
|
120
|
+
<optional>
|
121
|
+
<attribute name="path"/>
|
122
|
+
</optional>
|
123
|
+
<optional>
|
124
|
+
<attribute name="path_end"/>
|
125
|
+
</optional>
|
126
|
+
<optional>
|
127
|
+
<attribute name="title"/>
|
128
|
+
</optional>
|
129
|
+
<optional>
|
130
|
+
<element name="location">
|
131
|
+
<zeroOrMore>
|
132
|
+
<choice>
|
133
|
+
<ref name="locality"/>
|
134
|
+
<ref name="localityStack"/>
|
135
|
+
</choice>
|
136
|
+
</zeroOrMore>
|
137
|
+
</element>
|
138
|
+
</optional>
|
139
|
+
<optional>
|
140
|
+
<element name="description">
|
141
|
+
<zeroOrMore>
|
142
|
+
<ref name="BasicBlock"/>
|
143
|
+
</zeroOrMore>
|
144
|
+
</element>
|
145
|
+
</optional>
|
146
|
+
<optional>
|
147
|
+
<element name="newcontent">
|
148
|
+
<optional>
|
149
|
+
<attribute name="id">
|
150
|
+
<data type="ID"/>
|
151
|
+
</attribute>
|
152
|
+
</optional>
|
153
|
+
<zeroOrMore>
|
154
|
+
<ref name="BasicBlock"/>
|
155
|
+
</zeroOrMore>
|
156
|
+
</element>
|
157
|
+
</optional>
|
158
|
+
<zeroOrMore>
|
159
|
+
<ref name="classification"/>
|
160
|
+
</zeroOrMore>
|
161
|
+
<zeroOrMore>
|
162
|
+
<ref name="contributor"/>
|
163
|
+
</zeroOrMore>
|
164
|
+
</define>
|
165
|
+
<define name="classification">
|
166
|
+
<element name="classification">
|
167
|
+
<ref name="classification_tag"/>
|
168
|
+
<ref name="classification_value"/>
|
169
|
+
</element>
|
170
|
+
</define>
|
171
|
+
<define name="classification_tag">
|
172
|
+
<element name="tag">
|
173
|
+
<text/>
|
174
|
+
</element>
|
175
|
+
</define>
|
176
|
+
<define name="classification_value">
|
177
|
+
<element name="value">
|
178
|
+
<text/>
|
179
|
+
</element>
|
180
|
+
</define>
|
100
181
|
<define name="paragraph">
|
101
182
|
<element name="p">
|
102
183
|
<ref name="ParagraphType"/>
|
@@ -346,6 +427,8 @@
|
|
346
427
|
<ref name="keyword"/>
|
347
428
|
<ref name="xref"/>
|
348
429
|
<ref name="hyperlink"/>
|
430
|
+
<ref name="index"/>
|
431
|
+
<ref name="index-xref"/>
|
349
432
|
</choice>
|
350
433
|
</oneOrMore>
|
351
434
|
</element>
|
@@ -623,6 +706,8 @@
|
|
623
706
|
<ref name="eref"/>
|
624
707
|
<ref name="xref"/>
|
625
708
|
<ref name="hyperlink"/>
|
709
|
+
<ref name="index"/>
|
710
|
+
<ref name="index-xref"/>
|
626
711
|
</choice>
|
627
712
|
</zeroOrMore>
|
628
713
|
</element>
|
@@ -636,6 +721,8 @@
|
|
636
721
|
<ref name="eref"/>
|
637
722
|
<ref name="xref"/>
|
638
723
|
<ref name="hyperlink"/>
|
724
|
+
<ref name="index"/>
|
725
|
+
<ref name="index-xref"/>
|
639
726
|
</choice>
|
640
727
|
</zeroOrMore>
|
641
728
|
</element>
|
@@ -648,6 +735,8 @@
|
|
648
735
|
<ref name="eref"/>
|
649
736
|
<ref name="xref"/>
|
650
737
|
<ref name="hyperlink"/>
|
738
|
+
<ref name="index"/>
|
739
|
+
<ref name="index-xref"/>
|
651
740
|
</choice>
|
652
741
|
</zeroOrMore>
|
653
742
|
</element>
|
@@ -655,7 +744,11 @@
|
|
655
744
|
<define name="keyword">
|
656
745
|
<element name="keyword">
|
657
746
|
<zeroOrMore>
|
658
|
-
<
|
747
|
+
<choice>
|
748
|
+
<ref name="PureTextElement"/>
|
749
|
+
<ref name="index"/>
|
750
|
+
<ref name="index-xref"/>
|
751
|
+
</choice>
|
659
752
|
</zeroOrMore>
|
660
753
|
</element>
|
661
754
|
</define>
|
@@ -676,7 +769,11 @@
|
|
676
769
|
<define name="strike">
|
677
770
|
<element name="strike">
|
678
771
|
<zeroOrMore>
|
679
|
-
<
|
772
|
+
<choice>
|
773
|
+
<ref name="PureTextElement"/>
|
774
|
+
<ref name="index"/>
|
775
|
+
<ref name="index-xref"/>
|
776
|
+
</choice>
|
680
777
|
</zeroOrMore>
|
681
778
|
</element>
|
682
779
|
</define>
|
@@ -699,27 +796,36 @@
|
|
699
796
|
</define>
|
700
797
|
<define name="ruby">
|
701
798
|
<element name="ruby">
|
702
|
-
<
|
703
|
-
<
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
799
|
+
<choice>
|
800
|
+
<ref name="ruby_pronunciation"/>
|
801
|
+
<ref name="ruby_annotation"/>
|
802
|
+
</choice>
|
803
|
+
<choice>
|
804
|
+
<text/>
|
805
|
+
<ref name="ruby"/>
|
806
|
+
</choice>
|
709
807
|
</element>
|
710
808
|
</define>
|
711
|
-
<define name="
|
712
|
-
<element name="
|
713
|
-
<
|
714
|
-
|
715
|
-
|
809
|
+
<define name="ruby_pronunciation">
|
810
|
+
<element name="pronunciation">
|
811
|
+
<attribute name="value"/>
|
812
|
+
<optional>
|
813
|
+
<attribute name="script"/>
|
814
|
+
</optional>
|
815
|
+
<optional>
|
816
|
+
<attribute name="lang"/>
|
817
|
+
</optional>
|
716
818
|
</element>
|
717
819
|
</define>
|
718
|
-
<define name="
|
719
|
-
<element name="
|
720
|
-
<
|
721
|
-
|
722
|
-
|
820
|
+
<define name="ruby_annotation">
|
821
|
+
<element name="annotation">
|
822
|
+
<attribute name="value"/>
|
823
|
+
<optional>
|
824
|
+
<attribute name="script"/>
|
825
|
+
</optional>
|
826
|
+
<optional>
|
827
|
+
<attribute name="lang"/>
|
828
|
+
</optional>
|
723
829
|
</element>
|
724
830
|
</define>
|
725
831
|
<define name="br">
|
@@ -898,44 +1004,49 @@
|
|
898
1004
|
-->
|
899
1005
|
<define name="image">
|
900
1006
|
<element name="image">
|
901
|
-
<
|
902
|
-
|
1007
|
+
<ref name="Image"/>
|
1008
|
+
</element>
|
1009
|
+
</define>
|
1010
|
+
<define name="Image">
|
1011
|
+
<attribute name="id">
|
1012
|
+
<data type="ID"/>
|
1013
|
+
</attribute>
|
1014
|
+
<attribute name="src">
|
1015
|
+
<data type="anyURI"/>
|
1016
|
+
</attribute>
|
1017
|
+
<attribute name="mimetype"/>
|
1018
|
+
<optional>
|
1019
|
+
<attribute name="filename"/>
|
1020
|
+
</optional>
|
1021
|
+
<optional>
|
1022
|
+
<attribute name="width">
|
1023
|
+
<ref name="ImageSize"/>
|
903
1024
|
</attribute>
|
904
|
-
|
1025
|
+
</optional>
|
1026
|
+
<optional>
|
1027
|
+
<attribute name="height">
|
1028
|
+
<ref name="ImageSize"/>
|
1029
|
+
</attribute>
|
1030
|
+
</optional>
|
1031
|
+
<optional>
|
1032
|
+
<attribute name="alt"/>
|
1033
|
+
</optional>
|
1034
|
+
<optional>
|
1035
|
+
<attribute name="title"/>
|
1036
|
+
</optional>
|
1037
|
+
<optional>
|
1038
|
+
<attribute name="longdesc">
|
905
1039
|
<data type="anyURI"/>
|
906
1040
|
</attribute>
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
<
|
912
|
-
<
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
</choice>
|
917
|
-
</attribute>
|
918
|
-
</optional>
|
919
|
-
<optional>
|
920
|
-
<attribute name="height">
|
921
|
-
<choice>
|
922
|
-
<data type="int"/>
|
923
|
-
<value>auto</value>
|
924
|
-
</choice>
|
925
|
-
</attribute>
|
926
|
-
</optional>
|
927
|
-
<optional>
|
928
|
-
<attribute name="alt"/>
|
929
|
-
</optional>
|
930
|
-
<optional>
|
931
|
-
<attribute name="title"/>
|
932
|
-
</optional>
|
933
|
-
<optional>
|
934
|
-
<attribute name="longdesc">
|
935
|
-
<data type="anyURI"/>
|
936
|
-
</attribute>
|
937
|
-
</optional>
|
938
|
-
</element>
|
1041
|
+
</optional>
|
1042
|
+
</define>
|
1043
|
+
<define name="ImageSize">
|
1044
|
+
<choice>
|
1045
|
+
<data type="string">
|
1046
|
+
<param name="pattern">\d+([.]\d+)?(%?)</param>
|
1047
|
+
</data>
|
1048
|
+
<value>auto</value>
|
1049
|
+
</choice>
|
939
1050
|
</define>
|
940
1051
|
<define name="video">
|
941
1052
|
<element name="video">
|
data/grammars/biblio-standoc.rng
CHANGED
@@ -9,11 +9,42 @@
|
|
9
9
|
-->
|
10
10
|
<include href="biblio.rng">
|
11
11
|
<define name="BibData">
|
12
|
-
<ref name="
|
12
|
+
<ref name="StandardBibliographicItem"/>
|
13
13
|
<optional>
|
14
14
|
<ref name="ext"/>
|
15
15
|
</optional>
|
16
16
|
</define>
|
17
|
+
<define name="docrelation">
|
18
|
+
<element name="relation">
|
19
|
+
<attribute name="type">
|
20
|
+
<ref name="DocRelationType"/>
|
21
|
+
</attribute>
|
22
|
+
<optional>
|
23
|
+
<element name="description">
|
24
|
+
<ref name="FormattedString"/>
|
25
|
+
</element>
|
26
|
+
</optional>
|
27
|
+
<element name="bibitem">
|
28
|
+
<ref name="StandardReducedBibliographicItem"/>
|
29
|
+
</element>
|
30
|
+
<choice>
|
31
|
+
<zeroOrMore>
|
32
|
+
<ref name="locality"/>
|
33
|
+
</zeroOrMore>
|
34
|
+
<zeroOrMore>
|
35
|
+
<ref name="localityStack"/>
|
36
|
+
</zeroOrMore>
|
37
|
+
</choice>
|
38
|
+
<choice>
|
39
|
+
<zeroOrMore>
|
40
|
+
<ref name="sourceLocality"/>
|
41
|
+
</zeroOrMore>
|
42
|
+
<zeroOrMore>
|
43
|
+
<ref name="sourceLocalityStack"/>
|
44
|
+
</zeroOrMore>
|
45
|
+
</choice>
|
46
|
+
</element>
|
47
|
+
</define>
|
17
48
|
</include>
|
18
49
|
<define name="ext">
|
19
50
|
<element name="ext">
|
@@ -161,4 +192,16 @@
|
|
161
192
|
</optional>
|
162
193
|
</element>
|
163
194
|
</define>
|
195
|
+
<define name="StandardBibliographicItem">
|
196
|
+
<ref name="BibliographicItem"/>
|
197
|
+
<zeroOrMore>
|
198
|
+
<ref name="amend"/>
|
199
|
+
</zeroOrMore>
|
200
|
+
</define>
|
201
|
+
<define name="StandardReducedBibliographicItem">
|
202
|
+
<ref name="ReducedBibliographicItem"/>
|
203
|
+
<zeroOrMore>
|
204
|
+
<ref name="amend"/>
|
205
|
+
</zeroOrMore>
|
206
|
+
</define>
|
164
207
|
</grammar>
|
data/grammars/biblio.rng
CHANGED
@@ -241,6 +241,9 @@
|
|
241
241
|
</element>
|
242
242
|
</define>
|
243
243
|
<define name="FullNameType">
|
244
|
+
<optional>
|
245
|
+
<ref name="name_abbreviation"/>
|
246
|
+
</optional>
|
244
247
|
<choice>
|
245
248
|
<group>
|
246
249
|
<zeroOrMore>
|
@@ -266,6 +269,11 @@
|
|
266
269
|
<ref name="variantname"/>
|
267
270
|
</zeroOrMore>
|
268
271
|
</define>
|
272
|
+
<define name="name_abbreviation">
|
273
|
+
<element name="abbreviation">
|
274
|
+
<ref name="LocalizedString"/>
|
275
|
+
</element>
|
276
|
+
</define>
|
269
277
|
<define name="prefix">
|
270
278
|
<element name="prefix">
|
271
279
|
<ref name="LocalizedString"/>
|
@@ -348,6 +356,9 @@
|
|
348
356
|
<zeroOrMore>
|
349
357
|
<ref name="contact"/>
|
350
358
|
</zeroOrMore>
|
359
|
+
<optional>
|
360
|
+
<ref name="logo"/>
|
361
|
+
</optional>
|
351
362
|
</element>
|
352
363
|
</define>
|
353
364
|
<define name="orgname">
|
@@ -366,6 +377,21 @@
|
|
366
377
|
</choice>
|
367
378
|
</element>
|
368
379
|
</define>
|
380
|
+
<define name="logo">
|
381
|
+
<element name="logo">
|
382
|
+
<ref name="image"/>
|
383
|
+
</element>
|
384
|
+
</define>
|
385
|
+
<define name="depiction">
|
386
|
+
<element name="depiction">
|
387
|
+
<optional>
|
388
|
+
<attribute name="scope"/>
|
389
|
+
</optional>
|
390
|
+
<zeroOrMore>
|
391
|
+
<ref name="image"/>
|
392
|
+
</zeroOrMore>
|
393
|
+
</element>
|
394
|
+
</define>
|
369
395
|
<define name="NameWithVariants">
|
370
396
|
<element name="primary">
|
371
397
|
<ref name="LocalizedString"/>
|
@@ -752,6 +778,9 @@
|
|
752
778
|
<optional>
|
753
779
|
<ref name="validity"/>
|
754
780
|
</optional>
|
781
|
+
<optional>
|
782
|
+
<ref name="depiction"/>
|
783
|
+
</optional>
|
755
784
|
</define>
|
756
785
|
<define name="ReducedBibliographicItem">
|
757
786
|
<optional>
|
@@ -849,6 +878,9 @@
|
|
849
878
|
<optional>
|
850
879
|
<ref name="validity"/>
|
851
880
|
</optional>
|
881
|
+
<optional>
|
882
|
+
<ref name="depiction"/>
|
883
|
+
</optional>
|
852
884
|
</define>
|
853
885
|
<define name="btitle">
|
854
886
|
<element name="title">
|
@@ -942,6 +974,7 @@
|
|
942
974
|
<value>obsoleted</value>
|
943
975
|
<value>confirmed</value>
|
944
976
|
<value>updated</value>
|
977
|
+
<value>corrected</value>
|
945
978
|
<value>issued</value>
|
946
979
|
<value>transmitted</value>
|
947
980
|
<value>copied</value>
|
data/grammars/relaton-ieee.rng
CHANGED
@@ -75,6 +75,9 @@
|
|
75
75
|
<optional>
|
76
76
|
<ref name="holdstatus"/>
|
77
77
|
</optional>
|
78
|
+
<optional>
|
79
|
+
<ref name="program"/>
|
80
|
+
</optional>
|
78
81
|
</define>
|
79
82
|
</include>
|
80
83
|
<define name="standard_status">
|
@@ -114,6 +117,11 @@
|
|
114
117
|
</choice>
|
115
118
|
</element>
|
116
119
|
</define>
|
120
|
+
<define name="program">
|
121
|
+
<element name="program">
|
122
|
+
<text/>
|
123
|
+
</element>
|
124
|
+
</define>
|
117
125
|
<define name="BibliographicDateType" combine="choice">
|
118
126
|
<value>feedback-ended</value>
|
119
127
|
</define>
|
@@ -153,17 +153,25 @@ module RelatonIeee
|
|
153
153
|
doc.xpath("./publicationinfo/publisher").map do |contrib|
|
154
154
|
n = contrib.at("./publishername").text
|
155
155
|
addr = contrib.xpath("./address").each_with_object([]) do |adr, ob|
|
156
|
-
city = adr
|
157
|
-
next unless city
|
156
|
+
city, country, state = parse_country_city adr
|
157
|
+
next unless city && country
|
158
158
|
|
159
|
-
ob << RelatonBib::Address.new(street: [], city: city
|
160
|
-
country: adr.at("./country").text)
|
159
|
+
ob << RelatonBib::Address.new(street: [], city: city, state: state, country: country)
|
161
160
|
end
|
162
161
|
e = create_org n, addr
|
163
162
|
RelatonBib::ContributionInfo.new entity: e, role: [type: "publisher"]
|
164
163
|
end
|
165
164
|
end
|
166
165
|
|
166
|
+
def parse_country_city(address)
|
167
|
+
city = address.at("./city")
|
168
|
+
return unless city
|
169
|
+
|
170
|
+
city, state = city.text.split(", ")
|
171
|
+
country = address.at("./country")&.text || "USA"
|
172
|
+
[city, country, state]
|
173
|
+
end
|
174
|
+
|
167
175
|
#
|
168
176
|
# Create organization
|
169
177
|
#
|
@@ -335,7 +343,8 @@ module RelatonIeee
|
|
335
343
|
# @return [String] doctype
|
336
344
|
#
|
337
345
|
def parse_doctype
|
338
|
-
parse_standard_modified == "Redline" ? "redline" : "standard"
|
346
|
+
type = parse_standard_modified == "Redline" ? "redline" : "standard"
|
347
|
+
DocumentType.new type: type
|
339
348
|
end
|
340
349
|
end
|
341
350
|
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module RelatonIeee
|
2
|
+
class DocumentType < RelatonBib::DocumentType
|
3
|
+
DOCTYPES = %w[guide recommended-practice standard witepaper redline other].freeze
|
4
|
+
|
5
|
+
def initialize(type:, abbreviation: nil)
|
6
|
+
check_type type
|
7
|
+
super
|
8
|
+
end
|
9
|
+
|
10
|
+
def check_type(type)
|
11
|
+
unless DOCTYPES.include? type
|
12
|
+
Util.warn "Invalid doctype: `#{type}`. " \
|
13
|
+
"It should be one of: `#{DOCTYPES.join('`, `')}`."
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -1,40 +1,44 @@
|
|
1
1
|
module RelatonIeee
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
2
|
+
module HashConverter
|
3
|
+
include RelatonBib::HashConverter
|
4
|
+
extend self
|
5
|
+
# @param args [Hash]
|
6
|
+
# @param neated [TrueClas, FalseClass] default true
|
7
|
+
# @return [Hash]
|
8
|
+
def hash_to_bib(args)
|
9
|
+
hash = super
|
10
|
+
return unless hash.is_a?(Hash)
|
10
11
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
# editorialgroup_hash_to_bib hash
|
13
|
+
ext_hash_to_bib hash
|
14
|
+
hash
|
15
|
+
end
|
15
16
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
17
|
+
# @param item_hash [Hash]
|
18
|
+
# @return [RelatonIeee::IeeeBibliographicItem]
|
19
|
+
def bib_item(item_hash)
|
20
|
+
IeeeBibliographicItem.new(**item_hash)
|
21
|
+
end
|
21
22
|
|
22
|
-
|
23
|
-
|
24
|
-
|
23
|
+
# @param hash [Hash]
|
24
|
+
def editorialgroup_hash_to_bib(hash)
|
25
|
+
return unless hash[:editorialgroup]
|
25
26
|
|
26
|
-
|
27
|
-
|
27
|
+
hash[:editorialgroup] = EditorialGroup.new(**hash[:editorialgroup])
|
28
|
+
end
|
28
29
|
|
29
|
-
|
30
|
-
|
31
|
-
|
30
|
+
def ext_hash_to_bib(hash)
|
31
|
+
ext = hash.delete(:ext)
|
32
|
+
return unless ext
|
32
33
|
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
end
|
34
|
+
attrs = %i[standard_status standard_modified pubstatus holdstatus]
|
35
|
+
ext.select { |k, _| attrs.include? k }.each do |k, v|
|
36
|
+
hash[k] = v
|
37
37
|
end
|
38
38
|
end
|
39
|
+
|
40
|
+
def create_doctype(**args)
|
41
|
+
DocumentType.new(**args)
|
42
|
+
end
|
39
43
|
end
|
40
44
|
end
|
@@ -1,6 +1,5 @@
|
|
1
1
|
module RelatonIeee
|
2
2
|
class IeeeBibliographicItem < RelatonBib::BibliographicItem
|
3
|
-
DOCTYPES = %w[guide recommended-practice standard witepaper redline other].freeze
|
4
3
|
SUBTYPES = %w[amendment corrigendum erratum].freeze
|
5
4
|
|
6
5
|
# @return [RelatonIeee::EditorialGroup, nil]
|
@@ -24,10 +23,6 @@ module RelatonIeee
|
|
24
23
|
# @option args [String, nil] :holdstatus Held, Publish
|
25
24
|
#
|
26
25
|
def initialize(**args) # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
|
27
|
-
if args[:doctype] && !DOCTYPES.include?(args[:doctype])
|
28
|
-
Util.warn "Invalid doctype: `#{args[:doctype]}`. " \
|
29
|
-
"It should be one of: `#{DOCTYPES.join('`, `')}`."
|
30
|
-
end
|
31
26
|
if args[:docsubtype] && !SUBTYPES.include?(args[:docsubtype])
|
32
27
|
Util.warn "Invalid docsubtype: `#{args[:docsubtype]}`. " \
|
33
28
|
"It should be one of: `#{SUBTYPES.join('`, `')}`."
|
@@ -68,7 +63,7 @@ module RelatonIeee
|
|
68
63
|
if opts[:bibdata] && (doctype || subdoctype || !trialuse.nil? || editorialgroup ||
|
69
64
|
ics.any? || standard_status || standard_modified || pubstatus || holdstatus)
|
70
65
|
ext = bldr.ext do |b|
|
71
|
-
|
66
|
+
doctype&.to_xml b
|
72
67
|
b.subdoctype subdoctype if subdoctype
|
73
68
|
b.send :"trial-use", trialuse unless trialuse.nil?
|
74
69
|
editorialgroup&.to_xml(b)
|
data/lib/relaton_ieee/version.rb
CHANGED
data/lib/relaton_ieee.rb
CHANGED
@@ -6,6 +6,7 @@ require "relaton_bib"
|
|
6
6
|
require "relaton_ieee/version"
|
7
7
|
require "relaton_ieee/config"
|
8
8
|
require "relaton_ieee/util"
|
9
|
+
require "relaton_ieee/document_type"
|
9
10
|
require "relaton_ieee/document_status"
|
10
11
|
require "relaton_ieee/ieee_bibliography"
|
11
12
|
require "relaton_ieee/ieee_bibliographic_item"
|
data/relaton_ieee.gemspec
CHANGED
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
|
|
33
33
|
|
34
34
|
spec.add_dependency "faraday", "~> 2.7.0"
|
35
35
|
spec.add_dependency "mini_portile2", "~> 2.8.0"
|
36
|
-
spec.add_dependency "relaton-bib", "~> 1.
|
36
|
+
spec.add_dependency "relaton-bib", "~> 1.18.0"
|
37
37
|
spec.add_dependency "relaton-index", "~> 0.2.0"
|
38
38
|
spec.add_dependency "rubyzip", "~> 2.3.0"
|
39
39
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-ieee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.
|
47
|
+
version: 1.18.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.
|
54
|
+
version: 1.18.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: relaton-index
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -93,6 +93,7 @@ files:
|
|
93
93
|
- ".gitignore"
|
94
94
|
- ".rspec"
|
95
95
|
- ".rubocop.yml"
|
96
|
+
- 3185.zip
|
96
97
|
- Gemfile
|
97
98
|
- LICENSE.txt
|
98
99
|
- README.adoc
|
@@ -112,6 +113,7 @@ files:
|
|
112
113
|
- lib/relaton_ieee/data_fetcher.rb
|
113
114
|
- lib/relaton_ieee/data_parser.rb
|
114
115
|
- lib/relaton_ieee/document_status.rb
|
116
|
+
- lib/relaton_ieee/document_type.rb
|
115
117
|
- lib/relaton_ieee/editorial_group.rb
|
116
118
|
- lib/relaton_ieee/hash_converter.rb
|
117
119
|
- lib/relaton_ieee/ieee_bibliographic_item.rb
|