Difference between revisions of "Bibliography"

From ShawnReevesWiki
Jump to navigationJump to search
m
Line 3: Line 3:
 
I've been using BibWiki for my bibliography, but haven't been happy with its import features, so I use BibDesk to manage a master bibliography, with inputs from RefWorks (because that's what we use at Cornell Library).
 
I've been using BibWiki for my bibliography, but haven't been happy with its import features, so I use BibDesk to manage a master bibliography, with inputs from RefWorks (because that's what we use at Cornell Library).
 
==Workflow snags==
 
==Workflow snags==
Unfortunately, BibWiki requires a single closing brace on its own line to close a record, while BibDesk as a rule puts the closing brace on the same line as the last field of a record, so I have to run a text search-replace every time I export from BibDesk to BibWiki. A possible solution is to fix the BibWiki parser to be more general in detecting the end of a record, or have it move the curly braces before parsing.
+
Unfortunately, BibWiki requires a single closing brace on its own line to close a record, while BibDesk as a rule puts the closing brace on the same line as the last field of a record, so I have to run a text search-replace every time I export from BibDesk to BibWiki. A possible solution is to fix the BibWiki parser to be more general in detecting the end of a record, or have it move the curly braces before parsing. Another solution would be to re-compile BibDesk so that it put the closing brace on its own line.

Revision as of 09:00, 31 March 2010

You can find the bibliography at Special:Bibliography.

I've been using BibWiki for my bibliography, but haven't been happy with its import features, so I use BibDesk to manage a master bibliography, with inputs from RefWorks (because that's what we use at Cornell Library).

Workflow snags

Unfortunately, BibWiki requires a single closing brace on its own line to close a record, while BibDesk as a rule puts the closing brace on the same line as the last field of a record, so I have to run a text search-replace every time I export from BibDesk to BibWiki. A possible solution is to fix the BibWiki parser to be more general in detecting the end of a record, or have it move the curly braces before parsing. Another solution would be to re-compile BibDesk so that it put the closing brace on its own line.