Levente Hunyadi

personal homepage and projects

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

BibTeX bibliography formatting plugin

E-mail Print

Description

BibTeX bibliography formatting plug-in is a native Joomla extension to present a BibTeX bibliography within an article (content item) in a human-readable format. bib files are included with the syntax {bibtex}filename.bib{/bibtex}, and bibliography entries are formatted as HTML in a language-dependent manner. The plug-in handles some common LaTeX accents and special symbols, which are converted to UTF-8. Linked to the formatted entries, raw BibTeX is included in the output as preformatted text. The extension has partial support for ris references.

The plugin uses a collection of PHP classes to manipulate BibTeX files, which are part of the Bibliophile project and downloadable under the GPL licence.

Usage (Joomla 1.6 and later)

During installation, sample BibTeX files are copied to the folder /media/bibtex/example relative to the Joomla portal root. Should you type (not copy-and-paste) the code {bibtex}example.bib{/bibtex} into a content item (after you have enabled the extension), you can test whether the plug-in works correctly.

You can explicitly set the location of the BibTeX files in the administration backend. The BibTeX folder plug-in parameter can be set to an absolute file system path or a relative path. Relative paths are interpreted w.r.t. the folder in which the Joomla web site resides.

Usage (Joomla 1.5)

After installation, the plugin assumes that BibTeX files are located in a folder bibtex in the Joomla portal root. In order to test if the plugin works correctly,

  1. create a folder bibtex in the Joomla portal root;
  2. copy a valid BibTeX bibliography file (e.g. example.bib) into it;
  3. type (not copy-and-paste) the line {bibtex}example.bib{/bibtex} into a content item.

You can explicitly set the location of the BibTeX files in the administration backend. The BibTeX folder plugin parameter can be set to an absolute file system path or a relative path. Relative paths are interpreted w.r.t. the folder in which the Joomla web site resides.

Examples

A BibTeX reference list

Levente Hunyadi. Article: An article from a journal or magazine. The BibTeX Journal 1(2):99–999, December 2009. A short note. BibTeX

@article{key:article,
	author = "Levente Hunyadi",
	title = "Article: An article from a journal or magazine",
	journal = "The BibTeX Journal",
	year = 2009,
	volume = 1,
	number = 2,
	pages = "99--999",
	month = "December",
	note = "A short note"
}

István Vajk (ed.). Book: A book with an explicit publisher. Second edition, series third, volume 1, number 2, BME Press, December 2009. A short note. BibTeX

@book{key:book,
	author = "Levente Hunyadi",
	editor = "Istv\'an Vajk",
	title = "Book: A book with an explicit publisher",
	publisher = "BME Press",
	year = 2009,
	volume = 1,
	number = 2,
	series = 3,
	address = "Budapest",
	edition = "Second",
	month = "December",
	note = "A short note"
}

Levente Hunyadi. Booklet: A work that is printed and bound, but without a named publisher or sponsoring institution. Available electronically, Budapest, December 2009. A short note. BibTeX

@booklet{key:booklet,
	title = "Booklet: A work that is printed and bound, but without a named publisher or sponsoring institution",
	author = "Levente Hunyadi",
	howpublished = "Available electronically",
	address = "Budapest",
	month = "December",
	year = 2009,
	note = "A short note"
}

István Vajk (ed.). InBook: A part of a book, which may be a chapter and/or a range of pages. Final version, series third, volume 1, number 2, chapter 4, pages 99–999, BME Press, December 2009. A short note. BibTeX

@inbook{key:inbook,
	author = "Levente Hunyadi",
	editor = "Istv\'an Vajk",
	title = "InBook: A part of a book, which may be a chapter and/or a range of pages",
	chapter = 4,
	pages = "99--999",
	publisher = "BME Press",
	year = 2009,
	volume = 1,
	number = 2,
	series = 3,
	type = "Final version",
	address = "Budapest",
	edition = "Second",
	month = "December",
	note = "A short note"
}

Levente Hunyadi. InCollection: A part of a book having its own title. In István Vajk (ed.). A book with an explicit publisher. Series third, volume 1, number 2, BME Press, December 2009, pages 99–999. A short note. BibTeX

@incollection{key:incollection,
	author = "Levente Hunyadi",
	title = "InCollection: A part of a book having its own title",
	booktitle = "A book with an explicit publisher",
	publisher = "BME Press",
	year = 2009,
	editor = "Istv\'an Vajk",
	volume = 1,
	number = 2,
	series = 3,
	type = "Final version",
	chapter = 4,
	pages = "99--999",
	address = "Budapest",
	edition = "Second",
	month = "December",
	note = "A short note"
}

Levente Hunyadi. InProceedings: An article in a conference proceedings. In István Vajk (ed.). A book with an explicit publisher 1(2). December 2009, 99–999. A short note. BibTeX

@inproceedings{key:inproceedings,
	author = "Levente Hunyadi",
	title = "InProceedings: An article in a conference proceedings",
	booktitle = "A book with an explicit publisher",
	year = 2009,
	editor = "Istv\'an Vajk",
	volume = 1,
	number = 2,
	series = 3,
	pages = "99--999",
	address = "Budapest",
	month = "December",
	organization = "Budapest University of Technology and Economics",
	publisher = "BME Press",
	note = "A short note"
}

Levente Hunyadi. Manual: Technical documentation. Budapest University of Technology and Economics, Budapest, second edition, December 2009. A short note. BibTeX

@manual{key:manual,
	title = "Manual: Technical documentation",
	author = "Levente Hunyadi",
	organization = "Budapest University of Technology and Economics",
	address = "Budapest",
	edition = "Second",
	month = "December",
	year = 2009,
	note = "A short note"
}

Levente Hunyadi. MastersThesis: A Master's thesis. Final version, Budapest University of Technology and Economics, Budapest, December 2009. A short note. BibTeX

@mastersthesis{key:mastersthesis,
	author = "Levente Hunyadi",
	title = "MastersThesis: A Master's thesis",
	school = "Budapest University of Technology and Economics",
	year = 2009,
	type = "Final version",
	address = "Budapest",
	month = "December",
	note = "A short note"
}

Levente Hunyadi. Misc: Use this type when nothing else fits. Published electronically, December 2009. BibTeX

@misc{key:misc,
	author = "Levente Hunyadi",
	title = "Misc: Use this type when nothing else fits",
	howpublished = "Published electronically",
	month = "December",
	year = 2009,
	note = "A short note"
}

Levente Hunyadi. PhDThesis: A PhD thesis. Final version, Budapest University of Technology and Economics, Budapest, December 2009. A short note. BibTeX

@phdthesis{key:phdthesis,
	author = "Levente Hunyadi",
	title = "PhDThesis: A PhD thesis",
	school = "Budapest University of Technology and Economics",
	year = 2009,
	type = "Final version",
	address = "Budapest",
	month = "December",
	note = "A short note"
}

István Vajk (ed.). Proceedings: The proceedings of a conference 1(2). Budapest University of Technology and Economics, BME Press, Budapest, December 2009. A short note. BibTeX

@proceedings{key:proceedings,
	title = "Proceedings: The proceedings of a conference",
	year = 2009,
	editor = "Istv\'an Vajk",
	volume = 1,
	number = 2,
	series = 3,
	address = "Budapest",
	month = "December",
	organization = "Budapest University of Technology and Economics",
	publisher = "BME Press",
	note = "A short note"
}

Levente Hunyadi. TechReport: A report published by a school or other institution, usually numbered within a series. Final version 2, Department of Automation and Applied Informatics, December 2009. A short note. BibTeX

@techreport{key:techreport,
	author = "Levente Hunyadi",
	title = "TechReport: A report published by a school or other institution, usually numbered within a series",
	institution = "Department of Automation and Applied Informatics",
	year = 2009,
	type = "Final version",
	number = 2,
	address = "Budapest",
	month = "December",
	note = "A short note"
}

Levente Hunyadi. Unpublished: A document having an author and title, but not formally published. A short note, December 2009 BibTeX

@unpublished{key:unpublished,
	author = "Levente Hunyadi",
	title = "Unpublished: A document having an author and title, but not formally published",
	note = "A short note",
	month = "December",
	year = 2009
}

Árvíztűrő tükörfúrógép. Á á Á á Ǽ ǽ Ǽ ǽ É é É é Í í Í í Ó ó Ó ó Ú ú Ú ú Ć ć Ć ć Ĺ ĺ Ĺ ĺ Ń ń Ń ń Ŕ ŕ Ŕ ŕ Ś ś Ś ś Ẃ ẃ Ẃ ẃ Ý ý Ý ý Ź ź Ź ź À à À à È è È è Ì ì Ì ì Ò ò Ò ò Ù ù Ù ù Ẃ ẃ Ẃ ẃ Ý ý Ý ý Â â Â â Ê ê Ê ê Î î Î î Ô ô Ô ô Û û Û û Ĉ ĉ Ĉ ĉ Ĝ ĝ Ĝ ĝ Ĥ ĥ Ĥ ĥ Ĵ ĵ Ĵ ĵ Ŝ ŝ Ŝ ŝ Ŵ ŵ Ŵ ŵ Ŷ ŷ Ŷ ŷ Ä ä Ä ä Ë ë Ë ë Ï ï Ï ï Ö ö Ö ö Ü ü Ü ü Ẅ ẅ Ẅ ẅ Ÿ ÿ Ÿ ÿ Ǎ ǎ Ě ě Ǐ ǐ Ǒ ǒ Ǔ ǔ Č č Ď ď Ľ ľ Ň ň Ř ř Š š Ť ť Ž ž Ã ã Ã ã Ã ã Ã ã Ĩ ĩ Ĩ ĩ Õ õ Õ õ Ũ ũ Ũ ũ Ñ ñ Ñ ñ Ỹ ỹ Ỹ ỹ Ç ç Ģ ģ Ķ ķ Ļ ļ Ņ ņ Ŗ ŗ Ş ş Ţ ţ Ő ő Ű ű BibTeX

@unpublished{key:accents,
	title = {{\'A}rv\'izt{\H{u}}r{\H{o}} t\"uk\"orf\'ur\'og\'ep},
	note = {\'A \'a \'{A} \'{a} \'\AE \'\ae \'{\AE} \'{\ae} \'E \'e \'{E} \'{e} \'I \'i \'{I} \'{i} \'O \'o \'{O} \'{o} \'U \'u \'{U} \'{u} \'C \'c \'{C} \'{c} \'L \'l \'{L} \'{l} \'N \'n \'{N} \'{n} \'R \'r \'{R} \'{r} \'S \'s \'{S} \'{s} \'W \'w \'{W} \'{w} \'Y \'y \'{Y} \'{y} \'Z \'z \'{Z} \'{z} \`A \`a \`{A} \`{a} \`E \`e \`{E} \`{e} \`I \`i \`{I} \`{i} \`O \`o \`{O} \`{o} \`U \`u \`{U} \`{u} \'W \'w \'{W} \'{w} \'Y \'y \'{Y} \'{y} \^A \^a \^{A} \^{a} \^E \^e \^{E} \^{e} \^I \^i \^{I} \^{i} \^O \^o \^{O} \^{o} \^U \^u \^{U} \^{u} \^C \^c \^{C} \^{c} \^G \^g \^{G} \^{g} \^H \^h \^{H} \^{h} \^J \^j \^{J} \^{j} \^S \^s \^{S} \^{s} \^W \^w \^{W} \^{w} \^Y \^y \^{Y} \^{y} \"A \"a \"{A} \"{a} \"E \"e \"{E} \"{e} \"I \"i \"{I} \"{i} \"O \"o \"{O} \"{o} \"U \"u \"{U} \"{u} \"W \"w \"{W} \"{w} \"Y \"y \"{Y} \"{y} \v{A} \v{a} \v{E} \v{e} \v{I} \v{i} \v{O} \v{o} \v{U} \v{u} \v{C} \v{c} \v{D} \v{d} \v{L} \v{l} \v{N} \v{n} \v{R} \v{r} \v{S} \v{s} \v{T} \v{t} \v{Z} \v{z} \~A \~a \~{A} \~{a} \~A \~a \~{A} \~{a} \~I \~i \~{I} \~{i} \~O \~o \~{O} \~{o} \~U \~u \~{U} \~{u} \~N \~n \~{N} \~{n} \~Y \~y \~{Y} \~{y} \c{C} \c{c} \c{G} \c{g} \c{K} \c{k} \c{L} \c{l} \c{N} \c{n} \c{R} \c{r} \c{S} \c{s} \c{T} \c{t} \H{O} \H{o} \H{U} \H{u}}
}

List of symbols. $ % & # ¶ § _ © † ‡ … £ å Å Æ æ Ð ð Đ đ Ł ł Ŋ ŋ Ø ø Œ œ ß SS Þ þ BibTeX

@unpublished{key:symbols,
	title = "List of symbols",
	note = "\$ \% \& \# \P \S \_ \copyright \dag \ddag \dots \pounds \{ \} \AA \aa \AE \ae \DH \dh \DJ \dj \L \l \NG \ng \O \o \OE \oe \ss \SS \TH \th"
}

A RIS reference list

S.A. Baldwin, I. Fugaccia, D.R. Brown, L.V. Brown and S.W. Scheff. Blood-brain barrier breach following cortical contusion in the rat. J.Neurosurg. 85:476--481, 1996. RIS

TY  - JOUR
A1  - Baldwin,S.A.
A1  - Fugaccia,I.
A1  - Brown,D.R.
A1  - Brown,L.V.
A1  - Scheff,S.W.
T1  - Blood-brain barrier breach following cortical contusion in the rat
JO  - J.Neurosurg.
Y1  - 1996
VL  - 85
SP  - 476
EP  - 481
RP  - Not In File
KW  - cortical contusion
KW  - blood-brain barrier
KW  - horseradish peroxidase
KW  - head trauma
KW  - hippocampus
KW  - rat
N2  - Adult Fisher 344 rats were subjected to a unilateral impact to the dorsal cortex above the hippocampus at 3.5 m/sec with a 2 mm cortical depression. This caused severe cortical damage and neuronal loss in hippocampus subfields CA1, CA3 and hilus. Breakdown of the blood-brain barrier (BBB) was assessed by injecting the protein horseradish peroxidase (HRP) 5 minutes prior to or at various times following injury (5 minutes, 1, 2, 6, 12 hours, 1, 2, 5, and 10 days). Animals were killed 1 hour after HRP injection and brain sections were reacted with diaminobenzidine to visualize extravascular accumulation of the protein. Maximum staining occurred in animals injected with HRP 5 minutes prior to or 5 minutes after cortical contusion. Staining at these time points was observed in the ipsilateral hippocampus. Some modest staining occurred in the dorsal contralateral cortex near the superior sagittal sinus. Cortical HRP stain gradually decreased at increasing time intervals postinjury. By 10 days, no HRP stain was observed in any area of the brain. In the ipsilateral hippocampus, HRP stain was absent by 3 hours postinjury and remained so at the 6- and 12- hour time points. Surprisingly, HRP stain was again observed in the ipsilateral hippocampus 1 and 2 days following cortical contusion, indicating a biphasic opening of the BBB following head trauma and a possible second wave of secondary brain damage days after the contusion injury. These data indicate regions not initially destroyed by cortical impact, but evidencing BBB breach, may be accessible to neurotrophic factors administered intravenously both immediately and days after brain trauma.
ER  - 

J. Catania, T. Coates, S. Kegeles, J. Peterson, B. Marin and M. Fullilove. Predicting risk behavior with the AIDS risk reduction model (ARRM) in a random household probability sample of San Franciscans: the "AMEN" study. 1990, 318--318. RIS

TY  - CONF
A1  - Catania,J.
A1  - Coates,T.
A1  - Kegeles,S.
A1  - Peterson,J.
A1  - Marin,B.
A1  - Fullilove,M.
T1  - Predicting risk behavior with the AIDS risk reduction model (ARRM) in a random household probability sample of San Franciscans: the "AMEN" study
Y1  - 1990///6th Annual
VL  - 6
SP  - 318
EP  - 318
RP  - Not In File
CY  - Detroit MI
KW  - risk
KW  - AIDS
KW  - models
KW  - sexual behavior
KW  - HIV
KW  - condoms
KW  - heterosexual
KW  - bisexual
KW  - ethnicity
KW  - women
T3  - International Conference on AIDS 6
Y2  - 1990/6/20
M1  - 1
N1  - OBJECTIVE: Data from the AIDS In Multi-Ethnic Neighborhoods survey are used to test Stages 1 & 3 of ARRM (a three stage process model of sexual risk behavior change; Catania, Kegeles, & Coates, 1990). Stage 1 analyses examine predictors of labeling one's sexual behavior in terms of HIV risk; Stage 3 concerns predictors of sexual behavior (e.g., condom use) (Stage 2 was not assessed in this first wave of the study but will be examined in wave 2). METHODS: Data were collected in a random household probability study of 1,781 white (41%), black (26%), and Hispanic (25%) (8% Other), unmarried respondents, aged 20-44, residing in selected "high risk" census tracts of San Francisco (Heterosexual = 83%, Homosexual = 13%, Bisexual = 4%). Labeling defined as making an accurate or inaccurate assessment of one's risk for HIV based on prior and current sexual practices. The behavioral outcome is frequency of condom use averaged across sexual partners for the past year. RESULTS: Multiple regression (Logistic & LSQ) analyses indicate that, 1) Accurate labeling of high risk behavior is related to high susceptibility beliefs (Imp. Chi Sq. =,92.46, p less than .0001), but unrelated to knowing someone with AIDS; gay relative to heterosexual men (p less than .03), and Hispanics compared to whites (p less than .01) were more likely to accurately label their behavior, 2) Greater condom use during vaginal or anal intercourse is significantly related to better sexual communication skills, higher perceived benefits and lower costs of condom use, but unrelated to religiosity, self-efficacy, and ethnicity (R's range from .50 - .66); these latter results are substantially the same for men and women, and heterosexuals and gay men. CONCLUSION: The findings 1) suggest the ARRM model is applicable to most social groups, 2) underscore the importance of interventions that enhance communication skills and teach methods of facilitating sexual enjoyment of condoms
ER  - 

J. Esparza. Report of a WHO workshop on the measurement and significance of neutralizing antibody to HIV and SIV, London, 3-5 October 1988. 1990. RIS

TY  - RPRT
A1  - Esparza,J.
T1  - Report of a WHO workshop on the measurement and significance of neutralizing antibody to HIV and SIV, London, 3-5 October 1988
Y1  - 1990
VL  - 4
SP  - 269
EP  - 275
RP  - Not In File
CY  - San Francisco CA
PB  - UC Berkeley
KW  - HIV
KW  - SIV
KW  - AIDS
T3  - World Health Organisation Global Programme on AIDS
ER  -

L.M. Franks. Preface by an AIDS Victim. Volume 10, pages vii--viii, 1991. RIS

TY  - CHAP
A1  - Franks,L.M.
T1  - Preface by an AIDS Victim
Y1  - 1991
VL  - 10
SP  - vii
EP  - viii
RP  - Not In File
T2  - Cancer, HIV and AIDS.
CY  - Berkeley CA
PB  - Berkeley Press
KW  - HIV
KW  - AIDS
M1  - 1
M2  - 1
SN  - 0-679-40110-5
ER  -

Download

The bibliography formatter plugin is available for download under GNU/GPL at JoomlaCode.

Donations

Donate to This e-mail address is being protected from spambots. You need JavaScript enabled to view it via moneybookers.com (preferred)
Donate in EUR via PayPal
Donate in USD via PayPal