pubid 2.0.0.pre.alpha.2 → 2.0.0.pre.alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.adoc +5 -1
- data/data/nist/update_codes.yaml +25 -0
- data/lib/pubid/amca/builder.rb +2 -2
- data/lib/pubid/amca/identifier.rb +7 -39
- data/lib/pubid/amca/identifiers/base.rb +0 -26
- data/lib/pubid/amca/identifiers/interpretation.rb +0 -17
- data/lib/pubid/amca/identifiers/publication.rb +0 -13
- data/lib/pubid/amca/renderer.rb +82 -0
- data/lib/pubid/amca/single_identifier.rb +0 -23
- data/lib/pubid/amca/urn_parser.rb +28 -0
- data/lib/pubid/amca.rb +42 -1
- data/lib/pubid/ansi/builder.rb +5 -3
- data/lib/pubid/ansi/identifier.rb +1 -43
- data/lib/pubid/ansi/identifiers/american_national_standard.rb +2 -1
- data/lib/pubid/ansi/identifiers/standard.rb +2 -3
- data/lib/pubid/ansi/renderer.rb +53 -0
- data/lib/pubid/ansi/single_identifier.rb +2 -31
- data/lib/pubid/ansi/urn_generator.rb +3 -38
- data/lib/pubid/ansi/urn_parser.rb +23 -0
- data/lib/pubid/ansi.rb +38 -3
- data/lib/pubid/api/builder.rb +29 -74
- data/lib/pubid/api/identifier.rb +0 -51
- data/lib/pubid/api/identifiers/base.rb +0 -2
- data/lib/pubid/api/identifiers/bulletin.rb +0 -2
- data/lib/pubid/api/identifiers/continuous_operations_standard.rb +0 -2
- data/lib/pubid/api/identifiers/mpms.rb +1 -17
- data/lib/pubid/api/identifiers/publication.rb +0 -2
- data/lib/pubid/api/identifiers/recommended_practice.rb +0 -2
- data/lib/pubid/api/identifiers/specification.rb +0 -2
- data/lib/pubid/api/identifiers/standard.rb +0 -2
- data/lib/pubid/api/identifiers/technical_report.rb +0 -2
- data/lib/pubid/api/identifiers/typeless_standard.rb +1 -14
- data/lib/pubid/api/identifiers.rb +18 -0
- data/lib/pubid/api/renderer.rb +89 -0
- data/lib/pubid/api/single_identifier.rb +1 -13
- data/lib/pubid/api/urn_generator.rb +0 -18
- data/lib/pubid/api/urn_parser.rb +35 -0
- data/lib/pubid/api.rb +51 -5
- data/lib/pubid/ashrae/builder.rb +3 -3
- data/lib/pubid/ashrae/identifier.rb +6 -39
- data/lib/pubid/ashrae/identifiers/addenda_package.rb +0 -10
- data/lib/pubid/ashrae/identifiers/addendum.rb +0 -19
- data/lib/pubid/ashrae/identifiers/base.rb +3 -0
- data/lib/pubid/ashrae/identifiers/combined_addenda.rb +0 -15
- data/lib/pubid/ashrae/identifiers/errata.rb +0 -10
- data/lib/pubid/ashrae/identifiers/interpretation.rb +0 -10
- data/lib/pubid/ashrae/renderer.rb +117 -0
- data/lib/pubid/ashrae/single_identifier.rb +0 -13
- data/lib/pubid/ashrae/urn_generator.rb +0 -8
- data/lib/pubid/ashrae/urn_parser.rb +27 -0
- data/lib/pubid/ashrae.rb +42 -1
- data/lib/pubid/asme/components/code.rb +10 -2
- data/lib/pubid/asme/identifier.rb +0 -46
- data/lib/pubid/asme/identifiers/base.rb +0 -60
- data/lib/pubid/asme/renderer.rb +66 -0
- data/lib/pubid/asme/urn_parser.rb +31 -0
- data/lib/pubid/asme.rb +42 -1
- data/lib/pubid/astm/components/code.rb +9 -0
- data/lib/pubid/{jis → astm}/components.rb +1 -1
- data/lib/pubid/astm/identifier.rb +0 -77
- data/lib/pubid/astm/identifiers/adjunct.rb +0 -8
- data/lib/pubid/astm/identifiers/data_series.rb +0 -14
- data/lib/pubid/astm/identifiers/iso_dual_published.rb +9 -34
- data/lib/pubid/astm/identifiers/manual.rb +0 -27
- data/lib/pubid/astm/identifiers/monograph.rb +0 -14
- data/lib/pubid/astm/identifiers/research_report.rb +0 -7
- data/lib/pubid/astm/identifiers/standard.rb +0 -39
- data/lib/pubid/astm/identifiers/technical_report.rb +0 -13
- data/lib/pubid/astm/identifiers/work_in_progress.rb +0 -11
- data/lib/pubid/astm/identifiers.rb +18 -0
- data/lib/pubid/astm/renderer.rb +172 -0
- data/lib/pubid/astm/single_identifier.rb +0 -10
- data/lib/pubid/astm/urn_parser.rb +30 -0
- data/lib/pubid/astm.rb +39 -27
- data/lib/pubid/bsi/builder.rb +21 -12
- data/lib/pubid/bsi/identifier.rb +8 -62
- data/lib/pubid/bsi/identifiers/addendum_document.rb +3 -33
- data/lib/pubid/bsi/identifiers/adopted_european_norm.rb +11 -47
- data/lib/pubid/bsi/identifiers/adopted_international_standard.rb +11 -38
- data/lib/pubid/bsi/identifiers/aerospace_standard.rb +3 -53
- data/lib/pubid/bsi/identifiers/amendment.rb +3 -19
- data/lib/pubid/bsi/identifiers/british_industrial_practice.rb +2 -4
- data/lib/pubid/bsi/identifiers/british_standard.rb +2 -1
- data/lib/pubid/bsi/identifiers/bundled_identifier.rb +3 -84
- data/lib/pubid/bsi/identifiers/committee_document.rb +1 -14
- data/lib/pubid/bsi/identifiers/consolidated_identifier.rb +3 -84
- data/lib/pubid/bsi/identifiers/corrigendum.rb +3 -7
- data/lib/pubid/bsi/identifiers/detailed_specification.rb +1 -34
- data/lib/pubid/bsi/identifiers/disc.rb +1 -27
- data/lib/pubid/bsi/identifiers/draft_document.rb +3 -44
- data/lib/pubid/bsi/identifiers/electronic_book.rb +3 -36
- data/lib/pubid/bsi/identifiers/expert_commentary.rb +3 -15
- data/lib/pubid/bsi/identifiers/explanatory_supplement.rb +1 -45
- data/lib/pubid/bsi/identifiers/flex.rb +1 -33
- data/lib/pubid/bsi/identifiers/handbook.rb +2 -13
- data/lib/pubid/bsi/identifiers/index.rb +1 -30
- data/lib/pubid/bsi/identifiers/method.rb +1 -39
- data/lib/pubid/bsi/identifiers/national_annex.rb +5 -27
- data/lib/pubid/bsi/identifiers/practice_guide.rb +2 -4
- data/lib/pubid/bsi/identifiers/publicly_available_specification.rb +3 -52
- data/lib/pubid/bsi/identifiers/published_document.rb +3 -52
- data/lib/pubid/bsi/identifiers/section.rb +1 -28
- data/lib/pubid/bsi/identifiers/set.rb +3 -17
- data/lib/pubid/bsi/identifiers/standalone_amendment.rb +1 -7
- data/lib/pubid/bsi/identifiers/supplement_document.rb +3 -21
- data/lib/pubid/bsi/identifiers/supplementary_index.rb +1 -44
- data/lib/pubid/bsi/identifiers/technical_specification.rb +3 -45
- data/lib/pubid/bsi/identifiers/test_method.rb +1 -30
- data/lib/pubid/bsi/identifiers/value_added_publication.rb +3 -14
- data/lib/pubid/bsi/identifiers.rb +0 -1
- data/lib/pubid/bsi/renderer.rb +1050 -0
- data/lib/pubid/bsi/single_identifier.rb +6 -70
- data/lib/pubid/bsi/urn_generator.rb +2 -3
- data/lib/pubid/bsi/urn_parser.rb +52 -0
- data/lib/pubid/bsi.rb +224 -1
- data/lib/pubid/builder/base.rb +57 -10
- data/lib/pubid/bundled_identifier.rb +0 -1
- data/lib/pubid/ccsds/builder.rb +4 -3
- data/lib/pubid/ccsds/identifier.rb +63 -66
- data/lib/pubid/ccsds/identifiers/base.rb +11 -61
- data/lib/pubid/ccsds/identifiers/corrigendum.rb +7 -6
- data/lib/pubid/ccsds/parser.rb +4 -2
- data/lib/pubid/ccsds/supplement_identifier.rb +15 -11
- data/lib/pubid/ccsds/urn_generator.rb +3 -3
- data/lib/pubid/ccsds/urn_parser.rb +20 -0
- data/lib/pubid/ccsds.rb +39 -1
- data/lib/pubid/cen_cenelec/builder.rb +12 -14
- data/lib/pubid/cen_cenelec/identifier.rb +7 -38
- data/lib/pubid/cen_cenelec/identifiers/adopted_european_norm.rb +13 -4
- data/lib/pubid/cen_cenelec/identifiers/amendment.rb +2 -8
- data/lib/pubid/cen_cenelec/identifiers/base.rb +5 -41
- data/lib/pubid/cen_cenelec/identifiers/cen_report.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/cen_workshop_agreement.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/consolidated_identifier.rb +2 -25
- data/lib/pubid/cen_cenelec/identifiers/corrigendum.rb +2 -13
- data/lib/pubid/cen_cenelec/identifiers/european_norm.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/european_prestandard.rb +4 -7
- data/lib/pubid/cen_cenelec/identifiers/european_specification.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/fragment.rb +2 -2
- data/lib/pubid/cen_cenelec/identifiers/harmonization_document.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/technical_report.rb +2 -1
- data/lib/pubid/cen_cenelec/identifiers/technical_specification.rb +2 -1
- data/lib/pubid/cen_cenelec/renderer.rb +261 -0
- data/lib/pubid/cen_cenelec/single_identifier.rb +11 -89
- data/lib/pubid/cen_cenelec/urn_generator.rb +6 -6
- data/lib/pubid/cen_cenelec/urn_parser.rb +28 -0
- data/lib/pubid/cen_cenelec.rb +168 -1
- data/lib/pubid/cie/components/code.rb +8 -0
- data/lib/pubid/cie/identifier.rb +6 -57
- data/lib/pubid/cie/urn_parser.rb +28 -0
- data/lib/pubid/cie.rb +43 -1
- data/lib/pubid/components/adoption.rb +104 -0
- data/lib/pubid/components/code.rb +22 -8
- data/lib/pubid/components/date.rb +23 -16
- data/lib/pubid/components/edition.rb +9 -6
- data/lib/pubid/components/iteration.rb +32 -0
- data/lib/pubid/components/language.rb +6 -4
- data/lib/pubid/components/locality.rb +10 -1
- data/lib/pubid/components/publisher.rb +9 -6
- data/lib/pubid/components/relationship.rb +151 -0
- data/lib/pubid/components/stage.rb +5 -14
- data/lib/pubid/components/supplement.rb +184 -0
- data/lib/pubid/components/type.rb +5 -15
- data/lib/pubid/components/typed_stage.rb +10 -11
- data/lib/pubid/components.rb +4 -1
- data/lib/pubid/core/update_codes.rb +28 -7
- data/lib/pubid/csa/identifier.rb +0 -59
- data/lib/pubid/csa/identifiers/base.rb +2 -122
- data/lib/pubid/csa/identifiers/cec.rb +2 -101
- data/lib/pubid/csa/identifiers/series.rb +2 -102
- data/lib/pubid/csa/renderer.rb +292 -0
- data/lib/pubid/csa/urn_generator.rb +1 -1
- data/lib/pubid/csa/urn_parser.rb +33 -0
- data/lib/pubid/csa.rb +42 -1
- data/lib/pubid/etsi/components/code.rb +9 -2
- data/lib/pubid/etsi/identifier.rb +0 -43
- data/lib/pubid/etsi/identifiers/base.rb +1 -4
- data/lib/pubid/etsi/identifiers/supplement_identifier.rb +2 -9
- data/lib/pubid/etsi/renderer.rb +42 -0
- data/lib/pubid/etsi/urn_parser.rb +34 -0
- data/lib/pubid/etsi.rb +42 -1
- data/lib/pubid/export/exporter.rb +4 -46
- data/lib/pubid/export/flavor_exporter.rb +111 -278
- data/lib/pubid/export.rb +0 -6
- data/lib/pubid/identifier.rb +2 -17
- data/lib/pubid/identifier_facade.rb +114 -0
- data/lib/pubid/identifier_metadata.rb +1 -1
- data/lib/pubid/idf/builder.rb +3 -3
- data/lib/pubid/idf/identifier.rb +3 -66
- data/lib/pubid/idf/identifiers/amendment.rb +2 -1
- data/lib/pubid/idf/identifiers/corrigendum.rb +2 -1
- data/lib/pubid/idf/identifiers/international_standard.rb +2 -1
- data/lib/pubid/idf/identifiers/reviewed_method.rb +2 -1
- data/lib/pubid/idf/parser.rb +3 -2
- data/lib/pubid/idf/renderer.rb +84 -0
- data/lib/pubid/idf/supplement_identifier.rb +2 -10
- data/lib/pubid/idf/urn_generator.rb +4 -39
- data/lib/pubid/idf/urn_parser.rb +25 -0
- data/lib/pubid/idf.rb +51 -1
- data/lib/pubid/iec/builder.rb +46 -64
- data/lib/pubid/iec/components/code.rb +8 -32
- data/lib/pubid/iec/components/publisher.rb +0 -1
- data/lib/pubid/iec/components.rb +14 -0
- data/lib/pubid/iec/identifier.rb +251 -213
- data/lib/pubid/iec/identifiers/amendment.rb +2 -3
- data/lib/pubid/iec/identifiers/base.rb +8 -32
- data/lib/pubid/iec/identifiers/component_specification.rb +3 -3
- data/lib/pubid/iec/identifiers/conformity_assessment.rb +1 -2
- data/lib/pubid/iec/identifiers/consolidated_identifier.rb +27 -26
- data/lib/pubid/iec/identifiers/corrigendum.rb +2 -3
- data/lib/pubid/iec/identifiers/fragment_identifier.rb +37 -22
- data/lib/pubid/iec/identifiers/guide.rb +0 -2
- data/lib/pubid/iec/identifiers/international_standard.rb +2 -3
- data/lib/pubid/iec/identifiers/interpretation_sheet.rb +2 -3
- data/lib/pubid/iec/identifiers/operational_document.rb +3 -3
- data/lib/pubid/iec/identifiers/publicly_available_specification.rb +2 -3
- data/lib/pubid/iec/identifiers/sheet_identifier.rb +21 -11
- data/lib/pubid/iec/identifiers/societal_technology_trend_report.rb +3 -3
- data/lib/pubid/iec/identifiers/systems_reference_document.rb +2 -3
- data/lib/pubid/iec/identifiers/technical_report.rb +2 -3
- data/lib/pubid/iec/identifiers/technical_specification.rb +2 -3
- data/lib/pubid/iec/identifiers/technology_report.rb +1 -2
- data/lib/pubid/iec/identifiers/test_report_form.rb +5 -34
- data/lib/pubid/iec/identifiers/vap_identifier.rb +26 -19
- data/lib/pubid/iec/identifiers/white_paper.rb +3 -3
- data/lib/pubid/iec/identifiers/working_document.rb +4 -48
- data/lib/pubid/iec/identifiers.rb +30 -0
- data/lib/pubid/iec/parser.rb +13 -12
- data/lib/pubid/iec/renderer.rb +254 -0
- data/lib/pubid/iec/single_identifier.rb +6 -12
- data/lib/pubid/iec/supplement_identifier.rb +58 -54
- data/lib/pubid/iec/urn_generator.rb +3 -3
- data/lib/pubid/iec/urn_parser.rb +3 -3
- data/lib/pubid/iec.rb +40 -68
- data/lib/pubid/ieee/builder.rb +12 -12
- data/lib/pubid/ieee/components/code.rb +8 -0
- data/lib/pubid/ieee/components/draft.rb +14 -0
- data/lib/pubid/ieee/components/relationship.rb +5 -149
- data/lib/pubid/ieee/identifier.rb +6 -41
- data/lib/pubid/ieee/identifiers/adopted_standard.rb +1 -6
- data/lib/pubid/ieee/identifiers/base.rb +101 -458
- data/lib/pubid/ieee/identifiers/conformance_identifier.rb +1 -7
- data/lib/pubid/ieee/identifiers/corrigendum.rb +1 -9
- data/lib/pubid/ieee/identifiers/csa_dual_published.rb +1 -7
- data/lib/pubid/ieee/identifiers/dual_identifier.rb +1 -1
- data/lib/pubid/ieee/identifiers/dual_published.rb +1 -1
- data/lib/pubid/ieee/identifiers/iec_ieee_copublished.rb +1 -6
- data/lib/pubid/ieee/identifiers/interpretation_identifier.rb +1 -7
- data/lib/pubid/ieee/identifiers/joint_development.rb +2 -0
- data/lib/pubid/ieee/identifiers/multi_numbered_identifier.rb +1 -15
- data/lib/pubid/ieee/identifiers/parenthetical_identifier.rb +1 -3
- data/lib/pubid/ieee/identifiers/project_draft_identifier.rb +15 -0
- data/lib/pubid/ieee/identifiers/redlined_standard.rb +1 -4
- data/lib/pubid/ieee/identifiers/si_standard.rb +1 -35
- data/lib/pubid/ieee/identifiers/standard.rb +1 -1
- data/lib/pubid/ieee/pre_parser.rb +301 -0
- data/lib/pubid/ieee/renderer.rb +307 -0
- data/lib/pubid/ieee/urn_parser.rb +34 -0
- data/lib/pubid/ieee.rb +62 -1
- data/lib/pubid/ieee_debug.rb +0 -1
- data/lib/pubid/iho/builder.rb +2 -2
- data/lib/pubid/iho/identifier.rb +8 -42
- data/lib/pubid/iho/identifiers/base.rb +49 -10
- data/lib/pubid/iho/parser.rb +3 -3
- data/lib/pubid/iho/renderer.rb +30 -0
- data/lib/pubid/iho/urn_generator.rb +2 -2
- data/lib/pubid/iho/urn_parser.rb +58 -0
- data/lib/pubid/iho.rb +50 -1
- data/lib/pubid/iso/builder.rb +55 -53
- data/lib/pubid/iso/bundled_identifier.rb +51 -0
- data/lib/pubid/iso/components/code.rb +7 -19
- data/lib/pubid/iso/components/publisher.rb +10 -8
- data/lib/pubid/iso/components.rb +2 -4
- data/lib/pubid/iso/identifier.rb +218 -252
- data/lib/pubid/iso/identifiers/addendum.rb +9 -6
- data/lib/pubid/iso/identifiers/amendment.rb +8 -4
- data/lib/pubid/iso/identifiers/corrigendum.rb +4 -4
- data/lib/pubid/iso/identifiers/data.rb +0 -1
- data/lib/pubid/iso/identifiers/directives.rb +8 -2
- data/lib/pubid/iso/identifiers/directives_supplement.rb +43 -14
- data/lib/pubid/iso/identifiers/extract.rb +2 -2
- data/lib/pubid/iso/identifiers/guide.rb +0 -1
- data/lib/pubid/iso/identifiers/international_standard.rb +4 -4
- data/lib/pubid/iso/identifiers/international_standardized_profile.rb +4 -4
- data/lib/pubid/iso/identifiers/international_workshop_agreement.rb +10 -4
- data/lib/pubid/iso/identifiers/pas.rb +2 -2
- data/lib/pubid/iso/identifiers/recommendation.rb +2 -2
- data/lib/pubid/iso/identifiers/supplement.rb +11 -3
- data/lib/pubid/iso/identifiers/tc_document.rb +44 -15
- data/lib/pubid/iso/identifiers/technical_report.rb +4 -4
- data/lib/pubid/iso/identifiers/technical_specification.rb +2 -2
- data/lib/pubid/iso/identifiers/technology_trends_assessments.rb +2 -2
- data/lib/pubid/iso/identifiers.rb +0 -1
- data/lib/pubid/iso/normalizer.rb +89 -0
- data/lib/pubid/iso/parser.rb +22 -4
- data/lib/pubid/iso/supplement_identifier.rb +15 -2
- data/lib/pubid/iso/urn_generator.rb +66 -182
- data/lib/pubid/iso/urn_parser.rb +12 -7
- data/lib/pubid/iso.rb +173 -2
- data/lib/pubid/itu/builder.rb +0 -12
- data/lib/pubid/itu/components/code.rb +8 -0
- data/lib/pubid/itu/components.rb +11 -0
- data/lib/pubid/itu/identifier.rb +6 -104
- data/lib/pubid/itu/identifiers/amendment.rb +0 -2
- data/lib/pubid/itu/identifiers/annex.rb +0 -2
- data/lib/pubid/itu/identifiers/base.rb +0 -6
- data/lib/pubid/itu/identifiers/combined_identifier.rb +0 -2
- data/lib/pubid/itu/identifiers/corrigendum.rb +0 -2
- data/lib/pubid/itu/identifiers/recommendation.rb +0 -2
- data/lib/pubid/itu/identifiers/special_publication.rb +0 -2
- data/lib/pubid/itu/identifiers/supplement.rb +0 -2
- data/lib/pubid/itu/urn_parser.rb +23 -0
- data/lib/pubid/itu.rb +42 -1
- data/lib/pubid/jcgm/builder.rb +16 -8
- data/lib/pubid/jcgm/identifier.rb +0 -43
- data/lib/pubid/jcgm/identifiers/amendment.rb +2 -7
- data/lib/pubid/jcgm/identifiers/gum_guide.rb +2 -10
- data/lib/pubid/jcgm/renderer.rb +68 -0
- data/lib/pubid/jcgm/single_identifier.rb +1 -5
- data/lib/pubid/jcgm/urn_generator.rb +4 -6
- data/lib/pubid/jcgm/urn_parser.rb +23 -0
- data/lib/pubid/jcgm.rb +43 -2
- data/lib/pubid/jis/builder.rb +44 -52
- data/lib/pubid/jis/identifier.rb +132 -46
- data/lib/pubid/jis/identifiers/amendment.rb +1 -1
- data/lib/pubid/jis/identifiers/corrigendum.rb +16 -0
- data/lib/pubid/jis/identifiers/standard.rb +2 -1
- data/lib/pubid/jis/identifiers/technical_report.rb +2 -1
- data/lib/pubid/jis/identifiers/technical_specification.rb +2 -1
- data/lib/pubid/jis/identifiers.rb +1 -1
- data/lib/pubid/jis/parser.rb +31 -5
- data/lib/pubid/jis/renderer.rb +69 -0
- data/lib/pubid/jis/single_identifier.rb +6 -12
- data/lib/pubid/jis/supplement_identifier.rb +17 -14
- data/lib/pubid/jis/urn_parser.rb +23 -0
- data/lib/pubid/jis.rb +42 -2
- data/lib/pubid/nist/builder.rb +63 -1871
- data/lib/pubid/nist/caster.rb +1272 -0
- data/lib/pubid/nist/circular_supplement_builder.rb +291 -0
- data/lib/pubid/nist/components/code.rb +9 -20
- data/lib/pubid/nist/components/supplement.rb +2 -2
- data/lib/pubid/nist/components.rb +0 -1
- data/lib/pubid/nist/identifier.rb +11 -48
- data/lib/pubid/nist/identifiers/base.rb +110 -47
- data/lib/pubid/nist/identifiers/circular.rb +7 -2
- data/lib/pubid/nist/identifiers/circular_supplement.rb +2 -1
- data/lib/pubid/nist/identifiers/commercial_standard.rb +2 -1
- data/lib/pubid/nist/identifiers/commercial_standard_emergency.rb +6 -4
- data/lib/pubid/nist/identifiers/commercial_standards_monthly.rb +10 -3
- data/lib/pubid/nist/identifiers/crpl_report.rb +8 -8
- data/lib/pubid/nist/identifiers/dated_document.rb +49 -0
- data/lib/pubid/nist/identifiers/federal_information_processing_standards.rb +15 -24
- data/lib/pubid/nist/identifiers/grant_contractor_report.rb +2 -1
- data/lib/pubid/nist/identifiers/handbook.rb +2 -1
- data/lib/pubid/nist/identifiers/internal_report.rb +2 -1
- data/lib/pubid/nist/identifiers/letter_circular.rb +2 -1
- data/lib/pubid/nist/identifiers/miscellaneous_publication.rb +5 -4
- data/lib/pubid/nist/identifiers/monograph.rb +7 -3
- data/lib/pubid/nist/identifiers/report.rb +4 -2
- data/lib/pubid/nist/identifiers/special_publication.rb +2 -1
- data/lib/pubid/nist/identifiers/technical_note.rb +3 -2
- data/lib/pubid/nist/identifiers.rb +1 -0
- data/lib/pubid/nist/parser.rb +62 -452
- data/lib/pubid/nist/parser_output_normalizer.rb +233 -0
- data/lib/pubid/nist/preprocessor.rb +416 -0
- data/lib/pubid/nist/renderer.rb +43 -0
- data/lib/pubid/nist/router.rb +148 -0
- data/lib/pubid/nist/series/base.rb +58 -0
- data/lib/pubid/nist/series/crpl.rb +13 -0
- data/lib/pubid/nist/series/fips.rb +14 -0
- data/lib/pubid/nist/series/ir.rb +60 -0
- data/lib/pubid/nist/series/letter_preserving.rb +15 -0
- data/lib/pubid/nist/series/mono.rb +19 -0
- data/lib/pubid/nist/series/ncstar.rb +20 -0
- data/lib/pubid/nist/series.rb +49 -0
- data/lib/pubid/nist/supplement_identifier.rb +3 -1
- data/lib/pubid/nist/urn_parser.rb +67 -0
- data/lib/pubid/nist.rb +82 -4
- data/lib/pubid/oiml/components/code.rb +10 -0
- data/lib/pubid/oiml/identifier.rb +0 -50
- data/lib/pubid/oiml/identifiers/annex.rb +3 -45
- data/lib/pubid/oiml/identifiers/base.rb +2 -17
- data/lib/pubid/oiml/renderer.rb +161 -0
- data/lib/pubid/oiml/single_identifier.rb +6 -45
- data/lib/pubid/oiml/supplement_identifier.rb +4 -19
- data/lib/pubid/oiml/urn_generator.rb +0 -8
- data/lib/pubid/oiml/urn_parser.rb +22 -0
- data/lib/pubid/oiml.rb +42 -1
- data/lib/pubid/plateau/identifier.rb +7 -41
- data/lib/pubid/plateau/identifiers/handbook.rb +1 -3
- data/lib/pubid/plateau/identifiers/technical_report.rb +1 -1
- data/lib/pubid/plateau/renderer.rb +51 -0
- data/lib/pubid/plateau/supplement_identifier.rb +1 -1
- data/lib/pubid/plateau/urn_parser.rb +43 -0
- data/lib/pubid/plateau.rb +43 -1
- data/lib/pubid/renderers/directives_renderer.rb +22 -8
- data/lib/pubid/renderers/guide_renderer.rb +4 -2
- data/lib/pubid/renderers/human_readable.rb +18 -7
- data/lib/pubid/rendering/context.rb +28 -19
- data/lib/pubid/rendering.rb +0 -3
- data/lib/pubid/sae/components/date.rb +8 -0
- data/lib/pubid/sae/components/type.rb +5 -1
- data/lib/pubid/sae/identifier.rb +0 -23
- data/lib/pubid/sae/identifiers/base.rb +2 -16
- data/lib/pubid/sae/renderer.rb +36 -0
- data/lib/pubid/sae/urn_generator.rb +2 -10
- data/lib/pubid/sae/urn_parser.rb +36 -0
- data/lib/pubid/sae.rb +42 -1
- data/lib/pubid/urn_generator/base.rb +12 -12
- data/lib/pubid/urn_parser/base.rb +81 -0
- data/lib/pubid/urn_parser/errors.rb +9 -0
- data/lib/pubid/urn_parser.rb +14 -0
- data/lib/pubid/version.rb +1 -1
- data/lib/pubid.rb +29 -7
- data/lib/tasks/website-data.json +1940 -1882
- metadata +75 -44
- data/lib/pubid/amca/scheme.rb +0 -16
- data/lib/pubid/ansi/scheme.rb +0 -15
- data/lib/pubid/api/scheme.rb +0 -66
- data/lib/pubid/ashrae/scheme.rb +0 -53
- data/lib/pubid/asme/scheme.rb +0 -37
- data/lib/pubid/astm/scheme.rb +0 -55
- data/lib/pubid/bsi/identifiers/base.rb +0 -11
- data/lib/pubid/bsi/scheme.rb +0 -243
- data/lib/pubid/ccsds/scheme.rb +0 -57
- data/lib/pubid/cen_cenelec/scheme.rb +0 -164
- data/lib/pubid/cie/scheme.rb +0 -64
- data/lib/pubid/components/factory.rb +0 -50
- data/lib/pubid/csa/scheme.rb +0 -44
- data/lib/pubid/etsi/scheme.rb +0 -42
- data/lib/pubid/export/data_class_exporter.rb +0 -59
- data/lib/pubid/export/ieee_exporter.rb +0 -78
- data/lib/pubid/export/itu_exporter.rb +0 -66
- data/lib/pubid/export/nist_exporter.rb +0 -64
- data/lib/pubid/export/registry_exporter.rb +0 -90
- data/lib/pubid/export/scheme_exporter.rb +0 -70
- data/lib/pubid/identifier_registry.rb +0 -198
- data/lib/pubid/idf/scheme.rb +0 -61
- data/lib/pubid/iec/scheme.rb +0 -71
- data/lib/pubid/ieee/scheme.rb +0 -90
- data/lib/pubid/iho/scheme.rb +0 -29
- data/lib/pubid/iso/identifiers/base.rb +0 -115
- data/lib/pubid/iso/scheme.rb +0 -193
- data/lib/pubid/itu/scheme.rb +0 -174
- data/lib/pubid/jcgm/scheme.rb +0 -60
- data/lib/pubid/jis/components/code.rb +0 -59
- data/lib/pubid/jis/identifiers/base.rb +0 -72
- data/lib/pubid/jis/scheme.rb +0 -49
- data/lib/pubid/nist/components/publisher.rb +0 -24
- data/lib/pubid/nist/scheme.rb +0 -199
- data/lib/pubid/oiml/scheme.rb +0 -46
- data/lib/pubid/plateau/scheme.rb +0 -45
- data/lib/pubid/rendering/base.rb +0 -73
- data/lib/pubid/rendering/common.rb +0 -211
- data/lib/pubid/rendering/format.rb +0 -25
- data/lib/pubid/sae/scheme.rb +0 -47
- data/lib/pubid/scheme.rb +0 -219
|
@@ -6,56 +6,6 @@ module Pubid
|
|
|
6
6
|
def to_urn
|
|
7
7
|
UrnGenerator.new(self).generate
|
|
8
8
|
end
|
|
9
|
-
|
|
10
|
-
# Factory mirroring pubid 1.x's `Pubid::Oiml::Identifier.create` API.
|
|
11
|
-
# Default subclass is {Identifiers::Recommendation}.
|
|
12
|
-
TYPE_KEY_TO_KLASS = {
|
|
13
|
-
recommendation: "Recommendation",
|
|
14
|
-
document: "Document",
|
|
15
|
-
guide: "Guide",
|
|
16
|
-
vocabulary: "Vocabulary",
|
|
17
|
-
basic_publication: "BasicPublication",
|
|
18
|
-
expert_report: "ExpertReport",
|
|
19
|
-
seminar_report: "SeminarReport",
|
|
20
|
-
annex: "Annex",
|
|
21
|
-
}.freeze
|
|
22
|
-
|
|
23
|
-
def self.create(type: nil, **opts)
|
|
24
|
-
klass = resolve_create_class(type)
|
|
25
|
-
klass.new(**coerce_create_attrs(opts))
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
def self.resolve_create_class(type)
|
|
29
|
-
return Identifiers::Recommendation if type.nil?
|
|
30
|
-
|
|
31
|
-
klass_name = TYPE_KEY_TO_KLASS[type.to_sym]
|
|
32
|
-
raise ArgumentError, "Unknown OIML type: #{type.inspect}" unless klass_name
|
|
33
|
-
|
|
34
|
-
Identifiers.const_get(klass_name)
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def self.coerce_create_attrs(opts)
|
|
38
|
-
attrs = { publisher: (opts[:publisher] || "OIML").to_s }
|
|
39
|
-
|
|
40
|
-
if opts[:code].is_a?(Pubid::Oiml::Components::Code)
|
|
41
|
-
attrs[:code] = opts[:code]
|
|
42
|
-
elsif opts[:code] || opts[:number]
|
|
43
|
-
attrs[:code] = Pubid::Oiml::Components::Code.new(
|
|
44
|
-
number: (opts[:number] || opts[:code])&.to_s,
|
|
45
|
-
part: opts[:part]&.to_s,
|
|
46
|
-
subpart: opts[:subpart]&.to_s,
|
|
47
|
-
)
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
if (v = opts[:year])
|
|
51
|
-
attrs[:date] = Pubid::Components::Date.new(year: v.to_s)
|
|
52
|
-
end
|
|
53
|
-
%i[stage iteration language edition].each do |k|
|
|
54
|
-
attrs[k] = opts[k].to_s unless opts[k].nil?
|
|
55
|
-
end
|
|
56
|
-
attrs
|
|
57
|
-
end
|
|
58
|
-
private_class_method :resolve_create_class, :coerce_create_attrs
|
|
59
9
|
end
|
|
60
10
|
end
|
|
61
11
|
end
|
|
@@ -10,51 +10,9 @@ module Pubid
|
|
|
10
10
|
letter ? "Annex #{letter}" : "Annexes"
|
|
11
11
|
end
|
|
12
12
|
|
|
13
|
-
def to_s(format: nil)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
:long
|
|
17
|
-
else
|
|
18
|
-
:short
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
# Use format parameter or annex's own parsed_format
|
|
22
|
-
annex_format = if format
|
|
23
|
-
format
|
|
24
|
-
elsif self.class.attributes.key?(:parsed_format) && parsed_format == "long"
|
|
25
|
-
:long
|
|
26
|
-
else
|
|
27
|
-
:short
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
# Annexes have different pattern than amendments
|
|
31
|
-
base_str = base_identifier.to_s(format: base_format)
|
|
32
|
-
result = base_str.sub(/:.*/, "").sub(/\s+Edition\s+\d{4}/, "").sub(
|
|
33
|
-
/\(.*\)/, ""
|
|
34
|
-
).strip
|
|
35
|
-
if letter
|
|
36
|
-
# Specific annex: "OIML R 60 Annex A Edition 2013 (E)"
|
|
37
|
-
result += " Annex #{letter}"
|
|
38
|
-
|
|
39
|
-
result += " Edition #{year}" if year
|
|
40
|
-
|
|
41
|
-
# Supplements ALWAYS use space before language
|
|
42
|
-
|
|
43
|
-
else
|
|
44
|
-
# General annexes: "OIML R 60 Annexes Edition 2021 (E)" or "OIML R 60 Annexes:2021 (E)"
|
|
45
|
-
result += " Annexes"
|
|
46
|
-
|
|
47
|
-
if year
|
|
48
|
-
result += annex_format == :long ? " Edition #{year}" : ":#{year}"
|
|
49
|
-
elsif base_identifier.date
|
|
50
|
-
result += annex_format == :long ? " Edition #{base_identifier.date.year}" : ":#{base_identifier.date.year}"
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
# Supplements ALWAYS use space before language
|
|
54
|
-
|
|
55
|
-
end
|
|
56
|
-
result += " (#{language})" if language
|
|
57
|
-
result
|
|
13
|
+
def to_s(format: nil, **opts)
|
|
14
|
+
@requested_format = format
|
|
15
|
+
render(format: :human, **opts)
|
|
58
16
|
end
|
|
59
17
|
end
|
|
60
18
|
end
|
|
@@ -12,23 +12,8 @@ module Pubid
|
|
|
12
12
|
attribute :iteration, :string
|
|
13
13
|
attribute :language, :string
|
|
14
14
|
|
|
15
|
-
def to_s
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
# Add date if present
|
|
19
|
-
result += ":#{date.year}" if date
|
|
20
|
-
|
|
21
|
-
# Add draft stage if present (iteration + stage)
|
|
22
|
-
if stage || iteration
|
|
23
|
-
result += " "
|
|
24
|
-
result += iteration.to_s if iteration
|
|
25
|
-
result += stage.to_s if stage
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
# Add language portion if present
|
|
29
|
-
result += "(#{language})" if language
|
|
30
|
-
|
|
31
|
-
result
|
|
15
|
+
def to_s(**opts)
|
|
16
|
+
render(format: :human, **opts)
|
|
32
17
|
end
|
|
33
18
|
end
|
|
34
19
|
end
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Pubid
|
|
4
|
+
module Oiml
|
|
5
|
+
# Human-readable renderer for OIML identifiers.
|
|
6
|
+
#
|
|
7
|
+
# Produces strings like:
|
|
8
|
+
# "OIML R 60:2000"
|
|
9
|
+
# "OIML R 60 Edition 2013"
|
|
10
|
+
# "OIML R 60 Annex A Edition 2013 (E)"
|
|
11
|
+
# "OIML R 60 Annexes:2021 (E)"
|
|
12
|
+
#
|
|
13
|
+
# The renderer is registered as the `:human` format in the OIML format
|
|
14
|
+
# registry and invoked via `render(format: :human)`.
|
|
15
|
+
class Renderer < ::Pubid::Renderers::Base
|
|
16
|
+
def render(context: nil, **opts)
|
|
17
|
+
id = @id
|
|
18
|
+
@context = context
|
|
19
|
+
|
|
20
|
+
case id
|
|
21
|
+
when Identifiers::Annex
|
|
22
|
+
render_annex(id)
|
|
23
|
+
when SupplementIdentifier
|
|
24
|
+
render_supplement(id)
|
|
25
|
+
when SingleIdentifier
|
|
26
|
+
render_single(id)
|
|
27
|
+
when Identifiers::Base
|
|
28
|
+
render_base_identifier(id)
|
|
29
|
+
else
|
|
30
|
+
id.to_s
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
private
|
|
35
|
+
|
|
36
|
+
def effective_format(id)
|
|
37
|
+
id.requested_format ||
|
|
38
|
+
(id.parsed_format == "long" ? :long : :short)
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def render_single(id)
|
|
42
|
+
format = effective_format(id)
|
|
43
|
+
|
|
44
|
+
result = "#{id.publisher} #{id.type_string} #{id.code}"
|
|
45
|
+
|
|
46
|
+
using_edition_format = false
|
|
47
|
+
|
|
48
|
+
if id.edition && id.date
|
|
49
|
+
result += " #{id.edition} Edition #{id.date.render(context: @context)}"
|
|
50
|
+
using_edition_format = true
|
|
51
|
+
elsif id.edition
|
|
52
|
+
result += " #{id.edition}"
|
|
53
|
+
using_edition_format = true
|
|
54
|
+
elsif id.date
|
|
55
|
+
if format == :long
|
|
56
|
+
result += " Edition #{id.date.render(context: @context)}"
|
|
57
|
+
using_edition_format = true
|
|
58
|
+
else
|
|
59
|
+
result += ":#{id.date.render(context: @context)}"
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
if id.stage || id.iteration
|
|
64
|
+
result += " "
|
|
65
|
+
result += id.iteration.to_s if id.iteration
|
|
66
|
+
result += id.stage.to_s if id.stage
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
if id.language
|
|
70
|
+
result += if using_edition_format || id.parsed_format == "short_with_space"
|
|
71
|
+
" (#{id.language})"
|
|
72
|
+
else
|
|
73
|
+
"(#{id.language})"
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
result
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def render_supplement(id)
|
|
81
|
+
format = effective_format(id)
|
|
82
|
+
|
|
83
|
+
base_format = if format && format != :short
|
|
84
|
+
format
|
|
85
|
+
elsif id.base_identifier.class.attributes.key?(:parsed_format) && id.base_identifier.parsed_format == "long"
|
|
86
|
+
:long
|
|
87
|
+
else
|
|
88
|
+
:short
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
base_str = if id.base_identifier.is_a?(SingleIdentifier)
|
|
92
|
+
id.base_identifier.to_s(format: base_format)
|
|
93
|
+
else
|
|
94
|
+
id.base_identifier.to_s
|
|
95
|
+
end
|
|
96
|
+
base_str = base_str.sub(/\s*\([^)]+\)\s*$/, "").strip
|
|
97
|
+
|
|
98
|
+
result = "#{id.supplement_type} (#{id.year}) to #{base_str}"
|
|
99
|
+
result += " (#{id.language})" if id.language
|
|
100
|
+
|
|
101
|
+
result
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
def render_annex(id)
|
|
105
|
+
format = effective_format(id)
|
|
106
|
+
|
|
107
|
+
base_format = if id.base_identifier.class.attributes.key?(:parsed_format) && id.base_identifier.parsed_format == "long"
|
|
108
|
+
:long
|
|
109
|
+
else
|
|
110
|
+
:short
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
annex_format = if format
|
|
114
|
+
format
|
|
115
|
+
elsif id.class.attributes.key?(:parsed_format) && id.parsed_format == "long"
|
|
116
|
+
:long
|
|
117
|
+
else
|
|
118
|
+
:short
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
base_str = if id.base_identifier.is_a?(SingleIdentifier)
|
|
122
|
+
id.base_identifier.to_s(format: base_format)
|
|
123
|
+
else
|
|
124
|
+
id.base_identifier.to_s
|
|
125
|
+
end
|
|
126
|
+
result = base_str.sub(/:.*/, "").sub(/\s+Edition\s+\d{4}/, "").sub(
|
|
127
|
+
/\(.*\)/, ""
|
|
128
|
+
).strip
|
|
129
|
+
|
|
130
|
+
if id.letter
|
|
131
|
+
result += " Annex #{id.letter}"
|
|
132
|
+
result += " Edition #{id.year}" if id.year
|
|
133
|
+
else
|
|
134
|
+
result += " Annexes"
|
|
135
|
+
if id.year
|
|
136
|
+
result += annex_format == :long ? " Edition #{id.year}" : ":#{id.year}"
|
|
137
|
+
elsif id.base_identifier.date
|
|
138
|
+
result += annex_format == :long ? " Edition #{id.base_identifier.date.render(context: @context)}" : ":#{id.base_identifier.date.render(context: @context)}"
|
|
139
|
+
end
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
result += " (#{id.language})" if id.language
|
|
143
|
+
result
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
def render_base_identifier(id)
|
|
147
|
+
result = "#{id.publisher} #{id.type} #{id.code}"
|
|
148
|
+
result += ":#{id.date.render(context: @context)}" if id.date
|
|
149
|
+
|
|
150
|
+
if id.stage || id.iteration
|
|
151
|
+
result += " "
|
|
152
|
+
result += id.iteration.to_s if id.iteration
|
|
153
|
+
result += id.stage.to_s if id.stage
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
result += "(#{id.language})" if id.language
|
|
157
|
+
result
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
end
|
|
@@ -15,56 +15,17 @@ module Pubid
|
|
|
15
15
|
"short"
|
|
16
16
|
} # Track parsed format
|
|
17
17
|
|
|
18
|
+
attr_reader :requested_format
|
|
19
|
+
|
|
18
20
|
# Type is determined by the subclass
|
|
19
21
|
def type
|
|
20
22
|
type_string
|
|
21
23
|
end
|
|
22
24
|
|
|
23
|
-
def to_s(format: nil)
|
|
24
|
-
#
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
result = "#{publisher} #{type_string} #{code}"
|
|
28
|
-
|
|
29
|
-
# Track if we're using Edition format for language spacing
|
|
30
|
-
using_edition_format = false
|
|
31
|
-
|
|
32
|
-
# Add edition/date portion
|
|
33
|
-
if edition && date
|
|
34
|
-
# Has edition number: "6th Edition 2015"
|
|
35
|
-
result += " #{edition} Edition #{date.year}"
|
|
36
|
-
using_edition_format = true
|
|
37
|
-
elsif edition
|
|
38
|
-
# Edition without year (shouldn't happen but handle it)
|
|
39
|
-
result += " #{edition}"
|
|
40
|
-
using_edition_format = true
|
|
41
|
-
elsif date
|
|
42
|
-
# Date without edition number
|
|
43
|
-
if format == :long
|
|
44
|
-
result += " Edition #{date.year}"
|
|
45
|
-
using_edition_format = true
|
|
46
|
-
else
|
|
47
|
-
result += ":#{date.year}"
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
# Add draft stage if present (iteration + stage)
|
|
52
|
-
if stage || iteration
|
|
53
|
-
result += " "
|
|
54
|
-
result += iteration.to_s if iteration
|
|
55
|
-
result += stage.to_s if stage
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
# Add language portion - depends on format
|
|
59
|
-
if language
|
|
60
|
-
result += if using_edition_format || parsed_format == "short_with_space"
|
|
61
|
-
" (#{language})"
|
|
62
|
-
else
|
|
63
|
-
"(#{language})"
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
result
|
|
25
|
+
def to_s(format: nil, **opts)
|
|
26
|
+
# Store requested format so the renderer can access it
|
|
27
|
+
@requested_format = format
|
|
28
|
+
render(format: :human, **opts)
|
|
68
29
|
end
|
|
69
30
|
|
|
70
31
|
def edition_portion
|
|
@@ -12,26 +12,11 @@ module Pubid
|
|
|
12
12
|
"short"
|
|
13
13
|
} # Track supplement's parsed format
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
# Determine base format: explicit parameter takes priority, else use parsed format
|
|
17
|
-
base_format = if format && format != :short
|
|
18
|
-
format # Use explicit override
|
|
19
|
-
elsif base_identifier.class.attributes.key?(:parsed_format) && base_identifier.parsed_format == "long"
|
|
20
|
-
:long
|
|
21
|
-
else
|
|
22
|
-
:short
|
|
23
|
-
end
|
|
15
|
+
attr_reader :requested_format
|
|
24
16
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
result = "#{supplement_type} (#{year}) to #{base_str}"
|
|
30
|
-
|
|
31
|
-
# Supplements ALWAYS add space before their language
|
|
32
|
-
result += " (#{language})" if language
|
|
33
|
-
|
|
34
|
-
result
|
|
17
|
+
def to_s(format: nil, **opts)
|
|
18
|
+
@requested_format = format
|
|
19
|
+
render(format: :human, **opts)
|
|
35
20
|
end
|
|
36
21
|
|
|
37
22
|
# Subclasses override this
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Pubid
|
|
4
|
+
module Oiml
|
|
5
|
+
# Parses OIML URNs back into identifiers.
|
|
6
|
+
#
|
|
7
|
+
# UrnGenerator emits: `urn:oiml:{type}:{number}[-{part}]` where type
|
|
8
|
+
# is the lowercase document class (r for Recommendation, d for Document).
|
|
9
|
+
#
|
|
10
|
+
# Examples:
|
|
11
|
+
# - urn:oiml:r:111-1 → OIML R 111-1
|
|
12
|
+
# - urn:oiml:d:1 → OIML D 1
|
|
13
|
+
class UrnParser < Pubid::UrnParser::Base
|
|
14
|
+
def parse_urn(urn)
|
|
15
|
+
body = strip_namespace(urn)
|
|
16
|
+
parts = split_parts(body)
|
|
17
|
+
type_token, number = parts
|
|
18
|
+
flavor_parse("OIML #{type_token.upcase} #{number}")
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
data/lib/pubid/oiml.rb
CHANGED
|
@@ -7,10 +7,11 @@ module Pubid
|
|
|
7
7
|
autoload :Identifier, "#{__dir__}/oiml/identifier"
|
|
8
8
|
autoload :Identifiers, "#{__dir__}/oiml/identifiers"
|
|
9
9
|
autoload :Parser, "#{__dir__}/oiml/parser"
|
|
10
|
-
autoload :
|
|
10
|
+
autoload :Renderer, "#{__dir__}/oiml/renderer"
|
|
11
11
|
autoload :SingleIdentifier, "#{__dir__}/oiml/single_identifier"
|
|
12
12
|
autoload :SupplementIdentifier, "#{__dir__}/oiml/supplement_identifier"
|
|
13
13
|
autoload :UrnGenerator, "#{__dir__}/oiml/urn_generator"
|
|
14
|
+
autoload :UrnParser, "#{__dir__}/oiml/urn_parser"
|
|
14
15
|
|
|
15
16
|
def self.parse(identifier)
|
|
16
17
|
parser = Parser.new
|
|
@@ -19,6 +20,46 @@ module Pubid
|
|
|
19
20
|
parsed = parser.parse(identifier)
|
|
20
21
|
builder.build(parsed)
|
|
21
22
|
end
|
|
23
|
+
|
|
24
|
+
# Per-flavor format registry: inherits global formats, overrides :human
|
|
25
|
+
Identifier.format_registry = FormatRegistry.new(parent: Identifier.format_registry)
|
|
26
|
+
Identifier.format_registry.register(:human, renderer: Oiml::Renderer)
|
|
27
|
+
|
|
28
|
+
# Auto-discover all identifier types from the Identifiers namespace
|
|
29
|
+
# @return [Array<Class>] identifier classes that define a self.type Hash
|
|
30
|
+
def self.identifier_types
|
|
31
|
+
@identifier_types ||= Identifiers.constants
|
|
32
|
+
.filter_map { |c| begin; Identifiers.const_get(c); rescue NameError; nil; end }
|
|
33
|
+
.select { |c| c.is_a?(Class) && c.singleton_methods(false).include?(:type) }
|
|
34
|
+
.select { |c| c.type.is_a?(Hash) }
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Build typed stage index from identifier types
|
|
38
|
+
# @return [Array<Pubid::Components::TypedStage>] all typed stages
|
|
39
|
+
def self.all_typed_stages
|
|
40
|
+
@all_typed_stages ||= identifier_types.flat_map do |klass|
|
|
41
|
+
if klass.const_defined?(:TYPED_STAGES)
|
|
42
|
+
klass.const_get(:TYPED_STAGES)
|
|
43
|
+
else
|
|
44
|
+
[]
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# Lookup: type code -> identifier class
|
|
50
|
+
# @param code [String, Symbol] the type key to find
|
|
51
|
+
# @return [Class, nil] the matching identifier class
|
|
52
|
+
def self.locate_type(code)
|
|
53
|
+
identifier_types.find { |t| t.type[:key].to_s == code.to_s }
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# Lookup: abbreviation -> typed stage
|
|
57
|
+
# @param abbr [String, Symbol] the abbreviation to find
|
|
58
|
+
# @return [Pubid::Components::TypedStage, nil] the matching typed stage
|
|
59
|
+
def self.locate_stage(abbr)
|
|
60
|
+
abbr_str = abbr.to_s.upcase
|
|
61
|
+
all_typed_stages.find { |s| s.abbr.any? { |a| a.to_s.upcase == abbr_str } }
|
|
62
|
+
end
|
|
22
63
|
end
|
|
23
64
|
end
|
|
24
65
|
|
|
@@ -5,53 +5,19 @@ module Pubid
|
|
|
5
5
|
# Plateau factory entry point. `.parse` lives on `Pubid::Plateau`
|
|
6
6
|
# itself for historical reasons; this module hosts `.create` for API
|
|
7
7
|
# consistency with the other pubid flavors.
|
|
8
|
+
#
|
|
9
|
+
# NOTE: intentionally does NOT `extend Pubid::IdentifierFacade`. PLATEAU's
|
|
10
|
+
# `to_hash` currently raises (publisher stored as a String, not a Publisher
|
|
11
|
+
# component), so enabling the facade's identity check would route PLATEAU
|
|
12
|
+
# ids through a consumer's `to_hash` (e.g. relaton-index#save) and crash.
|
|
13
|
+
# Re-enable once PLATEAU serialization round-trips cleanly. See
|
|
14
|
+
# identifier_facade.rb.
|
|
8
15
|
module Identifier
|
|
9
16
|
# Delegate to the flavor module so callers can use
|
|
10
17
|
# `Pubid::Plateau::Identifier.parse` consistently with other flavors.
|
|
11
18
|
def self.parse(identifier)
|
|
12
19
|
Pubid::Plateau.parse(identifier)
|
|
13
20
|
end
|
|
14
|
-
|
|
15
|
-
# Factory that builds a PLATEAU identifier from a hash of primitives.
|
|
16
|
-
#
|
|
17
|
-
# Dispatch on `:type`:
|
|
18
|
-
# * `:handbook` (default) → Identifiers::Handbook
|
|
19
|
-
# * `:technical_report` / `:tr` → Identifiers::TechnicalReport
|
|
20
|
-
# * `:annex` → Identifiers::Annex
|
|
21
|
-
#
|
|
22
|
-
# Attributes are plain integers/strings — no Component wrapping.
|
|
23
|
-
# `:publisher` is silently ignored (PLATEAU is hardcoded).
|
|
24
|
-
def self.create(type: nil, **opts)
|
|
25
|
-
klass = resolve_create_class(type)
|
|
26
|
-
klass.new(**coerce_create_attrs(opts, klass: klass))
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
def self.resolve_create_class(type)
|
|
30
|
-
case type&.to_sym
|
|
31
|
-
when nil, :handbook
|
|
32
|
-
Identifiers::Handbook
|
|
33
|
-
when :technical_report, :tr
|
|
34
|
-
Identifiers::TechnicalReport
|
|
35
|
-
when :annex
|
|
36
|
-
Identifiers::Annex
|
|
37
|
-
else
|
|
38
|
-
raise ArgumentError, "Unknown PLATEAU type: #{type.inspect}"
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
def self.coerce_create_attrs(opts, klass:)
|
|
43
|
-
attrs = {}
|
|
44
|
-
attrs[:number] = opts[:number].to_i if opts[:number]
|
|
45
|
-
attrs[:annex] = opts[:annex].to_i if opts[:annex]
|
|
46
|
-
# :edition exists only on Handbook (and possibly TechnicalReport);
|
|
47
|
-
# silently drop on Annex.
|
|
48
|
-
if opts[:edition] && klass.attributes.key?(:edition)
|
|
49
|
-
attrs[:edition] = opts[:edition].to_s
|
|
50
|
-
end
|
|
51
|
-
# TODO(create-shim): :publisher silently ignored (PLATEAU hardcoded).
|
|
52
|
-
attrs
|
|
53
|
-
end
|
|
54
|
-
private_class_method :resolve_create_class, :coerce_create_attrs
|
|
55
21
|
end
|
|
56
22
|
end
|
|
57
23
|
end
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Pubid
|
|
4
|
+
module Plateau
|
|
5
|
+
# Human-readable renderer for PLATEAU identifiers.
|
|
6
|
+
#
|
|
7
|
+
# Produces strings like:
|
|
8
|
+
# "PLATEAU Technical Report #01"
|
|
9
|
+
# "PLATEAU Handbook #00 第1.0版"
|
|
10
|
+
# "PLATEAU Handbook #01-1 Annex A"
|
|
11
|
+
#
|
|
12
|
+
# The renderer is registered as the `:human` format in the PLATEAU format
|
|
13
|
+
# registry and invoked via `render(format: :human)`.
|
|
14
|
+
class Renderer < ::Pubid::Renderers::Base
|
|
15
|
+
def render(context: nil, **opts)
|
|
16
|
+
id = @id
|
|
17
|
+
|
|
18
|
+
case id
|
|
19
|
+
when SupplementIdentifier
|
|
20
|
+
render_supplement(id)
|
|
21
|
+
when Identifiers::Handbook
|
|
22
|
+
render_handbook(id)
|
|
23
|
+
when Identifiers::TechnicalReport
|
|
24
|
+
render_technical_report(id)
|
|
25
|
+
else
|
|
26
|
+
render_base(id)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
private
|
|
31
|
+
|
|
32
|
+
def render_base(id)
|
|
33
|
+
"#{id.publisher} #{id.type_string} #{id.formatted_number}#{id.formatted_annex}"
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def render_technical_report(id)
|
|
37
|
+
"#{id.publisher} #{id.type_string} #{id.formatted_number}#{id.formatted_annex}"
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
def render_handbook(id)
|
|
41
|
+
result = "#{id.publisher} #{id.type_string} #{id.formatted_number}#{id.formatted_annex}"
|
|
42
|
+
result += " #{id.formatted_edition}" if id.edition
|
|
43
|
+
result
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
def render_supplement(id)
|
|
47
|
+
"#{id.base_identifier} #{id.supplement_string}"
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Pubid
|
|
4
|
+
module Plateau
|
|
5
|
+
# Parses Plateau URNs back into identifiers.
|
|
6
|
+
#
|
|
7
|
+
# UrnGenerator emits:
|
|
8
|
+
# urn:plateau:{type}:{number}[:{annex}]
|
|
9
|
+
#
|
|
10
|
+
# type is one of: handbook, tr (technical report), an (annex), or another
|
|
11
|
+
# lowercase type string. Annex is a zero-padded 2-digit string when present.
|
|
12
|
+
#
|
|
13
|
+
# Examples:
|
|
14
|
+
# - urn:plateau:handbook:00 → PLATEAU Handbook #00
|
|
15
|
+
# - urn:plateau:tr:01 → PLATEAU Technical Report #01
|
|
16
|
+
class UrnParser < Pubid::UrnParser::Base
|
|
17
|
+
TYPE_MAP = {
|
|
18
|
+
"handbook" => "Handbook",
|
|
19
|
+
"tr" => "Technical Report",
|
|
20
|
+
"an" => "Annex",
|
|
21
|
+
}.freeze
|
|
22
|
+
|
|
23
|
+
def parse_urn(urn)
|
|
24
|
+
body = strip_namespace(urn)
|
|
25
|
+
parts = split_parts(body)
|
|
26
|
+
|
|
27
|
+
type_token = parts.fetch(0)
|
|
28
|
+
number = parts.fetch(1)
|
|
29
|
+
annex = parts[2]
|
|
30
|
+
|
|
31
|
+
text = "PLATEAU #{display_type(type_token)} ##{number}"
|
|
32
|
+
text += "-#{annex}" if annex
|
|
33
|
+
flavor_parse(text)
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
private
|
|
37
|
+
|
|
38
|
+
def display_type(token)
|
|
39
|
+
TYPE_MAP.fetch(token) { token.capitalize }
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|