.. _element-mixed-citation: ================== +---------------------+------------+ | Appears in | Frequency | +=====================+============+ | :ref:`element-ref` | Once | +---------------------+------------+ ```` is used to provide an unstructured identification of each bibliographic reference, and should only appear as a child of :ref:`element-ref`. In addition, it could have the attribute ``@publication-type`` which indicates the type of the publication of the reference. .. note: For the current version of :term:`Érudit PS`, it is not mandatory to identify the ``@publication-type`` in ``mixed-citation``, but have in mind in the future this attribute should became mandatory. The possible values for the ``@publication-type`` attribute are: +-----------+------------------------------------------------------------------+ | Value | Description | +===========+==================================================================+ | book | Refers to books. It can also represent only a part or chapter of | | | a book. | +-----------+------------------------------------------------------------------+ | chapter | Refers to books. It can also represent only a part or chapter of | | | a book. | +-----------+------------------------------------------------------------------+ | confproc | Identifies documents related to scientific events: minutes, | | | annals, results, proceedings, conventions and conferences, | | | among others. | +-----------+------------------------------------------------------------------+ | data | Specifies databases. | +-----------+------------------------------------------------------------------+ | magazine | Referencia livros. Pode também representar somente uma parte ou | | | capítulo de um livro. | +-----------+------------------------------------------------------------------+ | journal | Characterized by serial publications, edited in successive | | | units / issues, with numerical and / or chronological | | | designations, and destined to be continued indefinitely. | +-----------+------------------------------------------------------------------+ | patent | Refers to patents. | +-----------+------------------------------------------------------------------+ | report | Identifies a unique technical report, normally authored by an | | | institution. | +-----------+------------------------------------------------------------------+ | software | Refers to a software distributed on CDs, DVDs, online media, USB | | | devices, etc. | +-----------+------------------------------------------------------------------+ | thesis | Characterized by monographs, dissertations or theses to attain an| | | academic degree (doctorate, master's, baccalaureate, bachelor's | | | degree, etc.). | +-----------+------------------------------------------------------------------+ | webpage | Identifies web sites e blogs. | +-----------+------------------------------------------------------------------+ | newspaper | Identifies newspapers articles. | +-----------+------------------------------------------------------------------+ .. note:: For compatibility with ``Érudit Article`` see :ref:`compatibility-reference` section. Examples: * :ref:`element-mixed-citation-example-1` * :ref:`element-mixed-citation-example-2` * :ref:`element-mixed-citation-example-3` .. _element-mixed-citation-example-1: 1. Journal ---------- .. code-block:: xml ... Arrighi, L. et Boudreau, A. (2013). La construction discursive de l'identité francophone en Acadie ou «comment être francophone à partir des marges?». Minorités linguistiques et société/Linguistic Minorities and Society. 2. 8-92. ... .. _element-mixed-citation-example-2: 2. Book Chapter --------------- .. code-block:: xml ... Blommaert, J. et Verschueren, J. (1998). The role of language in European nationalist ideologies. In Schieffelin, B., Woolard, K. et Kroskrity, P. (dir.). Language Ideologies : Practice and Theory. Oxford : Oxford University Press. 189-210. ... .. _element-mixed-citation-example-3: 3. Book ------- .. code-block:: xml ... Baugh, J. (2000). Beyond Ebonics : Linguistic Pride and RacialPrejudice. Oxford : Oxford University Press. ... .. {"reviewed_on": "20190909", "by": "mathieu.pigeon@erudit.org"}