forked from selimerunkut/gokcenbas.at
-
Notifications
You must be signed in to change notification settings - Fork 1
/
publications.html
51 lines (43 loc) · 1.53 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: page
title: Publications
sidebar_link: true
---
{% assign publications = site.data.publications.items | sort: "year" | reverse %}
{% assign years = publications | map: "year" | uniq %}
{% for year in years %}
<h3>{{year}}</h3>
{% for item in publications %}
{% if item.year != year %}
{% continue %}
{% else %}
<div class="row publication">
<div class="middle col-12 col-lg-10 order-1 order-lg-2">
<p>
Authors: <b>{{item.authors}}</b><br>
Title: <strong>{{item.a_title}}</strong><br>
<b>in: </b> {{item.in}}<br>
{{item.published}}
</p>
</div>
<div class="left badge col-12 col-lg-2 order-2 order-lg-1 justify-content-lg-right">
{% if item.doi %}
<span class="__dimensions_badge_embed__" data-doi="{{item.doi}}" data-style="large_rectangle">
</span>
<div data-badge-popover="right" data-badge-type="1" data-doi="{{item.doi}}" data-hide-no-mentions="true"
class="altmetric-embed">
</div>
<a href="http://dx.doi.org/{{item.doi}}" class="doi_link" target="blank">
<img src="{{'/assets/images/doi-s.png' | relative_url}}" alt="doi">
</a>
{% else %}
<a href="https://publik.tuwien.ac.at/publist.php?nojava=0&perstissid=70173&ext=1&lang= 1" class="myButton" target="blank">TU WIEN</a>
{% endif %}
<p">{{item.year}}</p>
</div>
</div>
{% endif %}
{% endfor %}
{% endfor %}
<script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>
<script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>