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

Resource for learning recursion and induction over lists and trees?

I am writing a course on Functional Programming and one of the modules in the course covers lists, and another one cover trees. Both modules center on recursion and induction over these datatypes. I am seeking some material that covers these topics…
0
votes
1 answer

Scopus outward citations?

You can get the inward citations for a SCOPUS citation fairly easily: http://www.scopus.com/inward/citedby.url?partnerID=HzOxMe3b&scp=84881394200&origin=inward How do you get the outward citations? tip:…
histelheim
  • 4,938
  • 6
  • 33
  • 63
0
votes
1 answer

Getting "longnamesfirst" option to work with natbib in LaTeX - custom .bst

I'm writing an MSc dissertation and I'm having difficulty getting the longnamesfirst option working in natbib. My University has a very specific referencing style a little like APA, but not quite the same. I've used the docstrip utility to build a…
jkale
  • 83
  • 3
  • 8
0
votes
1 answer

Generalisation of pancake sorting with arbitrary flipped slices?

In pancake sort, the primary operation is: flip all pancakes above a given position. What about flipping all pancakes between two given positions? Anybody knows if this has been studied? To illustrate the problem, here is a quick brute-force, greedy…
Aristide
  • 3,606
  • 2
  • 30
  • 50
0
votes
2 answers

php with aigaion2 after upgrade to ubuntu 14.04

I have been using the web based bibliography management system aigaion2 for some years, accumulating thousands of references & linked pdf files. However after upgrading from ubuntu 12.04 to 14.04 - with a change in the version of PHP - this fails…
0
votes
1 answer

insert URLs in kunamed.bst

I am using LyX and would like to add URLs to my @misc entries in my bibtex bibliography. I am using the kunamed.bst style for my bibliography. My bibtex entries looks like this @misc{RFA2011, author = {RFA}, booktitle = {Statistics}, title =…
jensjorda
  • 183
  • 2
  • 3
  • 10
0
votes
0 answers

How to create or custom bibliography styles for to use with biblatex/Rstudio/knitr/Sweave

I am using biblatex with bibtex in backend (MikTex) for generating dynamic statistical reports with knitr (sweave) in Rstudio which is realy a great combination of tools. I have with difficulty created my own bibliography style (.bst file) with…
0
votes
2 answers

Adapt isbntools to search for keywords in author and title

The python package 'isbntools' (https://github.com/xlcnd/isbntools) allows to retrieve bibliography information about books from online resources. In particular the script isbn_meta [number] retrieves information about the book with given…
highsciguy
  • 2,569
  • 3
  • 34
  • 59
0
votes
0 answers

Extracting bibliography from a PDF

I'm trying to see if it is possible to extract from a pdf file the bibliography (if it exists) contained in it (maybe in a .bib file format). I saw programs like mendeley or cb2Bib, but it seems to me that they only extract the bibliographical…
amorvincomni
  • 101
  • 1
0
votes
1 answer

Scanned documents and database querying

I am working on a project that requires me to compare a print bibliography (of nearly 14000 items) against a digital catalog/database. Would it be possible to 1. scan the bibliography, 2. run it through an OCR program, 3. (optional) convert the…
0
votes
1 answer

Jabref: Images in exported HTML bibliography

I use Jabref to export an html file with a table of publications. I would also like to embed images of the front covers into my exported table but I don't get it working. In my export filter I state: But in…
Largo
  • 487
  • 1
  • 5
  • 17
0
votes
1 answer

Localization Microsoft Word citation and bibliography styles (xsl file)

i want to Create a Custom bibliography styles in MSWORD 2013 ,I use this style . I use the IEEE_Reference.XSL and I've applied the changes desired . and it's ok. But my article has multiple language references .I want Localization my bibliography…
Mostafa Esmaeili
  • 178
  • 1
  • 12
0
votes
0 answers

Accuracy of the answers for Amazon Mechanical Turk workers

Do you know any reference in the bibliography that reports a study on the accuracy of the answers of the (paid) workers in AMT? I would like to find some statistics on the number of correct answers and understand whether they act as experts or…
Eleanore
  • 1,750
  • 3
  • 16
  • 33
0
votes
1 answer

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 the references, it is listed like: 2. Bell, ... 1.…
renick
  • 717
  • 1
  • 6
  • 17
0
votes
2 answers

add columns names to the result of my select from text

I want to produce such output from my table. In fact I want create a function or procedure that get the name of the table and its columns (it also can be retrieved from sys.tables) and create such an output as a single string: imagine [tablename]…
eshirvana
  • 23,227
  • 3
  • 22
  • 38
1 2 3
18
19