Fork of bibtexbrowser for static publications lists on the website of the ZRD Saar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
3.8 KiB

<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="generator" content="bibtexbrowser v__MTIME__" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="bibtexbrowser.php?_author=Martin+Monperrus&amp;search=workshop&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib&amp;rss&amp;rss" /><title>Publications of Martin Monperrus &amp; Search: Workshop</title><style type="text/css"><!--
BODY {
color: red;
}
--></style></head>
<body>
<div class="rheader">Publications of Martin Monperrus &amp; Search: Workshop <a href="bibtexbrowser.php?_author=Martin+Monperrus&amp;search=workshop&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib&amp;rss" class="rsslink">[rss]</a></div>
<table class="result" >
<tr class="date">
<td colspan="2" class="header">2007</td>
</tr>
<tr class="bibline"><td class="bibref"><a name="1"></a>[1]</td> <td class="bibitem">Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, <a href="http://www.monperrus.net/martin/Counts_Count.pdf">"Counts Count"</a>, <i>In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007</i>, 2007.
<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.atitle=Counts+Count&amp;rft.btitle=Proceedings+of+the+2nd+Workshop+on+Model+Size+Metrics+%28MSM%2707%29+co-located+with+MODELS%272007&amp;rft.genre=bookitem&amp;rft.pub=&amp;rft_id=http%3A%2F%2Fwww.monperrus.net%2Fmartin%2FCounts_Count.pdf&amp;rfr_id=info%3Asid%2Flocalhost%3A%2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib&amp;rft.date=2007&amp;rft.au=Martin+Monperrus&amp;rft.au=Jo%C3%ABl+Champeau&amp;rft.au=Brigitte+Hoeltzener"></span> <a class="biburl" title="monperrus07" href="bibtexbrowser.php?key=monperrus07&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib">[bib]</a> <a href="http://www.monperrus.net/martin/Counts_Count.pdf">[pdf]</a></td></tr>
</table>
<div style="text-align:right;font-size: xx-small;opacity: 0.6;" class="poweredby"><!-- If you like bibtexbrowser, thanks to keep the link :-) -->Powered by <a href="http://www.monperrus.net/martin/bibtexbrowser/">bibtexbrowser</a><!--v__MTIME__--></div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
var biburl = $(this);
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
var bibtexEntryUrl = $(this).attr('href');
$.ajax({url: bibtexEntryUrl, dataType: 'xml', success: function (data) { // we download it
var elem = $('<pre class="purebibtex"/>'); // the element containing bibtex entry, creating a new element is required for Chrome and IE
elem.text($('.purebibtex', data).text()); // both text() are required for IE
// we add a link so that users clearly see that even with AJAX
// there is still one URL per paper (which is important for crawlers and metadata)
elem.append(
$('<div>%% Bibtex entry URL: <a href="'+bibtexEntryUrl+'">'+bibtexEntryUrl+'</a></div>')
).appendTo(biburl.parent());
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
});
--></script></body>
</html>