Copy citations into website with html links
I've searched -- and it just isn't apparent to me:
Does anyone have citation style (simple, standard) that includes standard html links to the webpage or journal location for the citation?
I'm creating a site and want to be able to copy my "sources" (currently in Zotero) onto the bottom so users can click them (those with links) to get to the original.
Thanks.
Does anyone have citation style (simple, standard) that includes standard html links to the webpage or journal location for the citation?
I'm creating a site and want to be able to copy my "sources" (currently in Zotero) onto the bottom so users can click them (those with links) to get to the original.
Thanks.
You have produced a bibliography using Zotero. You want to paste it at the bottom of a webpage that you developed so that viewers see the sources that you cite. -- You have successfully inserted your bibliography and the URLs for online sources display but they are not clickable links.
When you make changes to a page how do you do it? Do you directly hand-modify the html and code on the page file? Do you use a WYSIWYG program on your computer or online to make the changes?
unfortunately that's currently not possible in Zotero directly, though he may have some workaround involving an html editor.
We really should include live-links (or at least the possibility thereof) in HTML output. I thought we did that already.
I'm fully aware of the pitfalls of WYSIWY(sometimes)G editors and that battle. For this purpose I'm coding in straight HTML so all I need is to create a bibliography from selected items with output such that:
<ul>
<li>item1 author, title, etc, <a href="link">example.com</a></li>
<li>item2 author, title, etc, <a href="link">different.com</a></li>
</ul>
I just can't seem to find a template to work from.
To get all URLs displayed, check the "include URLs" check box in the Cite--> Styles tab of the Zotero preferences.
I guess I just need to be (re)directed to instructions on how to roll-my-own format for "create bibliography" from the selected items that I can copy to clipboard and paste where needed.
Sorry if this is an oft-asked question, I'm just not finding the answer.
At this point I'm not quite sure how far you have gotten. Can you confirm that you understand and can follow everything I suggest?
If so, the best way forward would be to just create the live-links using - depending on your level of comfort - search & replace or a simple script. (something like replace "http://" with "<a href="link">http://"