View source: R/utils_render_cert_md.R
get_abstract | R Documentation |
This function attempts to retrieve a paper's abstract using the OpenAlex. API first. If that fails it then attempts to retrieve from CrossRef
get_abstract(register_repo)
register_repo |
URL or path to the repository containing the paper's configuration. |
A list with two elements: 'source' (indicating "CrossRef" or "OpenAlex" if found) and 'text' (the abstract text as a string, or NULL if unavailable).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.