Martin Monperrus
8fe8c897fb
updates default settings & documentation
9 years ago
François Boulogne
849a8d0bf0
jquery uri in variable
remove extra line
9 years ago
Martin Monperrus
4975857dd1
adds support for opengraph metadata
10 years ago
Martin Monperrus
214d4eca78
refactors metadata handling
10 years ago
Lukas Pirl
3d37026e24
fixed loading of jQuery when site loaded using SSL
10 years ago
Lukas Pirl
9f168053cc
added possibility to override function poweredby
10 years ago
Martin Monperrus
988a5a3ec8
fixes a bug in RSS display
10 years ago
Sönke
68b71121bf
Fixes "JanosBibliographyStyle: Do not show "In " when booktitle is empty "
10 years ago
Federico Poloni
e047dd5e2d
Added another letter transformation (and a test case).
Fixes #45 .
10 years ago
Lukas Pirl
613973a12a
added CSS class for "Bibtex entry URL"
10 years ago
Lukas Pirl
2a40040409
removed too specific comment
10 years ago
Martin Monperrus
079b87de90
tests PAGE_SIZE
10 years ago
Martin Monperrus
24aa65d6a3
changed default option
10 years ago
Martin Monperrus
e97a252acc
adds support for disabling latex2html
10 years ago
Martin Monperrus
1e73417203
adds tests for the bibtex view option
10 years ago
Martin Monperrus
731b0a976e
adds a warning about deprecated configuration parameter ENCODING
10 years ago
Martin Monperrus
a535ef30bc
adds support for filtering the bibtex
10 years ago
Klaus-Hendrik Wolf
905ac6feb2
Changed regex in formatAuthorInitials to work correctly with unicode firstnames
10 years ago
Martin Monperrus
946798f41b
fixes bug in generated hyperlinks. Closes #40 .
10 years ago
Martin Monperrus
120ca1da21
fixes bug in metadata handling
10 years ago
Klaus-Hendrik Wolf
b17bcf5d7e
Added basic support for vancouver style
Vancouver style is often used in medicine and defined here:
Patrias K. Citing medicine: the NLM style guide for authors, editors,
and publishers [Internet]. 2nd ed. Wendling DL, technical editor.
Bethesda (MD): National Library of Medicine (US); 2007 -
[updated 2011 Sep 15; cited 2015 April 18].
Available from: http://www.nlm.nih.gov/citingmedicine
COMMA_NAMES => USE_COMMA_AS_NAME_SEPARATOR_IN_OUTPUT
10 years ago
Klaus-Hendrik Wolf
8f05c25a10
Added transformation for TeX characters
---, --, \%, \&
10 years ago
Lukas Pirl
e60a20060f
implemented rendering of math ($…$) in HTML via MathJax
10 years ago
Martin Monperrus
01d227be46
fixes a regression due to fe294ab5
10 years ago
Martin Monperrus
ab4a5b9b3d
adds a basic support of http://schema.org/ScholarlyArticle metadata
10 years ago
Martin Monperrus
fe294ab5c0
fixes a bug found by Venkatesh Jatla
10 years ago
Martin Monperrus
a759dac81e
adds support for keeping the original order of bibtex entries
10 years ago
Martin Monperrus
12f6cbd2b3
explains how to use other bibliographic formats
10 years ago
Martin Monperrus
178b85b3cc
adds support for dynamic Bibtex data
10 years ago
Martin Monperrus
a011b9088a
adds support for disallowing robot indexing
10 years ago
Martin Monperrus
62a9c0b3b3
adds support for customizing the title
10 years ago
Martin Monperrus
20b2528936
adds tech report number in output
10 years ago
Klaus-Hendrik Wolf
f1f63d75f0
Typo in comment
10 years ago
Martin Monperrus
9b9f018a56
fixes a minor regression
11 years ago
Markus Jochim
c1dc82b1ae
Fixed a bug where '0 results' would be shown with the corresponding heading being invisible
11 years ago
Markus Jochim
0130fd9297
added copyright notice
11 years ago
Markus Jochim
a6dd349177
Added a table of contents to search results in academic display
11 years ago
Markus Jochim
ad8ea3b74c
Added result count to every bibliography section in academic display, total count in normal display
11 years ago
Markus Jochim
de16482f56
Splitted list layout by year; added BIBTEXBROWSER_HTMLHEADINGLEVEL
11 years ago
Markus Jochim
724eea77e4
added compare_bib_entry_by_name()
11 years ago
Markus Jochim
ef908a3298
Turns doi, url, gsid etc. into hyperlinks in bibtex entry display
Does not yet work in js progressive enhancement mode
11 years ago
Markus Jochim
dbc28d4448
Tidied up generation mechanism for [pdf], [doi] links etc.
Removed duplicate code that existed inside and outside of get*Link() functions.
Added option BIBTEXBROWSER_LINKS_IN_NEW_WINDOW. It is used instead of BIBTEXBROWSER_BIB_IN_NEW_WINDOW for external links (everything but [bibtex]).
11 years ago
Markus Jochim
c2b330bb7c
Option FORCE_NAMELIST_SEPARATOR allows for commas between authors as well as between last and first name
11 years ago
Markus Jochim
67510a8972
Escape German ß in addition to umlauts
11 years ago
Markus Jochim
18552e824a
Added css class and i18n to no “result” string
11 years ago
Markus Jochim
2a9e852e4d
Now displaying something sensible in result heading for Q_RANGE searches
11 years ago
Markus Jochim
19a3335597
Now also applies graceful ordering and i18n of non-string year-values to yearIndex()
11 years ago
Markus Jochim
02a3df6fed
Made sorting of non-int year values easily configurable
11 years ago
Markus Jochim
ef426e9bb1
i18n and graceful sorting for year values 'in press', 'submitted' and 'accepted'
The sorting mechanism relied solely on strcmp before, which yielded a more or less random result.
It is now possible to define an order as long as the strings in the bibtex file are given in their standard English form.
In output though, the strings are internationalised.
11 years ago
Markus Jochim
0897e0fac6
Allow the user to search for a range of years
11 years ago