Skip to content

Commit

Permalink
Added thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Oct 20, 2024
1 parent 0c94bc9 commit 86f7180
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ <h3 class="archive__item-title" itemprop="headline" style="margin-bottom:-15px;"
{% elsif post.status == "preprint" %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published on {{ post.venue }}.</p>
{% elsif post.status == "thesis" %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Defended at {{ post.venue }}, under the supervision of {{ post.advisor }}.</p>
{% else %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ post.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% else %}{% endif %}{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} <span style="color:#888888;">({{ post.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
Expand Down
3 changes: 3 additions & 0 deletions _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
{% elsif page.status == "preprint" %}
<p> {{ page.authors }} </p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published on {{ page.venue }}.</p>
{% elsif page.status == "thesis" %}
<p style="padding-top:0; margin-bottom:9px;"> {{ page.authors }} <br>
<b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Defended at {{ page.venue }}, under the supervision of {{ page.advisor }}.</p>
{% else %}
<p> {{ page.authors }} </p>
<p><b>{{ page.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ page.venue }}{% if page.level %} <span style="color:#888888;">({{ page.level }})</span>{% else %}{% endif %}{% if page.j1 == 'true' %}, presented at {{ page.j1venue }} <span style="color:#888888;">({{ page.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ page.award }}</b></span></p>
Expand Down
2 changes: 1 addition & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author_profile: true

{% include base_path %}

<p style="margin-bottom: -10px; padding-bottom: 0; color: #888888"><i><b>J</b> — Journal papers. <b>C</b> — Conference papers. <b>P</b> — Pre-prints.</i></p>
<p style="margin-bottom: -10px; padding-bottom: 0; color: #888888"><i><b>C</b> — Conference papers. <b>J</b> — Journal papers. <b>T</b> — Theses. <b>P</b> — Pre-prints.</i></p>

<h2 >Software Engineering</h2>

Expand Down
13 changes: 13 additions & 0 deletions _publicationsphysics/2020-06-18-masters-thesis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Synthesizing Selenium Nanomaterials with Antibacterial Properties Using Laser Ablation in Liquid"
authors: '<i>Yaroslav Golubev</i>'
status: "thesis"
collection: publications
permalink: /publications/2020-06-18-masters-thesis
date: 2020-06-18
venue: "<b>ITMO University</b>"
advisor: '<a href="https://www.researchgate.net/profile/Andrei-Samokhvalov">Dr. Andrey Samokhvalov</a>'
paperurl: 'https://areyde.com/files/master.pdf'
counter_id: 'T2'
language: 'Russian'
---

0 comments on commit 86f7180

Please sign in to comment.