layout | title |
---|---|
base/bar/bar-sidebar-none |
Publications |
{% for item_paper in site.data.journalpapers %} {% assign paper = item_paper[1] %}
[{{ paper.pubnum }}]
{% if paper.localpdf %}
local paper
{% elsif paper.officialurl %}
official paper
{% endif %}
{% if paper.localpdf %}
local paper
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% if paper.localpdf %}
{% elsif paper.officialurl %}
{% endif %}
{% if paper.localpdf %}
{% elsif paper.officialurl %}
{% endif %}
{% for id_author in paper.authors %}
{% assign author = site.data.authors[id_author] %}
{% for name in author['name'] offset:1 %}
{% unless name.first %}
{{ name }}
{% endunless %}
{% endfor %}
{{ author['name'][0] }}{% if forloop.last %}.{% else %},{% endif %}
{% endfor %}
({{ paper.year }}).
{% if paper.localpdf %}
{{ paper.title }}.
{% elsif paper.officialurl %}
{{ paper.title }}.
{% else %}
{{ paper.title }}.
{% endif %}
{% assign journal = site.data.journals[paper.journal] %}
{{ journal.longname }}{% if journal.shortname %} ({{ journal.shortname }}){% endif %}.
{% if paper.volume %}
Vol. {{ paper.volume }},
{% endif %}
{% if paper.issue %}
Iss. {{ paper.issue }},
{% endif %}
{% if paper.pages %}
{{ paper.pages }}.
{% endif %}
{% for item_paper in site.data.conferencepapers %} {% assign paper = item_paper[1] %}
[{{ paper.pubnum }}]
{% if paper.localpdf %}
local paper
{% elsif paper.officialurl %}
official paper
{% endif %}
{% if paper.localpdf %}
local paper
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% if paper.localpdf %}
{% elsif paper.officialurl %}
{% endif %}
{% if paper.localpdf %}
{% elsif paper.officialurl %}
{% endif %}
{% assign conference = site.data.conferences[paper.conference] %}
{% for id_author in paper.authors %}
{% assign author = site.data.authors[id_author] %}
{% for name in author['name'] offset:1 %}
{% unless name.first %}
{{ name }}
{% endunless %}
{% endfor %}
{{ author['name'][0] }}{% if forloop.last %}.{% else %},{% endif %}
{% endfor %}
({{ conference.year }}).
{% if paper.localpdf %}
{{ paper.title }}.
{% elsif paper.officialurl %}
{{ paper.title }}.
{% else %}
{{ paper.title }}.
{% endif %}
{{ conference.longname }}{% if conference.shortname %} ({{ conference.shortname }}){% endif %}.
{% if paper.pages %}
{{ paper.pages }}.
{% endif %}
{% for item_paper in site.data.workshoppapers %} {% assign paper = item_paper[1] %}
[{{ paper.pubnum }}]
{% if paper.officialurl %}
official paper
{% elsif paper.localpdf %}
local paper
{% endif %}
{% if paper.localpdf %}
local paper
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% endif %} {% if paper.officialurl %} official paper
{% endif %}
{% assign workshop = site.data.workshops[paper.workshop] %}
{% for id_author in paper.authors %}
{% assign author = site.data.authors[id_author] %}
{% for name in author['name'] offset:1 %}
{% unless name.first %}
{{ name }}
{% endunless %}
{% endfor %}
{{ author['name'][0] }}{% if forloop.last %}.{% else %},{% endif %}
{% endfor %}
({{ workshop.year }}).
{% if paper.localpdf %}
{{ paper.title }}.
{% elsif paper.officialurl %}
{{ paper.title }}.
{% else %}
{{ paper.title }}.
{% endif %}
{{ workshop.longname }}{% if workshop.shortname %} ({{ workshop.shortname }}){% endif %}.
{% if paper.pages %}
{{ paper.pages }}.
{% endif %}