Skip to content

Commit c9e346d

Browse files
committed
last changes
1 parent 321a423 commit c9e346d

File tree

13 files changed

+609
-104
lines changed

13 files changed

+609
-104
lines changed

_config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ description: Tasos' project & idea disposer
2020

2121
# List of links in the navigation bar
2222
navbar-links:
23+
Blog: "/"
2324
About Me: "about"
2425
# Resources:
2526
# - Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
@@ -39,10 +40,12 @@ avatar: "/img/my_avatar_icon.png"
3940

4041
navbar-col: "#F5F5F5"
4142
navbar-text-col: "#404040"
43+
#navbar-text-col: "#FDFEFE"
4244
navbar-children-col: "#F5F5F5"
4345
page-col: "#FFFFFF"
4446
link-col: "#008AFF"
45-
hover-col: "#0085A1"
47+
#hover-col: "#0085A1"
48+
hover-col: "#3498DB"
4649
footer-col: "#F5F5F5"
4750
footer-text-col: "#777777"
4851
footer-link-col: "#404040"
@@ -51,13 +54,13 @@ footer-link-col: "#404040"
5154
# instead of colour
5255

5356
#navbar-img: "/img/cuadros.png"
54-
navbar-img: "/img/778.jpg"
55-
special-img: "/img/778.jpg"
57+
#navbar-img: "/img/778.jpg"
58+
#special-img: "/img/778.jpg"
5659
#special-img: "/img/chalkboard.jpg"
5760
#footer-img: "/img/squares-960x358.png"
58-
footer-img: "/img/778.jpg"
61+
#footer-img: "/img/778.jpg"
5962

60-
xmas-footer-img: "/img/778.jpg"
63+
#xmas-footer-img: "/img/778.jpg"
6164
#page-img: "/img/bgimage.png"
6265

6366
# --- Footer options --- #

_data/SocialNetworks_old.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# You can define your custom social network links here.
2+
# Use the same key you added in _config.yml -> social-network-links.
3+
# In addition to that you need to specify the following properties:
4+
# name: Specify a user-friendly name that will be used as a link title
5+
# baseURL: Define a base URL which will be combined with the value of
6+
# site.social-network-links.<key>
7+
# icon: Specify a valid fontawesome icon class
8+
9+
facebook:
10+
name: "Facebook"
11+
baseURL: "https://www.facebook.com/"
12+
icon: "fa-facebook"
13+
14+
github:
15+
name: "GitHub"
16+
baseURL: "https://github.com/"
17+
icon: "fa-github"
18+
19+
twitter:
20+
name: "Twitter"
21+
baseURL: "https://twitter.com/"
22+
icon: "fa-twitter"
23+
24+
reddit:
25+
name: "Reddit"
26+
baseURL: "https://reddit.com/u/"
27+
icon: "fa-reddit"
28+
29+
email:
30+
name: "Email me"
31+
baseURL: "mailto:"
32+
icon: "fa-envelope"
33+
34+
linkedin:
35+
name: "LinkedIn"
36+
baseURL: "https://linkedin.com/in/"
37+
icon: "fa-linkedin"
38+
39+
xing:
40+
name: "Xing"
41+
baseURL: "https://www.xing.com/profile/"
42+
icon: "fa-xing"
43+
44+
stackoverflow:
45+
name: "StackOverflow"
46+
baseURL: "https://stackoverflow.com/users/"
47+
icon: "fa-stack-overflow"
48+
49+
snapchat:
50+
name: "Snapchat"
51+
baseURL: "https://www.snapchat.com/add/"
52+
icon: "fa-snapchat-ghost"
53+
54+
instagram:
55+
name: "Instagram"
56+
baseURL: "https://www.instagram.com/"
57+
icon: "fa-instagram"
58+
59+
youtube:
60+
name: "YouTube"
61+
baseURL: "https://www.youtube.com/"
62+
icon: "fa-youtube"
63+
64+
spotify:
65+
name: "Spotify"
66+
baseURL: "https://open.spotify.com/user/"
67+
icon: "fa-spotify"
68+
69+
telephone:
70+
name: "Phone"
71+
baseURL: "tel:"
72+
icon: "fa-phone"
73+
74+
rss:
75+
name: "RSS"
76+
baseURL: "{{ '/feed.xml' | relative_url }}"
77+
icon: "fa-rss"
78+
79+
steam:
80+
name: "Steam"
81+
baseURL: "https://steamcommunity.com/id/"
82+
icon: "fa-steam"
83+
84+
twitch:
85+
name: "Twitch"
86+
baseURL: "https://www.twitch.tv/"
87+
icon: "fa-twitch"
88+
89+
yelp:
90+
name: "Yelp"
91+
baseURL: "https://{{ site.author.yelp }}.yelp.com"
92+
icon: "fa-yelp"

_drafts/GA_Snowboy_RasPi_old.md

Lines changed: 350 additions & 0 deletions
Large diffs are not rendered by default.

_drafts/google_assistant-Snowboy-RasPi.md

Lines changed: 92 additions & 62 deletions
Large diffs are not rendered by default.

_includes/footer.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,18 @@
1414
{%- else -%}
1515
<a href="{{element.baseURL}}{{ site.social-network-links[curkey] }}" title="{{ element.name }}">
1616
{%- endif -%}
17+
18+
{%- if curkey == 'rss' or curkey == 'email' -%}
19+
{%- assign style = "fas" -%}
20+
{%- else -%}
21+
{%- assign style = "fab" -%}
22+
{%- endif -%}
1723
<span class="fa-stack fa-lg" aria-hidden="true">
18-
<i class="fa fa-circle fa-stack-2x"></i>
19-
<i class="fa {{ element.icon }} fa-stack-1x fa-inverse"></i>
20-
</span>
21-
<span class="sr-only">{{ element.name }}</span>
24+
<i class="fa fa-circle fa-stack-2x"></i>
25+
<!-- <i class="fa fa-circle-thin fa-stack-2x"></i> -->
26+
<i class="{{ style }} {{ element.icon }} fa-stack-1x fa-inverse"></i>
27+
</span>
28+
<span class="sr-only">{{ element.name }}</span>
2229
</a>
2330
</li>
2431
{%- endfor -%}

_includes/head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
55

6+
<!-- Place your FontAwesome kit's code here -->
7+
<script src="https://kit.fontawesome.com/7e3aa6e4c6.js" crossorigin="anonymous"></script>
8+
69
<title>{% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
710

811
<meta name="author" content="{{ site.author.name }}" />

_includes/social-share.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!--- Share on Twitter -->
1515
<a href="https://twitter.com/intent/tweet?text={{ page.title | url_encode }}&url={{ page.url | absolute_url | url_encode }}"
1616
class="btn btn-social-icon btn-twitter" title="Share on Twitter">
17-
<span class="fa fa-fw fa-twitter" aria-hidden="true"></span>
17+
<span class="fab fa-fw fa-twitter" aria-hidden="true"></span>
1818
<span class="sr-only">Twitter</span>
1919
</a>
2020
{% endif %}
@@ -23,7 +23,7 @@
2323
<!--- Share on Facebook -->
2424
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}"
2525
class="btn btn-social-icon btn-facebook" title="Share on Facebook">
26-
<span class="fa fa-fw fa-facebook" aria-hidden="true"></span>
26+
<span class="fab fa-fw fa-facebook-f"></span>
2727
<span class="sr-only">Facebook</span>
2828
</a>
2929
{% endif %}
@@ -32,7 +32,7 @@
3232
<!--- Share on LinkedIn -->
3333
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}"
3434
class="btn btn-social-icon btn-linkedin" title="Share on LinkedIn">
35-
<span class="fa fa-fw fa-linkedin" aria-hidden="true"></span>
35+
<span class="fab fa-fw fa-linkedin-in" aria-hidden="true"></span>
3636
<span class="sr-only">LinkedIn</span>
3737
</a>
3838
{% endif %}

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- "/css/bootstrap-social.css"
55
- "/css/main.css"
66
common-ext-css:
7-
- "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
87
common-googlefonts:
98
- "Lora:400,700,400italic,700italic"
109
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
@@ -13,6 +12,7 @@
1312
- "/js/bootstrap.min.js"
1413
- "/js/main.js"
1514
---
15+
<!-- - "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"-->
1616

1717
<!DOCTYPE html>
1818
<html lang="en">

_posts/2018-04-11-jupyter-online.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: Jupyter notebook for personal online access
4+
tags: guide jupyter-notebook
45
published: true
56
---
67

about.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,32 @@
11
---
22
layout: page
33
title: About me
4-
subtitle: A glimpse into my multifaceted personality
4+
subtitle:
55
permalink: /about/
66
---
77

8-
## Raw facts
9-
108
<ul class="fa-ul">
11-
<li><i class="fa-li fa fa-briefcase" aria-hidden="true"></i>
12-
I am a Bioinformatician, working at [SciLifeLab] ([Karolinska Institute]), in Stockholm.
9+
<li><i class="fa-li fas fa-briefcase"></i>
10+
Currently, I work as a <b>Bioinformatician</b> at <a href="https://www.scilifelab.se/">SciLifeLab</a> (<a href="https://ki.se/start">Karolinska Institute</a>), in Stockholm.
1311
</li><br>
1412

15-
<li><i class="fa-li fa fa-graduation-cap" aria-hidden="true"></i>
16-
I acquired my MSc in Bioinformatics from Uppsala University, in 2016. Before that, I obtained my BSc in Informatics from the Technological Institute of Central Greece, in 2013.
13+
<li><i class="fa-li fas fa-user-graduate" aria-hidden="true"></i>
14+
I acquired my MSc in <b>Bioinformatics</b> from <a href="https://www.uu.se/en">Uppsala University</a>, in 2016. Before that, I obtained my BSc in <b>Informatics</b> from the <a href="http://www.teiste.gr/">Technological Institute of Central Greece</a>, in 2013.
1715
</li><br>
1816

19-
<li><i class="fa-li fa fa-terminal" aria-hidden="true"></i> My favourite programming language is Python. It was love with the first touch. As a bioinformatician I also use a lot of shell scripting and sometimes R. In my personal projects I mostly use Python, C/C++ and rarely Javascript. For deep learning projects I use TensorFlow.
17+
<li><i class="fa-li fas fa-code" aria-hidden="true"></i>
18+
My favourite programming language is <b>Python</b>; it was love with the first touch. As a bioinformatician I also use a lot of <b>shell scripting</b> and sometimes <b>R</b>. On my personal projects I mostly use <b>Python</b>, <b>C/C++</b> and rarely <b>Javascript</b>. For my deep learning projects I almost exclusively use <b>TensorFlow</b>.
2019
</li><br>
2120

22-
<li><i class="fa-li fa fa-coffee" aria-hidden="true"></i>
23-
In my free time I like exploring new AI architectures & techniques. When I feel like changing scenes, I enjoy playing with electronics (from designing and soldering circuits - to programming), networks, databases, etc. Usually, I accompany such projects with some sort of DIY crafting.
21+
<li><i class="fa-li fas fa-mug-hot" aria-hidden="true"></i>
22+
In my free time I like exploring new <b>AI</b> architectures & techniques. When I feel like changing scenes, I enjoy playing with <b>electronics</b> (from designing and soldering circuits - to programming), <b>networks</b>, <b>databases</b>, etc. Usually, I accompany such projects with some sort of <b>DIY crafting</b>.
2423
</li><br>
25-
</ul>
26-
27-
Since then, I had a strong feeling that Machine Learning and Deep Learning will be the next big thing. I also had a drive towards data analysis and a passion on putting my hands in dealing with actual issues.
28-
29-
When I presented my ambitions to my bachelor thesis supervisor, [Dr. Dimitris Iakovidis], I was grateful that he presented me with a few great project ideas. I ended up using Complex Event Processing and training a k-NN algorithm to detect multi-signal patterns on EEG data (thesis written in greek; title translates to _"R&D of multi-channel signal analysis methods for knowledge mining"_).
30-
31-
Fast forward to my master's thesis, I was much more educated and hyped by the new advances, so I decided to test the ground on Deep Learning. Under the supervision of [Mikael Huss], one of the most charismatic individuals I've met, I implemented and trained a Neural Network to identify different cell types existed in single cell transcriptomic data. The project title is _"[Data-driven definition of cell types based on single-cell gene expression data]"_.
3224

33-
### More Information
34-
I am a Machine Learning / Deep Learning enthousiast, so I enjoy thinking about biological solutions in terms of ML/DL. For my master thesis, I developed a Stacked Denoising AutoEncoder algorithm in order to classify (and potentially identify new) cell types (using human & mouse cortex, single cell gene expression data). You can find the code lying somewhere in my repos[.]
35-
36-
37-
### Contact me
25+
<li><i class="fa-li fas fa-heart"></i>
26+
The term <b>experience collector</b> describes me best; suggest something new and I'm in. Regularly I play <b>football</b>, go <b>bouldering</b> and <b>dancing</b>. I enjoy watching <b>Formula 1</b> and a wide variety of educational material. Lastly, I'm committed to <b>traveling</b>. I love how eye opening is to explore the world, learn history on sight and meet new cultures.
27+
</li><br>
28+
</ul>
3829

30+
## Contact me
31+
If there's something interesting you'd like to talk about, click the email button below and hit me up :)
3932

40-
[SciLifeLab]: https://www.scilifelab.se/
41-
[Karolinska Institute]: https://ki.se/start
42-
[Dr. Dimitris Iakovidis]: https://is-innovation.eu/iakovidis/
43-
[Mikael Huss]: https://se.linkedin.com/in/mikaelhuss
44-
[Data-driven definition of cell types based on single-cell gene expression data]: http://www.diva-portal.org/smash/record.jsf?pid=diva2%3A942241&dswid=-3599
45-
[.]: https://github.com/glrs/StackedDAE

0 commit comments

Comments
 (0)