diff --git a/_layouts/about.html b/_layouts/about.html index b23496d..76f9140 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -33,15 +33,10 @@ layout: default {{ content }} - {% if page.news -%} - - {%- include news.html %} - {%- endif %} - {% if page.selected_papers -%} - - {%- include selected_papers.html %} - {%- endif %} {%- if page.social %} + + +
diff --git a/_layouts/bib.html b/_layouts/bib.html deleted file mode 100644 index b224402..0000000 --- a/_layouts/bib.html +++ /dev/null @@ -1,158 +0,0 @@ ---- ---- - -
-
- {%- if entry.abbr -%} - {%- if site.data.venues[entry.abbr] -%} - {{entry.abbr}} - {%- else -%} - {{entry.abbr}} - {%- endif -%} - {%- endif -%} -
- - -
- {% if entry.type == "thesis" -%} - {{reference}} - {%- else %} - -
{{entry.title}}
- -
- {%- for author in entry.author_array -%} - {%- assign author_is_self = false -%} - {%- if author.last == site.scholar.last_name%} - {%- if site.scholar.first_name contains author.first -%} - {%- assign author_is_self = true -%} - {%- endif -%} - {%- endif -%} - {%- assign coauthor_url = nil -%} - {%- if site.data.coauthors[author.last] -%} - {%- for coauthor in site.data.coauthors[author.last] -%} - {%- if coauthor.firstname contains author.first -%} - {%- assign coauthor_url = coauthor.url -%} - {%- break -%} - {%- endif -%} - {%- endfor -%} - {%- endif -%} - - {%- if forloop.length == 1 -%} - {%- if author_is_self %} - {{author.last}}, {{author.first}} - {%- else -%} - {{author.last}}, {{author.first}} - {%- endif -%} - {%- else -%} - {%- unless forloop.last -%} - {% if author_is_self %} - {{author.last}}, {{author.first}},  - {%- else -%} - {% if coauthor_url -%} - {{author.last}}, {{author.first}},  - {%- else -%} - {{author.last}}, {{author.first}},  - {%- endif -%} - {%- endif -%} - {%- else -%} - {% if author_is_self -%} - and {{author.last}}, {{author.first}} - {% else -%} - {%- if coauthor_url -%} - and {{author.last}}, {{author.first}} - {% else -%} - and {{author.last}}, {{author.first}} - {%- endif -%} - {%- endif -%} - {%- endunless -%} - {%- endif -%} - {%- endfor %} -
- - - {% if entry.type == "article" -%} - {%- capture entrytype -%}{{entry.journal}}{%- endcapture -%} - {%- elsif entry.type == "inproceedings" -%} - {%- capture entrytype -%}In {{entry.booktitle}} {%- endcapture -%} - {%- endif -%} - {%- if entry.month -%} - {%- capture entrymonth -%}{{ " " }}{{ entry.month | capitalize }}{%- endcapture -%} - {%- endif -%} - {%- if entry.year -%} - {%- capture entryyear -%}{{ " " }}{{entry.year}}{%- endcapture -%} - {%- endif -%} - {%- capture periodical -%}{{ entrytype }}{{ entrymonth }}{{ entryyear }}{%- endcapture -%} -
- {{ periodical | strip }} -
- {%- endif %} - - - - - {% if entry.abstract -%} - - - {%- endif -%} - - {% if entry.bibtex_show -%} - - - {%- endif %} -
-
diff --git a/_layouts/default.html b/_layouts/default.html index dfd4d6f..98539af 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,7 +24,7 @@ layout: parse
- {%- include footer.html %} + {% include scripts/jquery.html %}