Skip to content

Commit

Permalink
udpate pages
Browse files Browse the repository at this point in the history
  • Loading branch information
abojchevski committed Nov 23, 2020
1 parent 9cd64ee commit a93cc4f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
23 changes: 13 additions & 10 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@
layout: about
title: about
permalink: /
description: <a href="#">Affiliations</a>. Address. Contacts. Moto. Etc.
description: #<a href="#">Affiliations</a>. Address. Contacts. Moto. Etc.

profile:
align: right
image: prof_pic.jpg
address: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
image: profile_pic.jpg
# address: >
# <p>555 your office number</p>
# <p>123 your address street</p>
# <p>Your City, State 12345</p>

news: true # includes a list of news items
selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
social: false # includes social icons at the bottom of the page
---

Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com){:target="\_blank"}. You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
I’m a Ph.D. student at the [Data Analytics and Machine Learning](https://www.in.tum.de/daml/) group at the Technical University of Munich, advised by [Stephan Günnemann](https://www.in.tum.de/daml/team/guennemann/).

Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
**Research interests**: So far my focus was on understanding and improving the robustness of machine learning techniques for graph data in the presence of noise and adversaries.
More broadly, I am interested in trustworthy machine learning in general, including aspects such as privacy, fairness, bias, interpretability, and safety.

Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/){:target="\_blank"} and [Academicons](https://jpswalsh.github.io/academicons/){:target="\_blank"}, like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
**Previously**: I have a M.Sc. in Computer Science from the TU Munich where I worked with Juan Miguel Cejuela at [Rostlab](https://www.rostlab.org/) on extraction of natural language mutation mentions. Before that I studied Computer Science at the Faculty of Computer Science and Engineering in Skopje.


6 changes: 6 additions & 0 deletions _pages/cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: none
title: cv
permalink: '/assets/pdf/cv.pdf'
nav: true
---
17 changes: 14 additions & 3 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,27 @@
layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
years: [1956, 1950, 1935, 1905]
description: publications in reversed chronological order </br> * denotes equal contribution # by categories </br>
years: [2020, 2019, 2018, 2017]
nav: true
---

<div class="publications">
<!-- * denotes equal contribution -->
<!-- <h1> preprints </h1> -->

<p>An up-to-date list is available on <a href="https://scholar.google.com/citations?user=F1APiN4AAAAJ" target="_blank">Google Scholar</a>.</p>

<h1> conferences & journals </h1>
{% for y in page.years %}
<h2 class="year">{{y}}</h2>
{% bibliography -f papers -q @*[year={{y}}]* %}
{% bibliography -f papers -q @*[year={{y}},category=conference]* %}
{% endfor %}

<h1> workshops </h1>
{% bibliography -f papers -q @*[category=workshop]* %}

<h1> theses </h1>
{% bibliography -f papers -q @*[category=thesis]* %}

</div>
Binary file added assets/img/profile_pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a93cc4f

Please sign in to comment.