The citations tag has no wiki summary.
0
votes
0answers
12 views
Google Scholar or Pubmed automatic referencing
Is there a way to have an automated systems, possibly JavaScript, to allow for automatic referencing from Google Scholar and/or Pubmed based on an author name? So, whenever a new journal goes up, it ...
0
votes
0answers
5 views
How do I make Microsoft Word citations hyperlinks? [migrated]
So for cross references (to tables, figures, etc) Word will make the reference link to the spot in the document that contains the caption like you expect but it seems for citations it doesn't do this. ...
0
votes
1answer
36 views
How can I get a CSL file to number the bibliography consecutively?
I'm using the csl file below (from Zotero), but there's a problem. I have text like:
This is citation one by Jones [1]. This is citation two by Bell [2]. ...This is citation nine by Smith [9].
In ...
0
votes
0answers
19 views
how to have the journal name shown when I cite a paper in beamer? [migrated]
I am writing a beamer presentation and I would like citations to appear (in the text!) like
[Doe et al., Journal of Latex Greatness, 2007]
Instead if I use only the \cite{} command (together ...
7
votes
1answer
173 views
R “stats” citation for a scientific paper
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 ...
-1
votes
1answer
22 views
Citing a website reference [closed]
I am attempting to write a paper to IEEE.
I have used a sound file from the website freesounds.org. Is there a particular format for citing the website reference for IEEE journals? I checked the IEEE ...
5
votes
2answers
171 views
R citation which year to cite?
Most of the time my R version and packages are reasonably up to date. Now I wonder what year to cite when using citation("somepackage"). Basically all packages are 2012 then. How can I find out the ...
4
votes
1answer
179 views
citeseerx search api
Is there a way to access CiteSeerX programmatically (e.g. search by author and/or title?) Surprisingly I cannot find anything relevant; surely others too are trying to get scholarly article metadata ...
4
votes
2answers
287 views
Automatically create citations list for personal, academic site from bibtex
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 ...
0
votes
2answers
113 views
Generating bibliographic files (BibTeX, RIS, etc.) from database records
Are there methods or tools to facilitate generating bibliographic data files (for BibTeX, EndNote, RefMan, etc.) from database records to show to visitors of a website so they can easily import the ...
0
votes
2answers
236 views
Changing a CSL file (Citation Style Language)
I have specific requirements for my citations so I used the apa 6th CSL file and adapted it. In the APA it adds an "&" before the last author but I have to get rid of this and I don't find this ...
8
votes
1answer
195 views
Citing articles in R package using roxygen2 and BibTeX?
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 ...
3
votes
1answer
774 views
How to export an R citation output into endnote?
How can I easily import citations from R into endnote obtained by for instance
citation("ggplot2")
Is there a good workflow for this or do I manually have to do it?
2
votes
1answer
2k views
How to cite a document with multiple authors using natbib
I would like to cite a paper by three authors so that all three of them appear in the text. I'm using natbib with the apalike bibliography style. According to natbib's documentation, the way to do ...
1
vote
2answers
2k views
How to change citation format?
I'm using Harvard citations in a paper.
I use the following options:
\usepackage{natbib}
\bibpunct{(}{)}{,}{a}{}{;}
...
\bibliographystyle{plainnat}
\bibliography{Comparison}
When I use \cite and ...
1
vote
1answer
1k views
How can I cite something as “e.g. Author, 200X” with natbib in LaTeX?
Is it possible to cite something in Latex so that the end result is (e.g. Author, 200X)?
At the moment I use this:
(e.g. \citep{Author200X})
But I was wondering if there was a better strategy. I'm ...
2
votes
3answers
3k views
Approximate Number of CPU Cycles for Various Operations
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 relatively ...
15
votes
2answers
18k views
Compiling LaTex bib source
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 = ...
2
votes
2answers
605 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most simple explanation ...
4
votes
2answers
9k views
Putting citation text on same slide with LaTeX Beamer
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 ...
0
votes
1answer
942 views
Citation formatting and the hyperref package
I'm using the hyperref package in my document. One of the things that it does is create bookmarks in my pdf, based on the table of contents. Some section titles contain a reference to a citation
...
0
votes
4answers
5k views
Latex: Citations in section headings put into table of contents first
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 ...
8
votes
4answers
1k views
Blinding a latex paper
Many journals require submission of a blinded version of your paper. The blinded version usually removes:
the list of authors
any citations to the authors' work
How can I create a blinded version ...
3
votes
6answers
995 views
Does the computer science/software engineering field have a standardized citation format?
Wikipedia provides a number of citations used in the sciences, however does one stand out in computer science and software engineering related documents? My initial guess is to the IEEE format, as ...
1
vote
3answers
248 views
What´s your favorite definition/citation of an Object (in general) in OOD? (from a book, a person (Meyer, Booch, Reenskaug, Wirfs-Brock etc..)) [closed]
There are quite some interesting definitions of what an object in OO is? Please post your favorite definitions and quotes!
One of my favorites comes from Trygve Reenskaug:
"The object has three ...

