Medium Online Video not working though defined in CSL #4418
Unanswered
AnsgarLichter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the IEEE style and have included its CSL directly:
Now I am including my .bib file as expected - including the recording of a conference talk as source:
According to my CSL (see full version at ieee.csl) this should be rendered as
[Online Video]
in the literature section:The result is:
Conference, “Talk.” [Online]. Available: https://google.com/
My expected result is:
Conference, “Talk.” [Online Video]. Available: https://google.com/
If I understand the macro correctly, the variable medium should to the work, but it doesn't.
An alternative is to set the type to
motion_picture
. I tried to use@video
and@movie
but this didn't work either.Does anyone have an idea how I can achieve this?
Is there a possibility to add the relevant minutes of the conference's recording as a note?
I didn't find a suitable variable in the CSL.
Beta Was this translation helpful? Give feedback.
All reactions