Software Open Access
Jordan Cole
<?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.4661680"> <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.4661680</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4661680"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Jordan Cole</foaf:name> </rdf:Description> </dct:creator> <dct:title>stilist/drjohndee.net: Release 1.0.11</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/4661680"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4661680</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:relation rdf:resource="https://github.com/stilist/drjohndee.net/tree/v1.0.11"/> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4511512"/> <owl:versionInfo>v1.0.11</owl:versionInfo> <dct:description>Added <ul> <li>Manage DNS using Namecheap Terraform module</li> <li>Use CloudFront's managed cache and origin-request policies</li> <li>Split Terraform code into multiple files</li> <li>Add Lambda@Edge function to apply security headers -- note this code almost works, but fails with <code>Update the IAM policy to add permission: lambda:EnableReplication* for resource: arn:aws:lambda:us-east-1:&lt;account id&gt;:function:inject-headers:7 and try again.</code> and I give up on chasing obscure errors</li> <li>Add debug CSS/JS</li> <li>Add tag pages</li> <li>Add and update metadata on some entries</li> <li>Add and enhance content for 1583 from 'A True and Faithful Relation' (scrying sessions are still absent)</li> <li>Add <a href="https://editorconfig.org">EditorConfig</a> so Visual Studio Code stops indenting things by four spaces</li> <li>Add data files for all places mentioned during Dee's trip to Kraków</li> <li>Add place pages, which render a static map using MapBox</li> <li>Add <code>place_link.html</code> include</li> <li>Add <code>place.rb</code>, like <code>person.rb</code>, to manage code for a place</li> <li>Make map tile use the full width of the content area</li> <li>Add support for bounding box to <code>place.rb</code></li> <li>Add structured data to place page</li> <li>Tag <code>alternateName</code>s on person page</li> <li>Add a bit of commentary</li> <li>Add <code>.github/FUNDING.yaml</code> for sponsorship</li> </ul> Changed <ul> <li>Upgrade Terraform <code>aws</code> provider</li> <li>Move Terraform code from <code>terraform/aws</code> to <code>terraform</code></li> <li>Move <code>HistoricalDiary::SourceMaterialGenerator</code> side-effect code to separate method</li> <li>Use <code>day_page_link</code> partial on person page</li> <li>Separate <code>DayPage</code> and <code>YearPage</code> into individual generators</li> <li>Remove direct <code>kramdown-parser-gfm</code> dependency</li> <li>Rearrange <code>_config.yml</code></li> <li>Refactor <code>HistoricalDiary::DayPage</code> to render documents directly instead of via <code>site.pages</code> -- this avoids rendering each source-material item as a standalone page in addition to interpolation in day pages</li> <li>Adjust <code>@media</code> queries to only apply to <code>screen</code></li> <li>Don't force Bundler to install into <code>vendor/bundle</code></li> <li>Use <code>place_link.html</code> include on day page instead of just listing keys</li> <li>Refactor <code>HistoricalDiary::Place</code>'s map rendering to a separate <code>HistoricalDiary::MapTile</code> class</li> <li>Rename <code>static_map_tile</code> to <code>static_map_html</code></li> <li>Tag 'DOI' as an abbreviation</li> </ul> Fixed <ul> <li>De-duplicate tags listed on day page</li> <li>Restore avatars on day pages</li> <li>Fix bug that would incorrectly highlight avatars without associated data</li> <li>Move CSS file's <code>@charset</code> to the first line of the file -- required by the standard</li> <li>Change file's extension from <code>.md</code> to <code>.txt</code> to avoid interpreting indentation as 'this is code'</li> <li>Update some incorrect place tags</li> <li>Replace <code>` with</code>%20<code>in</code>CONTRIBUTING.md` to make links work</li> </ul></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> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4661680"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4661680"/> <dcat:byteSize>2328036</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4661680/files/stilist/drjohndee.net-v1.0.11.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 165 | 30 |
Downloads | 31 | 2 |
Data volume | 71.7 MB | 4.7 MB |
Unique views | 158 | 29 |
Unique downloads | 25 | 2 |