Skip to content
Snippets Groups Projects
Commit 64025ab7 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Add the MathJax library.

parent ae96b489
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>{{=title}}</title> <title>{{=title}}</title>
<script type="text/javascript" src="/{{=request.application}}/static/plugin_mathjax/MathJax.js"></script>
</head> </head>
<body> <body>
<h2>Publications avec comité de lecture</h2> <h2>Publications avec comité de lecture</h2>
...@@ -10,7 +11,8 @@ ...@@ -10,7 +11,8 @@
{{for el in publis:}} {{for el in publis:}}
<li> <li>
{{=el.publications.title}}<br> {{=el.publications.title}}<br>
{{=el.publications.authors}}<br> {{=el.publications.authors}}
{{if el.publications.id_collaborations > 1:}}, {{=el.collaborations.collaboration}},{{pass}}<br>
{{if el.publishers.abbreviation:}}{{=el.publishers.abbreviation}}{{pass}} {{if el.publishers.abbreviation:}}{{=el.publishers.abbreviation}}{{pass}}
{{if el.publications.volume:}}{{=el.publications.volume}}{{pass}} {{if el.publications.volume:}}{{=el.publications.volume}}{{pass}}
{{if el.publications.year:}}({{=el.publications.year}}){{pass}} {{if el.publications.year:}}({{=el.publications.year}}){{pass}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment