separate preprints
This commit is contained in:
parent
08cdf24fdb
commit
0610680dd4
6 changed files with 102 additions and 70 deletions
|
@ -30,6 +30,12 @@ Non linear diffusion equations (fast diffusion equation), long time behaviour of
|
|||
|
||||
# Publications
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
## Submitted articles
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
|
|
@ -12,6 +12,12 @@ lang: en
|
|||
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
## Submitted articles
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue