HughP

Results 40 issues of HughP

Greetings, I needed to add a translator so I did. Translators can be attached to any resource type. But in my templates I only added them to books as that...

greetings, I am going through the apa-style.html document and notice that the date format in the `itemprop` element for `datePublished` does not conform to what schema.org requires. https://schema.org/datePublished can only...

I'm just looking over how schema.org metadata is implemented. I'm wondering if It makes more sense to implement schema.org as blocks of JSON+LD instead of as inline microdata. I don't...

I found an error with the formatting of editors' names. Editors, in APA 6th edn when they are listed for a book in the format below have the name order...

Greetings, in the Chapter type there is the following lines: https://github.com/loup-brun/hugo-cite/blob/bd36e7fd21da237aee07489f7886654e670588a0/layouts/partials/bibliography/apa-style.html#L185 ``` {{- if .editor -}}  {{- template "editorPart" . }} (Eds.),  {{- end -}} ``` APA 6th calls fro...

Greetings, What is your understanding of schema.org's `locationCreated` vs `contentLocation`. In the current release of Hugo-Cite `contentLocation` is used for the location of the publisher. I suspect that this is...

When citing a publication with a corporate author CSL adds a "literal" value to the author field. Hugo-Cite goes blank here. The solution is to make the `authorPart` more robust...

1. If I wanted to contribute another style how would this project enable a site designer to pick between the styles? 2. CSL is in XML. Hugo has no capacity...

It seems in book portions that there is a space missing after the "In" and the editor's name. consider the screenshot provided. Maybe that is normal and expected. I'm not...

bug
style
apa

Greeting I am looking at CSL-JSON and schema.org/Chapter https://schema.org/Chapter is for chapter, but the Zotero content (assuming that one uses Zotero to generate the CSL-JSON) is simply for book section...