citations Questions
7
I am using the Symfony CMS and it uses Markdown for article writing. I need to do a blockquote of a quote from Benjamin Franklin and would like to have the quote followed by a citation beneath it, ...
1
Here I learn how to insert citations in the middle of a text and generate a full bibliography at the end of the document. I wonder whether it is possible to have an output like this using citation ...
Lifeboat asked 10/11, 2014 at 19:57
4
I am trying to find a reference for approximately how many CPU cycles various operations require.
I don't need exact numbers (as this is going to vary between CPUs) but I'd like something relative...
Rainband asked 23/4, 2010 at 22:50
5
Solved
How can I automatically create a citations list from a bibtex file, preferably in markdown (more specifically, pandoc) format?
I'm in the process of building my personal, academic website. As most...
2
Solved
I'm using the Scopus API made by Elsevier.
http://dev.elsevier.com/sc_apis.html
I've written a short python scrip to extract information about papers such as the title, DOI number and the DOI num...
5
Solved
I analyzed my data using R package ‘stats’ (version 2.15.3). A reviewer asked me the right citation of this package and not only the common
R Core Team (2012). R: A language and environment for st...
1
Solved
Using R, I want to obtain the list of articles referencing to a scientific journal paper.
The only information I have is the title of the article, e.g. "Protein measurement with the folin phenol r...
Caban asked 8/3, 2019 at 13:27
1
Both natbib and biblatex offer a great variety of commands to insert citations.
However, only a few of them seem to be available in R markdown:
Description
R markdown
natbib Command
biblatex Co...
Concordat asked 25/8, 2020 at 8:38
2
I have an R Markdown document that includes some citations. I am using the default citation style, which usually works well for me. But I have some sentences that lie within parentheses, and in the...
Embowed asked 5/10, 2020 at 13:1
0
I looked up on this subject but couldn't find an appropriate answer as to how should one cite a GitHub issue in a research paper's references section.
I wanted to cite this issue in the references....
Carnot asked 20/8, 2020 at 13:54
2
I am trying to use a custom citation style in a markdown file, but the citation uses the default (Chicago) style each time I knit. I have tried changing the output format from a JS reveal presentat...
Stimulative asked 28/6, 2016 at 13:39
6
I have some citations for sections of my document that I have put in the section heading:
\section{The title \cite{abc}, \cite{def}}
Text
I am also using the table of contents function, but Latex...
Floribunda asked 4/6, 2009 at 9:32
1
Solved
I have two citations by the same author, and they were published in the same year.
Right now, my code looks like this
blah blah Hansen [-@Hansen2015a; -@Hansen2015b]
and I get this
blah blah ...
Bornstein asked 27/4, 2020 at 21:17
1
Solved
It has been a hard time finding what does not work. I want to use the nocite command to display bibiography entries that I don't cite in the document, but I cannot figure why it does not work.
Her...
Piscary asked 5/11, 2019 at 11:3
4
Solved
By default, using \cite in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does one get the cita...
Herron asked 2/10, 2009 at 3:53
3
We have a working tool built off of various packages in python. I am not sure how to cite these packages for a paper I am working on. How do I properly cite python packages? One of them have ...
Protero asked 30/11, 2016 at 20:46
2
Solved
when using Rmarkdown to build a pdf with citations included, it removes the hyperlinks of the citations by default.
Looking at the latex file produced, I can see \usepackage{hyperref} in the pre-a...
Delafuente asked 20/10, 2015 at 10:10
1
Solved
When citation_package: biblatex is included in the YAML of an .Rmd file, is it possible to specify the citation style? I can't find any information on this in the various R markdown manuals.
Retrieval asked 1/3, 2018 at 4:26
2
Solved
I'm using roxygen2 as a tool for documenting my R package, and I found that there is a @references tag in roxygen2, but that seems to only accept free form text. I found some presentation about rox...
Cropland asked 18/4, 2012 at 10:32
5
Solved
I need a parser that will scan scholarly texts, extract citations, and parse those citations into their component parts (author, title, publication date, etc).
I've tried Paracite, but it is abomi...
4
I am writing my thesis in Latex, and I have the references in an own thesis.bib
file which look as follows
@Article{xxx,
author = "D.A. Reinhard",
title = "Case Study",
year = "1985",
}
and I...
2
Solved
Using natbib/Latex/Bibtex, in the references section I get references with full first names like:
Vladimir Iosifovich Levenshtein. Binary codes capable of correcting deletions, insertions, and r...
1
Solved
My goal is to cite a blog post by using HTML microdata.
How can I improve the following markup for citations?
I am seeking improvements on the syntax and semantics, to produce a result that work...
Bailsman asked 1/12, 2014 at 4:6
1
Solved
Main Question:
Is there a way to flag Pandoc to turn off appending the bibliography but still have it insert the correct inline citations?
I am writing a Markdown / Knitr document that has a main ...
Manly asked 17/10, 2014 at 19:2
5
Solved
I am writing a paper and implemented an algorithm using OpenMP. Since Visual Studio directly supports OpenMP, am I required to cite OpenMP in my paper?
1 Next >
© 2022 - 2024 — McMap. All rights reserved.