Skip to content

Commit 0691622

Browse files
committed
minor fixes
1 parent 7b45101 commit 0691622

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ last_name: Dimitriev
99
email: dimitriev.aleksandar@gmail.com
1010
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1111
Alek Dimitriev's personal website.
12-
footer_text: asda # >%Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
12+
footer_text: # >%Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1313
lang: en
1414
icon: 📖 # the emoji used as the favicon
1515
url: https://alekdimi.github.io # the base hostname & protocol for your site
@@ -46,9 +46,9 @@ og_image: # The site-wide (default for all links) Open Graph preview image
4646
# -----------------------------------------------------------------------------
4747
# Social integration
4848
# -----------------------------------------------------------------------------
49-
github_username: alekdimi
49+
github_username: # alekdimi
5050
linkedin_username: alekdimi
51-
scholar_userid: # xgmZn70AAAAJ
51+
scholar_userid: xgmZn70AAAAJ
5252
twitter_username:
5353
gitlab_username:
5454
medium_username:

_includes/social.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
{%- if site.stackoverflow_id -%}
5353
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i class="fab fa-stack-overflow"></i></a>
5454
{% endif %}
55-
{%- if site.rss_icon -%}
55+
<!-- {%- if site.rss_icon -%}
5656
<a href="{{ site.baseurl | prepend: site.url }}/feed.xml" title="RSS Feed"><i class="fas fa-rss-square"></i></a>
57-
{% endif %}
57+
{% endif %} -->

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ social: true # includes social icons at the bottom of the page
1515

1616
I'm a machine learning engineer at Google, working on [Gemini](https://gemini.google.com) finetuning and inference for teams across [Alphabet](https://abc.xyz). I've been fortunate to work on a wide range of problems, ranging from multimodal capabilities augmentation, to non-generative tasks like text embedding, to automating model hyperparameters and sharding to improve training and inference efficiency.
1717

18-
Before Google, I did my PhD in machine learning at the [University of Texas at Austin](https://www.utexas.edu/), advised by [Prof. Mingyuan Zhou](http://mingyuanzhou.github.io/), where my research was focused on [gradient estimation for discrete variables via dependent Monte Carlo samples](https://repositories.lib.utexas.edu/items/b2924809-2671-48ba-b004-5e509f50bcc0). I also hold an M.Sc. and B.Sc. in computer science from the [University of Ljubljana](https://fri.uni-lj.si/en).
18+
Before Google, I did my PhD in machine learning at the [University of Texas at Austin](https://www.utexas.edu/), advised by [Prof. Mingyuan Zhou](http://mingyuanzhou.github.io/), where [my dissertation](https://repositories.lib.utexas.edu/items/b2924809-2671-48ba-b004-5e509f50bcc0) was focused on gradient estimation for discrete variables via dependent Monte Carlo samples. I also hold an M.Sc. and B.Sc. in computer science from the [University of Ljubljana](https://fri.uni-lj.si/en).
1919

2020
<!-- I'm a machine learning engineer at [Google](https://about.google/), working on large language models. Before that, I did my PhD in machine learning at [UT Austin](https://www.utexas.edu/), advised by [Prof. Mingyuan Zhou](http://mingyuanzhou.github.io/), where I did research in backpropagating through discrete variables in deep learning. I also hold an M.Sc. and B.Sc. in computer science from the [University of Ljubljana](https://fri.uni-lj.si/en).
2121
Before starting my PhD, I worked on applying machine learning to different domains.

_sass/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ blockquote {
212212
.social {
213213
text-align: center;
214214
.contact-icons {
215-
font-size: 4rem;
215+
font-size: 3rem;
216216
a {
217217
i::before {
218218
color: var(--global-text-color);
@@ -379,7 +379,7 @@ footer.sticky-bottom {
379379
// Publications
380380

381381
.publications {
382-
margin-top: 2rem;
382+
margin-top: 0rem;
383383
h1 {
384384
color: var(--global-theme-color);
385385
font-size: 2rem;

0 commit comments

Comments
 (0)