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
4.1 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?Martin Monperrus&amp;type=%5Earticle%7Cincollection%24&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib&amp;author=Martin+Monperrus&amp;rss&amp;rss" /><title>Publications of Martin Monperrus &amp; Type: Article|incollection</title><style type="text/css"><!--
BODY {
color: red;
}
--></style></head>
<body>
<div class="rheader">Publications of Martin Monperrus &amp; Type: Article|incollection <a href="bibtexbrowser.php?Martin Monperrus&amp;type=%5Earticle%7Cincollection%24&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib&amp;author=Martin+Monperrus&amp;rss" class="rsslink">[rss]</a></div>
<table class="result" >
<tr class="date">
<td colspan="2" class="header">2008</td>
</tr>
<tr class="bibline"><td class="bibref"><a name="1"></a>[1]</td> <td class="bibitem">Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, <a href="http://www.monperrus.net/martin/Measuring-models-in-Model-Driven-Software-Development-Integrating-Quality-Assurance.pdf">"Measuring Models"</a>, <i>Chapter in Model-Driven Software Development: Integrating Quality Assurance</i>, IDEA Group, 2008.
<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.btitle=Model-Driven+Software+Development%3A+Integrating+Quality+Assurance&amp;rft.atitle=Measuring+Models&amp;rft.genre=bookitem&amp;rft.pub=IDEA+Group&amp;rft_id=http%3A%2F%2Fwww.monperrus.net%2Fmartin%2FMeasuring-models-in-Model-Driven-Software-Development-Integrating-Quality-Assurance.pdf&amp;rfr_id=info%3Asid%2Flocalhost%3A%2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib&amp;rft.date=2008&amp;rft.au=Martin+Monperrus&amp;rft.au=Jean-Marc+J%C3%A9z%C3%A9quel&amp;rft.au=Jo%C3%ABl+Champeau&amp;rft.au=Brigitte+Hoeltzener"></span> <a class="biburl" title="monperrus08b" href="bibtexbrowser.php?key=monperrus08b&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib">[bib]</a> <a href="http://www.monperrus.net/martin/Measuring-models-in-Model-Driven-Software-Development-Integrating-Quality-Assurance.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>