Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
117 views
in Technique[技术] by (71.8m points)

html - Can a BibLatex reference double as a link to PDF?

I am building a professional academic website for myself using Blogdown, and I am using Biblatex to populate my published works automatically (the contents of the page are coded in R Markdown, which renders an HTML file). This is of course a really nice time-saving feature. However, I would like visitors to my website to be able to access PDFs of my listed published works.

An example of what I am going for is here: http://drjlitman.net/?page_id=7

Below is my current code (which, so far, works nicely). The references show up under Published Works:

---
date: "2017-08-20T21:38:52+08:00"
lastmod: "2017-08-28T21:41:52+08:00"
menu: main
title: About
weight: 50
bibliography: ["/Users/home/Library/Mobile Documents/com\~apple\~CloudDocs/Documents/Research and Writing/Misc/MyRefs/MyRefs.bib"]
csl: ["/Users/home/Library/Mobile Documents/com\~apple\~CloudDocs/Documents/Research and Writing/Misc/MyRefs/apa-6th-edition.csl"]
biblatexoptions: [url = false]
nocite: | 
  @vanaman2019novel
---

<center>

[Google Scholar]( https://scholar.google.com/citations?user=dQ_TbawAAAAJ&hl=en) | [OSF](osf.io/4hz9q) | [ResearchGate](https://www.researchgate.net/profile/Matthew_Vanaman)

</center>

# Published Articles
  1. Is it possible to have references populated by BibLatex double as links?
  2. If so, how might I go about this (or at least how might I get started?)

Thank you for your time.

question from:https://stackoverflow.com/questions/65868230/can-a-biblatex-reference-double-as-a-link-to-pdf

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...