20 lines
373 B
Markdown
Executable File
20 lines
373 B
Markdown
Executable File
---
|
|
layout: default
|
|
title: Publications
|
|
displaymenu: true
|
|
lang: en
|
|
---
|
|
|
|
<div>
|
|
<h3 style="margin-bottom:0px">Search</h3>
|
|
<input style="width:400px" type="text" id="inputSearch" onkeyup="searchArticle();" placeholder="Type it what you looking for">
|
|
</div>
|
|
<br>
|
|
|
|
{% bibliography -q @*[year >= {{2015}}]* %}
|
|
|
|
|
|
## Pré ALICE
|
|
|
|
{% bibliography -q @*[year <= {{2014}}]* %}
|