• Resolved janajarecki

    (@janajarecki)


    Hi,

    I want to crate an annotated bibliography list, which has a link to the doi/URL. In my custom csl I included “<text variable=”abstract” display=”block”/>” in the <bibliography>, but if I use the style = “link” in the shortcodes from the MendeleyWordpress plugin, the abstract is not shown. Can you help me fix this?

    Thanks,
    Best
    Jana

    • This topic was modified 6 years, 9 months ago by janajarecki.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jana,
    I’m not the developer but I do have a DOI link in a custom csl.
    Here’s what generates it:

     <macro name="access">
        <group>
          <text value="<a target='_blank'  href='https://dx.doi.org/"/>
          <text variable="DOI"/>
          <text value="' >DOI</a>" suffix=".  "/>
        </group>
      </macro>

    You can see what it looks like here.

    This is not nested inside another tag. Maybe that’s the issue?
    Hope this helps.

    Plugin Author kochm

    (@kochm)

    The style=link is only needed if you want to add a link to the file uploaded to Mendeley to your output. If you ‘just’ want to add the value of the doi or uri attribute, then you should use CSL features only (as describes above).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘style=”link” breaks annotated bibliography’ is closed to new replies.