--- 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 years = site.subject_person_key | lifespan_years %} {% if years.size > 1 -%}

Browse by year

{% endif -%}
    {% for year in years reversed -%} {% assign should_link_year = year | legal_year_has_content -%} {% if should_link_year -%}
  1. {% capture filename -%}{{ year }}.html{% endcapture -%}
  2. {% endif -%} {% endfor -%}
{% if site.tags.size > 0 -%}

Browse by topic

    {% for tag_hash in site.tags -%}
  • {% assign tag_text = tag_hash | first -%} {% include tag_link.html tag_text=tag_text -%} {% assign tag_count = tag_hash | last | size -%} {% if tag_count == 1 -%} (1 entry) {% else -%} ({{ tag_count }} entries) {% endif -%}
  • {% endfor -%}
{% endif -%} {% if site.data.people.size > 0 -%}

Browse by person

    {% assign sorted_keys = site.data.people | hash_keys | sorted_people_keys -%} {% for person_key in sorted_keys -%}
  • {% include person_link.html person_key=person_key -%} {% assign related_dates = person_key | dates_for_person -%} {% if related_dates.size == 1 -%} (1 appearance) {% else -%} ({{ related_dates.size }} appearances) {% endif -%}
  • {% endfor -%}
{% endif -%} {% if site.data.places.size > 0 -%}

Browse by place

    {% assign sorted_keys = site.data.places | hash_keys | sort -%} {% for place_key in sorted_keys -%}
  • {% include place_link.html place_key=place_key -%} {% assign related_dates = place_key | dates_for_place -%} {% if related_dates.size == 1 -%} (1 appearance) {% else -%} ({{ related_dates.size }} appearances) {% endif -%}
  • {% endfor -%}
{% endif -%} {% if site.data.sources.size > 0 -%}

Browse by source

    {% assign sorted_keys = site.data.sources | hash_keys | sort -%} {% for source_key in sorted_keys -%}
  • {% include source_link.html source_key=source_key -%}
  • {% endfor -%}
{% endif -%}