49 lines
1.1 KiB
HTML
Executable File
49 lines
1.1 KiB
HTML
Executable File
---
|
|
---
|
|
{{reference}}
|
|
<!-- <div id="{{key}}-materials">
|
|
{% if entry.abstract %}
|
|
<button data-toggle="collapse" onclick="showHide('{{key}}-abstract');">Abstract</button>
|
|
{% endif %}
|
|
|
|
<button data-toggle="collapse" onclick="showHide('{{key}}-bibtex');">BibTeX</button>
|
|
|
|
{% if link %}
|
|
<button>
|
|
<a style='text-decoration: none;' target='{{link}}' href="https://alice.dcomp.ufsj.edu.br/{{link}}">
|
|
Download
|
|
</a>
|
|
</button>
|
|
{% endif %}
|
|
{% if entry.doi %}
|
|
<button>
|
|
<a style='text-decoration: none;' target='{{link}}' href="http://dx.doi.org/{{entry.doi}}">
|
|
DOI
|
|
</a>
|
|
</button>
|
|
{% endif %}
|
|
|
|
|
|
{% if entry.abstract %}
|
|
<p id="{{key}}-abstract" class="collapse">{{entry.abstract}}</p>
|
|
{% endif %}
|
|
|
|
<pre id="{{key}}-bibtex" class="collapse">{{entry.bibtex}}</pre>
|
|
|
|
</div> -->
|
|
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Ano</th>
|
|
<th>Nome</th>
|
|
<th>Abstract</th>
|
|
<th>BibTeX</th>
|
|
<th>Download</th>
|
|
<th>DOI</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
|
|
|