Skip to content

Book chapter citations not displaying correctly #205

Discussion options

You must be logged in to vote

As you mentioned, since there is no DOI or other ID for the individual chapter, there is nothing for the template/Manubot to really cite.

I think what you'll want to do is just fill out the citation details for the chapter manually. This means just putting all the details in a sources.yaml entry yourself, but without an id:

- title: Research Methods in Second Language Psycholinguistics | Chapter 12
  authors:
    - Me
  publisher: Some Publisher
  date: "2023-01-01"
  link: https://doi.org/some-link

You might even want to give "chapter" it's own type to make it stand out with an icon:

- title: blah
  type: chapter

Then in types.yaml:

chapter:
  icon: fa-solid fa-bookmark
  # or anything e…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aaronjnewman
Comment options

@vincerubinetti
Comment options

@aaronjnewman
Comment options

Answer selected by vincerubinetti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants