--- layout: default --- {% comment -%} The life and times of Dr John Dee Copyright (C) 2021 Jordan Cole This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . {% endcomment -%} {% assign record = page.source_key | collection_entry: "sources" -%} {% assign source_permalink = page.source_key | collection_entry_url: "sources" -%} {% assign work = record.work -%}

Editions

    {% for edition_hash in record.editions -%} {% assign edition_key = edition_hash | first -%} {% assign edition = edition_hash | last -%}
  • {% if edition.language -%} {% endif -%} {% if edition.id -%} {% endif -%} {% if edition.oclc_number -%} {% endif -%} {% if edition.publisher -%} {% endif -%}

    {{ edition.name | default: work.name }}

    {% if edition.date -%} Published {% endif -%} {% if edition.volumes -%}
      {% for volume_hash in edition.volumes -%} {% assign volume_key = volume_hash | first -%} {% assign volume = volume_hash | last -%}
    1. Volume {{ volume.volumeNumber }}: {{ volume.numberOfPages }} pages {% if volume.url -%} () {% endif -%}
    2. {% endfor -%}
    {% endif -%}
  • {% endfor -%}
{% assign related_dates = page.source_key | dates_for_source -%} {% if related_dates.size > 0 -%} {% endif -%}