Questions tagged [bibliography]

An enumerative bibliography is a systematic list of books

An enumerative bibliography is a systematic list of books and other works such as journal articles. Bibliographies range from "works cited" lists at the end of books and articles, to complete and independent publications. Enumerative bibliographies are based on a unifying principle such as creator, subject, date, topic or other characteristic. An entry in an enumerative bibliography provides the core elements of a text resource including a title, the creator(s), publication date and place of publication

http://en.wikipedia.org/wiki/Bibliography#Enumerative_bibliography

281 questions
0
votes
1 answer

XSL: Combine output of two apply-templates and sort them

Dears, currently I am building up a custom citation sytle in WORD and I want to achive the following for the output of the biblipgraphy: Section of books should be displayed by their respective author (BookSection) The book author should be…
beckico95
  • 3
  • 2
0
votes
0 answers

Intelligent Code Completion outside of programming environments

I can't go to sleep until I post this...My wife is still up at 1:20 AM working on a bibliography for a HUGE doctoral paper. All ya'll going through academia know the feeling...In the meantime, she took a break to casually mention the shortcomings…
chrisroode
  • 77
  • 10
0
votes
1 answer

Book XML information for RDF trasformation

where I can find an xml file with the information about books ? Let me better explain. If I want an XML file about music and artist I can found it on MusicMoz (http://musicmoz.org/xml/) If I want an XML file about music style I can found it on…
0
votes
1 answer

How to change bibliography style in Rmarkdown?

I am trying to change the style of my bibliography in Rmarkdown. I followed this solution but nothing happens in my case. This is my code: --- title: "Tilte" author: - name: Rollo99 abstract: | Abstract keywords: whatever date: "`r…
Rollo99
  • 1,601
  • 7
  • 15
0
votes
1 answer

Using bibliometrix, how do I extract the exact author in the Hindex function?

In the below code, the estimated h-index of authors is calculated. library(bibliometrix) results <- biblioAnalysis(df, sep = ";") indices$CitationList authors=gsub(","," ",names(results$Authors)[1:10]) indices <- Hindex(M16, field = "author",…
0
votes
0 answers

LaTeX : Package biblatex Warning: citation 'refname' was not found at all in the .bbl, bibliography labels cannot be generated

I am straggling to find a fix to my problem. I am trying to add a bibliography reference in my texmaker project. I have tried to chance the bibtex % to bibtex %.aux but it didn't fix the problem. I also tried to update everything but still no fix.…
econ
  • 11
  • 1
  • 4
0
votes
1 answer

bibliography error when submitting to Scientific Reports journal

I am submitting an article to Scientific Reports. I used overleaf to write the manuscript, with the SR template. Everything worked great. However, when I upload the main.tex file and the biblio.bib files to the platform, the bibliography does not…
supercontra
  • 165
  • 1
  • 9
0
votes
1 answer

Remove all instances of duplicates in bibliographic dataset in R

I have two bibliographic datasets A & B (.bib files, WoS export, full record & cited references). Both of them contain relevant and irrelevant results. The first dataset A has been cleaned so that I have the relevant results A(r) and irrelevant…
Julian
  • 9
  • 3
0
votes
1 answer

Change Zotero Bibliography language in Overleaf

I am using Zotero with Overleaf as follows: \usepackage[backend=bibtex, style = authoryear]{biblatex} \addbibresource{references.bib} \selectlanguage{german} \printbibliography The result looks fine, since I get a German title for my bibliography…
Fayre
  • 83
  • 1
  • 2
  • 11
0
votes
2 answers

Is there any way that i can get the authors' keywords from Web Of Science database

I need the authors' keywords from Web of Science (WOS) database. This data is saved in WOS, however the search results don't contain keywords but other meta-data, which i also require but i am especially interested in keywords for these documents. I…
0
votes
1 answer

Formatting bibliographic names in TUSTEP

I have a large bibliography in the following forms: Lastname, Firstname [optional Middlename]: Title Lastname1, Firstname1 [optional Middlename1]; Lastname2, Firstname2 [optional Middlename2]: Title I need to automatically convert this into the…
Kai Weber
  • 388
  • 4
  • 14
0
votes
1 answer

How to add name in bib file in latex

I have a name like Catherine de Palo Drid . I want its reference like Drid C de P I add like that author={Drid, Catherine, de, Palo} I have changed many times the arrangement, but neither works. Can anyone help? THANKS
user11532986
0
votes
1 answer

Citing and Compiling BibTeX into Separate Documents

I have an article document in LaTeX in which I cite sources from a bibtex file. I want to be able to still cite these sources, but I also want to be able to compile the bibliography into a separate pdf document. This document is a grant proposal…
user1723196
  • 125
  • 1
  • 10
0
votes
1 answer

@Misc equivalent in CSL YAML

I want to migrate from my BiBTeX record: @Misc{ propi-records-atletisme-en, author = "Bordoy, Xavier", title = "Athletics records", url = "http://somenxavier.xyz/public/blog/fitxers/athletics-races.pdf", year =…
somenxavier
  • 1,206
  • 3
  • 20
  • 43
0
votes
1 answer

Add comma after volume when no issue number biblatex

For the bibliography of my thesis I want to add a comma after the volume number when a journal article has no issue number present. \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{xpatch} \usepackage[backend=biber, citestyle=nejm,…
RAS
  • 121
  • 3
  • 10