--- layout: page --- {%- assign biblio = site.data.biblio.references | sort: "id" -%} {{ content }}
    {% for work in biblio %}
  1. {% if work.author %} {% endif %} {%- case work.type %} {%- when "book" or "thesis" or "artwork" or "collection" -%} {{ work.title }}. {%- else %} “{{ work.title }}.” {%- endcase %} {%- if work.type == 'chapter' or work.type == 'paper-conference' -%} In: {% if work.editor %} {% for editor in work.editor %} {%- if editor.family -%} {{ editor.given | append: " " }}{{ editor.dropping-particle | append: " " }}{{ editor.family }} {%- else -%} {{ editor }} {%- endif -%} {% if forloop.last %} {% if forloop.last == forloop.first %} (ed.) {% else %} (eds.) {% endif %} {%- else -%}; {% endif %} {% endfor %} {% endif %} {%- endif -%} {%- if work.container-title or work.event -%} {%- if work.container-title -%} {%- if work.event -%} {{ work.event | append: ': ' }} {%- endif -%} {{ work.container-title }} {%- elsif work.event -%} {{ work.event }} {%- endif -%} {%- if work.volume -%} {{work.volume | prepend: ', ' }} {%- endif -%} {%- if work.issue -%} {{ work.issue | prepend: ' (' | append: ')' }} {%- endif -%} {%- endif -%} {%- if work.publisher or work.publisher-place -%}. {% if work.publisher %} {{ work.publisher-place | append: ': ' }} {{ work.publisher }} {%- else -%} {{ work.publisher-place }} {%- endif -%} {%- endif -%} {% if work.genre %} {{ product.genre }} {{ work.event-place }} {% endif %} {%- if work.page -%}, {{ work.page | replace: "-", "--" }} {%- endif -%} {%- if work.ISBN -%}. ISBN {% assign isbn = work.ISBN | split: " " %} {{ isbn[0] }} {%- endif -%} {%- if work.ISSN -%}. ISSN {{ work.ISSN }} {%- endif -%} {%- if work.DOI -%}. {{ work.DOI }} {%- elsif work.URL -%}. {%- endif -%}
  2. {% endfor %}