Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some DOIs fail to parse #178

Closed
miasb opened this issue Jun 6, 2024 · 3 comments
Closed

Some DOIs fail to parse #178

miasb opened this issue Jun 6, 2024 · 3 comments

Comments

@miasb
Copy link

miasb commented Jun 6, 2024

Hi,

i'm currently trying to do citations with clickable DOI links. It seems to work fine for all DOIs with numbers and letters in the link, but links with numbers don't show up for me.

Example:

serial-number:                                                                          
  doi: 10.1007/3-540-12721-6

Can someone reproduce this?

@extua
Copy link

extua commented Jun 24, 2024

I'm trying to reproduce it, with this minimal example:

main.typ

Book citation @density_book

#bibliography("citations.yml")

citations.yml

density_book:
    type: book
    title: "Density Functional Theory"
    serial-number: 
      doi: 10.1007/3-540-12721-6 

Produces this pdf with a clickable link.

What kind of citation style are you using?

@miasb
Copy link
Author

miasb commented Jun 26, 2024

Thank you for the reply. I used the style "thieme". Omitting it solves the problem. Is this intentional behaviour?

@reknih
Copy link
Member

reknih commented Oct 10, 2024

I used the style "thieme". Omitting it solves the problem. Is this intentional behaviour?

The Thieme style only prints the DOI for journal articles. Making the entry type article makes the DOI appear:

density_book:
    type: article
    title: "Density Functional Theory"
    serial-number: 
      doi: 10.1007/3-540-12721-6 

@reknih reknih closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants