From 86f718021d2cb303b97dfb20a63b10028d7a32a1 Mon Sep 17 00:00:00 2001 From: areyde Date: Sun, 20 Oct 2024 22:45:58 +0200 Subject: [PATCH] Added thesis --- _includes/archive-single.html | 3 +++ _layouts/single.html | 3 +++ _pages/publications.md | 2 +- _publicationsphysics/2020-06-18-masters-thesis.md | 13 +++++++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 _publicationsphysics/2020-06-18-masters-thesis.md diff --git a/_includes/archive-single.html b/_includes/archive-single.html index f2ba274690e41..0aa29a6dcdb6a 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -69,6 +69,9 @@

{{ post.authors }}
{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Published on {{ post.venue }}.

+ {% elsif post.status == "thesis" %} +

{{ post.authors }}
+ {{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Defended at {{ post.venue }}, under the supervision of {{ post.advisor }}.

{% else %}

{{ post.authors }}
{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ post.venue }}{% if post.level %} ({{ post.level }}){% else %}{% endif %}{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} ({{ post.j1level }}).{% else %}.{% endif %} {{ post.award }}

diff --git a/_layouts/single.html b/_layouts/single.html index d946b7d416507..9bc6ddbcb861e 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -48,6 +48,9 @@ {% elsif page.status == "preprint" %}

{{ page.authors }}

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Published on {{ page.venue }}.

+ {% elsif page.status == "thesis" %} +

{{ page.authors }}
+ {{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Defended at {{ page.venue }}, under the supervision of {{ page.advisor }}.

{% else %}

{{ page.authors }}

{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}. Published in {{ page.venue }}{% if page.level %} ({{ page.level }}){% else %}{% endif %}{% if page.j1 == 'true' %}, presented at {{ page.j1venue }} ({{ page.j1level }}).{% else %}.{% endif %} {{ page.award }}

diff --git a/_pages/publications.md b/_pages/publications.md index e9b6633b5a67f..08513ef6bd728 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -7,7 +7,7 @@ author_profile: true {% include base_path %} -

J — Journal papers. C — Conference papers. P — Pre-prints.

+

C — Conference papers. J — Journal papers. T — Theses. P — Pre-prints.

Software Engineering

diff --git a/_publicationsphysics/2020-06-18-masters-thesis.md b/_publicationsphysics/2020-06-18-masters-thesis.md new file mode 100644 index 0000000000000..735bf6a572e08 --- /dev/null +++ b/_publicationsphysics/2020-06-18-masters-thesis.md @@ -0,0 +1,13 @@ +--- +title: "Synthesizing Selenium Nanomaterials with Antibacterial Properties Using Laser Ablation in Liquid" +authors: 'Yaroslav Golubev' +status: "thesis" +collection: publications +permalink: /publications/2020-06-18-masters-thesis +date: 2020-06-18 +venue: "ITMO University" +advisor: 'Dr. Andrey Samokhvalov' +paperurl: 'https://areyde.com/files/master.pdf' +counter_id: 'T2' +language: 'Russian' +--- \ No newline at end of file