RDA-L

 View Only
last person joined: 15 days ago 

Open discussion of RDA, RDA Toolkit, and related topics
  • 1.  Double-sided poster

    Posted Jun 12, 2025 12:15 PM

    Hi everyone,

    I would like to know if it is correct according to RDA to use "double sided" for a poster printed on both sides.

    The definition of "layout" under 3.11.1.1 is rather general: "An arrangement of text, images, tactile notation, etc., in a manifestation." Meanwhile, the list under 3.11.1.3 makes no mention of any restrictions on the use of the term "double sided".

    If we consult the glossary, however, the definition of "double sided" is as follows: "A layout that uses both sides of a sheet. This term applies to sheets and tactile text." In your opinion, does the term "sheet" refer specifically to a sheet with printed text (as under 3.4.5.14) or rather to the carrier type "sheet" (which is the carrier type used for posters)? I'd be most grateful if you could share your insights on the matter.

    Thank you in advance for your help!

    Best regards,

    Marie-Chantal L'Ecuyer-Coelho

    Bibliothécaire responsable du traitement documentaire des collections iconographiques et de l'ISNI

    Direction des métadonnées et de la normalisation bibliographiques

    Direction générale de la Bibliothèque nationale

    Bibliothèque et Archives nationales du Québec



    ------------------------------
    Marie-Chantal L'Ecuyer-Coelho
    Metadata Librarian
    Bibliothèque Et Archives Nationales Du Québec
    ------------------------------


  • 2.  RE: Double-sided poster

    Posted Jun 13, 2025 05:04 AM

    Marie-Chantal

    'Sheet' refers to the carrier type. Official Toolkit tries to use terminology as consistently as possible.

    A sheet is an unbound leaf. The definition of 'leaf' gives more information: 'A unit of extent that consists of a single bound or fastened sheet as a subunit of a volume; each leaf consists of two pages, one on each side, either or both of which may be blank.'

    Thus a sheet may be printed on both sides, as with your poster.

    The RSC Extent Working Group is developing a significant update to the treatment of extent in RDA which covers this situation. For the time being, I think it is fine to say:

    extent of manifestation: '1 sheet (double-sided)'

    or something similar.

    This is likely to change to something like '2 pages on 1 sheet' in due course. The main impact of this particular development is to improve machine-readability of extent quantities; in this case it would make little difference to an end-user.



    ------------------------------
    Gordon Dunsire
    ------------------------------



  • 3.  RE: Double-sided poster

    Posted Jun 13, 2025 07:59 AM

    Dear Gordon,

    Thank you very much for your prompt reply and for these clarifications. I'll make sure to keep up with developments!

    Have a great day,

    Marie-Chantal



    ------------------------------
    Marie-Chantal L'Ecuyer-Coelho
    Metadata Librarian
    Bibliothèque Et Archives Nationales Du Québec
    ------------------------------



'; if ($discussionImgModal.length == 0) { $("form").append(modalHtml); $discussionImgModal = $("#discussion-img-modal"); $discussionImgModal.find(".close").on('click', function () { $discussionImgModal.modal("hide"); }); } loadImage($discussionImgModal, source, title); } }); function loadImage($discussionImgModal, source, title) { var discussionImg = $discussionImgModal.find("#modalImg")[0]; discussionImg.onload = function () { $discussionImgModal.modal("show"); }; discussionImg.src = source; $discussionImgModal.find("#caption").html(title); } var replyInlineParam = HigherLogic.Util.getParameterByName('ReplyInline'); if (!HigherLogic.Util.stringIsNullOrWhiteSpace(replyInlineParam)) { var $replyInline = $('.reply-inline[data-message-key="' + replyInlineParam + '"]'); if ($replyInline.length > 0) { openEditor($replyInline); } } $('.reply-inline').on('click', function () { hl_common_ui_blockUI(); var $this = $(this); if ($('.inline-reply-snippet').length > 0) { hl_common_ui_unBlockUI(); $('.inline-reply-snippet').find('.modal.inline-confirm').modal('show'); $('.inline-reply-snippet').find('.modal.inline-confirm').data('reply-id', $this.prop('id')); } else { openEditor($this); } }); function openEditor($this) { $('.inline-reply-snippet').remove(); var postData = { MessageKey: $this.data('message-key'), currentUrl: window.location.href }; HigherLogic.Util.post( '/higherlogic/ui/mvc/eGroups/eGroups/GetReplyInline', JSON.stringify(postData), 'html' ).done(function (data) { var redirectUrl = $(data).data('redirect-url'); if (redirectUrl) { // gives return location for unauthenticated user redirect to login redirectUrl = hl_common_util_updateQueryStringParameter(redirectUrl, 'ReturnUrl', encodeURIComponent(window.location.href)); // gives return location for unsubscribed user redirect to subscribe window.location.href = hl_common_util_updateQueryStringParameter(redirectUrl, 'PostByLink', encodeURIComponent(window.location.href)); return; } $this.closest('li').append(data); var $div = $('#' + $(data).first('div').prop('id')); var bottomOfDiv = $div.offset().top + 500; $('html, body').animate({ scrollTop: bottomOfDiv - $(window).height() }, 1000); hl_common_ui_unBlockUI(); }); } });