Software Open Access
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.5515755"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.5515755</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.5515755"/> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0001-5905-8643"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0001-5905-8643</dct:identifier> <foaf:name>Cole, Jordan</foaf:name> <foaf:givenName>Jordan</foaf:givenName> <foaf:familyName>Cole</foaf:familyName> </rdf:Description> </dct:creator> <dct:title>The life and times of Dr John Dee</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2021</dct:issued> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-04-04</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/5515755"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/5515755</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:relation rdf:resource="https://github.com/stilist/drjohndee.net/tree/v1.0.12"/> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4511512"/> <owl:versionInfo>1.0.12</owl:versionInfo> <dct:description>Added <ul> <li>Tag pages now display a map of associated places</li> <li>Add some more place data</li> <li>Add metadata to entries</li> <li>Add <code>calendar</code> key to more entries</li> <li>Add <code>--font-monospace</code> font stack</li> <li>Display DOI in monospace</li> <li><code>TimestampRange</code> now converts Julian dates to Gregorian when appropriate</li> <li>Add <code>default_calendar_system</code> setting to <code>_config.yml</code></li> <li>Set separate light- and dark-mode <code>theme-color</code>s</li> <li>Add <a href="https://citation-file-format.github.io"><code>CITATION.cff</code> file</a></li> </ul> Changed <ul> <li>Add comma after day name on day page</li> <li>Expand <code>--font-sans-serif</code> font stack</li> <li><code>HistoricalDiary::YearPageGenerator</code> uses Julian dates until the Gregorian calendar took effect (1580-10-05), and Gregorian dates after -- before all dates were treated as Julian</li> <li><code>TimestampRange</code> now <code>raise</code>s <code>HistoricalDiary::TimestampRangeError</code> if the object passed as a timestamp can't be parsed</li> <li>Year pages now use calendar year instead of legal year</li> <li>Upgrade Ruby dependencies</li> <li>Use 'Dee and Emperor Rudolph II' tag</li> <li>Rename some files from <code>.md</code> to <code>.txt</code></li> </ul> Fixed <ul> <li>Fix <code>img-src</code> CSP domain for Mapbox</li> <li>Fix <code>HistoricalDiary::MapTile</code> <code>alt</code> text formatting</li> <li>Fix crash in <code>HistoricalDiary::Place#point</code> when there's not an associated data record</li> <li>Fix crash in <code>HistoricalDiary::MapTile</code> when a point is <code>nil</code></li> <li>Convert link URLs to lowercase to fix S3 retrieval</li> <li>Fix bug that prevented the 'missing content' state from rendering</li> <li>Change <code>HistoricalDiary::Place</code> to handle case that bounding box are specified but latitude and longitude are not</li> <li>Adjust <code>TimestampRange</code>'s calculated <code>end_date</code> when given a <code>"YYYY"</code> or <code>"YYYY-MM"</code> string -- for <code>"YYYY"</code> the <code>end_date</code> will be <code>YYYY</code> plus one year, and for <code>"YYYY-MM"</code> the <code>end_date</code> will be <code>YYYY-MM</code> plus one month</li> <li>Fix crash in <code>TimestampRange#parse_raw_timestamp</code> if the object passed as a timestamp can't be parsed</li> <li>De-duplicate places in <code>places_keys_for_tag</code> Liquid filter</li> <li>Add explicit <code>webrick</code> gem dependency for Ruby 3</li> <li>Update markup in place template</li> <li>Fix issues that caused the index page to only see entries from January first, and that made the year pages always think there was no content</li> <li>Clean up unnecessary escaping</li> </ul> Removed <ul> <li>Remove <code>LegalYear</code> class</li> </ul></dct:description> <dct:description>Please cite the following works when using this software.</dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:rights> <dct:RightsStatement rdf:about="https://opensource.org/licenses/AGPL-3.0"> <rdfs:label>GNU Affero General Public License v3.0 or later</rdfs:label> </dct:RightsStatement> </dct:rights> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.5515755"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.5515755"/> <dcat:byteSize>2373129</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/5515755/files/stilist/drjohndee.net-v1.0.12.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 135 | 16 |
Downloads | 29 | 21 |
Data volume | 67.0 MB | 49.8 MB |
Unique views | 128 | 15 |
Unique downloads | 23 | 18 |